@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);

/* Dashboard */
@keyframes stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* @media screen and (min-width: 850px){
    .hide-keyboard{
        display: none !important;
    }
}
.hide-keyboard {
    position: fixed;
    top: 200px;
    right: 0;
    padding: 4px 8px;
    background-color: #5b47fb;
    border-radius: 25px 0 0 25px;
    z-index: 1000000000;
    box-shadow: 4px 3px 5px 1px #cccccc;    
    border: 1px solid #5b47fb;
    display: none;
    color: white;
} */
.dashboard .user-profile-box {
  text-align: center;
  margin-bottom: 15px;
}

.dashboard .user-profile-box img {
  margin-bottom: 5px;
}

.dashboard .user-profile-box h4 {
  margin-bottom: 0;
  font-size: 14px;
}

.dashboard .user-profile-box span.online {
  color: #8bc34a;
}

.dashboard .user-profile-box span.offline {
  color: #f44336;
}

.dashboard .dashboardTables .isDash {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  gap: 4px;
}

.dashboard h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #202020;
}

.agent-box {
  border: 1px solid #cccccc;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px;
  background: #f3f3f3;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}

.agent-box+.media-footer {
  background: #f3f3f3;
  border: 1px solid #cccccc;
  border-top: 0;
  padding: 5px 10px;
  text-align: right;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
}

.agent-box h5 {
  font-size: 18px;
}

.agent-box h6 {
  font-size: 14px;
  margin-top: 0;
}

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

.modal-backdrop {
  z-index: 10000 !important;
}

.code-input {
  letter-spacing: 10px;
}

.online {
  color: #8bc34a;
}

.clr-red {
  color: #f44336;
}

.appointment-form .card-header {
  justify-content: space-between;
}

.appointment-form .card-header button {
  min-height: 20px !important;
  padding: 5px 10px;
}

h3.para-heading {
  position: relative;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #264574;
}

.inner-row {
  background: #FAFAFA;
  border: 1px solid #D5D5D5;
  border-radius: 2px;
  margin: 0 15px 24px;
  width: 100%;
  padding: 15px 10px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.appoint-list {
  border: 1px solid #f6f6f6;
  border-left: 2px solid #3f51b5;
  border-bottom-width: 3px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.appoint-list a {
  color: #031b4e;
  text-decoration: none;
}

.appoint-list h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}

.appoint-list h3 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
  color: #adadad;
  margin-bottom: 0;
}

.appoint-list+.appoint-list {
  margin-top: 10px;
}

.appoint-head {
  padding: 5px 10px;
  border-bottom: 1px solid #f6f6f6;
}

.appoint-head h4 {
  font-size: 12px;
  margin: 0;
}

.appoint-body {
  padding: 10px;
}

.appoint-body h4 {
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: normal;
}

.appoint-body img {
  max-height: 70px;
}

.info-box {
  text-align: center;
  margin-bottom: 20px;
}

.info-box ul {
  padding-left: 0;
  display: inline-flex;
  list-style: none;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #f3f3f3;
}

.info-box ul li {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.info-box ul li+li {
  border-left: 1px solid #cccccc;
}

.info-box ul li span {
  font-size: 24px;
}

.custom-pagination {
  text-align: center;
}

.custom-pagination .pagination {
  margin: 0 auto 20px;
  display: inline-flex;
}

.timer-box .timer {
  font-size: 36px;
  letter-spacing: 10px;
  margin-left: 7px;
}

.timer-box {
  background-color: white;
  padding: 2px 16px;
  font-weight: 600;
  font-size: 16px;
  float: left;
  border: 1px solid #031b4e;
  min-width: 124px;
  text-align: left;
}

.card-primary .card-header {
  background-color: #3f51b5;
  color: white;
}

.widget-box {
  max-width: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex: 0 0 18.8%;
}

.widget-box.btn.btn-success {
  background-color: #6DC79C !important;
}

.widget-box i {
  color: #fff;
  font-size: xx-large;
}

.widget-box p {
  font-weight: 300;
  color: #fff;
  font-size: 32px;
  line-height: 39px;
  margin: 0 0 8px;
  text-align: right;
}

.widget-box h6 {
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  text-align: right;
}

.widget-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
}

.widget-head i {
  height: 35px;
  width: 35px;
  background-color: #4a4a4a;
  border-radius: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
}

.widget-body {
  margin-top: 10px;
  display: flex;
  font-weight: 600;
  align-items: center;
}

.widget-area {
  padding: 0 10px;
  justify-content: space-between;
  flex-direction: row;
}

.widget-area .col {
  padding: 0 5px;
}

.widget-head.bg-icon-default i {
  background-color: #4a4a4a;
}

.widget-head.bg-icon-primary i {
  background-color: #2196f3;
}

.widget-head.bg-icon-danger i {
  background-color: #f44336;
}

.widget-head.bg-icon-warning i {
  background-color: #ffc107;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  background-size: cover;
  height: 100%;
  z-index: 10000;
}

#status {
  width: 50px;
  height: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -15px;
}

.spinner {
  margin: 0px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner>div {
  background-color: #2c3e50;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  animation-delay: -1.1s;
}

.spinner .rect3 {
  animation-delay: -1s;
}

.spinner .rect4 {
  animation-delay: -0.9s;
}

.spinner .rect5 {
  animation-delay: -0.8s;
}

.keyboard {
  position: absolute;
  top: 6px;
  right: 16px;
  padding: 4px 6px;
  background: #5b47fb;
  color: white;
  border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
  z-index: 1000000;
}

.select2-search--dropdown .keyboard {
  top: 8px;
  right: 4px;
  padding: 1px 6px;
}

.keyboard-show input:not([type=checkbox]) {
  padding-right: 95px;
}

.keyboard-show textarea {
  padding-right: 95px;
}

.daterangepicker {
  position: fixed !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  z-index: 1000000000;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
}

.daterangepicker:before {
  display: none !important;
}

.daterangepicker:after {
  display: none !important;
}

.datepicker-drop {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.7;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.request-overlay {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 63px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: rgba(200, 200, 200, 0.5);
}

.breakTimeText {
  content: "Break Time";
}

.app-signin-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  filter: opacity(0.15);
}

@media only screen and (max-width: 810px) {
  .agent-box {
    display: block !important;
  }

  .agent-box img {
    float: left;
  }

  .agent-box .media-body {
    padding-top: 10px;
  }

  .agent-box .btn-group {
    width: 100%;
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .appointment-form .card-title {
    margin-bottom: 5px !important;
    float: none !important;
  }

  .appointment-form .card-header {
    display: block !important;
    text-align: center;
  }

  .appointment-form .pull-right {
    float: none !important;
  }

  .daterangepicker .calendar-table th {
    font-size: 14px;
  }

  .daterangepicker .calendar-table td {
    font-size: 14px;
  }

  .daterangepicker select {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 468px) {
  .appointment-form .card-header button {
    font-size: 13px;
    margin-top: 8px;
    float: none;
  }

  .appointment-form h6 {
    font-size: 13px;
    float: none;
  }

  .info-box ul li {
    font-size: 13px;
  }

  .info-box ul li span {
    font-size: 18px;
  }

  .card-body {
    padding: 10px 15px;
  }

  .appoint-list h2 {
    font-size: 15px;
  }

  .appoint-list h3 {
    font-size: 13px;
  }

  .appoint-body h4 {
    margin-bottom: 14px;
  }

  .card-title {
    font-size: 14px;
  }

  .card-header {
    padding: 8px 10px !important;
  }

  .app-content-body.appointment-form {
    padding: 0 !important;
    padding-top: 0 !important;
  }

  .app-content-body.appointment-form .card {
    border-top: none;
  }

  .app-content-body.appointment-form .card .card-header {
    padding: 20px 10px !important;
    text-align: center;
  }

  .timer-box {
    float: none;
    margin: 12px auto 0;
    max-width: 124px;
  }
}

@media screen and (max-width: 340px) {
  .appoint-body {
    display: block !important;
  }

  .appoint-head h4 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .daterangepicker .drp-calendar {
    max-width: 400px !important;
  }

  .daterangepicker .calendar-table th {
    min-width: 32px;
    width: 50px;
    height: 38px;
    font-size: 17px;
  }

  .daterangepicker .calendar-table td {
    min-width: 32px;
    width: 50px;
    height: 38px;
    font-size: 17px;
  }

  .daterangepicker select {
    font-size: 16px !important;
  }
}

.app-body-sidebar .app-content-body {
  background: #F5F5F5;
  padding: 0 20px 20px;
}

.app-body-sidebar .app-content-body.pr-lg {
  padding: 0 84px 20px 20px;
}

.app-body-sidebar .app-content-body h1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #202020;
}

.app-body-sidebar .app-content-body .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 16px;
  list-style: none;
  background-color: transparent;
}

.app-body-sidebar .app-content-body .breadcrumb a.breadcrumb-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #202020;
}

.app-body-sidebar .app-content-body .breadcrumb a.breadcrumb-item.active {
  color: #4F6EBD;
}

.app-body-sidebar .app-content-body .breadcrumb a.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 0.5rem;
  color: #202020;
  content: "\F105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Montserrat";
}

body button,
body a {
  border-radius: 4px;
}

body button:disabled,
body a:disabled {
  cursor: not-allowed;
  opacity: 0.4 !important;
}

body .bg-theme {
  background-color: #264574 !important;
  color: #fff !important;
  border-color: #264574 !important;
}

body .btn {
  font-weight: 600;
}

body .btn.btn-theme {
  background-color: #264574;
  color: #fff;
  border-color: #264574;
}

body .btn.btn-warning {
  background-color: #F3BD38;
  color: #F5F5F5;
  border-color: #F3BD38;
}

body .btn.btn-success {
  background-color: #2BC656;
  color: #fff;
  border-color: #2BC656;
}

body .btn.btn-success:not(:disabled):not(.disabled):active {
  background-color: #2ea96f !important;
  color: #264574;
  border-color: #2ea96f !important;
}

body .btn.btn-outline-theme {
  background-color: #fff;
  color: #264574;
  border: 1px solid #264574;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

body .btn.btn-outline-success {
  background-color: #fff;
  color: #2BC656;
  border: 1px solid #2BC656;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

body .btn.btn-outline-secondary {
  background-color: #fff;
  color: #6F6F6F;
  border: 1px solid #6F6F6F;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

body .btn.btn-outline-primary {
  background-color: #fff;
  color: #4F6EBD;
  border: 1px solid #4F6EBD;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

body .btn.btn-outline-danger {
  background-color: #fff;
  color: #F85467;
  border: 1px solid #F85467;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
}

body .btn.btn-primary {
  background-color: #4F6EBD;
  color: #F5F5F5;
  border-color: #4F6EBD;
}

body .btn.btn-danger {
  background-color: #F85467;
  color: #F5F5F5;
  border-color: #F85467;
}

body .btn.btn-info {
  background-color: #F879C5;
  color: #264574;
  border-color: #F879C5;
}

body .btn.btn-info:not(:disabled):not(.disabled):active {
  background-color: #f559b6;
  color: #264574;
  border-color: #f559b6;
}

body .sidebar-content {
  background-color: #264574;
}

body .app-header-right {
  gap: 38px;
  justify-content: space-between;
}

body .roomNo {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #6F6F6F;
}

body .widget-box {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

body .widget-box .widget-head {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body .widget-box .widget-head i {
  height: 75px;
  width: 75px;
  color: white;
  font-size: xx-large;
}

body .widget-box .widget-body {
  text-align: center;
  display: block;
  font-size: 16px;
}

body .bg-icon-default i.fa {
  background-color: #264574;
}

body .bg-icon-danger i.fa {
  background-color: #F85467;
}

body .bg-icon-primary i.fa {
  background-color: #4F6EBD;
}

body .bg-icon-success i.fa {
  background-color: #2BC656;
}

body .bg-icon-warning i.fa {
  background-color: #F3BD38;
}

body .theme-modal .modal-content {
  border-radius: 0.5rem;
}

body .theme-modal .modal-header {
  border: none;
  background: #ffffff;
  color: #202020;
  justify-content: center;
  padding: 24px;
}

body .theme-modal .modal-body {
  border: none;
  padding: 0;
}

body .theme-modal .modal-body p {
  font-size: 24px;
  font-weight: 400;
  padding: 0px 50px 20px;
  margin: 0;
}

body .theme-modal .bg-break {
  height: 400px;
  display: block;
  width: auto;
  padding: 10px;
}

body .theme-modal h3 {
  color: #202020;
}

body .theme-modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding: 24px 120px 37px;
  border-top: none;
  align-content: center;
}

body .theme-modal .modal-footer .btn {
  padding: 12px 16px;
  width: 96px;
}

body .theme-modal .modal-footer .btn.btn-primary {
  background: #4F6EBD;
}

body .request-overlay {
  z-index: 9999;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
}

body .request-overlay .put-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

body .request-overlay .put-center .box {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}

body .request-overlay .put-center .box .inner-box {
  display: flex;
  padding: 27px 100px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #D5D5D5;
}

body .request-overlay .put-center h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #264574;
}

body .request-overlay .put-center h3 span {
  color: #6F6F6F;
}

body .request-overlay .put-center .btn i {
  margin-right: 5px;
}

body .appointment-form .card-header .pull-right {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.fa-shake,
.fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.jconfirm-box-container {
  max-width: 500px;
  flex: 0 0 100%;
}

.jconfirm-box-container .jconfirm-title-c {
  border: none;
  background: #ffffff;
  color: #202020;
  padding: 24px !important;
  text-align: center;
}

.jconfirm-box-container .jconfirm-box {
  padding: 15px !important;
}

.jconfirm-box-container span.jconfirm-title {
  font-size: 1.75rem !important;
  color: #202020 !important;
}

.jconfirm-box-container .jconfirm-content {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  padding: 16px 50px 20px;
  margin: 0;
  color: #031b4e !important;
}

.jconfirm-box-container .jconfirm-content form {
  font-size: 18px;
  text-align: left;
}

.jconfirm-box-container .jconfirm-buttons {
  display: flex;
  justify-content: space-evenly;
  float: none !important;
  padding: 10px 50px;
}

.jconfirm-box-container button.btn {
  padding: 12px 16px !important;
}