/* dropdown */
.simple-dropdown {
  margin: 0;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0px 0px 8px #ddd;
  -webkit-box-shadow: 0px 0px 8px #ddd;
  -moz-box-shadow: 0px 0px 8px #ddd;
  width: 100%;
  position: relative;
  width: 374px;
  outline: 0;
  transition: box-shadow 150ms ease-out;
  font-size: 16px;
}
.form-group.select100 button.simple-dropdown {
  width: 768px;
}
.simpleDropdown .simple-dropdown span.icon-arrow-down {
  position: absolute;
  right: 24px;
  font-weight: bold;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.simpleDropdown.show .simple-dropdown span.icon-arrow-down {
  position: absolute;
  right: 24px;
  font-weight: bold;
  font-size: 14px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.simpleDropdown .dropdown-menu {
  width: 100%;
  border-radius: 16px;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
  transform-origin: center top;
  opacity: 0;
}
.simpleDropdown .dropdown-menu.show {
  opacity: 1;
  overflow: auto;
}

.simpleDropdown li a {
  display: flex;
  width: 100%;
  padding: 8px 22px;
  font-weight: 400;
  text-align: start;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  justify-content: flex-start;
  align-items: center;
}
.simpleDropdown li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}

.simpleDropdown li a:hover {
 background: #f8f9fa;
 overflow: hidden;
}
.selectpicker li a {
  display: flex;
  width: 100%;
  padding: 8px 22px;
  font-weight: 400;
  text-align: start;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  justify-content: flex-start;
  align-items: center;
}
/* selects */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 100% \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.btn.dropdown-toggle.btn-light {
 margin: 0;
 height: 56px;
 display: flex;
 align-items: center;
 padding: 0;
 border-style: solid;
 border-width: 1px;
    box-shadow: 0px 0px 8px #ddd;
    -webkit-box-shadow: 0px 0px 8px #ddd;
    -moz-box-shadow: 0px 0px 8px #ddd;
width: 100%;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 374px;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: flex;
  align-items: center;
  margin: 0;
  border: 0;
}
.bootstrap-select > .dropdown-toggle:after {
  display: none;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 374px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
  outline: 0 !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
label + .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  height: 55px;
  align-items: center;
  display: inherit;
  align-items: center;
  padding: 0 24px;
  text-transform: none;
  font-size: 20px;
  padding-top: 23px;
  width: calc(100% - 56px);
  padding-right: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-group.selects label {
  position: absolute;
  z-index: 1;
  font-size: 13px;
  top: 8px;
  color: #888;
  margin-inline-start: 24px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  height: 55px;
  align-items: center;
  display: flex;
  align-items: center;
  padding: 0 24px;
  text-transform: none;
  font-size: 16px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner i {
  margin-inline-end: 8px;
  font-size: 20px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner i.flag-icon {
  margin-inline-end: 4px;
  display: flex;
  width: 24px;
  height: 24px;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  transform: scale(0.01);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease 0.15s;
  transform-origin: center top;
  overflow: hidden;
}
.bootstrap-select .inner.show {
  max-height: 187px;
  overflow: auto;
}
.bootstrap-select .dropdown-menu.show {
  transform: scale(1);
  opacity: 1;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;

}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          display: flex;
    width: 100%;
    padding: 8px 22px;
    font-weight: 400;
    color: #111;
    text-align: start;
    white-space: nowrap;
    background-color: #white;
    border-bottom: 1px solid #eee;
    justify-content: flex-start;
    align-items: center;
}
.bootstrap-select .dropdown-menu li a:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}
.bootstrap-select .dropdown-menu .icon {
  margin-inline-end: 4px;
  font-size: 20px;
}
.bootstrap-select .dropdown-menu li a span.flag-icon {
  margin-inline-end: 4px;
  display: flex;
  width: 24px;
  height: 24px;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 306ms linear 750ms forwards bs-notify-fadeOut;
       -o-animation: 306ms linear 750ms forwards bs-notify-fadeOut;
          animation: 306ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 22px;
  background-image: url(../images/tick-ok.svg);
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  display: block;
  width: 0.5em;

}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 6px;
  width: 100%;
  float: none;
  border-radius: 16px;
  border-color: #ccc;
}
.selects .bootstrap-select + span.icon-arrow-down {
  position: absolute;
  right: 24px;
  font-size: 14px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.selects .bootstrap-select.show + span.icon-arrow-down {
  position: absolute;
  right: 24px;
  font-size: 14px;
  z-index: 100000;
  height: 56px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.button-select-mobile {
  display: none;
}
.form-group.select100 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 768px;
}
.form-group.selects p {
  color: #666;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 4px 0 0 24px;
  margin-bottom: 0;
}
.form-group.selects p i {
    margin-inline-end: 4px;
    font-size: 11px;
    font-weight: bold;
    padding-top: 0px;
}
.form-group.selects.inError p.text-help {
  display: none;
}
.form-group.selects.inError .btn-light {
    border-color: #C84040;
    color: #C84040;
    background: #fdefef;
}
.form-group.selects.inError p.text-error {
  color: #C84040!important;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}
.form-group.selects.inError p.text-error i {
  margin-inline-end: 4px;
  font-size: 11px;
  font-weight: bold;
  color: #C84040!important;
}


@media (max-width: 1200px) {

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 306px;
}
.simple-dropdown {
  width: 306px;
}
.simpleDropdown .dropdown-menu.show {
  width: 306px;
}
.form-group.select100 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 632px;
}
.form-group.select100 button.simple-dropdown {
  width: 632px;
}

}
@media (max-width: 992px) {

  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }

  .simpleDropdown .dropdown-menu.show {
    width: 100%;
  }
  .simple-dropdown {
    width: 100%;
  }
  .form-group.select100 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }
  .form-group.select100 button.simple-dropdown {
    width: 100%;
  }


}
@media (max-width: 768px) {

  .button-select-mobile {
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    z-index: 1;
  }
  .btn.dropdown-toggle.btn-light {
    height: 60px;
  }
  .simple-dropdown {
    width: 100%;
    height: 60px;
  }
  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    height: 60px;
  }
  .selects .bootstrap-select + span.icon-arrow-down {
    height: 60px;
  }

  /* dropdown mobile */
  .dropdown-mobile.modal {
    z-index: 10001;
  	overflow-x: hidden;
  }
  .dropdown-mobile.modal.modal-left .modal-dialog,
  .dropdown-mobile.modal.modal-right .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  .dropdown-mobile.modal.modal-right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
  	z-index: 10001;
  }
  .dropdown-mobile.modal.modal-right .modal-content {
    height: 100%;
    overflow-y: auto;
  	border: 0;
  	border-radius: 0;
  	z-index: 10001;
  	overflow-x: hidden;
  }
  .dropdown-mobile.modal.modal-left.fade .modal-dialog {
    left: -100%;
    -webkit-transition: left 0.3s ease-out;
    -moz-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
  }
  .dropdown-mobile.modal.modal-right.fade .modal-dialog {
    right: -100%;
    -webkit-transition: right 0.3s ease-out;
    -moz-transition: right 0.3s ease-out;
    -o-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
  }
  .dropdown-mobile.modal.modal-left.fade.show .modal-dialog {
    left: 0;
  	z-index: 10001;
  }
  .dropdown-mobile.modal.modal-right.fade.show .modal-dialog {
    right: 0;
  	z-index: 10001;
  }
  .dropdown-mobile.modal.modal-right .modal-dialog.modal-xl {
    width: 100%;
  	z-index: 10001;
  }

  .dropdown-mobile .modal-header { padding: 16px}
  .dropdown-mobile .modal-body { padding: 0px;}

  .dropdown-mobile .head {
  	padding: 16px;
  	display: flex;
  	align-items: flex-start;
  	justify-content: space-between;
  	flex-direction: column;
  	width: 100%;
  }
  .dropdown-mobile .head h2 {
  	font-weight: 500;
  	margin: 0;
  }
  .dropdown-mobile .head .date-upgrade {
  	padding-top: 8px;
  }
  .dropdown-mobile .head .date-upgrade p {
  	font-size: 13px;
  	margin: 0;
  	line-height: 19px;
  }
  .dropdown-mobile .head .date-upgrade p:first-child {
  	margin: 0;
  }

  .dropdown-mobile a span {
  	font-size: 20px;
  	padding-inline-end: 16px;
  }
  .dropdown-mobile .modal-header {
  	padding: 0;
  	top: 0;
  	width: 100%;
  	z-index: 1;
  }
  .dropdown-mobile .head h5 {
  	font-size: 24px;
  	font-weight: 600;
  	margin: 0;
  	padding-inline-end: 32px;
  	width: 100%;
  }
  .dropdown-mobile .headerUserDrop .title-userdrop {
  	font-size: 24px;
  	font-weight: 600;
  	margin: 0;
  	padding-inline-end: 32px;
  	width: 100%;
  	line-height: 1.2;
  }
  .dropdown-mobile a i {
    font-size: 18px;
    position: absolute;
    right: 12px;
  }
  .dropdown-mobile .headerUserDrop {
  	padding: 16px;
  }
  .dropdown-mobile .sect-view .head {
  	border-bottom: 1px solid
  }
  .dropdown-mobile .modal-header button {
  	position: fixed;
  	right: 16px;
  	top: 18px;
  	margin: 0;
  	padding: 0;
  	font-size: 24px
  }
  .dropdown-mobile .sect-view a {
  	border-bottom: 1px solid
  }
  .dropdown-mobile .sect-view a:last-child {
  	border-bottom: none;
  }
  .fade:not(.show) {
    opacity: 0;
  }

  /* bottom sheet */
  .bottomsheet.modal,.bottomsheet-phone.modal {
    z-index: 9998;
  }

  .bottomsheet.modal.modal-bottom .modal-dialog,.bottomsheet-phone.modal.modal-bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
  	bottom: 48px;
  	max-height: calc(100% - 108px)
  }
  .bottomsheet.modal.modal-bottom .modal-content,.bottomsheet-phone.modal.modal-bottom .modal-content {
    height: auto;
    overflow-y: auto;
  	bottom: 0px;
  	border-radius: 8px 8px 0 0;
  	border: 0;
  }
  .bottomsheet.modal.modal-bottom .modal-body,.bottomsheet-phone.modal.modal-bottom .modal-body {
    padding: 0;
  	overflow-y: auto;
  	max-height: calc(100vh - 177px);
  }
  .bottomsheet.modal.modal-bottom.fade .modal-dialog,.bottomsheet-phone.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
  }
  .bottomsheet.modal.modal-bottom.fade.show .modal-dialog,.bottomsheet-phone.modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0px;
    top: initial;
  }
  .bottomsheet.modal.modal-bottom.fade .modal-dialog, .bottomsheet-phone.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
  }
  .bottomsheet .modal-backdrop.fade.show, .bottomsheet-phone .modal-backdrop.fade.show {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }

  .bottomsheet .modal-title,  .bottomsheet-phone .modal-title {
  	font-size: 24px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	font-weight: 600;
  }
  .bottomsheet .modal-header .close,  .bottomsheet-phone .modal-header .close {
  	font-size: 20px;
  	height: 36px;
  	padding: 0;
  	margin: 0;
  }


.bottomsheet .modal-body li .icon-tick-ok{
  position: absolute;
  right: 16px;
  font-size: 24px;
  display: none;
}

.bottomsheet .modal-body li.selected .icon-tick-ok{
	display: block !important;
}

  .bottomsheet li,  .bottomsheet-phone li {
  	list-style: none;
  }
  .bottomsheet a,  .bottomsheet-phone a {
  	display: flex;
  	justify-content: flex-start;
  	align-items: center;
  	padding: 8px 8px 8px 16px;
  	min-height: 64px;
  	font-size: 18px;
  	text-decoration: none;
    border-bottom: 1px solid #eee;
    color: #555;
    overflow: hidden;
  }
  .bottomsheet a i.flag-icon,  .bottomsheet-phone a i.flag-icon {
    display: inline-flex;
    font-size: 32px;
    border-radius: 32px;
    border: 1px solid #eee;
    margin-inline-end: 12px;
    width: 32px;
    height: 32px;
  }
  .bottomsheet a i,  .bottomsheet-phone a i {
    display: inline-flex;
    font-size: 20px;
    margin-inline-end: 8px;
  }
  .bottomsheet .bot-submenu a span,  .bottomsheet-phone .bot-submenu a span {
    font-size: 20px;
    padding-inline-end: 16px;
  }
  .bottomsheet span.flag-icon,  .bottomsheet-phone span.flag-icon {
    margin-inline-end: 4px;
    display: flex;
    width: 24px;
    height: 24px;
    background-attachment: initial;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
  }
  .bottomsheet .bs-searchbox, .bs-actionsbox, .bs-donebutton, .bottomsheet-phone .bs-searchbox {
    padding: 8px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  .bottomsheet .bs-searchbox .form-control,  .bottomsheet-phone .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    font-size: 16px;
    border-color: #ddd;
  }
  .bottomsheet .icon-close,  .bottomsheet-phone .icon-close {
    font-size: 20px;
    font-weight: bold;
  }
  .bottomsheet a.btn.btn-primary.btn-modal-ok {
    text-align: center;
    margin: 16px;
    width: calc(100% - 32px);
    display: flex;
    justify-content: center;
    min-height: 56px!important;
    height: 56px;
  }


}
/*
@media (min-width: 576px) {

    .bottomsheet-phone.modal {
        display: none !important;
    }

}
*/

/*# sourceMappingURL=bootstrap-select.css.map */
