@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/*@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*/
/*@import url("https://fonts.googleapis.com/css?family=Cabin:400");*/
/* The following line is used to measure usage of this code in production. For more info see our usage billing page */
/*@import url("https://px.animaapp.com/5eacd968f16032280c5be1f1.5eacd969df9967982ed618fe.gb2JRV0.hcp.png");*/

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.eot');
  src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lato-Black.woff2') format('woff2'),
  url('../fonts/Lato-Black.woff') format('woff'),
  url('../fonts/Lato-Black.ttf') format('truetype'),
  url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lato-Bold.woff2') format('woff2'),
  url('../fonts/Lato-Bold.woff') format('woff'),
  url('../fonts/Lato-Bold.ttf') format('truetype'),
  url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lato-Regular.woff2') format('woff2'),
  url('../fonts/Lato-Regular.woff') format('woff'),
  url('../fonts/Lato-Regular.ttf') format('truetype'),
  url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  padding: 0 !important;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

.cursor {
  cursor: pointer;
}

input:focus, input:focus-visible, textarea:focus, textarea:focus-visible {
  outline: none !important;
  border-color: var(--blue-1) !important;
}
.modal-content {
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -ms-border-radius: 16px !important;
  -o-border-radius: 16px !important;
}
.modal-body {
  padding: 1.5rem !important;
}

.select2-selection[aria-expanded="true"] {
  border-color: var(--blue-1) !important;
}
/*.select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {*/
/*  background-color: var(--blue-1) !important;*/
/*}*/

[data-dismiss="modal"] {
  cursor: pointer;
}

.modal .modal {
  z-index: 999999 !important;
}

.gap-8-px {
  gap: 8px;
}

.gap-16-px{
  gap: 16px;
}
.gap-20-px{
  gap: 20px;
}

.gap-24-px{
  gap: 24px;
}

.sms-template-modal {
  overflow: hidden !important;
}

.select2-selection {
  box-shadow: none !important;
}

.select2-selection__clear {
  position: absolute !important;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 !important;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  font-size: 1.2rem !important;
  display: flex;
}

.select2-dropdown {
  border-color: var(--blue-1) !important;
}

.select2-selection[aria-expanded="false"] {
  border-color: var(--gray-4) !important;
}

.word-spacing-1 {
  word-spacing: 1px;
}
.word-spacing-2 {
  word-spacing: 2px;
}
.word-spacing-3 {
  word-spacing: 3px;
}
.word-spacing-4 {
  word-spacing: 4px;
}
.word-spacing-5 {
  word-spacing: 5px;
}

.daterangepicker  {
  z-index: 999999999 !important;
}

select {
  height: 44px !important;
  border: 1px solid var(--gray-4) !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  outline: none !important;
  background-image: url('/images/chervon-down.svg') !important;
  background-position: right 1rem center !important;
  background-repeat: no-repeat !important;
  cursor: pointer !important;
  appearance: none;
}

.calendar-time select {
  background-image: none !important;
  padding: 0 !important;
  text-align: center;
}

.select2-search__field {
  background: #fff url(../images/turn/Search.svg) right .625rem top .625rem no-repeat !important;
}

.datetimePickerImg {
  align-self: stretch;
  height: 44px;
  padding-left: 10px;
  padding-right: 1.5rem;
  padding-top: 15px;
  padding-bottom: 15px;
  background: white;
  border-radius: 8px;
  border: 0.5px #BDBDBD solid;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  color: var(--gray-3);
  font-size: 14px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.bootstrap-timepicker input.input-custom-timepicker {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.select2-container--krajee-bs4 .select2-selection--single {
  height: 44px !important;
  border-radius: 8px;
  background-image: url(/images/appointment/caret.svg) !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 16px) !important;
  background-position-y: 18px !important;
  background-size: 12px !important;
  background-color: transparent !important;
  font-size: 14px !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--krajee-bs4 .select2-selection.select2-selection--clearable {
  background: none !important;
}

::-webkit-scrollbar {
  width: 16px;
  height: 16px
}

::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background: #E0E0E0;

}
::-webkit-scrollbar-thumb:vertical {
  border-left: 5px solid #F9F9F9;
  border-right: 5px solid #F9F9F9;
  border-radius: 7px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.date-range-picker-pending-shown .kv-drp-dropdown .right-ind.kv-clear {
  display: none;
  right: 10px;
}

.kv-drp-dropdown .right-ind.kv-clear {
  right: 5px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  /*display: none;*/
  color: var(--gray-3);
  width: 16px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 300;
}

.kv-drp-dropdown.is-value .right-ind:not(.kv-clear) {
  display: none;
}

.select2-selection__rendered .select2-selection__clear {
  display: none;
}

.kv-drp-dropdown .range-value {
  padding-right: 30px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--dark-blue) !important;
}

.daterangepicker th.month {
  font-weight: bold;
  font-size: 18px !important;
}

.daterangepicker .calendar-table .prev span,
.daterangepicker .calendar-table .next span {
  border-color: var(--dark-blue) !important;
}

.daterangepicker .drp-calendar {
  min-width: 300px !important;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
  background-color: #DBDBDB;
  border-color: #DBDBDB;
  color: var(--color-default);
}

.daterangepicker .drp-buttons .btn.cancelBtn:hover {
  background-color: #B0B3B3;
  border-color: #B0B3B3;
  color: var(--color-default);
}

.select2-container--krajee-bs4.select2-container .select2-selection {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
#icon-expand-collapse  {
  padding: 0;
  display: flex;
  align-items: center;
}
#icon-expand-collapse img {
  border-radius: 50%;
  background: #007AFF1A;
  padding: 2px;
}

.daterangepicker .ranges ul li.active {
  background:  var(--light-blue) !important;
  color: var(--dark-blue) !important;
  font-weight: bold;
}

.daterangepicker .ranges li:hover {
  background-color: var(--light-blue) !important;
}

.daterangepicker .ranges li {
  font-family: var(--font-family-sf_pro-regular) !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}


.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 30px !important;
  height: 100%;
}

.select2-container .select2-selection--single {
  height: 48px !important;
  border-radius: 8px !important;
  background-image: url(/images/appointment/caret.svg) !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 12px) !important;
  background-position-y: 50% !important;
  background-size: 12px !important;
  background-color: transparent !important;
  font-size: 14px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  border: 1px solid #ccc !important;
  border-radius: 0.25rem;
}

.select2-container .select2-selection.select2-selection--single.select2-selection--clearable {
  background-image: none !important;
}

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

#search-status.select-down__primary1 {
  background-position: right 1px center !important;
  padding: 0 15px 0 5px !important;
  text-align: center;
}

.modal .modal-header img, .modal .close-modal.cursor {
  position: absolute;
  top: 50% !important;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
input ~ .input-group-append button {
  border-left: none !important;
}
input:focus ~ .input-group-append button {
  border-color: var(--blue-1) !important;
}
.modal h1.title {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.minimize-button {
  position: absolute;
  right: 50px !important;
}

.modal.minimize-modal.show {
  overflow: hidden;
}
.modal.minimize-modal {
  height: 40px;
  width: 250px;
  top: auto;
  bottom: 20px;
  right: 1rem !important;
  left: auto;
  box-shadow: 0px 0px 0px 2px #ccc;
  overflow: hidden !important;
  background: #fff;
  border-radius: 8px;
}
.modal.minimize-modal .modal-header-minimize {
  display: block;
  height: 40px;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
}

.modal.minimize-modal .maximize-button {
  position: absolute !important;
  right: 10px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.modal-header-minimize {
  display: none;
  overflow: hidden;
  position: relative;
}

.modal.minimize-modal .modal-header-minimize > div {
  position: relative !important;
  height: 40px;
  padding-right: 30px !important;
  display: flex !important;
  align-items: center;
  padding-left: 20px !important;
  justify-content: center;
  color: var(--dark-blue) !important;
}

.modal.minimize-modal > :not(.modal-header-minimize) {
  display: none;
}

.modal.show {
  overflow-y: auto !important;
}

button:focus {
  box-shadow: none !important;
}

* {
  scrollbar-width: thin;
}

button.close {
  opacity: 1 !important;
}

.alert-dismissible .close, .alert-dismissible .mailbox-attachment-close {
  padding: 10px 1.25rem !important;
}

.bootstrap-timepicker-widget table td {
  vertical-align: middle;
}

.combodate {
  width: 100%;
}

.combodate select{
  text-align: center;
  background-color: white;
}

.combodate select option:checked {
  background-color: #cce6ff;
  color: white;
}

.content-wrapper .toast-success {
  background: #6fcf97;
}

.content-wrapper {
  background: rgb(239, 244, 248);
  min-height: 100vh;
}

.content-wrapper .toast-error {
  background: #eb5757;
}

.content-wrapper .toast-header {
  border-bottom: 0;
  color: #fff;
}

.content-wrapper .toast-body {
  color: #fff;
  min-width: 230px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.content-wrapper .toast-body .bi {
  width: 1em;
  height: 1em;
  font-size: 32px;
}

.content-wrapper .toast-body .body-content {
  display: flex;
  flex-direction: column;
}

.content-wrapper .toast-body .body-content .toast-title {
  font-size: 16px;
  font-weight: 700;
}

.content-wrapper .toast-body .body-content .toast-message {
  font-size: 14px;
}

.toast-notification {
  position: fixed;
  top: 10px;
  right: 40%;
  z-index: 999999999;
  font-family: var(--font-family-sf_pro-regular) !important;
  pointer-events: none;
}

.opacity-0 {
  opacity: 0;
}


.search-name-group .search-name:focus,
.search-name-group:focus {
  border-color: var(--gray-4) !important;
}

.search-container .btn.dropdown-toggle,
.search-container .search-name-group .search-name {
  font-size: 14px;
}


.search-container .dropdown,
.search-container .search-name-group .search-name {
 height: 44px;
}

.search-container .btn-search {
  height: 44px;
}

.search-container .search-name-group .search-name {
  padding-right: 24px !important;
}


.action-group-td {
  position: relative;
}

.action-group-td span[data-title]:hover::after {
  content: attr(data-title);
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--light-blue) !important;
  color: var(--dark-blue) !important;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 10;
  pointer-events: none;
  border: 1px solid var(--dark-blue) !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.width-fit-content {
  width: fit-content !important;
}

.drp-calendar td.off.active {
  background-color: #fff !important;
  border-color: transparent !important;
  color: #999 !important;
}

.text-cancel {
  color: #333333;
  font-family: var(--font-family-cabin) !important;
  letter-spacing: 0 !important;
  line-height: 30px !important;
  position: relative !important;
  text-align: center !important;
  white-space: nowrap !important;
  width: fit-content !important;
}

#yii-debug-toolbar {
  cursor: not-allowed !important;
  opacity: 0 !important;
  display: none !important;
}
