/* @font-face {
  font-family: dpFont;
  src: url(../visitdesk-icons/fonts/icomoon.ttf);
} */

/* * {
  font-family: dpFont !important;
}

i {
  font-family: FontAwesome !important;
} */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

[ajax-cloak],
[data-ajax-cloak],
[x-ajax-cloak],
.ajax-cloak {
  display: none !important;
}

.ng-camera-stack {
  position: relative;
}

.ng-camera-overlay {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.visitorsCard {
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.91), 0 1px 0px 0 rgba(0, 0, 0, 0.43);
}

.cardBorder {
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.78), 0 1px 0px 0 rgba(0, 0, 0, 0.83) !important;
  height: 127px;

}

/*crisp customize*/
body .crisp-client .crisp-1rjpbb7 .crisp-13h0akn:after,
body .crisp-client .crisp-1rjpbb7 .crisp-13h0akn:before,
body .crisp-client .crisp-1rjpbb7 .crisp-ws3gf1 {
  background-color: #67d67b !important
}

body .crisp-client .crisp-1rjpbb7 .crisp-17f70m7 {
  background-image: linear-gradient(125deg, #4cd3d9 -10%, #6bf0b9 100%) !important
}

body .crisp-client .crisp-1rjpbb7 .crisp-1rf4xdh .crisp-ewasyx {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  border-radius: 8px !important
}

body .crisp-1uswakw>div {
  display: none !important
}

.border {
  margin: 5px;
  border: 0.01px solid #e5e5e5;
  border-radius: 10px;
}
.icon-color{
  color: #000;
}

/* filter css */
.app-drp2 .popover{
  position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    min-width: 400px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.hoverTour div:hover{
  /* background-color: #ccc; */
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  /* color: #00e676; */

}
.promo div:hover{
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

div.crisp-client .cc-kv6t .cc-1ybb {
  background-image: linear-gradient(125deg, #6ED782 -10%, #6ED782 100%) !important;
}
div.crisp-client .cc-kv6t .cc-1ada, div.crisp-client .cc-kv6t .cc-ew5j:before, div.crisp-client .cc-kv6t .cc-ew5j:after {
  background-color: #6ED782 !important;
}

.promo {
  width: 100%;
  /* margin: 0 auto; */
  height: 120px;
  position: relative;
  z-index: 1
}

.mainvidContainer video {
  width: 100%;
  height: 120px;
  visibility: hidden;
  display: block;
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
  margin: auto
}

.mainvidContainer {
  position: relative;
  left: 50px;
  width: 100%;
  height: 120px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  box-sizing: border-box;
  border: 0.01px solid #e5e5e5;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0)
}

.mainvidContainer.expanded {
  border: 2px solid rgba(255, 255, 255, 1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  width: 514px;
  height: 360px;
  bottom: 128px;
  background-color: #fff
}

.mainvidContainer.expanded video {
  opacity: 1;
  visibility: visible
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

.play-btn button {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  text-indent: -10000px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 50%
}

.play-btn button:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: rgba(235, 235, 255, 0.5);
  border-color: rgba(0, 0, 0, 0.75);
  background-color: rgba(20, 20, 20, 0.75)
}

.play-btn button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #666;
  border-style: solid;
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.play-btn button:hover:before {
  border-color: transparent transparent transparent #5DD778
}

.play-btn button:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: 3s clickMe ease-in-out infinite;
  animation: 3s clickMe ease-in-out infinite;
  top: 0;
  left: 0;
  box-sizing: border-box
}

@-webkit-keyframes clickMe {
  0% {
    border: 1px solid rgba(0, 0, 0, 0)
  }

  40% {
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    border: 1px solid #d7d7d7
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    border: 1px solid rgba(0, 0, 0, 0)
  }
}

@keyframes clickMe {
  0% {
    border: 1px solid rgba(0, 0, 0, 0)
  }

  40% {
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    border: 1px solid #d7d7d7
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    border: 1px solid rgba(0, 0, 0, 0)
  }
}

/* .play-btn:after{display:inline-block;content:'Play';font-size:11px;color:#555;position:absolute;bottom:-36px;left:50%;white-space:nowrap;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);padding:.5em 1em;text-transform:uppercase;border:1px solid #d7d7d7;border-radius:16px;line-height:1em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out} */
.play-btn:hover:after {
  color: #fcd800;
  background-color: #333
}

.mainvidContainer .closeMe {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background: rgb(252, 216, 0);
  ;
  border-radius: 50% 50% 50% 50%;
  top: -21px;
  right: -21px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #fff;
  box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.25), 0 0 5px rgba(0, 0, 0, 0.3) inset;
  box-sizing: border-box;
  transform: translate(-50%, 50%);
  opacity: 0
}

.mainvidContainer.expanded .closeMe {
  opacity: 1;
  border-width: 8px;
  transition: all 0.75s ease-in-out 0.5s;
  transform: translate(0, 0)
}

.mainvidContainer.expanded .closeMe:hover {
  background-color: #f00;
  transition: all 0.3s ease-in-out;
  border-width: 4px
}




.popover-inner {
  width: 280px;
}

.popover.bottom {
  margin-top: 10px;
  z-index: 500 !important;
}

.customtable-res {
  overflow-x: inherit;
}

/* .modal-body {
    position: relative;
    overflow-y: scroll;
} */

.center-text-align {
  text-align: center !important;
}

.left-text-align {
  text-align: left !important;
}

.right-text-align {
  text-align: right !important;
}

.center-table td,
.center-table th {
  text-align: center;
}

.center-table td,
.dash-table td {
  vertical-align: middle !important;
}

.dash-table {
  border-top: 1px solid #e4e4e4;
}
.dash-table>thead>tr>th {
  line-height: 2.2 !important;

}
.table>tbody>tr>td, .table>thead>tr>th  {
  padding: 15px 10px !important;
}

.table>tbody>tr>th {
  padding: 18px 10px;
}

.row-sync {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hover-default-border:hover {
  border: 2px solid #28d57a;
}

.hover-default-color:hover {
  color: #28d57a;
}

.hover-default-bg:hover {
  background-color: rgba(218, 230, 236, 0.3) !important;
}

/* For the print function to hide the unwanted space */
@media print {
  html, body {
    visibility: hidden !important;
    height: 99%;
    }
  @page {
    margin: 0;
  }
  #printScreen,
  #printScreen * {
    visibility: visible !important;

  }

  #printScreen {
    display: block;
    position:absolute !important;
    margin-left: -10px;
    margin-top: 0px;
    left: 0;
    top: 0;
  }
}
.form-control::placeholder {
  color: #B8B8B8 !important;
}

input[type=checkbox] {
  width: auto;
}
input[type=password],input[type=email],input[type=text],input[type=number],select,textarea,.input-type {
  background-color: #ffffff !important;
}
select:hover {
  background-color: rgb(238, 238, 238) !important;
}

input:focus {
  border: 2px solid #10c469 !important;
}

/* For the multi select visitor checkbox */
.clscheckbox {
  display: none;
}

.clscheck {
  display: inline-block;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: white;
  vertical-align: middle;
  margin-right: 20px;
  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border .3s ease;
}

.clscheckbox:checked+.clstext .clscheck {
  background: #00e676;
  border-color: #00e676;
}
.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
  border: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.onboard {
  padding: 0px 30px;
}
.onboard-box {
  padding: 13px;
  border-radius: 6px;
  margin-bottom: 13px !important;
}
.onboard-yet:hover {
  cursor: pointer;
  background-color: #fbfbfb;
}
.onboard-completed {
  color: #5fd400;
  font-size: 28px;
}
.signup-head-text.active {
  font-weight: bold;
  line-height: 1em;
  font-size: 1em;
}
.signup-hr {
  border: 1px solid rgb(238, 243, 236);
  width: 100%;
  margin: 20px 0;
}

.signup-dash {
  /* border: 1px solid rgb(207, 207, 207); */
  width: 0%;
  height: 6px;
  border-radius: 15%;
}

/* .verification-code--inputs {
  display: flex;
  gap: 10px;
} */

.toastui-calendar-see-more-container {
  right: 50% !important;
  /* left: unset !important; */
  left: 50% !important;
  top: 50% !important;
}

.verification-code--inputs input[type=text] {
  border: 2px solid #EFF0F7;
  width: 46px;
  height: 46px;
  padding: 10px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  box-sizing:border-box;
  border-radius: 10px;
}

.workspace-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 10px;
}

.grid-col-350 {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.workspace-item {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 10px 0;
  font-size: 12px;
  color: #82868A;
  cursor: pointer;
  padding-left: 10px;
  cursor: pointer;
  filter: drop-shadow(1px 1px 3px rgba(0,180,0,0.15));
}

.workspace-item.active {
  border: 1px solid #28d57a;
  color: #28d57a;
}

.workspace-item:hover {
  border: 1px solid #28d57a;
  /* color: #ffffff; */
}

.workspace-item .circle {
  background-color: #eeeeee;
  width: 40px;
  height: 40px;
}

.workspace-item .circle.active {
  background-color: #e6fff2;
  color: #28d57a;
}

.workspace-item img {
  width: 20px;
  height: 20px;
}

.workspace-grid .card-box img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

.workspace-grid .card-box p {
  font-size: 10px;
}

.workspace-grid .card-box .circle-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
}

.workspace-grid .card-box.active > .circle-icon {
  border: 2px solid #00e676;
  background: #00e676;
}

.info-text-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #3091d5;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  line-height: 0.3em;
  margin: 0 5px;
}

.border-none {
  border: none !important;
}

.has-error {
  border: 1px solid red;
}
.form-custom {
  padding: 10px 28px;
  padding-right: 0px !important;
}
.ui-select-bootstrap>.ui-select-match>.btn {
  border-radius: 5px;
  margin-left: 0px;
  background-color:#FFFFFF;
  cursor: default;
}
.ui-select-bootstrap>.ui-select-match>.btn:hover{
  background-color: rgb(245, 253, 243) !important;
}

.vertical-align td {
  vertical-align: middle !important;
}
.onboard-preferrence h3 {
  text-align: center;
  margin-bottom: 20px;
}
.onboard-preferrence i {
  font-size: 30px;
  color: #28d57a;
}
.onboard-preferrence .card-box {
  background-color: #fafafa;
}

/* Dash */
hr.dash {
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0px;
  width: 30px;
  border-top: 3px solid #6d6565;
}
.dash.dash-blue {
  border-color: #3a82c7;
}
.dash.dash-pink {
  border-color: #ff8acc;
}
.dash.dash-orange {
  border-color: #f9c851;
}
.dash.dash-green {
  border-color: #35b8e0;
}

/* selectize */
.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #e6e6e6 !important;
}
.selectize-control.single .selectize-input {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #fefefe, #fdfdfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
input.ui-select-search {
  width: 100% !important;
}
.table-striped>tbody>tr:nth-child(odd)>td {
  background-color: #fdfdfd !important;
}
.table-striped>tbody>tr:nth-child(even)>td {
  background-color: #fff !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.display-inline {
  display: inline !important;
}
.x-modal-list .row {
  margin: 8px 0px 8px 0px !important;
}

/* .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu {
  border-radius: 2px;
  border: none;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.175);
}

.open>.dropdown-menu {
  display: block;
}

.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
} */

.nav > li .dropdown-menu.app-dropdown {
  min-width: 270px;
}

.nav > li .dropdown-menu.app-dropdown .connection-item {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  color: #878787;
  text-transform: capitalize;
  width: 80px;
}

@media (max-width: 414px){
.nav > li .dropdown-menu.app-dropdown {
    width: 100%;
    min-width: auto;
}
}


.nav>li .dropdown-menu.app-dropdown {
  min-width: 270px;
}

.nav>li .dropdown-menu.app-dropdown .connection-item {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  color: #878787;
  text-transform: capitalize;
  width: 80px;
}

.nav>li .dropdown-menu.app-dropdown .connection-item i {
  font-size: 25px;
  padding-bottom: 5px;
}

.nav>li .dropdown-menu.app-dropdown .connection-item:hover {
  color: #878787;
  background: rgba(33, 33, 33, 0.05);
}

.nav>li .dropdown-menu.app-dropdown .app-icon-wrap {
  text-align: center;
}

.nav>li .dropdown-menu.app-dropdown .app-icon-wrap>li {
  display: inline-block;
}

.nav>li .dropdown-menu.app-dropdown .app-box-bottom-wrap .read-all {
  padding: 5px 15px 0;
  font-size: 13px;
  color: #878787;
  text-transform: capitalize;
}


.nav>li .dropdown-menu.app-dropdown .app-icon-wrap .block {
 font-size:14px;
 display: block !important;
 line-height: 14px;
}


.notification-box ul {
  max-height: none !important;
}
/* Newly added*/
.navbar.navbar-inverse.navbar-fixed-top .nav.top-nav > li {
  display: inline-block;
  float: none;
}

    .navbar.navbar-inverse.navbar-fixed-top .nav > li.dropdown {
  position: relative; }
   .navbar.navbar-inverse.navbar-fixed-top .nav > li > a {
  color: #878787;
  background: transparent !important;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0 9px;
  line-height: 85px; }
  .nav>li>a {
position: relative;
display: block;
}
.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown {
  min-width: 270px; }

.navbar.navbar-inverse.navbar-fixed-top .navbar-right .dropdown-menu {
  left: auto;
  right: 0; }
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}

.dropdown-menu {
border-radius: 2px;
border: none;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.175); }
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .app-icon-wrap {
    text-align: center; }

    .navbar.navbar-inverse.navbar-fixed-top .nav > li .dropdown-menu.app-dropdown .connection-item {
display: inline-block;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
color: #878787;
text-transform: capitalize;
width: 80px;
}
.grid-flow {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding-left: -45px;
  width: 80px;
}
.grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 200px 200px 200px;
  grid-gap: 5px;
  padding: -21px;
}
.grid-item {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding-bottom: 60px;
  /* overflow-x: hidden; */
  color: #353524;
  text-align: center;
  padding: 10px;
}
.login-with-google-btn {
  transition: background-color .3s, box-shadow .3s;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  width: 350px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
}
.login-with-microsoft-btn {
  transition: background-color .3s, box-shadow .3s;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  width: 350px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAABnRSTlMAAAAAAABupgeRAAAAWklEQVR4AWP4FKBEJPrip8wABrV7GOp3EYtGhgWjFoxaMGrBqAXf/OSIRD995CEWVO9hqN1FLBoOYNlnotF3iI7/O4lHQOVL3hONPo9agB2NWjBqwagFoxYAAB2zMZ7bQW2tAAAAAElFTkSuQmCC);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 6px 7px;
}
.responsive-iframe {
  width: 50%;
}

body {
  text-align: left;
  padding-top: 2rem;
}
.d-flex {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.flex-1 {
  flex: 1 !important
}
.flex-col {
  flex-direction: column !important
}
.flex-justify-start {
  justify-content: start !important;
}
.flex-justify-stretch {
  justify-content: stretch !important;
}
.justify-space-between {
  justify-content: space-between !important;
}
/* meeting rooms */
.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 20px;
}

.circle-default {
  border: 1.5px solid #bababa;
  color: rgb(107, 108, 106);
}

.circle-red {
  border: 1.5px solid rgb(168, 11, 11);
  color: rgb(168, 11, 11);
}

.circle-green {
  border: 1.5px solid rgb(97, 204, 26);
  color: rgb(97, 204, 26);
}
.circle-fill {
  background-color: #bababa;
  color: #fff;
}

.label-grey {
  background-color: #bababa;
  margin: 3px;
}
fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
          box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
  width:inherit; /* Or auto */
  padding:0 10px; /* To give a bit of padding on the left and right */
  border-bottom:none;
}


/* key cabinet */
.keys-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-grid;
  display: grid;

  /* -webkit-flex-flow: row wrap;
  flex-flow: row-wrap; */
  gap: 5px;
  justify-content: space-around;
}

.key-item {
  /* background: tomato; */
  padding: 10px 0;
  /* width: calc(100%/3); */
  /* height: 200px; */
  /* margin-top: 10px; */
  /* line-height: 150px; */
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.key-item .slotname {
  /* padding-top:24px; */
  color: #424242;
  font-size: 24px;
  /* line-height: 50px; */
}

.key-item .slotcode {
  color: #f2f2f2;
  /* padding-top:24px; */
  font-size: 14px;
  /* line-height: 25px; */
}

.key-item.disabled {
  background: #cccccc;
}

.key-item.disabled .key {
  fill: #f2f2f2;
  color: #f2f2f2;
}

.key-item.disabled .slotcode,
.key-item.disabled .slotname {
  fill: #f2f2f2;
  color: #f2f2f2;
}

.key-item.taken {
  background: #F9534A;
}

.key-item.reserved {
  background: #F4BE3A;
}

.key-item.available {
  background: #28d57a;
}
#map {
  z-index: 5;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 480px;
  /* min-width: 100%; */
  /* min-height: 100%; */
  /* height: 100%; */
  display: block;

}

/* Signage styles */

.gridster {
  position: relative;
  margin: auto;
  height: 0;
  /* border: 1px solid #f3f3f33c; */
  background-color: rgba(250, 244, 244, 0.51);
  position: relative;
  /* padding: 10px; */
}
.gridster > ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.gridster-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  z-index: 2;
  position: absolute;
  display: none;
  border-radius:10px;
}

.gridster-item-preview {
  background:transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.gridster-item > div {
  border-radius:10px;
}

.gridster-loaded {
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}
.gridster-loaded .gridster-item {
  display: block;
  position: absolute;
  -webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -o-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.gridster-loaded .gridster-preview-holder {
  display: none;
  z-index: 1;
  position: absolute;
  background-color: #cecece;
  border-color: #fff;
  opacity: 0.2;
}
.gridster-loaded .gridster-item.gridster-item-moving,
.gridster-loaded .gridster-preview-holder {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.gridster-mobile {
  height: auto !important;
}
.gridster-mobile .gridster-item {
  height: auto;
  position: static;
  float: none;
}
.gridster-item.ng-leave.ng-leave-active {
  opacity: 0;
}
.gridster-item.ng-enter {
  opacity: 1;
}
.gridster-item-moving {
  z-index: 3;
}
/* RESIZE */
.gridster-item-resizable-handler {
  position: absolute;
  font-size: 1px;
  display: block;
  z-index: 5;
}
.handle-se {
  cursor: se-resize;
  width: 0;
  height: 0;
  right: 1px;
  bottom: 1px;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent;
}
.handle-ne {
  cursor: ne-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  top: 1px;
}
.handle-nw {
  cursor: nw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  top: 1px;
}
.handle-sw {
  cursor: sw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  bottom: 1px;
}
.handle-e {
  cursor: e-resize;
  width: 12px;
  bottom: 0;
  right: 1px;
  top: 0;
}
.handle-s {
  cursor: s-resize;
  height: 12px;
  right: 0;
  bottom: 1px;
  left: 0;
}
.handle-n {
  cursor: n-resize;
  height: 12px;
  right: 0;
  top: 1px;
  left: 0;
}
.handle-w {
  cursor: w-resize;
  width: 12px;
  left: 1px;
  top: 0;
  bottom: 0;
}
.gridster .gridster-item:hover .gridster-box {
  border: 1.5px solid #B3B2B3;
}
.gridster .gridster-item:hover .handle-se {
  border-color: transparent transparent #969696;
}

.gridster .gridster-item {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #004756;
  background: #ffffff;
}


/* .gridster-nav {
  height:50px !important;
} */

#signageGridLayout li:hover .layoutItemSettingContainer, #signageNavLayout li:hover .navItemSettingContainer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor:move
}

/* #signageNavLayout li {
  height: 50px !important;
} */


/*  Layout Type */
.resizeEle {
  resize: both;
  overflow: auto;
}

.layout-nav {
  /* width: 100%; */
  /* height: 10vh; */
  /* display: grid; */
  display: flex;
  gap: 10px;
  border: 1px solid #eee;
  /* grid-template-columns: repeat(6, calc((100% / 6) - 8.5px)); */
  /* grid-template-rows: repeat(1, 50px); */
  background-color: rgba(250, 244, 244, 0.51);
  position: relative;
  padding: 10px;
}

.layout-grid {
  display: grid;
  gap: 10px;
  border: 1px solid #eee;
  grid-template-columns: repeat(6, calc((100% / 6) - 8.5px));
  grid-template-rows: repeat(4, calc(87vh / 4));
  background-color: rgba(250, 244, 244, 0.51);
  position: relative;
  padding: 10px;
}

.layout-grid-window-height {
  grid-template-rows: repeat(4, calc(87vh / 4)); /* Each row will take 1/4th of the viewport height */
}

.layout-grid .layout-item {
  min-height: 150px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  cursor: move;
}

.layout-nav-item {
  width: 100%;
  min-height: 50px;
  border-radius: 12px;
  cursor: move;
}

.layoutItemSettingContainer, .navItemSettingContainer {
  display: none;
  position: absolute;
  top: 5px;
  right: 12px;
  width: 30px;
}

.layout-grid .layout-item:hover .layoutItemSettingContainer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout-nav .layout-nav-item:hover .navItemSettingContainer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.selected-layout-item {
  background-color: rgba(241, 241, 241, 0.514) !important;
  z-index: 2;
}

.layout-item-hold {
  opacity: 0.3;
  background-color: #424242 !important;
  color: white !important;
}

.grid-col-span-2 {
  grid-column: span 2 !important;
}
.grid-col-span-3 {
  grid-column: span 3 !important;
}
.grid-col-span-4 {
  grid-column: span 4 !important;
}
.grid-col-span-5 {
  grid-column: span 5 !important;
}
.grid-col-span-6 {
  grid-column: span 6 !important;
}
.grid-row-span-2 {
  grid-row: span 2 !important;
  height: 300px ; /* 150 * 2 */
}
.grid-row-span-3 {
  grid-row: span 3 !important;
  height: 450px ;  /* 150 * 3 */
}
.grid-row-span-4 {
  grid-row: span 4 !important;
  height: 600px ;  /* 150 * 4 */
}
.grid-row-span-5 {
  grid-row: span 5 !important;
  height: 725px ;  /* 150 * 5 */
}
.grid-row-span-6 {
  grid-row: span 6 !important;
  height: 900px ;  /* 150 * 6 */
}

.previewBody {
  min-height: 300px;
  border: 2px solid #eee;
  border-radius: 10px;
  /* background-color: rgb(239, 255, 239); */
}

.previewTitle {
  font-size: 1.3em;
  padding: 0 15px;
  margin: 15px 20px;
}

.previewText {
  margin: 15px 0;
}

.previewListContainer {
  justify-content: space-between;
  padding: 0 15px;
  /* border: 1px solid white; */
  border-radius: 7px;
  margin: 0 20px;
  min-height: 50px;
}

.previewLabel {
  /* min-width: 50px; */
  min-height: 25px;
  padding: 5px;
  border-radius: 7px;
  margin: 5px 0;
}

.number input {
  width: 70px;
  display: inline;
}

.number .minus, .number .plus {
  width: 100%;
  height: 100%;
  padding: 7.5px 12px;
  border: 1px solid #bababa;
  background: #eee;
  cursor: pointer;
}

.slide-content {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-content .imgContent {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  filter: blur(20px);
  /* position: absolute;
  top: -5%;
  left: -5%; */
}

.slide-content .photo {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}


#loading-screen {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  display: block;
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#loading-screen .spinner-border {
  animation: spinner-border 5s infinite;
}
@keyframes spinner-border {
  to { transform: rotate(360deg) }
}




/* Angularjs DND */
/* Drag states
.drag-over {
  background: rgba(0,0,0,0.05) !important;
  outline: 2px dashed #ccc;
}

.dragging {
  opacity: 0.5;
} */

.dndPlaceholder {
  background: rgba(0,0,0,0.05) !important;
  outline: 2px dashed #ccc;
  border-radius: 5px;
  height: 150px;
  width: 100%;
}

li.selected {
  border: 2px solid #007BFF;
}

/* Spinner 3Balls Scale */
.sp-3balls, .sp-3balls:before, .sp-3balls:after {
	border-radius: 50%;
	background-color: #28d57a;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	display: inline-block;
}
.sp-3balls {
	position: relative;
	background-color: #28d57a;
	opacity: 1;
	-webkit-animation: spScaleAlpha 1s infinite linear;
	animation: spScaleAlpha 1s infinite linear;
}
.sp-3balls:before, .sp-3balls:after {
	content: '';
	position: relative;
	opacity: 0.25;
}
.sp-3balls:before {
	left: 30px;
	top: 0px;
	-webkit-animation: spScaleAlphaBefore 1s infinite linear;
	animation: spScaleAlphaBefore 1s infinite linear;
}
.sp-3balls:after {
	left: -30px;
	top: -23px;
	-webkit-animation: spScaleAlphaAfter 1s infinite linear;
	animation: spScaleAlphaAfter 1s infinite linear;
}
@-webkit-keyframes spScaleAlpha {
	0% { opacity: 1; }
	33% { opacity: 0.25; }
	66% { opacity: 0.25; }
	100% { opacity: 1; }
}
@keyframes spScaleAlpha {
	0% { opacity: 1; }
	33% {  opacity: 0.25; }
	66% { opacity: 0.25; }
	100% {  opacity: 1; }
}
@-webkit-keyframes spScaleAlphaBefore {
	0% { opacity: 0.25; }
	33% { opacity: 1; }
	66% { opacity: 0.25; }
}
@keyframes spScaleAlphaBefore {
	0% { opacity: 0.25; }
	33% { opacity: 1; }
	66% { opacity: 0.25; }
}
@-webkit-keyframes spScaleAlphaAfter {
	33% { opacity: 0.25; }
	66% { opacity: 1; }
	100% { opacity: 0.25; }
}
@keyframes spScaleAlphaAfter {
	33% { opacity: 0.25; }
	66% { opacity: 1; }
	100% { opacity: 0.25; }
}

a.plan-item-name:hover {
  background: #00cc61;
  color: white !important;
}

.ql-editor{
  min-height:300px;
}

#title_container {
  z-index: 10000;
  position: fixed;
  left: 100px;
}
.datetimeControl p {
  margin: 0;
  font-size: 16px;
 }

.desk-hover {
  background: #e2e2e2;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  transition: 0.5s ease-in ease-out;
  box-shadow: 2px 2px 21px -4px rgb(0 0 0 / 75%);
}

.fc-center > div {
  display: flex;
}

.selected {
  cursor: pointer;
}

.hover-close {
  width: fit-content;
  position: absolute;
  right: 10px;
  /* background: white; */
  /* width: 20px; */
  padding: 2px;
  cursor: pointer;
}

.hr-break {
  width: 100%;
  height: 2px;
  background: lightgrey;
  margin: 15px 0 ;
}

.refer-code-container {
  padding: 5px;
  text-align: center;
  border: 1px solid lightgrey;
  cursor: pointer;
}



.refer-hover-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: none;
  background: #10c469;
  color: #fff;
  align-items: center;
  justify-content: space-around;
}

.vl-break {
  width: 2px;
  background: #ccc;
}

.sample-data-filler {
  width: 100%;
  height: 100% !important;
  /* background: aquamarine; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(245, 245, 245) 40%);
}

.sample-data-filler-diagonal {
  width: 100%;
  height: 100% !important;
  /* background: aquamarine; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  background: linear-gradient(130deg, rgba(255,255,255,0) 0%, rgb(245, 245, 245) 50%);
}

.sample-data-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sample-data-text-table {
  text-align: center;
  padding: 25px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.ui-sortable-placeholder {
  border: 2px dashed #a9daa3; /* Set the border style and color */
  background-color: rgba(0, 123, 255, 0.1); /* Set the background color with some transparency */
}

.grecaptcha-badge {
  display: none;
}

.border-active {
  border: 2px solid #28d57a;
}

.border-success {
  border: 2px solid #28d57a;
}

.border-danger {
  border: 2px solid #f63636;
}

.border-warning {
  border: 2px solid rgba(249, 200, 81, 0.4);
}

.tab-container{
	padding: 3%;
	border-radius: 10px;
}

.tab-menu ul{
	margin: 0;
	padding: 0;
}
.tab-menu ul li{
	list-style-type: none;
	display: inline-block;
}
.tab-menu ul li a{
  margin: 5px;
	text-decoration: none;
	padding: 10px 25px;
	border-radius: 10px;
  color: #000;
  border: 1px solid #10c469;
}
.tab-menu ul li a.active-a{
	background:  linear-gradient(180deg, #28d57a 0%, #10c469 100%);;
	color: #ffffff;
	font-weight: bold;
}
.tab-menu ul li a {
	width: 100%;
  display: inherit;
  text-align: center;
}
.tab{
	display: none;

}
.tab h2{
	color: rgba(0,0,0,.7);
}
.tab p{
	color: rgba(0,0,0,0.6);
	text-align: justify;
}
.tab-active{
	display: block;
  padding-top: 70px;
}

.active-filter {
  color: red;
}

.btn {
  /* display: inline-flex;
  align-items: center;
  justify-content: center; */
  padding: 6px 14px;
  border-radius: 6px;
  background-origin: border-box;
  box-shadow: 0px 0.5px 1.5px rgba(255, 255, 255, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn-primary:focus {
  background: linear-gradient(180deg, #28d57a 0%, #10c469 100%);
  border: 1px solid #28d57a !important;

}

.btn-success:focus {
  background: linear-gradient(180deg, #28d57a 0%, #10c469 100%);
  border: 1px solid #28d57a !important;
}

.btn-success:hover {
  background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
  border: 1px solid #ffffff;
}

.btn-primary:active {
  background: linear-gradient(180deg, #28d57a 0%, #10c469 100%);
  border: 1px solid #28d57a !important;
}

.btn-primary:hover {
  background: linear-gradient(180deg, #28d57a 0%, #10c469 100%);
  border: 1px solid #ffffff !important;
}

.btn-success:active {
  background: linear-gradient(180deg, #28d57a 0%, #10c469 100%);
  border: 1px solid #28d57a !important;
}

.btn-icon {
  background: #28d57a;
  color: #fff;
}

.btn-primary {
  background: linear-gradient(180deg, #28d57a 0%, #10c469 100%);
  border-color: #28d57a;

}

.btn-success {
  background: linear-gradient(180deg, #28d57a 0%, #10c469 100%);
  border: 1px solid #28d57a !important;
}

.btn-danger {
  background: linear-gradient(180deg, #f74b4b 0%, #f63636 100%);
}

/* .btn-inverse {
    font-weight: 500 !important;
    background-color: white !important;
    border: 2px solid #4B91F7 !important;
} */

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse:focus {
    font-weight: 500 !important;
    background: linear-gradient(180deg, #28d57a 0%, #10c469 100%) !important;
    border: 2px solid #fff  !important;
    color: #fff !important;
}

.btn-light {
  padding: 6px 14px;
  border-radius: 6px;
  color: #3D3D3D;
  background: #fff;
  border: none;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;


}

.btn-light:focus {
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}

tr:hover {
  background-color: #e8fff4d6 !important;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
  border-radius: 10px;
  margin: 10px;
}

.dashboard-item {
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
  /* transition:cubic-bezier(1, 0, 0, 1); */
  transition: 1s ease-in ease-out;
}

.dashboard-item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* td {
  border-radius: 10px;
} */

.table-responsive {
  padding: 5px;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: linear-gradient(180deg, #28d57a 0%, #10c469 100%);
  border-color: #28d57a;
}

.panel-group .panel-heading {
  background: white;
  color: #28d57a;
  border-radius: 10px 10px 0 0;
  border: 1px solid #28d57a !important;
}


.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-radius: 0 0 10px 10px;
  border: 1px solid #28d57a;
}

.fc-event, .fc-event:hover {
  background: #28d57a;
}

.toastui-calendar-week-view .toastui-calendar-milestone,
.toastui-calendar-week-view .toastui-calendar-task,
.toastui-calendar-week-view .toastui-calendar-allday,
.toastui-calendar-week-view div .toastui-calendar-panel-resizer {
  display: none;
}
.toastui-calendar-week-view .toastui-calendar-time {
  height: 627px !important;
}

.toastui-calendar-week-view .toastui-calendar-week-view-day-names .toastui-calendar-day-names {
  overflow-y: hidden;
}

::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #ffffff; /* Track color */
}

::-webkit-scrollbar-thumb {
  background: #d6d6d6; /* Scrollbar thumb color */
  border-radius: 6px; /* Rounded corners */
}

.text-serif {
  font-family: sans-serif;
}

.upload-wrapper {
  width: 100%;
  border-radius: 5px;
  height: 200px;
  border: 2px dashed #999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: auto;
}

#file-drag {
  width: 100%; /* or any other size */
  height: 100%; /* or any other size */
  background-repeat: no-repeat;
  background-position: center;
  /* Gradient overlay */
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('');
  /* New property */
  background-size: cover; /* or contain */
}

.custom-file-upload {
  padding: 10px;
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  color: rgb(0, 0, 0);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
}

.custom-file-upload:hover {
  background-color: #ececec;
}

.status-indicator {
  background: black;
  border-radius: 50%;
  margin: 10px;
  height: 20px;
  width: 20px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
}

.animate-status-indicator {
	transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@media (max-width: 1000px) {
  .q-container {
    max-height: 100% !important;
    flex-direction: column;
    /* Styles for q-container on smaller screens */
  }
}


#filterOptions {
  position: fixed;
  right: -700px;
  top: 0;
  width: 700px;
  height: 100vh;
  transition: right 0.3s ease-in-out;
}

#filterOptions.open {
  right: 0;
}

#add-token {
  position: fixed;
  right: -700px;
  top: 0;
  width: 700px;
  height: 100vh;
  transition: right 0.3s ease-in-out;
}

#add-token.open , .custom-overlay.open{
  right: 0;
}

.custom-overlay {
  position: fixed;
  right: -600px;
  top: 0;
  width: 600px;
  height: 100vh;
  transition: right 0.15s ease-in-out;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 850;
}

#overlay.visible {
  display: block;
}

/* 3D tower loader made by: csozi | Website: www.csozi.hu*/

.three-d-loader {
  scale: 3;
  height: 50px;
  width: 40px;
}

.box {
  position: relative;
  opacity: 0;
  left: 10px;
}

.side-left {
  position: absolute;
  background-color: #286cb5;
  width: 19px;
  height: 5px;
  transform: skew(0deg, -25deg);
  top: 14px;
  left: 10px;
}

.side-right {
  position: absolute;
  background-color: #2f85e0;
  width: 19px;
  height: 5px;
  transform: skew(0deg, 25deg);
  top: 14px;
  left: -9px;
}
.select2-search-choice.selected-item-custom {
  color: inherit !important;
  background-color: inherit !important;
}
.side-top {
  position: absolute;
  background-color: #5fa8f5;
  width: 20px;
  height: 20px;
  rotate: 45deg;
  transform: skew(-20deg, -20deg);
}

.box-1 {
  animation: from-left 4s infinite;
}

.box-2 {
  animation: from-right 4s infinite;
  animation-delay: 1s;
}

.box-3 {
  animation: from-left 4s infinite;
  animation-delay: 2s;
}

.box-4 {
  animation: from-right 4s infinite;
  animation-delay: 3s;
}

@keyframes from-left {
  0% {
    z-index: 20;
    opacity: 0;
    translate: -20px -6px;
  }

  20% {
    z-index: 10;
    opacity: 1;
    translate: 0px 0px;
  }

  40% {
    z-index: 9;
    translate: 0px 4px;
  }

  60% {
    z-index: 8;
    translate: 0px 8px;
  }

  80% {
    z-index: 7;
    opacity: 1;
    translate: 0px 12px;
  }

  100% {
    z-index: 5;
    translate: 0px 30px;
    opacity: 0;
  }
}

@keyframes from-right {
  0% {
    z-index: 20;
    opacity: 0;
    translate: 20px -6px;
  }

  20% {
    z-index: 10;
    opacity: 1;
    translate: 0px 0px;
  }

  40% {
    z-index: 9;
    translate: 0px 4px;
  }

  60% {
    z-index: 8;
    translate: 0px 8px;
  }

  80% {
    z-index: 7;
    opacity: 1;
    translate: 0px 12px;
  }

  100% {
    z-index: 5;
    translate: 0px 30px;
    opacity: 0;
  }
}

/* .poi {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: red;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
} */

#poi-container {
  z-index: -50;
  position: relative; /* Position POIs relative to movable container */
  width: 100%;
  height: 100%;
}

#canvas-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  background-image: radial-gradient(circle, #d8d8d8 1.3px, rgba(0, 0, 0, 0) 1.2px);
  background-size: 20px 20px;
  box-shadow: inset rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}

#visualization {
  border: 1px solid lightgray;
}

#movable-div {
  position: absolute;
  background-size: cover;
  background-position: center;
  cursor: grab;
  box-shadow: rgba(87, 88, 88, 0.4) 0px 12px 30px;
  border-radius: 5px;
  transition: transform 0.25s  ease-in-out;
  width: 450px;
  height: 450px;
  background: #fff;
  background-size: contain;
}


#zoom-controls {
  position: absolute;
  bottom: 50px;
  right: 20px;
  display: flex;
  gap: 5px;
}
.zoom-btn {
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.layout-title {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 50;

}

.plus-cursor, .plus-cursor * {
  cursor: crosshair !important; /* or use 'cursor: cell;' */
}

.poi {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  background-size: contain !important;
  position: absolute;
  padding: 5px;
  cursor: pointer;
  z-index: 10;
  animation: pulse 1.5s infinite; /* Add this line to apply the animation */
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-poi{
  display: block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    /* opacity: 1; */
    box-shadow: 0 0 5px rgba(134, 134, 134, 0.3); /* Small shadow */
  }
  50% {
    transform: scale(1.1);
    /* opacity: 0.8; */
    box-shadow: 0 0 15px rgba(104, 102, 102, 0.3); /* Larger shadow */
  }
  100% {
    transform: scale(1);
    /* opacity: 1; */
    box-shadow: 0 0 5px rgba(104, 102, 102, 0.3); /* Small shadow */
  }
}

.poi-out {
  transition: all 0.0.5 ease-in-out;
  transform: scale(2);
  opacity: 0;
}

.tippy-box[data-theme~='onfra'] {
  background-color: rgb(255, 255, 255);
  color: rgb(63, 182, 59);
  box-shadow: rgba(172, 172, 172, 0.4) 0px 5px 15px;
}
.tippy-box[data-theme~='onfra'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: rgb(255, 255, 255);
}

label.btn.btn-default.days.active {
  background: rgb(63, 182, 59);
  color: #fff;
}

@keyframes loading {
  0% {
      transform: rotate(0deg) scale(1);
  }
  50% {
      transform: rotate(180deg) scale(1.1);
  }
  100% {
      transform: rotate(360deg) scale(1);
  }
}

.loading-animation {
  animation: loading 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite !important;
}