﻿/*--------------------reset--------------------------*/
a,
abbr,
acronym,
address,
article,
aside,
audio,
b,
blockquote,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strong,
sub,
sup,
tfoot,
thead,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
img {
  vertical-align: top;
  border: 0;
}
embed {
  vertical-align: top;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}
input,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}
iframe {
  border: 0;
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  margin: 0;
  box-sizing: border-box;
  padding: 0px;
  font: 14px/18px english;
  font-weight: 100;
  color: #747474;
}
input[type="text"] {
  text-indent: 5px;
}
html {
}
body {
  margin: 0px;
  font: 12px/20px english;
  font-weight: 100;
  color: #000;
  direction: ltr;
  text-align: justify;
  background: #f8f8f8;
}
a,
span {
  display: inline-block;
}
a {
  text-decoration: none;
  color: #595959;
  outline: none;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  color: #780ddb;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
ol {
  list-style: decimal;
}
div,
section,
nav,
aside,
footer,
article {
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  overflow: hidden;
}
.hidden {
  display: none;
}
.justify {
  text-align: justify;
}
.rel {
  position: relative;
}
.noborder {
  border: none !important;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}

@font-face {
  font-family: english;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/english.woff2") format("woff2");
}
@font-face {
  font-family: english;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/englishbold.woff2") format("woff2");
}
.center {
  font: 13px/25px english;
  font-weight: 100;
  max-width: 1200px;
  box-sizing: border-box;
  width: 96%;
}

.authPage {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.authCardWrapper {
  width: 92%;
  max-width: 400px;
  position: relative;
}
.authCard {
  width: 100%;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  border-radius: 5px;
  position: relative;
}
.authCard::before {
  content: "";
  width: 244px;
  height: 244px;
  position: absolute;
  z-index: -1;
  top: -55px;
  left: -55px;
  display: block;
  background: url(../images/login-bg1.png) 0 0 no-repeat;
}
.authCard::after {
  content: "";
  width: 272px;
  height: 272px;
  position: absolute;
  z-index: -1;
  bottom: -65px;
  right: -65px;
  display: block;
  background: url(../images/login-bg2.png) 0 0 no-repeat;
}
.loginLogo {
  text-align: center;
  margin-bottom: 20px;
}
.loginH1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 16px;
  color: rgb(94, 88, 115);
}
.formItem {
  margin-bottom: 20px;
  font-weight: 100;
  position: relative;
}
.formItem label {
  color: rgb(94, 88, 115);
  display: block;
  margin-bottom: 5px;
}
.formItem label span {
  color: #ea5455;
}
.imageLbl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.imageLbl label {
  color: rgb(94, 88, 115);
  margin-bottom: 5px;
}
.imageLbl span {
  justify-content: left;
  font-family: english;
  color: #0096ff;
  direction: ltr;
}
.imageLbl label span {
  color: #ea5455;
}
.formItem input,
.formItem button,
.formItem textarea,
.formBtn button {
  transition: 0.15s;
}
.txt,
.select {
  width: 100%;
  height: 40px;
  padding: 7px 14px;
  border: 1px solid rgb(216, 214, 222);
  border-radius: 5px;
}
.txt option{line-height: 40px !important;padding: 10px !important;}
.txt::placeholder {
  color: #aaaaaa;
}
.txt:focus,
.select:focus {
  border-color: #7367f0;
}
.txtarea {
  width: 100%;
  height: 120px;
  padding: 14px;
  border: 1px solid rgb(216, 214, 222);
  border-radius: 5px;
}
.txtarea::placeholder {
  color: #aaaaaa;
}
.txtarea:focus {
  border-color: #7367f0;
}
.ltr {
  font-family: english;
  font-weight: 100;
  direction: ltr;
  text-align: left;
}
.checkbox {
  display: none;
}
.lblCheck {
  font-size: 14px;
  padding-left: 28px;
  position: relative;
  line-height: 20px;
}
.lblCheck::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(216, 214, 222);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox:checked + .lblCheck::before {
  background: #7367f0;
  border-color: #7367f0;
  box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4) !important;
}
.checkbox:checked + .lblCheck::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: url(../images/check.svg) center center no-repeat;
  background-size: 10px 10px;
}
.formBtn {
}
.btn {
  width: 100%;
  height: 40px;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  background: rgb(115, 103, 240);
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.15s;
}
.btn:hover {
  box-shadow: rgb(115 103 240) 0px 8px 25px -8px;
  color: #fff;
}

.dashboardWrapper {
}
.sidebar {
  width: 260px;
  position: fixed;
  padding: 15px 15px 0 15px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #283046;
}
.mainContent {
  width: calc(100% - 260px);
  margin-left: 260px;
  padding: 80px 20px 20px;
  position: relative;
}
.fixedNav {
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 260px;
  right: 0;
  z-index: 100;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 10px 12px;
}
.nvAdmin {
  margin: 0;
  display: flex;
  gap: 32px;
  flex-direction: row;
}
.prevAdmin {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.prevAdmin figure {
  position: relative;
}
.prevAdmin img {
  border-radius: 50%;
}
.activeDot {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #28c76f;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.inactiveDot {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #82868b;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.nvRol {
  line-height: 18px;
  margin: 0;
}
.nvRol strong {
  display: block;
  color: #6e6b7b;
  font-size: 13px;
  font-weight: bold;
  padding-top: 2px;
}
.nvRol span {
  font-size: 11px;
  font-weight: 100;
  color: #6e6b7b;
}
.notiAdmin {
  display: flex;
  flex-direction: row;
  gap: 12px;
  line-height: 40px;
}
.notiAdmin > li {
}
.notiAdmin > li > a {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  text-align: center;
}
.notiAdmin > li > a i {
  font-size: 24px;
  color: #6e6b7b;
}
.notiAdmin > li > a span {
  font-size: 20px;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0px;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  line-height: 18px;
  color: #fff;
  background: darkblue;
}
.notiAdmin > li:nth-child(1) > a span {
  background: #ea5455;
}
.notiAdmin > li:nth-child(2) > a span {
  background: #7367f0;
}
.notiAdmin > li:nth-child(3) > a span {
  background: #28c76f;
}
.notiAdmin > li:nth-child(4) > a span {
  background: #00cfe8;
}

.navExtra {
  margin: 0;
  display: flex;
  flex-direction: row;
  line-height: 40px;
  text-align: center;
}
.settingUl {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.settingUl > li {
}
.settingUl > li > a {
  display: block;
  width: 35px;
  height: 40px;
}
.settingUl > li > a i {
  font-size: 24px;
  color: #6e6b7b;
}
.navExSep {
  width: 1px;
  height: 20px;
  background: #6e6b7b;
  margin: 10px 20px 0;
}
.logout {
  display: block;
  width: 35px;
  height: 40px;
  color:#ac1818;
  transform: rotate(180deg);
}
.logout i {
  display: block;
  width: 35px;
  height: 40px;
  font-size: 24px;
  color: #ac1818;
}
.navExtra a i:hover {
  color: #7367f0;
}

.sideLogo {
  height: 45px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  line-height: 32px;
}
.sideLogo h1 {
  font-weight: bold;
  color: #7367f0;
  font-size: 20px;
}

.sideContent {
  overflow: auto;
  height: calc(100vh - 60px);
}
.sideContent::-webkit-scrollbar {
  display: none;
}

.sideLinks {
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 15px;
  padding-top: 20px;
}
.sideLinks > li {
  margin-bottom: 4px;
}
.sideLinks > li > a {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 14px;
  color: #c3c3c3;
  line-height: 22px;
  padding: 10px 15px;
  border-radius: 5px;
}
.sideLinks > li > a i {
  font-size: 22px;
}
.sideLinks > li.active > a {
  color: #fff;
  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
  box-shadow: 0 0 10px 1px rgb(115 103 240 / 70%);
}
.sideLinks > li > a:hover {
  padding-left: 25px;
}
.hasChild::before {
  content: "\ea4a";
  font-family: boxicons;
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 17px;
  line-height: 42px;
  transition: 0.15s;
}
.sideLinks > li.open > a {
  background: #0c102a;
}
.sideLinks > li.open .hasChild::before {
  transform: rotate(180deg);
}

.sideSub {
  margin-left: 30px;
  font-size: 13px;
  display: none;
}
.sideSub > li {
}
.sideSub > li > a {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: #c3c3c3;
  line-height: 22px;
  padding: 10px 0;
  border-radius: 5px;
}
.sideSub > li > a i {
  font-size: 15px;
}
.sideSub > li.active > a {
  color: #fff;
  background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, 0.7));
  box-shadow: 0 0 10px 1px rgb(115 103 240 / 70%);
}
.sideSub > li > a:hover {
  padding-left: 15px;
}

.mContent {
}
.dashboardContent {
}
.dashSpace {
  height: 20px;
}
.dashTop {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}

.statsCard {
  width: 74%;
  margin: 0;
  height: 190px;
}
.adminCard {
  width: 26%;
  margin: 0;
  height: 190px;
  position: relative;
  overflow: hidden;
}
.cardContent {
  padding: 20px;
  position: relative;
}
.statH2 {
  color: #5e5873;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 45px;
}
.refreshIco {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
}
.statsList {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.statsList > li {
  width: 25%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.statsList li i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
}
.statDiv {
  margin: 0;
  padding-top: 5px;
  color: #5e5873;
}
.statDiv strong {
  font-family: english;
  font-weight: bold;
  font-size: 18px;
  display: block;
}

.headAdminCard {
  height: 80px;
  background: rgba(115, 103, 240, 0.12) url(../images/userill.png) right top no-repeat;
  background-size: auto 80px;
}
.headAdminCard p {
  color: #7367f0;
  padding: 20px;
  font-size: 12px;
}
.adminAvatar {
  margin: -30px 0 6px 20px;
}
.adminAvatar img {
  border: 4px solid #fff;
  border-radius: 50%;
}
.adminRol {
  padding-left: 20px;
}
.adminRol strong {
  display: block;
  color: #6e6b7b;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}
.adminRol span {
  font-size: 12px;
  font-weight: 100;
  color: #6e6b7b;
}
.viewAdminProfile {
  position: absolute;
  bottom: 20px;
  right: 20px;
  line-height: 28px;
  background: #7367f0;
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.viewAdminProfile:hover {
  color: #fff;
  background: #780ddb;
}

.dashSec {
  margin-top: 40px;
}
.dashHead,
.inC {
  color: #636363;
  margin-bottom: 20px;
}
.dashHead h2,
.inC h1 {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.inC h1 {
  padding-bottom: 15px;
  font-size: 18px;
}
.dashHead h2 i {
  font-size: 24px;
}

.dashIcons {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}
.dashIcons > li {
  width: calc((100% - 60px) / 5);
}

.icoCard a,
.icoCard div {
  display: block;
  padding: 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  line-height: 42px;
}
.icoCard a i {
  width: 42px;
  height: 42px;
  border-radius: 4px;
  text-align: center;
  font-size: 24px;
}
.icoCard a strong {
  font-weight: normal;
  font-size: 13px;
}

.iColor1 {
  background: rgba(115, 103, 240, 0.12);
  color: #7367f0;
}
.iColor2 {
  background: rgba(40, 199, 111, 0.12);
  color: #28c76f;
}
.iColor3 {
  background: rgba(234, 84, 85, 0.12);
  color: #ea5455;
}
.iColor4 {
  background: rgba(255, 159, 67, 0.12);
  color: #ff9f43;
}
.iColor5 {
  background: rgba(0, 207, 232, 0.12);
  color: #00cfe8;
}
.iColor6 {
  background: rgba(255, 0, 168, 0.12);
  color: #ff00a8;
}
.iColor7 {
  background: rgba(0, 100, 237, 0.12);
  color: #0064ed;
}
.iColor8 {
  background: rgba(102, 255, 0, 0.12);
  color: #66ff00;
}
.iColor9 {
  background: rgba(130, 134, 139, 0.12);
  color: #82868b;
}

.iH1 {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  line-height: 28px;
}
.iH1 h1 {
  color: #636363;
  font-size: 17px;
  font-weight: bold;
}

.breadCrumb {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #d6dce1;
  color: #6e6b7b;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.breadCrumb a {
  color: #7367f0;
  display: block;
}
.breadCrumb a:hover {
  color: #780ddb;
}
.breadCrumb i {
  display: block;
  font-size: 15px;
}
.breadCrumb > i {
  transform: rotate(180deg);
}
.breadCrumb span {
  display: block;
}
.currentPage {
  display: block;
}

.vCol {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.vColItem {
  width: 100%;
  margin: 0;
}
.vColItemConst {
  width: 100%;
  max-width: 170px;
  margin: 0;
}
.rowBtn {
  margin-top: 25px;
}

.cardH {
  font-weight: normal;
  color: #636363;
  margin-bottom: 20px;
  font-size: 17px;
}
.filterCard {
  margin-bottom: 20px;
}
.filterContent {
  padding: 20px 20px 0 20px;
}
.margin-l10 {
  margin-left: 10px;
}
.margin-r10 {
  margin-right: 10px;
}
.margin-b10 {
  margin-bottom: 10px !important;
}
.margin-b20 {
  margin-bottom: 20px !important;
}
.margin-b0 {
  margin-bottom: 0px !important;
}
.margin-t10 {
  margin-top: 10px !important;
}
.margin-t20 {
  margin-top: 20px !important;
}
.headList {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sortType,
.listTitle {
  margin-right: 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  line-height: 28px;
  color: #636363;
}
.ddlSort {
  border: 1px solid rgb(216, 214, 222);
  border-radius: 5px;
  height: 28px;
  padding: 0 10px;
  font-size: 13px;
}

.oprBtns {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-end;
}
.oBtn {
  width: 120px;
  height: 28px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  line-height: 28px;
}
.oBtn:hover {
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 5px 8px -5px;
}
.oBtn.green {
  background: #28c76f;
}
.oBtn.red {
  background: #ea5455;
}
.oBtn.yellow {
  background: #ff9f43;
}
.oBtn.gray {
  background: #82868b;
}
.oBtn.violet {
  background: #7367f0;
}
.oBtn.blue {
  background: #00cfe8;
}

.tableContent {
}
.tbl {
  width: 100%;
  border-collapse: collapse;
  color: #6e6b7b;
}
.tbl tr {
}
.tbl th {
  background: #f3f2f7;
  padding: 10px 20px;
  border-bottom: 2px solid #ebe9f1;
}
.tbl td {
  background: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #ebe9f1;
}

.rowNo,
.rowUser {
  font-family: english;
  direction: ltr;
}
.tbl .ltr {
  
}

.tdWithImage {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  line-height: 32px;
}
.tdWithImage img {
  border-radius: 50%;
}
.tdWithImage strong {
  font-weight: normal;
}

.tbl a {
  color: #7367f0;
}
.tblOpr {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.tblOpr a {
  font-size: 21px;
  color: #6e6b7b;
  padding: 0 2px;
  text-align: center;
}
.tblOpr a:hover {
  color: #7367f0;
}
.tblOpr a span{display: block;font-size: 10px;}
.withIco {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.withIco i {
  font-size: 17px;
}
.nvRol .withIco,
.adminRol .withIco {
  gap: 5px;
}
.nvRol .withIco i {
  font-size: 15px;
  line-height: 20px;
}
.adminRol .withIco i {
  font-size: 19px;
  line-height: 22px;
}
.withIco.red i {
  color: #ea5455;
}
.withIco.green i {
  color: #28c76f;
}
.withIco.yellow i {
  color: #ff9f43;
}
.withIco.gray i {
  color: #82868b;
}
.withIco.violet i {
  color: #7367f0;
}
.withIco.blue i {
  color: #00cfe8;
}

.lblItem {
  padding: 0 10px;
  border-radius: 5px;
}
.lblItem.violet {
  background: rgba(115, 103, 240, 0.12);
  color: #7367f0;
}
.lblItem.green {
  background: rgba(40, 199, 111, 0.12);
  color: #28c76f;
}
.lblItem.red {
  background: rgba(234, 84, 85, 0.12);
  color: #ea5455;
}
.lblItem.yellow {
  background: rgba(255, 159, 67, 0.12);
  color: #ff9f43;
}
.lblItem.blue {
  background: rgba(0, 207, 232, 0.12);
  color: #00cfe8;
}
.lblItem.gray {
  background: rgba(130, 134, 139, 0.12);
  color: #82868b;
}
.navListContent {
  padding: 20px;
  display: flex;
  flex-direction: row;
  line-height: 32px;
  justify-content: space-between;
}
.navPosition {
  margin: 0;
  color: #747474;
}
.navPosition span {
  margin: 0 5px;
}
.nav {
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 5px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-family: english;
}
.nav a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f2f7;
  color: #9f9fa8;
}
.nav .current,
.nav a:hover {
  background: #7367f0;
  color: #fff;
}
.nav a i {
  font-size: 16px;
}
.iconLists {
  display: flex;
  flex-direction: row;
  gap: 0px;
  flex-wrap: wrap;
  font-family: english;
  direction: ltr;
}
.iconLists > li {
  width: 12.5%;
  height: 180px;
  text-align: center;
  list-style: none !important;
}
.iconLists .icon {
  font-size: 42px;
  line-height: 100px;
  margin: 10px 0;
  color: #333;
  -webkit-transition: font-size 0.25s ease-out 0s;
  -moz-transition: font-size 0.25s ease-out 0s;
  transition: font-size 0.25s ease-out 0s;
}
.iconLists .icon:hover {
  font-size: 100px;
}
.rowImage {
}
.rowImage img {
  border-radius: 5px;
}

.alertBox {
  font-size: 14px;
  border-radius: 5px;
}
.alertBox h6 {
  padding: 10px 14px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.alertBox h6 i {
  font-size: 18px;
}
.alertMsg {
  font-size: 13px;
  line-height: 25px;
  padding: 10px 14px;
}

.alertBox.violet {
  background: rgba(115, 103, 240, 0.1);
  color: #7367f0;
}
.alertBox.green {
  background: rgba(40, 199, 111, 0.1);
  color: #28c76f;
}
.alertBox.red {
  background: rgba(234, 84, 85, 0.1);
  color: #ea5455;
}
.alertBox.yellow {
  background: rgba(255, 159, 67, 0.1);
  color: #ff9f43;
}
.alertBox.blue {
  background: rgba(0, 207, 232, 0.1);
  color: #00cfe8;
}

.alertBox.yellow h6 {
  box-shadow: 0 6px 15px -7px rgb(255 159 67 / 40%);
}
.alertBox.red h6 {
  box-shadow: 0 6px 15px -7px rgb(234 84 85 / 40%);
}
.alertBox.green h6 {
  box-shadow: 0 6px 15px -7px rgb(40 199 111 / 40%);
}
.alertBox.blue h6 {
  box-shadow: 0 6px 15px -7px rgb(0 207 232 / 40%);
}
.textBox {
  margin-bottom: 20px;
}
.msgBox {
  font-size: 13px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px 12px;
}
.msgBox i {
  font-size: 18px;
}

.progressbar {
  position: relative;
  height: 8px;
  border-radius: 4px;
  background: #f0f0f0;
  margin-top: 10px;
  overflow: hidden;
  display: none;
}
.progressed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #66ff00;
  border-radius: 4px;
  transition: 0.2s;
}

.msgBox.violet {
  background: rgba(115, 103, 240, 0.1);
  color: #7367f0;
}
.msgBox.green {
  background: rgba(40, 199, 111, 0.1);
  color: #28c76f;
}
.msgBox.red {
  background: rgba(234, 84, 85, 0.1);
  color: #ea5455;
}
.msgBox.yellow {
  background: rgba(255, 159, 67, 0.1);
  color: #ff9f43;
}
.msgBox.blue {
  background: rgba(0, 207, 232, 0.1);
  color: #00cfe8;
}
.formView {
}
.formRow {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
}
.formRow .formItem {
  width: 100%;
  margin: 0;
}
.formRow .radioChecks {
  width: 100%;
  margin: 0;
}
.formBtns {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 20px;
}
.smsResult{line-height: 40px;margin-right:20px;}
.fbtn {
  max-width: 200px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  background: rgb(115, 103, 240);
  text-align: center;
  color: #fff;
  border-radius: 5px;
  transition: 0.15s;
  font-weight: bold;
}
.fbtn:hover {
  box-shadow: rgb(115 103 240) 0px 8px 25px -8px;
}

.rbtn {
  max-width: 200px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  background: #fff;
  border: 1px solid #82868b !important;
  text-align: center;
  color: #636363;
  border-radius: 5px;
  transition: 0.15s;
  font-weight: bold;
}
.rbtn:hover {
  box-shadow: rgb(115 103 240) 0px 5px 12px -8px;
}

a.rbtn {
  line-height: 40px;
}

.radioChecks {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.rdb {
  display: none;
}
.lblRdb {
  font-size: 14px;
  padding-left: 28px;
  position: relative;
  line-height: 20px;
}
.lblRdb::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid rgb(216, 214, 222);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.lblRdb::after {
  content: "";
  display: none;
  width: 9px;
  height: 9px;
  border: 2px solid rgb(216, 214, 222);
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
}
.rdb:checked + .lblRdb::after {
  display: block;
  background: #7367f0;
  border-color: #7367f0;
  box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4) !important;
}
.rdb:checked + .lblRdb::before {
  border-color: #7367f0;
}

.formWithImage,
.formWithMap {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.videoPrev{width: 100%;margin-bottom: 15px;}
.imagePreview {
  margin: 0;
  width: 280px;
}

.imgCol{
  margin: 0;
  width: 280px;
}
.imgCol .imagePreview{width: 100%;}
.paddingTop0{padding-top:0;}


.addAnotherImage{border:1px dashed #0096ff;border-radius: 5px;padding:30px;font-size: 40px;color:#0096ff;}
.formWithImage > .card, .cardsCol {
  width: calc(100% - 300px);
  margin: 0;
}

.imagePreview .card {
  width: 100%;
  margin: 0;
}

.imgPrev img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.selectImageBtn,.selectVideoBtn, .selectCoverBtn {
  color: #fff;
  background: #7367f0;
  border-radius: 5px;
  line-height: 28px;
  font-weight: normal;
  text-align: center;
  display: block;
}
.selectImageBtn:hover ,.selectVideoBtn:hover, .selectCoverBtn:hover{
  color: #fff;
  background: #780ddb;
}
.uploadImageBtn,.uploadCoverBtn {
  color: #fff;
  background: #0096ff;
  border-radius: 5px;
  line-height: 28px;
  font-weight: normal;
  text-align: center;
  display: none;
  margin-top: 10px;
}
.uploadImageBtn:hover,.uploadCoverBtn:hover {
  color: #fff;
  background: #1da1f2;
}

.mapPreview {
  margin: 0;
  width: 100%;
}

.formWithMap .card {
  width: 100%;
  margin: 0;
}

.mapView .formRow {
  margin-bottom: 0;
}

.mapItem {
  direction: ltr;
  height: 350px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #c3c3c3;
  position: relative;
}
.profileView {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-content: stretch;
}
.userTabs {
  width: 100%;
  max-width: 250px;
  margin: 0;
}
.userContent {
  width: 100%;
  margin: 0;
}
.userTabs {
}
.userTabs > li {
  margin-bottom: 8px;
}
.userTabs > li > a {
  width: 100%;
  line-height: 42px;
  display: flex;
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  flex-direction: row;
  gap: 12px;
  color: #5e5873;
  font-weight: normal;
  font-size: 13px;
}
.userTabs > li > a i {
  font-size: 17px;
}
.userTabs > li.active a {
  box-shadow: 0 4px 18px -4px rgb(115 103 240 / 65%);
  background: #7367f0;
  color: #fff;
}
.userAvatar {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.userView {
  margin: 0;
}
.userView h6 {
  margin: 8px 0 14px;
  font-weight: normal;
  font-size: 14px;
}
.changeAvatarView {
}
.btnChangeAvatar {
  background: #7367f0;
  color: #fff;
  padding: 0 15px;
  line-height: 28px;
  border-radius: 5px;
}
.btnChangeAvatar:hover {
  color: #fff;
  background: #780ddb;
}
.userImage {
}
.userImage img {
  border-radius: 5px;
}
.userContent {
}
.userContent > li {
  display: none;
}
.radioCheckList {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.uploadnewsimg,
.selectedImage {
  display: none;
}

.pg404 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.img404 {
  width: 90%;
  height: auto;
  margin-bottom: 20px;
}
.pg404 h1 {
  font-family: english;
  font-size: 60px;
  margin-bottom: 30px;
  direction: ltr;
}
.pg404 h2 {
  font-size: 16px;
  margin-bottom: 30px;
}
.p404Btns {
  margin-bottom: 20px;
}
.p404Btns a {
  display: inline-block !important;
  width: auto;
  padding: 0 20px;
  line-height: 40px;
}

.deleteItem {
  position: relative;
}
.deleteItem > a:hover {
  color: #ea5455;
}
.confirmBox {
  width: 120px;
  position: absolute;
  top: 30px;
  border-radius: 5px;
  background: #f2f1f5;
  right: 50%;
  margin-right: -60px;
  box-shadow: 0 2px 6px 0 rgb(34 41 47 / 10%);
  display: none;
  z-index: 100;
}
.confirmBox::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #7367f0;
  display: block;
  position: absolute;
  top: -8px;
  right: 50%;
  margin-right: -8px;
}
.confirmBox h2 {
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  color: #fff;
  background: #7367f0;
  border-radius: 5px 5px 0 0;
  padding: 5px;
}
.confirmContent {
  padding: 10px 5px;
  text-align: center;
}
.confirmContent a {
  color: #3b4253;
  border-radius: 5px;
  margin: 0 5px;
  font-size: 12px;
  padding: 3px 0;
  width: 40px;
  background: #fff;
  font-size: 11px;
}
.yesBtn {
  border: 1px solid #ea5455;
}
.noBtn {
  border: 1px solid #4aa1eb;
}
.yesBtn:hover {
  background: #ea5455;
  color: #fff !important;
}
.noBtn:hover {
  background: #4aa1eb;
  color: #fff !important;
}
.lastChange {
  margin-right: 0;
  width: 200px;
}
.lastChange .nvRol {
  margin: 0;
}

.chatPanel {
  border: 1px solid #ebe9f1;
  border-radius: 5px;
  height: calc(100vh - 100px);
  background: #f2f0f7 url(../images/chatbg.svg) 0 0 repeat;
  background-size: 150px 150px;
}
.sideChat {
  width: 350px;
  float: left;
  height: 100vh;
  border-right: 1px solid #ebe9f1;
  background: #fff;
  height: calc(100vh - 102px);
  border-radius: 5px 0 0 5px;
}
.chatContentBox {
  width: calc(100% - 350px);
  float: right;
  height: calc(100vh - 102px);
}
.myView {
  padding: 14px;
  border-bottom: 1px solid #ebe9f1;
}
.userListBox {
  height: calc(100vh - 171px);
  overflow: auto;
}
.userList {
}
.userList > li a {
  padding: 14px;
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.userList > li a:hover {
  background: #f1f1f1;
}
.userList > li a.active {
  background: linear-gradient(260deg, #7367f0, #9e95f5);
}
.userList > li a.active .nvRol strong,
.userList > li a.active .nvRol span {
  color: #fff;
}
.userList > li figure {
  position: relative;
}
.userList > li img {
  border-radius: 50%;
}
.partnerView {
  padding: 14px;
  border-bottom: 1px solid #ebe9f1;
  border-radius: 5px 0 0 0;
  background: #fff;
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.partnerView img {
  border-radius: 50%;
}
.partnerView figure {
  position: relative;
}
.partnerName {
  margin: 0;
  color: #6e6b7b;
  font-size: 13px;
  font-weight: bold;
  line-height: 38px;
}
.chatBox {
  height: calc(100vh - 238px);
  overflow: auto;
}
.colorView{width: 25px;height: 25px;border-radius: 5px;}
.sendMsgBox {
  background: #fff;
  border-top: 1px solid #ebe9f1;
  padding: 14px;
}
.sendMsgForm {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.emojipicker-container {
  width: 100%;
  margin: 0;
}
.newMsg {
  height: 38px;
  border: 1px solid #d8d6de;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  font-size: 12px;
}
.sendMsg {
  width: 100px;
  height: 38px;
  color: #fff;
  background: #7367f0;
  border-radius: 5px;
  font-weight: bold;
}
.conversation {
}
.conversation > li {
  padding: 14px;
}
.myMsg {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.yourMsg {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.msgAvatar img {
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px 0 rgb(34 41 47 / 16%), 0 2px 10px 0 rgb(34 41 47 / 12%);
}
.msg {
  background: #fff;
  padding: 10px 14px;
  border-radius: 5px;
  max-width: 75%;
  width: auto;
  margin: 0;
  box-shadow: 0 4px 8px 0 rgb(34 41 47 / 12%);
}
.yourMsg .msg {
  background: linear-gradient(260deg, #7367f0, #9e95f5);
  color: #fff;
}
.chatContent {
  display: none;
}

.emojipicker-container {
  position: relative;
  float: left;
}

.emoji-toggle {
  position: absolute;
  top: 4px;
  right: 4px;
  opacity: 0.4;
  width: 30px;
  text-align: center;
}

.emoji-toggle:hover {
  opacity: 1;
}

.emoji-btn {
  padding: 5px;
}

.emoji-btn:hover {
  background-color: #eeeeee;
  border-radius: 5px;
  cursor: pointer;
}

.emoji-window-closed {
  display: none !important;
}

.emoji-window {
  position: absolute;
  padding: 5px;
  bottom: 42px;
  right: 0px;

  background: white;
  border: solid #ddd 1px;
  border-radius: 5px;

  max-width: 200px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  z-index: 1000;
}

.emoji-section {
  width: 100%;
  font-family: sans-serif;
  background: #eeeeee;
  border-radius: 5px;
  padding: 3px 0;
  flex-grow: 1;
  text-align: center;
  top: 0;
  position: sticky;
}

.emoji-window::-webkit-scrollbar {
  width: 0px; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
}

/*----------------- START DARK ------------------- */
.dark {
  background: #161d31;
}
.dark .fixedNav {
  background: #283046;
}
.dark .card,
.dark .authCard {
  background: #283046;
  color: #d0d2d6;
}
.dark .icoCard a {
  color: #d0d2d6;
}
.dark .dashHead h2,
.dark .inC {
  color: #d0d2d6;
}
.dark .statDiv {
  color: #d0d2d6;
}
.dark,
.dark .nvRol strong,
.dark .nvRol span,
.dark .settingUl > li > a i,
.dark .logout i,
.dark .adminRol strong,
.dark .adminRol span,
.dark .statH2,
.dark .loginH1,
.dark .formItem label,
.dark .iH1 h1,
.dark .breadCrumb,
.dark .cardH,
.dark .userTabs > li > a,
.dark .iconLists .icon,
.dark .navPosition,
.dark .tblOpr a,
.dark .listTitle,
.dark .imageLbl label,
.dark .notiAdmin > li > a i {
  color: #d0d2d6;
}
.dark .userTabs > li.active > a {
  color: #fff;
}
.dark .headAdminCard {
  background-color: rgba(115, 103, 240, 0.5);
}
.dark .headAdminCard p {
  color: #d0d2d6;
}

.dark .tblOpr a:hover {
  color: #7367f0;
}

.dark .deleteItem a:hover {
  color: #ea5455;
}

.dark .confirmContent {
  background: #343d55;
}

.dark .confirmContent a {
  color: #ebccd1;
  background: #283046;
}

.dark .txt,
.dark .select,
.dark .ddlSort,
.dark .txtarea {
  background: #232a3e;
  border: 1px solid #59536d;
  color: #d0d2d6;
}
.dark .lblCheck::before {
  border: 1px solid #59536d;
}
.dark .txt:focus,
.dark .select:focus {
  border-color: #7367f0;
}
.dark .tbl {
  background: #283046;
  color: #d0d2d6;
}
.dark .tbl th {
  background: #343d55;
  border-color: #3b4253 !important;
}
.dark .tbl td {
  background: #283046;
  border-color: #3b4253 !important;
}

.dark .nav a {
  background: #242b3d;
}
.dark .nav a.current {
  background: #7367f0;
}
.dark .rbtn {
  background: transparent;
  color: #d0d2d6;
}
/*----------------- END DARK ------------------- */

.jq-toast-wrap,
.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  letter-spacing: normal;
  z-index: 9000 !important;
}
.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}
.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}
.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}
.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}
.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 5px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444;
  color: #fff;
}
.jq-toast-single h2 {
  font-family: arial, sans-serif;
  font-size: 14px;
  margin: 0 0 7px;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}
.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  font-size: 12px;
}
.jq-toast-single ul {
  margin: 0 0 0 15px;
  background: 0 0;
  padding: 0;
}
.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: 0 0;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}
.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}
.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0;
  left: 0;
  border-radius: 5px;
  background: red;
}
.jq-toast-loaded {
  width: 100%;
}
.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}
.jq-icon-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}
.jq-icon-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}
.jq-icon-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}
.jq-icon-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}
.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
.mapboxgl-canary {
  background-color: salmon;
}
.mapboxgl-canvas-container.mapboxgl-interactive,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}
.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}
.mapboxgl-canvas-container.mapboxgl-interactive:active,
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: grabbing;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}
.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}
.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}
.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}
.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}
.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}
.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}
.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}
.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}
.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}
.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl-attrib-button:focus,
.mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}
.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}
.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}
.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}
.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}
.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}
.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}
.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E %3C/svg%3E");
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  animation: mapboxgl-spin 2s linear infinite;
}
@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='0.9' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
}
a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}
@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='1' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='1' fill='%23000'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: hsla(0, 0%, 100%, 0.5);
  margin: 0;
}
@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 2px 24px 2px 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show,
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 8px 2px 28px;
    border-radius: 12px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib-button {
    display: none;
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
    background-color: hsla(0, 0%, 100%, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
    outline: none;
    top: 0;
    right: 0;
    border: 0;
  }
  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,
  .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
    left: 0;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner,
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    left: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}
.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}
.mapboxgl-attrib-empty {
  display: none;
}
.mapboxgl-ctrl-scale {
  background-color: hsla(0, 0%, 100%, 0.75);
  font-size: 10px;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}
.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  will-change: transform;
  pointer-events: none;
}
.mapboxgl-popup-anchor-top,
.mapboxgl-popup-anchor-top-left,
.mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}
.mapboxgl-popup-anchor-bottom,
.mapboxgl-popup-anchor-bottom-left,
.mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}
.mapboxgl-popup-anchor-left {
  flex-direction: row;
}
.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}
.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}
.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}
.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}
.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}
.mapboxgl-popup-track-pointer {
  display: none;
}
.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  user-select: none;
}
.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}
.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}
.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  opacity: 1;
  transition: opacity 0.2s;
}
.mapboxgl-user-location-dot,
.mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.mapboxgl-user-location-dot:before {
  content: "";
  position: absolute;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}
.mapboxgl-user-location-dot:after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {
  width: 0;
  height: 0;
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  content: "";
  border-bottom: 7.5px solid #4aa1eb;
  position: absolute;
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-left: 7.5px solid transparent;
  transform: translateY(-28px) skewY(-20deg);
}
.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
  border-right: 7.5px solid transparent;
  transform: translate(7.5px, -28px) skewY(20deg);
}
@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}
.mapboxgl-user-location-dot-stale:after {
  display: none;
}
.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  width: 1px;
  height: 1px;
  border-radius: 100%;
}
.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}
.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}
@media print {
  .mapbox-improve-map {
    display: none;
  }
}





.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  height:40px;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option--selectable {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgb(216, 214, 222);
  border-radius: 5px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--group {
  padding: 0
}

.select2-container--default .select2-results__option--disabled {
  color: #999
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
  padding: 0
}

.select2-container--classic .select2-results__option--disabled {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

.select2 .selection{display: block;}

.detailListBox{margin-bottom: 50px;}
.detailListBox h2{font-size: 16px;color:#0064ed;margin-bottom: 22px;}
.detailList{font-size: 14px;font-weight: bold;}
.detailList > li{margin-bottom: 15px;}
.detailList > li span{font-weight: 100;margin-left: 12px;}

.iphoneView{position: relative;
  margin: 40px auto 10px;
  width: 380px;
  height: 740px;
  overflow-x: auto;
  border-radius: 36px;
  box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919, 0px 0px 0px 20px #111;}


  /*--------------------------------OWL---------------------------------*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-animated-out { z-index: 1 }
.owl-animated-in { z-index: 0 }
  /*--------------------------------OWL---------------------------------*/


.iphoneView::-webkit-scrollbar {
width: 1px;
}

/* Track */
.iphoneView::-webkit-scrollbar-track {
background: #111;
opacity: 0;
}
.iphoneContent{font-size: 10px;font-weight: 400px;}
.slideCarousel{position: relative;z-index: 1;}
.slideItem{}
.slideItem img{aspect-ratio: 4/3;width: 100%;}
.owl-dots{position: absolute;bottom: 40px;left: 0;right:0;display: flex;justify-content: center;z-index: 1000;}
.owl-dot{width: 6px;height: 6px;background: rgba(255,255,255,0.6) !important;border-radius: 50%;margin:0 3px;}
.owl-dot.active{background: rgba(255,255,255, 1) !important}

.restaurantMainContent{min-height: 100px;background: #fff;border-radius: 30px;margin-top: -30px;position: relative;z-index: 2;}

.restarantTitle{margin:0;padding: 20px 12px;display: flex;gap:12px;position: relative;}
.restarantTitle h1{color:#000;font-size:14px;font-weight: bold;line-height: 25px;margin-bottom: 5px;}
.restarantTitle h2{color:#575757;font-size:11px;line-height: 20px;}
.rvlogo{}
.rvlogo img{width: 54px;height: 54px;border-radius: 12px;}
.restarantTitleHead{margin:0;}
.addFav{position: absolute;top:25px;right:20px;color:#c90000;font-size: 20px;}


.rAddressAndHours{display: flex;justify-content: space-between;padding: 0px 12px 12px 12px;}
.rAddress{margin:0}
.rAddress i{color:#ff9f43;font-size: 20px;margin-right: 5px;}
.openHours{display: flex;gap:14px;margin:0}
.openLbl{background: #ebf8f1;font-weight: bold;padding: 0 10px;border-radius: 12px;color:#32b67a}

.threeSection{margin-bottom: 20px;display: flex;}
.threeSection li{flex:1;background: #f9fafc;padding: 20px 0;text-align: center;}

.discountList{margin: 10px 12px 20px;}
.discountList > li{margin-bottom: 10px;}
.discountLabel{background: #ebf8f1;border-radius: 10px;color:#32b67a;display: flex;justify-content: space-between;padding: 10px 15px;}
.discountDetailLbl{display: flex;gap:12px;margin:0}
.discountDetailLbl i{font-size: 24px;line-height: 40px;}
.discountText{margin:0;line-height: 20px;}
.discountText strong{display: block;font-size:13px;font-weight: bold;}
.discountText span{display: block;}
.claimbtn{color:#fff;background: #32b67a;padding: 0 10px;border-radius: 12px;line-height: 24px;height: 24px;margin-top: 8px;}

.rMainTabs{line-height: 30px;gap:4px;display: flex;margin:0 12px 10px 12px}
.rMainTabs > li{flex:1;}
.rMainTabs > li > a{display: block;font-size: 11px;padding: 0 6px;background: #f4f5f7;border-radius: 15px;font-weight: bold;color:#0f1014;}
.rMainTabs > li > a i{font-size: 13px;margin:0 5px;}
.rMainTabs > li.active > a{color:#fff;background: #fa5805;}

.rMainTabContents{padding:12px;}
.rMainTabContents > li{display: none;}
.cmspage{margin-bottom: 20px;}
.rMap{height: 210px;margin-bottom: 12px;border-radius: 7px;}

.rvBtns{display: flex;gap:15px;margin-bottom: 20px;line-height: 30px;}
.rvBtns > li{flex:1;}
.rvBtns > li > a{display: block;border-radius: 15px;text-align: center;}
.rvBtns > li > a i{font-size: 18px;margin-right: 7px;}
.callBtn{color:#3a50f3;background: #ebeeff;}
.directionBtn{color:#ff5b02;background: #ffeee6;}



.showFx{margin-bottom: 20px;}
.showFx > h2{margin-bottom: 12px;font-weight: bold;font-size: 14px;color:#202020;}
.fxList{display: flex;flex-wrap: wrap;color:#2e2e2e}
.fxList > li{width: 50%;margin-bottom: 10px;}
.fxList > li img{margin-right: 5px;}
.fxList > li i{color:#ea5455;font-size: 16px;margin-right: 5px;}

.galleryList{display: flex;gap:9px;flex-wrap: wrap;}
.galleryList li{width: calc(33.33% - 6px);}
.galleryList li img{aspect-ratio: 1;width: 100%;border-radius: 4px;}

.chefflist{}
.chefflist > li{margin-bottom: 10px;}
.cheffItem{border-radius: 10px;box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);display: flex;justify-content: space-between;}
.cheffDet{width: calc(100% - 125px);margin:0;padding: 12px;}
.cheffItem figure{width: 120px;}
.cheffItem figure img{width: 120px;height: 140px;border-radius: 10px;}
.cheffDet strong{color:#0d0e12;display: block;margin-bottom: 5px;font-size: 15px;font-weight: bold;}
.cheffDet span{color:#6a6f76;display: block;margin-bottom: 5px;}
.cheffDet p{color:#0d0e12;text-align: left;height: 60px;overflow: hidden;}

.rvCt{margin-bottom: 10px;}
.rvCt > li{margin-bottom: 4px;}
.rvCt > li i{color:#fa5805;font-size: 15px;margin-right: 5px;}

.rvMenu{}
.rvMenu > li{margin-bottom: 10px;}
.rvSubCat{margin-bottom: 10px;}
.rvSubCat > li{margin-bottom: 10px;}
.rvFood{border-radius: 10px;box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);display: flex;justify-content: space-between;}
.foodDet{width: calc(100% - 125px);margin:0;padding: 12px;}
.rvFood figure{width: 120px;position: relative;}
.rvFood figure img{width: 120px;height: 120px;border-radius: 10px;}
.rvFood figure label{position: absolute;top:0;right:10px;background: #fa5805;color:#fff;padding: 5px;border-radius: 0 0 5px 5px;}
.foodDet strong{color:#0d0e12;display: block;margin-bottom: 5px;font-size: 14px;font-weight: bold;}
.foodDet > span{color:#6a6f76;display: block;margin-bottom: 5px;text-align: left;height: 40px;}
.foodPrice{text-align: right;}
.foodPrice > span{color:#fff;display: inline-block;padding: 5px 9px;border-radius: 15px;background: #2cb67a;}
.rvCat{height: 15px;border-bottom: 2px solid #e1e1e1;margin-bottom: 25px;}
.rvCat h2{line-height: 30px;display: inline-block;font-weight: bold;font-size: 15px;padding-right: 10px;background: #fff;}

.rVreviews{}
.rVreviews > li{margin-bottom: 10px;}
.reviewItem{border-radius: 10px;box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);padding: 12px;}
.reviewHead{display: flex;margin-bottom: 12px;justify-content: space-between;}
.reviewUser{display: flex;gap: 12px;margin:0}
.reviewUser figure{width: 40px;height: 40px;border-radius: 20px;overflow: hidden;}
.reviewUser figure img{width: 40px;height: 40px;}
.urName{margin:0;}
.urName strong{color:#0f1014;display:block;font-size: 14px;}
.urName span{color:#868686;display:block;}
.reviewContent{color:#868686;text-align: left;}

.urRate{margin:0;}
.urRate i{color:#deb900}

.rvCatDin{display: flex;justify-content: space-between;padding: 0 20px 12px 20px;}
.rvtCat{margin:0;font-weight: bold;}
.rvtCat span::after{content: ', ';}
.rvtCat span:last-child::after{content: '';}
.rvDin{margin:0;}
.rvDin span::after{content: ', ';}
.rvDin span:last-child::after{content: '';}





























.chosen-select{width: 100%;}
.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../images/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../images/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}
.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:7px 14px;width:100%;height:auto;border:1px solid rgb(216, 214, 222);border-radius: 5px;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../images/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}