/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.ag-theme-material .ag-tooltip {
  /* background-color: #f8f8f8 !important; */
  font-family: 'Montserrat', Helvetica, Arial, serif;
  padding: 0.4rem 0.775rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #323232;
  border-radius: 0.358rem;
  border-color: #323232;
  font-size: 0.857rem;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.dark-layout .ag-theme-material .ag-floating-top {
  border-bottom: none !important;
}

.flatpickr-input[readonly]:disabled {
  background-color: #efefef !important;
}

.disabled_editor {
  background-color: #efefef !important;
  pointer-events: none;


}

.dark-layout .disabled_editor {
  background-color: inherit !important;
  opacity: 0.5 !important;
  pointer-events: none;

}

.dark-layout .flatpickr-input[readonly]:disabled {
  background-color: inherit !important;
  opacity: 0.5 !important;
}

.ql-toolbar.ql-snow.editor_with_attachment {
  border-top: 1px solid #ccc !important;
}

.dark-layout .ql-toolbar.editor_with_attachment {
  border-top: 1px solid #3B4253 !important;
}


.ql-toolbar.ql-snow {
  border-top: none !important;
}

/* .badge.badge-light-yellow {
  background-color: rgba(242, 204, 126, 0.2);
  color: #FFD700 !important;
} */
.badge.badge-light-yellow {
  background-color: rgba(242, 204, 126, 0.2);
  color: #CCAA00 !important;
}

/*Related to pages Dashboard on responsive*/
.dashboard-card {

  margin-top: 4rem !important;
}

@media only screen and (max-width: 700px) {
  .my-fixed-element {
    height: 100%;
    left: 20px;
    right: 20px;
    z-index: 1036;

  }

  .dashboard-card {

    margin-top: 8rem !important;
  }
}

/*Related to note error*/
.border-note-error {
  border-top: 1px solid #EA5455 !important;
  border-bottom: 1px solid #EA5455 !important;
}

.label-note-error {
  color: #EA5455 !important;
}



.custom-options-checkable .custom-option-item {
  width: 90%;
  height: 170px;
  cursor: pointer;
  border-radius: 0.42rem;
  color: #82868b;
  background-color: rgba(130, 134, 139, 0.06);
  border: 1px solid #ebe9f1;
}


.custom-options-checkable .custom-option-item .custom-option-item-title {
  color: #82868b;
}

.custom-option-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.custom-option-item-check:checked+.custom-option-item {
  color: #7367f0;
  background-color: rgba(115, 103, 240, 0.12);
  border-color: #7367f0;
}

.custom-option-item-check:checked+.custom-option-item .custom-option-item-title {
  color: #7367f0;
}

.custom-option-item-check:checked+.custom-option-item .entry_icon {
  fill: #7367f0;
}

.dark-layout .custom-options-checkable .custom-option-item {
  border: 1px solid #82868b !important;
}

.dark-layout .custom-option-item-check:checked+.custom-option-item {
  color: #7367f0;
  background-color: rgba(115, 103, 240, 0.12);
  border-color: #7367f0 !important;
}


@media screen and (min-width: 678px) and (max-width: 991px) {
  .custom-options-checkable .custom-option-item {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 0.42rem;
    color: #82868b;
    background-color: rgba(130, 134, 139, 0.06);
    border: 1px solid #ebe9f1;
  }


}

.file_error {
  border: 1px solid #EA5455 !important;
}

.div_error {
  border: 1px solid #EA5455 !important;
  border-radius: 5px;
}



.header_warning_box {
  background: #EA5455;
  color: #fceaea !important;
  font-weight: bold;
  border-radius: 5px;
}


@media (min-width: 768px) {
  .header_warning_box {
    font-size: 10px;
  }
}

@media (min-width: 780px) {
  .header_warning_box {
    font-size: 12px;
  }
}

@media (min-width: 800px) {
  .header_warning_box {
    font-size: 14px;
  }
}

@media (min-width: 840px) {
  .header_warning_box {
    font-size: 16px;
  }
}

@media (min-width: 950px) {
  .header_warning_box {
    font-size: 17px;
  }
}

@media (min-width: 1260px) {
  .header_warning_box {
    font-size: 19px;
  }
}

@media (min-width: 1550px) {
  .header_warning_box {
    font-size: 25px;
  }
}

span:has(> .expanded_text_area) {
  width: 100%;
  height: 100%;
}


.border-on-error {
  border-color: #EA5455 !important
}




.dark-layout .kanban-board-header {

  background-color: #283046;

}

.select2-container--default .select2-results__option[role='group'] {
  box-sizing: content-box;
  margin: 0.1rem;
  border: 0;
  border-top: 1px solid #404656;
  border-bottom: 1px solid #404656;
}

.select2-container--classic .select2-results__group,
.select2-container--default .select2-results__group {
  font-weight: 400 !important;
  text-align: center !important;
}

.popover-btn {
  outline: 0 !important
}




.popover {
  pointer-events: none !important;
}


.error {
  border-color: red !important;
}







/** Small Loader */


.lds-ring {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  margin: 2px;
  border: 2px solid #afafaf;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #afafaf transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


#modal_help_item_message {
  word-wrap: break-word;
}

.custom-radio-size ::after,
.custom-radio-size::before {
  width: 14px !important;
  height: 14px !important;
  margin-left: 2%;
}

.custom-radio-distance {
  padding-left: 1.4rem !important;
}

.dropdown-menu li.dropdown-item-tenants {
  position: relative;
}


[aria-labelledby='select2-global_tenant-container'] b {
  margin-left: 20% !important
}


.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7367F0;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.theme-checkbox {
  accent-color: #7367F0 !important;
  transform: scale(1.3);
  margin-right: 10px !important;
}


.dark-layout .sla-holiday {
  background-color: #283046 !important;
  color: #B4B7BD !important;
  border-color: #404656 !important
}

.sla-holiday {
  padding: .59rem 1.25rem !important;
  border: 1px solid #D8D6DE !important;
  background-color: transparent !important;
}

.dark-layout .picker__input.form-control:disabled {
  background-color: inherit !important;
  opacity: 0.5 !important;
}

.picker__input.form-control:disabled {
  background-color: #efefef !important;
}


span[ref="eMenu"].ag-header-icon.ag-header-cell-menu-button {
  display: none !important
}



/* .select2-container--default .select2-selection--single {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
} */


.no_right_border {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.custom-disabled-element {
  background-color: #efefef !important;
  pointer-events: none !important;

}

.dark-layout .custom-disabled-element {
  pointer-events: none !important;
  background-color: inherit !important;
}

.help-menu_table_row {
  cursor: move !important
}

#help-menu_table_body {
  height: 9vh !important;
}

.popover.fade img {
  width: 100% !important;
}

@media only screen and (max-width: 747px) {
  .app-content>.content-wrapper {
    margin-top: 3rem !important;
  }
}

@media only screen and (max-width: 550px) {
  .popover.fade {
    width: 80vw !important;
  }

}

.form-control.flatpickr-disabled-range.flatpickr-input.flatpickr-mobile {
  margin-top: 5px
}

button:focus {
  outline: none !important;
}

.modal.cases-sticky-modal {
  top: 1vh !important;
  left: 0 !important
}

@media only screen and (max-width: 575px) {
  html .modal.modal-sticky {
    top: 2vh !important;
  }
}

@media screen and (min-width: 800px) {
  html .modal.modal-sticky {
    padding-top: 100vh;
  }
}

.numInputWrapper .arrowUp,
.numInputWrapper .arrowDown {
  opacity: 1 !important
}

.primary-admin-card .card-profile {
  padding-bottom: 0.6rem !important;
}

.primary-admin-card .card-profile .card-body .profile-image-wrapper .profile-image {
  top: -9rem !important;
}

#header_progress_bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
}

#header_progress_bar_inner {
  height: 1px;
  width: 1px;
}

#header_progress_bar_circle {
  top: -725%;
  right: -1250%;
  border-radius: 50%;
  padding: 10px;
}

html #message_S1_case > b, html .dark-layout #message_S1_case > b {
  color: white!important;
}

.slider-value {
  background-color:rgba(0, 0, 0, 0.29);
  color: white;
  width: auto;
  padding: 3px 5px;
}

input[type='range'] {
  padding: 0!important;
}

#progress_bar .form-control-color {
  padding: 0!important;
}
.gsi-material-button-users {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #D8D6DE;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button-users .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button-users .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button-users .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}


.gsi-material-button-users:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button-users:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button-users:disabled .gsi-material-button-icon {
  opacity: 38%;
}



.tenant_item::-webkit-scrollbar {
  
	height: 7px!important
}

.tenant_item::-webkit-scrollbar-track {
  background-color: inherit!important;
}


.flatpickr-time input.flatpickr-hour {
  font-weight: 400!important;
}

#display_profile_client {
  max-width: 100%!important;
}

#modal_help_item_message img {
  max-width: 100%!important;
}



.mr-half{
  margin-right: 0.4rem!important;
}
.mt-half{
  margin-top: 0.4rem!important;
}
.m-half {
  margin: 0.4rem !important;
}
/* .mandatory_field::after {
  content: '*';
  color: var(--danger);
 
  font-weight: bold;
} */
.mandatory_field:not(:has(*))::after {
  content: '*';
  color: var(--danger);
  font-weight: bold;
}


.attachment-container {
  max-height: 22vh;
  overflow-y: scroll;
}

html .modal.modal-sticky .modal-dialog {
  box-shadow: none!important;
}

.filter-dropdown-toggle {
  height: 29.6px!important
}

label.btn.btn-sm.btn-success.btn-icon.ml-auto.waves-effect.waves-float.waves-light {
  margin-right: 1em!important;  
}

#edit_rules_modal {
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .d-1200-none {
    display: none!important;
  }
}

.step {
  will-change: transform;
}

.file-manager-application .view-container .file-manager-item {
	max-width: 100% !important;
}

html .content.app-content .overtime-wrapper .content-area-wrapper{
  display: block !important;
}
#overtime-files-manager{
  overflow: auto;
}
.popover-danger{
  background-color: var(--danger) !important;
}

.popover-danger .popover-header {
  background-color: var(--danger) !important;
  border-radius: 0.358rem;
  border-color: var(--danger) !important;
}

.dark-layout .disabled-priority{
  background-color: transparent !important;
  opacity: unset !important;

}

.disabled-priority{
background-color: transparent !important;
}

.ql-disabled {
  background-color: #EFEFEF;
}

.fc .fc-daygrid-event-harness .fc-event{
  white-space: break-spaces !important;
}

.jstree-icon.jstree-themeicon {
	display: none!important
}

/* html #toast-container {
	top: 13vh!important
} */

body .disabled-bg {
  background-color: #EFEFEF!important
}

.dark-layout .disabled-bg {
  background-color: #283046!important;
  opacity:.5 !important
}

.dark-layout .disabled-internal-feedback-survey{
  background-color: transparent !important;
color:#B4B7BD !important;

} 
.disabled-internal-feedback-survey{
background-color: transparent !important;
}

.disabled_editor.ql-editor::before {
	display: none!important;
}

.disabled_editor .ql-editor::before {
	display: none!important;
}


/**DIALPOD STYLING TO MOVE LATER **/

.online-bg-color {
  background-color: #22AF81!important;
}

.incall-bg-color {
  background-color: #0064D8!important;
}

.dialpad-row {
  margin: 0 auto;
  width: 100%;
  clear: both;
  text-align: center;
  font-family: 'Exo';
  display: flex;
}

.digit,
.dig {
  float: left;
  padding: 5px 30px;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  width: 33.33%;
  border: 5px rgb(236, 236, 236) solid;
  background-color: white;
  border-radius: 10px;
}


.dialpad-container {
  background-color: rgb(236, 236, 236);
  padding: 10px 10px 30px 10px;
  height: auto;
  text-align: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: fixed;
  bottom: 4%;
  z-index: 1000000000!important;
  right: -200%;
}

@media only screen and (min-width: 450px) {
  .dialpad-container {
      width: 300px;
  }
}

@media only screen and (min-width: 700px) {
  .dialpad-container {
      width: 320px;
  }
}

@media only screen and (min-width: 1000px) {
  .dialpad-container {
      width: 400px;
  }
}

#call,#hangup_btn_bottom {
  padding: 5px 30px;
  margin: 10px;
  color: white;
  border-radius: 4px;
  float: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#call {
  background-color: #22AF81;
}

.botdialpad-row {
  margin: 0 auto;
  width: 100%;
  clear: both;
  text-align: center;
  font-family: 'Exo';
}

.botdialpad-row>i,
.botdialpad-row>div {
  width: 33.33%;
}

.digit:active,
.dig:active {
  background-color: #e6e6e6;
}

#call:hover {
  background-color: #81c784;
}

.dig {
  float: left;
  padding: 10px 20px;
  margin: 10px;
  width: 30px;
  cursor: pointer;
}

.phone-input-container {
  justify-content: center;
}

.active_dial_btn {
  background-color: #e6e6e6 !important;
}

#dialpad_phone_input {
  width: 100%
}

.iti.iti--allow-dropdown {
  width: 100%;
}

#agent_status_select_input {
  outline: none!important;
  box-shadow: none!important;
}

#agent_status_container > div {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.status-indicator {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
}

#agent_status_container * {
  font-size: 1rem;
}

.ringing {
  font-size: 1.7rem;
  font-family: Arial, sans-serif;
}

/* Individual dot styling */
.dot {
  display: inline-block;
  animation: bounce 1.5s infinite;
  margin-right: 2px;
}

/* Animation for the dots */
@keyframes bounce {
  0%, 100% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.5);
  }
}

/* Stagger the animation for each dot */
.dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2) {
  animation-delay: 0.3s;
}

.dot:nth-child(3) {
  animation-delay: 0.6s;
}

#toggle_dialpad_btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  outline: 0;
}

#toggle_dialpad_btn_wrapper {
  position: fixed;
  bottom: 5%;
  right: 2%;
}

/**animation for dialpad visible**/
@keyframes showDialPad {
  0%{
    right: -200%;
  }

  100% {
    right: 0%;
  }
}

/**animation for dialpad hidden**/
@keyframes hideDialPad {
  0%{
    right: 0%;
  }

  100% {
    right: -200%;
  }
}

.visible-dialpad {
  animation: showDialPad .8s ease-in-out forwards;
}

.hidden-dialpad {
  animation: hideDialPad .8s ease-in-out forwards;
}

#hide_dialpad_btn {
  border: 0;
  outline: 0;
}

.fw-bold {
  font-weight: bold!important;
}

div.position-relative:has(.select2.w-100) {
  width: 100%!important;
}

#dialpad * {
  color: black!important;
  font-weight: bold!important;
}

.botdialpad-row * {
  color: black!important;
}

#dialpad_company_profile * {
  color: black!important;
}

.select2-container--open .select2-dropdown {
  z-index: 1000000001 !important; /* Ensure this is higher than the .dialpad-container */
}

#ringing_container * {
  color: white!important;
}

.kanban-board-header, .kanban-search-btn {
  position: sticky!important;
  left: auto!important;
  right: auto!important;
  top: 0!important;
  z-index: 1000!important;
}

.kanban-board-header {
	background-color: #F8F8F8!important;
}

.dark-layout .kanban-board-header {
  background-color: #283046!important;
}

.kanban-search-btn {
top:75px!important;
}

.aggrid{
	height:600px;
  }


  .divider-text h4 {
    font-weight: bold;
    color: #fa9363;
}
.property_carousel_section .carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}

.property_carousel_section .carousel-item {
  width: 100%;
  height: 300px; /* Adjust as necessary */
  overflow: hidden;
  border-radius: 5px;
}

.property_carousel_section .carousel-inner {
  padding: 0;
  margin: 0;
}

