/* html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
} */
/* ----------
    My CSS
------------*/

.z-index-1070 {
  z-index: 1070 !important;
}

.z-index-1072 {
  z-index: 1072 !important;
}

.z-index-9898 {
  z-index: 9898 !important;
}

.z-index-9901 {
  z-index: 9901 !important;
}

.z-index-9902 {
  z-index: 9902 !important;
}

.z-index-9903 {
  z-index: 9903 !important;
}

.z-index-9904 {
  z-index: 9904 !important;
}

.z-index-9998 {
  z-index: 9998 !important;
}

.z-index-9999 {
  z-index: 9999 !important;
}

.form-typeahead {
  position: relative;
}

.form-typeahead ul.dropdown-menu {
  width: 100%;
}

#intercom-container {
  z-index: 1047 !important;
}

.tooltip-report .tooltip-inner {
  font-size: 12px;
}

.tooltip-receipt-cost .tooltip-inner {
  width: max-content;
  max-width: unset;
  color: #FFFFFF;
  font-size: 14px;
  background-color: #343A40;
  padding: 8px 16px;
}

a.tooltips {
  position: relative;
  display: inline;
}

a.tooltips span {
  position: absolute;
  width: 140px;
  color: #FFFFFF;
  background: #000000;
  /*height: 300px;
  line-height: 70px;
  text-align: center;*/
  padding: 30px;
  visibility: hidden;
  border-radius: 6px;
}

a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}

.scrollable-menu {
  height: auto;
  max-height: 400px;
  overflow-x: hidden;
}

.scrollable-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}

.scrollable-menu::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: lightgray;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .75);
}

.table td.fit,
.table th.fit {
  white-space: nowrap;
  /* width: 1%; */
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* APARTMENT REPORT */
.report-item {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  height: 125px;
  background-color: white;
  border-radius: 2.5px;
  /*box-shadow: 5px 5px 5px #888888;*/
}

.report-item:hover {
  filter: brightness(90%);
  box-shadow: 0px 0px 0px #888888;
}

.report-sign {
  /*background-color: white;*/
  position: absolute;
  width: 75px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.report-label {
  width: 10px;
  height: 125px;
  position: absolute;
  margin-left: 75px;
}

.report-label.report-pending {
  background-color: #f0b840;
}

.report-label.report-approved {
  background-color: #43cee6;
}

.report-label.report-completed {
  background-color: #66cc33;
}

.report-label.report-rejected {
  background-color: #ef4e3a;
}

.report-header {
  margin-left: 80px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 40px;
}

.asset-header {
  margin-left: 10px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 40px;
}

.report-header.report-pending {
  background-color: rgba(249, 255, 143, 0.3);
}

.report-header.report-approved {
  background-color: rgba(17, 193, 243, 0.3);
}

.report-header.report-completed {
  background-color: rgba(135, 255, 176, 0.3);
}

.report-header.report-rejected {
  background-color: rgba(255, 191, 191, 0.3);
}

.report-title {
  padding-top: 5px;
  margin-left: 80px;
  padding-left: 20px;
  height: 45px;
}

.asset-title {
  padding-top: 5px;
  margin-left: 25px;
  padding-left: 20px;
  height: 45px;
}

.asset-data {
  padding-top: 5px;
  margin-left: 25px;
  padding-left: 20px;
  height: 45px;
  vertical-align: middle;
}

.asset-condition {
  position: absolute;
  left: 4%;
}

.asset-condition-text {
  width: fit-content;
  padding: 5px 15px 5px 15px;
  border-radius: 15px;
}

.asset-condition-text--success {
  text-align: center;
  background-color: #CBF1CC;
  border-color: var(--color-success);
  color: var(--color-success);
}

.asset-condition-text--danger {
  text-align: center;
  background-color: #e4989c;
  border-color: #E03B35;
  color: #E03B35;
}

.asset-audited {
  right: 15%;
  top: 0;
  position: absolute;
  height: 100px;
  line-height: 100px;
}

.asset-setting {
  right: 2%;
  top: 0;
  height: 100px;
  line-height: 100px;
  position: absolute;
  color: grey;
  border-left: 1px solid grey;
}

.report-date {
  margin-left: 80px;
  text-align: right;
  padding-left: 20px;
  padding-right: 15px;
  color: rgba(68, 68, 68, 0.87);
  height: 40px;
  padding-top: 10px;
}

/* APARTMENT PARCEL */
.parcel-item {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  height: 120px;
  background-color: #FAFAFA;
  border-radius: 10px;
  border: 1px solid rgb(211, 209, 209);
  /*box-shadow: 5px 5px 5px #888888;*/
}

.parcel-item:hover {
  filter: brightness(90%);
  box-shadow: 0px 0px 0px #888888;
}

.parcel-sign {
  position: absolute;
  width: 75px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.parcel-label {
  width: 10px;
  height: 125px;
  position: absolute;
  margin-left: 75px;
}

.parcel-header {
  margin-left: 80px;
  padding-left: 20px;
  padding-top: 8px;
  height: 40px;
  font-size: large;
}

.parcel-title {
  margin-left: 80px;
  padding-left: 20px;
  height: 40px;
}

.parcel-date {
  margin-left: 80px;
  text-align: right;
  padding-left: 20px;
  padding-right: 15px;
  color: rgba(68, 68, 68, 0.87);
  height: 40px;
}

.parcel-status {
  text-align: center;
  width: 100px;
  border-radius: 20px;
  position: absolute;
  right: 25px;
  top: 15px;
}

.parcel-distributed {
  color: #5cb85c;
  background-color: #c8f6c8;
}

.parcel-undistributed {
  color: #d9534f;
  background-color: #ffc3c1;
}

.modal-parcel-header {
  padding-top: 15px;
}

.btn-all {
  color: white;
  background-color: #f59500;
}

.btn-fix {
  color: white;
  background-color: #ffc900;
}

.btn-cleaning {
  color: white;
  background-color: #11c1f3;
}

.btn-moveout {
  color: white;
  background-color: #886aea;
}

.btn-emergency {
  color: white;
  background-color: #ef4e3a;
}

.btn-change-status {
  position: absolute;
  right: 10px;
  top: 5px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  max-height: 100%;
  max-height: 380px;
  margin-bottom: 60px;
  height: auto;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  background: rgba(0, 0, 0, 0.45);
}

/* Declare heights because of positioning of img element */
.carousel .item {
  max-height: 100%;
  max-height: 380px;
  background-color: #777;
  border-radius: 6px;
}

.carousel-inner{
  border-radius: 6px;
}

.carousel-control.left{
  border-radius: 6px 0 0 6px;
}

.carousel-control.right{
  border-radius: 0 6px 6px 0;
}

.carousel-inner>.item>img {
  /*  position: absolute;*/
  top: 0;
  left: 0;
  min-width: 40%;
  max-width: 100%;
  max-height: 380px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;

}

.tool-button:hover {
  text-decoration: none;
}

/** Preloader **/
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* Footer */
footer {
  position: fixed;
  /*height: 30px;*/
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: #D9DBE8;
}

/* Header */
.content-hide {
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #eeefef;
  top: 0;
  left: 0;
  opacity: 1.0;
}

/* Room div */
.room-label {
  padding-top: 20px;
  font-size: 17px;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.room-icon {
  color: white;
  width: 100%;
  height: 100%;
  font-size: 20px;
  position: absolute;
  z-index: 11;
}

.autosize {
  line-height: 150px;
  margin: auto;
}

.room-select-layer {
  opacity: 0.7;
  background-color: #E27032;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 15px;
  margin: 0 auto;
  bottom: 0px;
}

.roomrate-div {
  height: 175px;
  width: 100%;
  max-width: 150px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 15px;
  margin: 0 auto;

}

.roomrate-div img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  z-index: 1;
}

.roomrate-div-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.roomrate-div-inner>.text-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 10;
}

.roomrate-div-inner>.text-top {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}

.roomrate-div-inner>.text-middle {
  position: absolute;
  bottom: 50%;
  width: 100%;
  z-index: 10;
}

.room-transfer {
  z-index: 2;
}

.room-user {
  z-index: 1;
}

.room-user-request {
  z-index: 2;
}

.room-report {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.60);
  width: 100%;
  height: 25px;
  z-index: 2;
  border-radius: 0px 0px 15px 15px;
  color: white;
  padding: 0px 0px 10px 10px;
  text-align: left;
}

.room-monthly-booking {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.60);
  width: 100%;
  height: 25px;
  z-index: 2;
  border-radius: 15px 15px 0px 0px;
  color: white;
  padding: 0px 0px 10px 10px;
  text-align: left;
}

.roomrate-div.not-set {
  background-color: #D9DBE8;
}

.roomrate-div.has-rate {
  background-color: #F5F4D9;
}

.checked-in {
  background-color: #1b8fe0;
}

.vacant {
  background-color: #CACACA;
}

.not-vacant {
  background-color: var(--color-success);
}

.not-paid {
  background-color: #F55B63;
}

.bad-debt {
  background-color: #F6D842;
}

.booked {
  background-color: #F39C11;
}

.wait_for_approve {
  background-color: var(--color-primary);
}

/* Summer Note */
.ui-tooltip-content {
  color: white;
}

.note-editable {
  font-family: serif;
}

.has-tools-bar {
  padding-top: 90px;
}

/* Scroll */
/* #scroll-style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: white;
}

#scroll-style-1::-webkit-scrollbar
{
	width: 12px;
}

#scroll-style-1::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background-color: #a8a5a5;
} */

.padding-tools-bar {
  padding-top: 90px;
}

.padding-tools-bar-2 {
  padding-top: 200px;
}

.menu-block.choosemenu {
  background-color: #87A5CB !important;
  color: #2B333E !important;
}

/* Tools Bar Setting */


.menu-block-setting {
  color: white;
  text-align: center;
  text-decoration: none;
  width: 175px;
  background-color: #6b8faf;
  display: inline-block;
  border-radius: 20px;
  padding: 5px;
}

.menu-block-setting-2 {
  color: white;
  text-align: center;
  text-decoration: none;
  width: 160px;
  background-color: #6b8faf;
  display: inline-block;
  border-radius: 20px;
  padding: 5px;
}

.menu-block-setting-2.choosemenu {
  color: white;
  background-color: #222933;
}

.menu-block-setting.choosemenu {
  color: white;
  background-color: #222933;
}

.menu-block-setting-2:hover {
  text-decoration: none;
  color: white;
}

.menu-block-setting-2.choosemenu:hover {
  text-decoration: none;
  color: white;
}

.menu-block-setting:hover {
  text-decoration: none;
  color: white;
}

.menu-block-setting.choosemenu:hover {
  text-decoration: none;
  color: white;
}

.menu-block-setting>.img-div {
  width: 20px;
  height: 100%;
  display: inline-block;
  position: relative;
}

.menu-block-setting>.img-div>img {
  max-width: 100%;
  max-height: 100%;
}

.menu-block-setting>.label-div {
  height: 100%;
  color: white;
  display: inline-block;
  text-decoration: none;
  position: relative;
}


/* Sidebar Styles */
#wrapper {
  padding-left: 0;
  /*-webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
       transition: all 0.5s ease;*/
  overflow: hidden;
  display: flex;
  min-height: 100%;
}

#wrapper.toggled {
  /*padding-left: 250px;*/
  overflow: hidden;
}

/*#sidebar-wrapper::-webkit-scrollbar-track
  {
    	background-color: #2b333e;
  }

  #sidebar-wrapper::-webkit-scrollbar
  {
    	width: 1px;
    	background-color: #2b333e;
  }

  #sidebar-wrapper::-webkit-scrollbar-thumb
  {
    	background-color: #2b333e;
  }*/

/*#sidebar-wrapper:hover{
     overflow-y: scroll;
  }*/

#sidebar-wrapper {
  z-index: 990;
  position: fixed;
  left: 250px;
  width: 225px;
  height: 100%;
  min-height: 100%;
  margin-left: -250px;
  overflow-y: hidden;
  background: #87a5cb;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 100px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 100%;
  position: absolute;
}

#page-content-wrapper {
  position: absolute;
  padding: 15px;
  width: 100%;
  overflow-x: hidden;
}

.xyz {
  min-width: 360px;
}

#wrapper.toggled #page-content-wrapper {
  position: fixed;
  margin-right: 0px;
}

.fixed-brand {
  width: auto;
}

/* Sidebar Styles */
.sidebar-nav {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2px;
}

.sidebar-nav li {
  text-indent: 15px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  /*font-size: large;*/
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 0px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: #6b8faf;
  /*border-left: #E5792E 5px solid;*/
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}


.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.no-margin {
  margin: 0;
}

@media(min-width:991px) {

  /* Desktop */
  #wrapper {
    padding-left: 225px;
  }

  .fixed-brand {
    width: 250px;
  }

  #wrapper.toggled {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 225px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }

  #wrapper.toggled-2 #sidebar-wrapper {
    width: 50px;
  }

  #wrapper.toggled-2 #sidebar-wrapper:hover {
    width: 250px;
  }


  #page-content-wrapper {
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
    padding-left: 250px;
  }

  #wrapper.toggled-2 #page-content-wrapper {
    position: relative;
    margin-right: 0;
    margin-left: -200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: auto;

  }
}

/* MYCSS */
.h_iframe {
  position: relative;
}

.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}

.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wizard-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #26324A;
}

.btn-switch-on {
  background-color: #7a7a7a;
  color: var(--color-font-white);
}

.btn-switch-on-green {
  background-color: #5BC059;
  color: var(--color-font-white);
}

.btn-switch-on-water {
  background-color: #86A5CB;
  color: var(--color-font-white);
}

.btn-confirm {
  background-color: var(--color-primary);
  color: var(--color-font-white);
  border-radius: 50px;
}

.btn-sucess-confirm {
  background-color: #7EC832;
  color: var(--color-font-white);
  border-radius: 50px;
}

.btn-group-other {
  background-color: #eee;
  color: #222;
  border-radius: 50px;
}

.btn-confirm:hover,
.btn-confirm:focus,
.btn-confirm:active,
.btn-confirm.active,
.open>.dropdown-toggle.btn-confirm {
  background-color: var(--color-primary);
  color: white;
}

.btn-confirm:active,
.btn-confirm.active {
  background-color: var(--color-primary);
  color: white;
  box-shadow: none;
}

.form-div {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Button */
.btn-icon[disabled=disabled] .icon {
  filter: grayscale(1);
  opacity: 0.5;
}

.btn-orange {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
  color: var(--color-font-white) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  outline: unset !important;
}

.btn-orange-outline {
  background-color: var(--color-font-white);
  border-color: var(--color-primary) !important;
  color: var(--color-primary) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  outline: unset !important;
}

.btn-green {
  background-color: var(--color-success);
  border-color: var(--color-success);
  color: var(--color-font-white) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  outline: unset !important;
}

.btn-green-outline {
  background-color: var(--color-font-white);
  border-color: var(--color-success) !important;
  color: var(--color-success) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  outline: unset !important;
}

.btn-red {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
  color: var(--color-font-white) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  outline: unset !important;
}

.btn-red-outline {
  background-color: var(--color-font-white);
  border-color: var(--color-danger) !important;
  color: var(--color-danger) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  outline: unset !important;
}

.btn-yellow {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  color: var(--color-font-white) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  outline: unset !important;
}

.btn-yellow-outline {
  background-color: var(--color-font-white);
  border-color: var(--color-warning) !important;
  color: var(--color-warning) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  outline: unset !important;
}

.btn-tertiary {
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary);
  color: var(--color-font-white) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  outline: unset !important;
}

.btn-excel {
  background-color: #02723b !important;
  border-color: #02723b;
  color: var(--color-font-white) !important;
  box-shadow: 0px 2px 1px #02723b;
  outline: unset !important;
}

.btn-mannaul {
  border-color: var(--color-primary);
  color: var(--color-primary) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  background-color: transparent;
  border-radius: 14px;
  outline: unset !important;
}

.btn-mannaul:hover {
  background-color: #FFF4EE;
}

.btn-blue {
  background-color: var(--color-info);
  border-color: var(--color-info);
  color: var(--color-font-white) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  outline: unset !important;
}

.btn-blue-outline {
  background-color: var(--color-font-white);
  border-color: var(--color-info);
  color: var(--color-info) !important;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.08);
  outline: unset !important;
}

.btn-grey {
  background-color: #9B9B9B !important;
  border-color: #9B9B9B;
  color: var(--color-font-white) !important;
  box-shadow: 0px 2px 1px #666666;
  outline: unset !important;
}

.btn-meter-water {
  background-color: #2DA4C2 !important;
  border-color: #2DA4C2;
  color: var(--color-font-white) !important;
  box-shadow: none;
  outline: unset !important;
}

.btn-meter-elec {
  background-color: #F65B63 !important;
  border-color: #F97E7D;
  color: var(--color-font-white) !important;
  box-shadow: none;
  outline: unset !important;
}

.btn-link.underline-none {
  text-decoration: unset;
}


/* END Button */

.panel-default {
  border-color: #fff;
  border-style: none;
}

.panel-default>.panel__heading {
  color: #333;
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.callout {
  font-size: 18px;
  background-color: var(--color-primary);
  background-image: -moz-linear-gradient(top, #444, #444);
  position: relative;
  color: white;
  padding: 10px;
  border-radius: 3px;
  /* box-shadow: 0px 0px 20px #999; */
  margin: 25px;
  min-height: 50px;
  border: 1px solid var(--color-primary);
  /*text-shadow: 0 0 1px #000;*/
  border-radius: 30px;
}

.notchoose {
  background-color: #9B9B9B;
  border: 1px solid #9B9B9B;
}

.row-choose {
  background-color: beige !important;
}

.callout::before {
  content: "";
  width: 0px;
  height: 0px;
  border: 0.8em solid transparent;
  position: absolute;
}

.callout.top::before {
  left: 45%;
  bottom: -20px;
  border-top: 10px solid var(--color-primary);
}

.text-box-heading {
  background-color: #EAEAEA;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.text-box-heading-2 {
  background-color: #EAEAEA;
  padding: 5px;
  margin-bottom: 10px;
}

.text-box-content-2 {
  background-color: #EAEAEA;
  padding: 10px;
  margin-bottom: 10px;
}

.text-box-heading-3 {
  background-color: #FFFFFF;
  padding: 16px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.text-box-heading-3 .title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0px;
  flex-grow: 1;
  text-align: center;
}

.text-box-heading-3 .btn-mannaul {
  background: unset;
}

.text-box-content-3 {
  background-color: #FFFFFF;
  padding: 10px;
  margin-bottom: 10px;
}

.text-box-content-3 .select-all {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 152, 26, 0.3);
  padding: 8px 0px;
  margin: 16px 0px;
}

.text-box-content-3 .select-all label {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}

.text-box-content-3 .select-all .checkbox-group {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.text-box-content-3 .select-all .checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid rgb(229, 119, 44);
  border-radius: 4px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-box-content-3 .select-all i {
  color: #fff;
}

.text-box-content-3 .select-all .checkbox.active {
  background-color: rgb(229, 119, 44);
}

.text-box-content {
  background-color: #F7F8F9;
  padding: 10px;
  margin-bottom: 10px;
}

.text-box-content>.heading {
  background-color: #CCCCCC;
  padding-left: 20px;
  padding-right: 20px;
}

.text-box-content>.content {
  padding-top: 0px;
  padding-bottom: 20px;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
}

.text-box-content.secondary-theme>.heading {
  background-color: #FFE0BA;
  border: 1px solid var(--color-stroke-01);
  border-bottom: unset;
  padding: 16px;
}

.text-box-content.secondary-theme>.heading.sub {
  background-color: #F0F0F0;
}

.text-box-content.secondary-theme>.content {
  border-top: 0px;
  padding: clamp(15px, 5%, 40px) clamp(15px, 7%, 75px);
  border: 1px solid var(--color-stroke-01);
}

.footer-btn-group {
  z-index: 15;
  position: fixed;
  bottom: 15px;
  right: 100px;
}

.footer-btn-group-left {
  position: fixed;
  bottom: 15px;
  left: 0;
}

.footer-btn-group-middle {
  z-index: 15;
  position: fixed;
  bottom: 40%;
  right: 50px;
}

#footer-payment {
  position: fixed;
  bottom: 0px;
  background-color: white;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 10%;
}

.room-setting {
  border: 1px solid black;
}

.isset {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: white;
}

.isnotset {
  border: 1px solid #9B9B9B;
  background-color: #9B9B9B;
  color: white;
}

.table-head-meter {
  background-color: #626365;
  color: white;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.receipt-box-unpaid {
  margin-bottom: 2px;
  background-color: #E03B35;
  color: white;
  padding: 5px;
  border-radius: 3px;
  width: 100%;
}

.receipt-box-paid {
  margin-bottom: 2px;
  background-color: #38AE94;
  color: white;
  padding: 5px;
  border-radius: 3px;
  width: 100%;
}

.receipt-box-wait {
  margin-bottom: 2px;
  background-color: var(--color-primary);
  color: white;
  padding: 5px;
  border-radius: 3px;
  width: 100%;
}

.receipt-box-approved {
  margin-bottom: 2px;
  background-color: #314961;
  color: white;
  padding: 5px;
  border-radius: 3px;
  width: 100%;
}

.hr-sidenav {
  margin-left: 10px;
  margin-right: 10px;
}

.renterImg {
  width: 150px;
}

.renterRoomImg {
  width: 100px;
}

.renterRoomImg60 {
  width: 60px;
}

.bankImg {
  width: 100px;
}

.product {
  min-height: 430px;
}

.shopping-cart {
  min-width: 500px;
}

.step-shop {
  background-color: #2C323E;
  color: white;
  /*margin:1px;*/
  border-radius: 4px;
  font-size: small;
}

.current-step-shop {
  background-color: var(--color-primary);
  color: white;
  border-radius: 4px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-quantity {
  background-color: #BEBEC0;
  border: 1px solid #BEBEC0;
  border-radius: 0px;
}

.img-brand {
  width: 150px;
}

.navbar-center {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: auto;
}

.shop-menu-bar {
  min-height: 40px;
  background-color: var(--color-primary);
  color: white;
}

.dhx_scheduler_timeline .dhx_scale_bar {
  line-height: 20px;
  ;
}

/*.affix,.affix-top {
   position:static;
}*/
#shop-filter-menu {
  text-decoration: none;
  color: white;
}

#shop-filter-menu:hover {
  background-color: var(--color-primary);
}

#shop-filter-menu:focus {
  background-color: var(--color-primary);
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.bar-legend {
  float: right;
  list-style-type: none;
}

.chart-legend li span {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

/* Notification */

.badge-red {
  background: red;
  position: absolute;
  top: 1px;
  right: 1px;
}

.badge-main {
  background: red;
  color: white;
}

/* Main Page */
.main-banner {
  width: 300px;
}

/* Report Room Meter */

.room-meter-normal {
  background-color: #54C050 !important;
  color: white !important;
}

.room-meter-abnormal {
  background-color: #F75A58 !important;
  color: white !important;
}

#legend-summary-1>ul>li {
  display: inline-block;
  margin-right: 10px;
}

.center-box {
  text-align: center;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}

.textarea_input {
  margin: 0px 0px;
  padding: 15px;
  height: 50px;
  line-height: 16px;
  width: 100%;
  display: block;
  margin: 0px auto;
  border-color: transparent;
  resize: none;
}

#hot-container {
  width: 100%;
  height: 100%;
}

.post-cover {
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  color: #ABABAB;
  display: block;
  /* For Firefox */
}

/* Intro CSS */
.introjs-helperLayer {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.5);
}

.side-hint {
  border-radius: 5px;
  opacity: 0.8;
  background-color: var(--color-primary);
  color: white;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.hint-img {
  width: 55%;
}

.mode-selected {
  background-color: #CF6324;
  height: 41px;
}

.basic-pakage-panel {
  min-height: 232px;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .room-icon {
    color: white;
    width: 100%;
    height: 100%;
    font-size: 20px;
    position: absolute;
  }

  .autosize {
    line-height: 150px;
    margin: auto;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .room-icon {
    color: white;
    width: 100%;
    height: 100%;
    font-size: 20px;
    position: absolute;
  }

  .autosize {
    line-height: 115px;
    margin: auto;
  }

  .room-label {
    width: 125px;
  }

  .basic-pakage-panel {
    min-height: 0px;
  }

  .roomrate-div {
    height: 140px;
  }

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

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


  .room-icon {
    color: white;
    width: 100%;
    height: 100%;
    font-size: 18px;
    position: absolute;
  }

  .autosize {
    line-height: 105px;
    margin: auto;
  }

  .room-report {
    border-radius: 0 0 13px 13px;
  }

  .room-label {
    width: 125px;
  }

  .renterImg {
    width: 100px;
  }

  .product {
    min-height: 0px;
  }

  .hint-img {
    width: 100%;
  }

  df-messenger {
    display: none;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .text-box-heading {
    font-size: 16px;
  }

  .img-brand {
    width: 100px;
  }

  .shopping-cart {
    min-width: 250px;
  }

  .roomrate-div {
    height: 100px;
    width: 100px;
  }

  .room-icon {
    color: white;
    width: 100%;
    height: 100%;
    font-size: 14px;
    position: absolute;
  }

  .autosize {
    line-height: 90px;
    margin: auto;
  }

  .room-report {
    height: 20px;
    border-radius: 0 0 15px 15px;
  }

  .room-label {
    width: 100px;
  }

  .renterImg {
    width: 50px;
  }

  .renterRoomImg {
    width: 50px;
  }

  .bankImg {
    width: 50px;
  }

  .product {
    min-height: 0px;
  }

  .step-shop {
    background-color: #2C323E;
    color: white;
    /*margin:1px;*/
    border-radius: 4px;
    font-size: 10px;
  }

  .main-banner {
    width: 100%;
    height: auto;
  }

  .hint-img {
    width: 100%;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  .step-shop {
    background-color: #2C323E;
    color: white;
    border-radius: 4px;
    font-size: 10px;
  }

  .img-brand {
    width: 100px;
  }

  .shopping-cart {
    min-width: 250px;
  }

  #logo-login {
    width: 80%;
  }

  .roomrate-div {
    height: 50px;
    width: 50px;
  }

  .room-icon {
    color: white;
    width: 100%;
    height: 100%;
    font-size: 10px;
    position: absolute;
  }

  .autosize {
    line-height: 50px;
    margin: auto;
  }

  .room-label {
    width: 50px;
  }

  .renterImg {
    width: 50px;
  }

  .renterRoomImg {
    width: 50px;
  }

  .bankImg {
    display: none;
  }

  .product {
    min-height: 0px;
  }
}

@media (min-width: 768px) {
  .mode-selected {
    height: 52px;
  }

  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }

}

@media (min-width: 1280px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }


  .container {
    width: 1250px;
  }
}


.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

.formTemplate {
  text-align: center;
  border-radius: 5px;
  height: 30px;
}

.btn .btn-confirm .x-btn {
  border-radius: 50%;
  position: fixed;
  top: 0px;
  right: 0px;
  font-weight: bold;
  font-size: 24px;
  border-style: solid;
  border-color: #fff;
  border-width: 5px;
}

#introCarousel.carousel.slide {
  width: 100%;
  max-width: 1000px !important;
  max-height: 800px !important;
}

.carousel {
  max-height: 100%;
  max-height: 1000px;
  margin-bottom: 0px;
  height: auto;
}

.carousel .item {
  max-height: 100%;
  max-height: 1000px;
  background-color: #fff;
}

.carousel-inner>.item>img {
  top: 0;
  left: 0;
  min-width: 40%;
  max-width: 100%;
  max-height: 1000px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  border-radius: 0.5rem;
}

.top-layered-modal {
  z-index: 99000 !important;
}

.fixed-title-table {
  overflow: auto;
  max-height: 660px;
  margin-bottom: 25px;
  width: 100%;
}

/* line 124, ../sass/test.scss */

.divtableBG {
  background-color: #ddd;
  /* border-right : 1px solid transparent;
  border-color: #000000; */
}

.divtable:hover {
  background-color: rgb(255, 250, 250);
  border-right: 1px solid transparent;
  /* border-color: #ddd; */
}

.divtable-2:hover {
  background-color: rgb(245, 245, 245);
  /* border-right: 1px solid transparent; */
  /* border-color: #ddd; */
}

.divtable-3:hover {
  background-color: rgb(255, 250, 250);
  /* border: 2px solid transparent; */
  /* border-color: #ddd; */
}

.panel-borderless {
  border: 0;
  box-shadow: none;
}

.expense-group>.panel__heading {
  overflow: auto;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 0;
  }

  25% {
    bottom: 5px;
  }

  50% {
    bottom: 0px;
  }
}

@-moz-keyframes bounce {
  0% {
    bottom: 0;
  }

  25% {
    bottom: 5px;
  }

  50% {
    bottom: 0px;
  }
}

@-ms-keyframes bounce {
  0% {
    bottom: 0;
  }

  25% {
    bottom: 5px;
  }

  50% {
    bottom: 0px;
  }
}

@-o-keyframes bounce {
  0% {
    bottom: 0;
  }

  25% {
    bottom: 5px;
  }

  50% {
    bottom: 0px;
  }
}

@keyframes bounce {
  0% {
    bottom: 0;
  }

  25% {
    bottom: 5px;
  }

  50% {
    bottom: 0px;
  }
}

.loading-spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.loading-spinner>div {
  width: 18px;
  height: 18px;
  background-color: white;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@media (min-width: 1200px) {
  .only-desk-class {
    display: none;
  }
}

.fttutorial {
  padding-left: 5%;
  padding-right: 5%;

}

.fttutorial ul {
  list-style: none;
  font-size: 1.2em;
  padding: 0;
}

.fttutorial ul li {
  padding-left: 1.5em;
  padding-bottom: 1em;
  position: relative;
}

.fttutorial ul li:last-child {
  padding-bottom: 0;
}

.fttutorial ul li.tick::before {
  background: #3EB442;
  width: 30px;
  height: 30px;
  position: absolute;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  content: "\2713";
  font-size: 1.2em;
  color: white;


}

.fttutorial ul li.cross::before {
  content: "\2713";
  font-size: 1.2em;
  color: grey;
  background: #3EB442;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
  text-align: center;
  content: "\2713";
  font-size: 1.2em;
  color: red;
}

@media (max-width: 320px) {
  .fttutorial ul {
    list-style: none;
    font-size: 0.9em;
    padding: 0;
  }
}

.blob {
  height: 50px;
  width: 50px;
  color: #ffcc00;
  position: absolute;
  bottom: 15%;
  left: 45%;
  z-index: 1;
  font-size: 30px;
  display: none;
}

.playvideo {
  background: steelblue;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  font-size: 1em;
  /* change this to change size */
  height: 3em;
  margin: 20px auto;
  padding: 0;
  top: 0;
  left: 70%;
  cursor: pointer;

  position: absolute;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
}

.playvideo:hover {
  background: darkorange;
}

.playvideo::before {
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.playvideo::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}

.btn-workshop:hover,
.btn-confirm:focus,
.btn-confirm:active,
.btn-confirm.active,
.open>.dropdown-toggle.btn-confirm {
  background-color: var(--color-primary);
  color: white;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50;
  width: 100%;
  max-height: calc(100% - 50px - 30px);
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header,
.selectize-dropdown .no-results {
  padding: 5px 8px;
}

.range-slider {
  -webkit-appearance: none;
  appearance: none;
  height: 7px;
  background: #e5772c63;
  outline: none;
  /* margin-top: 2em; */
  border-radius: 1em;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  background: var(--color-primary);
}

/*Form Wizard*/
.bs-wizard {
  margin-top: 40px;
}

.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -8px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
  width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
  width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
  width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

/*END Form Wizard*/
.end-trial-banner {
  right: 0px;
  bottom: 25px;
  position: fixed;
  z-index: 1000;
  opacity: 0.8;
  cursor: pointer;
}

.end-trial-banner:hover {
  opacity: 1;
}

.panel.shrine {
  background-repeat: no-repeat;
  background-position: -300px -300px, 0 0;
  background-image: -webkit-linear-gradient(top left,
      #9b9898 0%,
      #9b9898 37%,
      #ffffffcc 45%,
      #ffffff00 50%);
  background-image: -moz-linear-gradient(0 0,
      #ffffff33 0%,
      #ffffff33 37%,
      #ffffffcc 45%,
      #ffffff00 50%);
  background-image: -o-linear-gradient(0 0,
      #ffffff33 0%,
      #ffffff33 37%,
      #ffffffcc 45%,
      #ffffff00 50%);
  background-image: linear-gradient(0 0,
      #ffffff33 0%,
      #ffffff33 37%,
      #ffffffcc 45%,
      #ffffff00 50%);

  -moz-background-size: 250% 250%, 100% 100%;
  background-size: 250% 250%, 100% 100%;

  -webkit-transition: background-position 0s ease;
  -moz-transition: background-position 0s ease;
  -o-transition: background-position 0s ease;
  transition: background-position 0s ease;
}

.panel.shrine:hover {
  cursor: pointer;
  background-position: 0 0, 0 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.stick-right {
  position: absolute;
  top: 1%;
  right: 2%;
}

.tooltips {
  position: relative;
  display: inline-block;
}

.tooltips .tooltiptext {
  visibility: hidden;
  width: 140px;
  height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 2500;
  top: 69%;
  left: 45%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltips .toolstips-hide {
  color: white;
}

/* .tooltips:hover .toolstips-hide{
  visibility: hidden;
} */

.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media only screen and (min-width : 991px) {
  .position-card {
    margin: 30px auto;
    width: 300px;
    height: 500px;
    border-radius: 40px;
    box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: 0.4s;
  }
}

@media only screen and (max-width : 991px) {
  .position-card {
    margin: 25px auto;
    width: 600px;
    height: 120px;
    border-radius: 20px;
    box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: 0.4s;
    border: solid;
    border-color: coral;
    background-color: #FCF0E8;
  }
}

@media only screen and (max-width : 480px) {
  .position-card {
    margin: 15px auto;
    width: 300px;
    height: 100px;
    border-radius: 20px;
    box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25), -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: 0.4s;
    border: solid;
    border-color: coral;
  }
}

.position-card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.position-card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
  border: solid;
  border-color: coral;
}

.position-card .card_title {
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
  color: #fa8e46;
}

.position-card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
}

.convert-card {
  border-radius: 5px;
  border: 1px solid #666;
  margin: 15px;
  cursor: pointer;
}

.convert-card:hover {
  transform: scale(0.9, 0.9);

}

.convert-card-text {
  padding: 10px;
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}

.border-radius {
  border-radius: 25px;
  border: 2px solid var(--color-primary);
}

.box-shadow {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.dashbox-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.glow {
  color: #444;
  text-shadow:
    1px 0px 1px #ccc, 0px 1px 1px #eee,
    2px 1px 1px #ccc, 1px 2px 1px #eee,
    3px 2px 1px #ccc, 2px 3px 1px #eee,
    4px 3px 1px #ccc, 3px 4px 1px #eee,
    5px 4px 1px #ccc, 4px 5px 1px #eee,
    6px 5px 1px #ccc, 5px 6px 1px #eee,
    7px 6px 1px #ccc;
}

.banner-padding {
  padding-bottom: 150px;
}

.heading-line {
  position: relative;
  font-size: 15px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.heading-line:before,
.heading-line:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: black;
}

.heading-line:before {
  margin-left: -50%;
  text-align: right;
}

.ratio {
  margin-bottom: 15px;
  position: relative;

}

.ratio:before {
  width: 100%;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  background: #959595;
  bottom: 0;
}

.ratio-bar {
  margin-top: 20px;
  width: 100%;
  height: 5px;
  background: #5BC059;
  display: block;
  position: relative;
}

.ratio1 {
  width: 95%;
}

.ratio-bar span {
  position: absolute;
  padding: 0;
  font-size: 18px;
  padding: 3px 0;
  font-weight: 500;
}

.ratio .ratio-count1 {
  top: -17px;
  right: -20px;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

.dash-center-box {
  width: 100%;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media(min-width:1024px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(4px);
  pointer-events: none;
  /* background-color: #ccc; */
}

.float-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 30px;
  z-index: 2;
}

.fix-bottom {
  position: -webkit-sticky;
  position: fixed;
  bottom: 30px;
  z-index: 2;
}

.close-ads-button {
  color: black;
  z-index: 999;
  position: absolute;
  right: 35px;
  top: 35px;
}

.skip-ads-button {
  color: #fff;
  border: 2px solid black;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 1;
  font-size: 17px;
  background-color: hsl(0, 0%, 0%, 0.8);
  padding: 10px 15px 10px 15px;
  outline: none;
  border-radius: 4px;
  position: absolute;
  right: 0;
  bottom: 35px;
}

.skip-ads-button:hover {
  border: 2px solid white;
}

.rotate {
  top: 12px;
  right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  text-align: center;
  color: #f0f0f0;
  transform: rotate(45deg);
  background-color: rgb(238, 68, 51, 0.9);
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #fff;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  background-color: #dc0303;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: 0px;
  top: 25px;
  transform: rotate(45deg);
}

/* flip clock css */
.flipclock {
  display: flex;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
  background-color: #434343;
}

.flipclock * {
  box-sizing: inherit;
}

.leaf {
  display: flex;
  flex-direction: column;
  margin: 0 4px;
  perspective: 300px;
}

.leaf::after {
  content: attr(data-label);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 8px;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.5;
}

.topFlip,
.bottomFlip,
.leaf-front,
.leaf-back {
  position: relative;
  display: block;
  height: 64px;
  width: 120px;
  background-color: black;
  color: white;
  overflow: hidden;
  border-color: #2d3748;
}

.topFlip span,
.bottomFlip span,
.leaf-front span,
.leaf-back span {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 128px;
  text-align: center;
  font-family: "Impact", sans serif;
  font-size: 80px;
  line-height: 128px;
  transform: translateX(-50%);
}

.leaf._3-digits .topFlip,
.leaf._3-digits .bottomFlip,
.leaf._3-digits .leaf-front,
.leaf._3-digits .leaf-back {
  width: 148px;
}

.topFlip,
.leaf-front {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.topFlip span,
.leaf-front span {
  top: 0;
}

.leaf-front {
  position: absolute;
  z-index: 10;
}

.bottomFlip,
.leaf-back {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-style: solid;
  border-top-width: 1px;
}

.bottomFlip span,
.leaf-back span {
  bottom: 0;
}

.leaf-back {
  position: absolute;
  top: 64px;
  z-index: 10;
}

@media screen and (max-width: 600px) {
  .flipclock {
    padding: 6.6666666667vw;
  }

  .leaf {
    margin: 0 0.6666666667vw;
    width: calc(100% / 4);
  }

  .leaf::after {
    margin-top: 1.3333333333vw;
    font-size: 2.3333333333vw;
  }

  .topFlip,
  .bottomFlip,
  .leaf-front,
  .leaf-back {
    height: 10.6666666667vw;
    /* width: 20vw; */
    width: 100%;
  }

  .topFlip span,
  .bottomFlip span,
  .leaf-front span,
  .leaf-back span {
    height: 21.3333333333vw;
    font-size: 10vw;
    line-height: 21.3333333333vw;
  }

  .leaf._3-digits .topFlip,
  .leaf._3-digits .bottomFlip,
  .leaf._3-digits .leaf-front,
  .leaf._3-digits .leaf-back {
    /* width: 24.6666666667vw; */
    width: 100%;
  }

  .topFlip,
  .leaf-front {
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
  }

  .bottomFlip,
  .leaf-back {
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
  }

  .leaf-back {
    top: 10.6666666667vw;
  }
}

.leaf-front {
  transform-origin: bottom center;
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  transition-delay: 0.3s;
}

.leaf-back {
  transform-origin: top center;
  transform: rotateX(90deg);
  transform-style: preserve-3d;
  transition-delay: 0s;
}

.bottomFlip::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(10px);
}

.flip .leaf-front {
  transform: rotateX(-90deg);
  transition: transform 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
  transition-delay: 0s;
  color: black;
  background-color: #737373;
}

.flip .leaf-back {
  transform: rotateX(0deg);
  transition: transform 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
  transition-delay: 0.3s;
}

.flip .bottomFlip::before {
  transition: height 0.3s ease-in-out;
  transition-delay: 0.15s;
  height: 100%;
}

.zoom-area-1 {
  position: relative;
  cursor: none
}

.magnification-1 {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 100%;

  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

  display: none;
}

.inner-img-1 {
  display: block;
}

.zoom-area-2 {
  position: relative;
  cursor: none
}

.magnification-2 {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
}

.inner-img-2 {
  display: block;
}

/* Summernote Css */
.note-editor.note-frame.note-document {
  display: block;
  overflow: none
}

.note-editor.note-frame.note-document .note-editing-area {
  background-color: #fafafa;
  overflow: auto
}

.note-editor.note-frame .note-editing-area .note-editable {
  overflow: auto;
  border-radius: 0;
  box-shadow: 0;
  width: 100%
}

.note-editor.note-frame.note-document .note-editing-area .note-editable {
  display: block;
  margin: 40px auto 2px auto;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.loading-circle {
  width: 128px;
  height: 128px;
  clear: both;
  margin: 20px auto;
  border: 4px rgba(0, 0, 0, 0.25) solid;
  border-top: 4px black solid;
  border-radius: 50%;
  -webkit-animation: spCircRot 0.6s infinite linear;
  animation: spCircRot 0.6s infinite linear;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.bank-icon {
  height: 20px;
  width: auto;
}

.img-tenant-add:hover {
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  transform: scale(1.02, 1.02);
}

.bill-header-selected {
  border: solid;
}

@keyframes fa-blink {
  0% {
    opacity: 1;
  }

  /* 50% { opacity: 0.5; } */
  100% {
    opacity: 0;
  }
}

.fa-blink {
  -webkit-animation: fa-blink 15s linear infinite;
  -moz-animation: fa-blink 1s linear infinite;
  -ms-animation: fa-blink 1s linear infinite;
  -o-animation: fa-blink 1s linear infinite;
  animation: fa-blink 1s linear infinite;
}

.choosen {
  border: solid 2px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  box-sizing: border-box;
  /* Standard syntax */
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.text-ellipsis {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.round-button {
  display: block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid red;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #5FCD77;
}

input:focus+.slider {
  box-shadow: 0 0 1px #5FCD77;
}

input:checked+.slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.padding-bottom {
  padding-bottom: 25px;
}

.image-asset-box {
  margin: 5px;
  width: 125px;
  height: 125px;
  border-color: #CCCCCB;
  border-style: solid;
  border-radius: 3px;
  border-width: 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.modal-asset-image {
  min-width: 400px;
  min-height: 400px;
}

.asset-radio {
  accent-color: red;
}

.asset-img {
  width: auto;
  min-height: 400px;
  max-height: 400px;
}

.modal-asset-image .remove {
  position: absolute;
  top: 5px;
  left: 47%;
  z-index: 1000;
  padding: 5px 2px 2px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  opacity: .2;
  text-align: center;
  font-size: 66px;
  line-height: 10px;
}

.modal-asset-image:hover .remove {
  opacity: 1;
}

.draggable {
  cursor: move
}


/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  right: 0;
  background-color: var(--color-primary);
  /* Black*/
  overflow: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.reward-close {
  position: absolute;
  right: 25px;
  margin-top: 15px;
  margin-left: 5px;
}

.sub-checkbox {
  padding-left: 17px;
}

.img-paper-template {
  width: 100px;
  height: 125px;
}

.input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

.pointer {
  cursor: pointer;
}

.review-card {
  margin: 0;
  padding: 8px;
  border-style: groove none none none;
  border-radius: 10px;
}

.cleanness {
  border-top-color: #61BBFF
}

.convenient {
  border-top-color: #F24949
}

.inner_noice {
  border-top-color: #FF9315
}

.outer_noice {
  border-top-color: #8C67BF
}

.safety {
  border-top-color: #6EAC33
}

.services {
  border-top-color: #24BC82
}

.smell {
  border-top-color: #FFDB41
}

.stars {
  display: flex;
  align-items: center;
}

.star {
  width: 30px;
  padding-right: 5px;
  color: #b5b8b1;
  transition: all 0.2s;
}

.review-score-div {
  margin: 15px;
  border-color: hsl(0, 0%, 99%);
  border-width: 1px;
  border-style: none none groove none;
  padding: 25px 15px 15px 25px;
}


.percentage {
  margin-bottom: 13px;
  position: relative;

}

.percentage:before {
  width: 100%;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  background: white;
  bottom: 0;
}

.percentage-bar {
  width: 100%;
  height: 5px;
  background: #67A4DB;
  display: block;
  position: relative;
}

.percentage1 {
  width: 95%;
}

.percentage-bar span {
  position: absolute;
  padding: 0;
  font-size: 18px;
  padding: 3px 0;
  font-weight: 500;
}

.percentage .percentage-count1 {
  top: -10px;
  right: 0;
  position: absolute;
  float: right;
}

.password-waiting-list {
  position: relative;
  width: fit-content;
  height: 25px;
  border-radius: 10px;
  border: 2px solid #6f6f6f;
  padding: 0 10px;
  color: #6f6f6f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-waiting-list:hover .icon-eye-close {
  display: none;
}

.password-waiting-list:hover .icon-eye {
  display: block;
}

.password-waiting-list span {
  margin-right: 10px;
}

.password-waiting-list .icon-eye {
  display: none;
}

.rounded-pill {
  border-radius: 15px;
  padding: 0px 10px;
  color: #FEFEFE;
}

.rounded-pill.pill-success {
  background-color: var(--color-success);
}

.rounded-pill.pill-warning {
  background-color: var(--color-warning);
}

.rounded-pill.pill-danger {
  background-color: var(--color-danger);
}

.contract-sign-log-img img {
  height: 35px;
  object-fit: contain;
}

.contract-sign-log-message {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  padding: 0px 10px;
  background-color: #eeeeee;
}

.contract-sign-list {
  margin-bottom: 16px;
  border-radius: 8px !important;
  border: 1px solid #E5E5E5;
}

.note-modal .form-group.note-group-image-url {
  display: none !important;
}

.red-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dc0303;
}

.orange-dot {
  border-radius: 50%;
  background-color: #E5772C;
}

.pos-rel {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.toggle-addcost-detail {
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}

.tag-service-0 {
  background-color: #FFF0E8;
}

.text-color-service-0 {
  color: var(--color-primary);
}

.tag-service-1 {
  background-color: #D7E7FB;
}

.text-color-service-1 {
  color: #2D7DC2;
}

.tag-service-2 {
  background-color: #FFE0EB;
}

.text-color-service-2 {
  color: #E91E63;
}

@media (min-width:1200px) {
  .modal-add-service {
    width: 1135px;
  }
}

/* ELEMENT STANDARD  */

/* .form-group label {
  font-weight: 500;
} */

.bg-water-meter {
  background-color: var(--color-water-meter);
}

/* FONT COLOR  */
.font-primary {
  color: var(--color-font-header);
}

.content-box {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 16px;
}

.card.card-info {
  border: 1px solid var(--color-info);
}

.card .card-header {
  padding: 16px 24px;
  border-radius: 8px 8px 0px 0px;
}

.card .card-header .title {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-font-header);
  margin-bottom: 0px;
}

.card .card-header.header-collapse {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}

.card-checkout .card-content {
  padding: 24px;
}

.sub-card {
  border: 1px solid #CACACA;
  border-radius: 8px;
  padding: 24px;
}

@media (max-width:678px) {
  .card-checkout .card-content {
    padding: 12px;
  }
}

.card .card-header.header-collapse[aria-expanded="true"] .icon-arrow {
  transform: rotateZ(180deg);
}

/* TABLE  */
.table-container {
  overflow-x: auto;
}

/* PANEL */
.panel-info {
  border-color: #D7E7FB;
}

.panel-info>.panel__heading {
  background-color: #D7E7FB;
  border-color: #D7E7FB;
}

.panel-success {
  border-color: #D6E9C6;
}

.panel-success>.panel__heading {
  background-color: #D6E9C6;
  border-color: #D6E9C6;
  color: #3C763D;
}

.panel-warning {
  border-color: #FAEBCC;
}

.panel-warning>.panel__heading {
  background-color: #FAEBCC;
  border-color: #FAEBCC;
  color: #8A6D3B;
}

.panel-danger {
  border-color: #EBCCD1;
}

.panel-danger>.panel__heading {
  background-color: #EBCCD1;
  border-color: #EBCCD1;
  color: #A94442;
}

/* MODAL  */
.modal-bg {
  background-color: #F4F6F9;
}

/* .modal-payment-type .modal-dialog {
  max-width: 800px;
}

.modal-payment-type .modal-body {
  max-height: 600px;
  overflow-y: auto;
  padding: 32px 24px 40px 24px;
} */

#modalSetReceiptInsuranceDeduction .modal-body.overflow-unset {
  overflow-y: unset;
}

.radio-payment-type-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
}

.radio-payment-type-container .item-1 {
  grid-area: 1 / 1 / 2 / 2;
}

.radio-payment-type-container .item-2 {
  grid-area: 1 / 2 / 2 / 3;
}

@media (max-width:500px) {
  .radio-payment-type-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 8px;
  }

  .radio-payment-type-container .item-1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  .radio-payment-type-container .item-2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

/* .receipt-payment .tel {
  color: var(--color-info);
}

.receipt-payment .slip-box {
  border: 1px solid #CACACA;
  padding: 24px;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.receipt-payment .slip-box img {
  max-height: 500px;
} */

/* CHECKBOX SWITCH  */
.checkbox-switch {
  width: 32px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-switch.disabled {
  opacity: 0.4;
}

.checkbox-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.checkbox-switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
  margin-bottom: 0px;
  background: #FFFFFF;
  border: 2px solid #B6BBBC;
}

.checkbox-switch label:after {
  content: '';
  position: absolute;
  top: 2.5px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
  background: #C4C4C4;
}

.checkbox-switch input:checked+label {
  background: #066FDE;
  border: 2px solid #066FDE;
}

.checkbox-switch input:checked+label:after {
  background: #FFFFFF;
}

.checkbox-switch input:checked+label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}

.modal-transaction-income-container {
  border: 1px solid #428BCA;
  border-radius: 8px;
  padding: 24px 24px 40px 24px;
  margin-bottom: 24px;
  margin-top: 25px;
}

/* PANEL TOGGLE TEXT SHOW & HIDE  */
.collapse-hide-detail {
  display: none;
}

.btn-toggle-collapse[aria-expanded="true"] .collapse-show-detail {
  display: none;
}

.btn-toggle-collapse[aria-expanded="true"] .collapse-hide-detail {
  display: block;
}

.table-checkout-assets th {
  background: #CACACA;
}

.dropdown-menu.custom {
  padding: 0;
  top: calc(100% + 8px);
}

.dropdown-menu.custom li {
  padding: 8px 16px;
  cursor: pointer;
}

.dropdown-menu.custom li:first-child {
  border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.custom li:last-child {
  border-radius: 0px 0px 4px 4px;
}

.dropdown-menu.custom li:hover {
  background: #f5f5f5;
}

.checkout-normal-padding {
  padding-bottom: 160px;
}

.checkout-summary-total {
  width: 100%;
  max-width: 440px;
  background-color: #DFF0D8;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  position: fixed;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  box-shadow: 0px 4px 14px 0px #00000014;
  z-index: 3;
}

.checkout-summary-total.success {
  background-color: #DFF0D8;
}

.checkout-summary-total.danger {
  background-color: #F2DEDE;
}

.checkout-summary-total-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.checkout-summary-total-body .circle {
  width: 40px;
  height: 40px;
  background-color: #57C059;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
  color: #fff;
}

.checkout-summary-total.success .checkout-summary-total-body .circle {
  background: #57C059;
}

.checkout-summary-total.danger .checkout-summary-total-body .circle {
  background: #E03B35;
}

.checkout-summary-total-body p {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.checkout-summary-total-body p span {
  font-size: 24px;
  color: #57C059;
  margin: 0px 10px;
}

@media (max-width:768px) {
  .checkout-normal-padding {
    padding-bottom: 80px;
  }

  .checkout-summary-total {
    bottom: 10px;
  }
}

.checkout-summary {
  padding: 40px 48px;
}

.checkout-summary .summary-heading {
  background: #E5772C;
  padding: 12px 20px;
  border-radius: 4px;
  color: #FEFEFE;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 32px;
}

.checkout-summary .summary-card {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 16px
}

.checkout-summary .summary-card .summary-card-heading {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.checkout-summary .summary-card .summary-card-heading .paid-success {
  color: #57C059;
  font-size: 14px;
}

.checkout-summary .summary-card .summary-card-body {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 8px;
}

.checkout-summary .summary-card .summary-card-body.no-data {
  border-bottom: unset;
  background: var(--color-bg-1);
  padding: 16px 5px;
  text-align: center;
  border-radius: 8px;
}

.checkout-summary .summary-card .summary-list {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.checkout-summary .summary-card .summary-card-footer {
  display: flex;
  justify-content: space-between;
  padding: 8px 0px;
  font-weight: 500;
}

.card-total-refund {
  background: #FCF8E3;
  border-radius: 8px;
  padding: 16px;
  text-align: end;
  font-size: 18px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 32px;
}

.card-total-refund.danger {
  background: #F2DEDE;
  color: #E03B35;
}

@media (max-width:678px) {
  .checkout-summary {
    padding: 12px;
  }
}

/* default collapse  */
.collapse-heading {
  cursor: pointer;
}

.collapse-heading[aria-expanded="true"] .icon-arrow {
  transform: rotateZ(180deg);
}



#modalTotalIncomeInfo .total-bar {
  background: #DFF0D8;
  border: 1px solid #D6E9C6;
  border-radius: 2px;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3C763D;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}



.filter-date-bar {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.filter-date-bar .btn-mannaul {
  position: absolute;
  right: 24px;
  top: 3px;
  height: 30px;
}

@media (max-width:768px) {
  .filter-date-bar {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .filter-date-bar .btn-mannaul {
    position: unset;
  }
}

.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}

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

.apartment-type-radio {
  padding-top: 7px;
  margin: 5px;
  border: 1px solid #ECEDF6;
  border-radius: 8px;
  /* Add rounded corners */
  display: flex;
  /* Make the parent div a flex container */
  align-items: center;
  /* Align child elements vertically */
  cursor: pointer;
}

.apartment-type-radio:hover {
  background-color: #F5F5F5;
  transition: all 0.1s ease;
}

.apartment-type-radio img {
  margin: 10px;
}

.apartment-type-radio.selected {
  border: 1px solid #E5772C;
  /* Border style when "selected" */
  border-radius: 8px;
  /* Add rounded corners */
  box-shadow: 0px 4px 14px 0px #00000014;
}

.apartment-type-radio.selected:hover {
  background-color: #FFFFFF;
}

.apartment-type-radio .col-xs-3 {
  /* Target the image container */
  padding-right: 20px;
  /* Adjust spacing as needed */
}

.apartment-type-radio .combined-text {
  padding-left: 10px;
  display: inline-block;
  /* Keep text on same line as image */
}

.apartment-type-radio .text--muted {
  padding-left: 10px;
  display: block;
  /* Force a new line for "เฉพาะรายเดือน" */
  color: grey;
}

#HW_badge_cont {
  display: inline !important;
  padding: 5px;
}

/* Optional media query for tablets (adjust screen size as needed) */
@media (min-width: 768px) {
  .apartment-type-radio .col-xs-9 {
    padding-left: 5px;
    /* Adjust padding for desired spacing */
  }
}

@media (min-width: 992px) {
  .fixed-img-1 {
    position: fixed;
    width: 310px;
    height: 140px
  }

  .fixed-img-2 {
    position: fixed;
    top: 250px;
    width: 310px;
    height: 170px
  }

  .img-block {
    height: 833px;
  }
}

.signup-form div {
  margin-bottom: 10px;
}



#modalExampleBill .btn-close {
  position: absolute;
  background-color: transparent;
  right: -50px;
  top: 0;
  border: unset;
}

#modalExampleBill .btn-close img {
  width: 24px;
  height: 24px;
}

#modalExampleBill .footer-description {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#modalExampleBill .footer-description span {
  margin-right: 8px;
}

#modalExampleBill .footer-description img {
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0px 0px 2px 2px;
}

.introjs-tooltipReferenceLayer * {
  font-family: 'IBM Plex Sans Thai', 'Zawgyi-One', sans-serif !important;
}

/*  Register success  */

.booking-info-box {
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}

.booking-info-box .booking-renter-info {
  width: 60%;
}

.booking-info-box .booking-detail {
  width: 40%;
  height: fit-content;
  border: 1px solid #CACACA;
  border-radius: 8px;
  padding: 16px 24px;
}

@media(max-width:991px) {
  .booking-info-box {
    flex-direction: column;
    row-gap: 15px;
  }

  .booking-info-box .booking-renter-info {
    width: 100%;
  }

  .booking-info-box .booking-detail {
    width: 100%;
  }
}

.icon-bath {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #428BCA;
  color: #FEFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}

.permission-btn-group {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

img.btn-icon-thin {
  margin: 4px auto 0 auto;
  width: 24px;
  height: 24px;
  color: #363636;
}

.modal-footer>.btn-close {
  width: 90px;
  height: 46px;
  border: 1px solid #A3A3A3;
  border-radius: 4px;
  padding: 0 12px 0 12px;
  font-size: 18px;
  font-weight: 500;
  color: #777777;
  background-color: #ffffff;
}

.btn-daily-booking-remove-addCost {
  width: 46px;
  height: 30px;
  margin-top: 20px;
}

.btn-action-daily-booking-category {
  width: 53px;
  font-size: 12px;
  padding: 5px 0px;
  text-align: center;
}

.staffs-info-box {
  height: 200px;
  margin-bottom: 10px;
}

.staffs-info-box .text-box-content {
  height: 100%;
  margin-bottom: 0px;
}

.staffs-info-box .media {
  height: 100%;
  display: flex;
}

.staffs-info-box .media .media-left {
  height: fit-content;
  margin: auto 0;
}

.staffs-info-box .media .media-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.staffs-info-box .permission-btn-group {
  height: unset;
  flex: 1;
}

df-messenger {
  z-index: 9999;
  position: fixed;
  bottom: 30px;
  right: 16px;
  --df-messenger-primary-color: #E5772C;
  --df-messenger-font-family: 'IBM Plex Sans Thai';
  --df-messenger-chat-bubble-icon-size: 64px;
}

.daily-summary-media {
  display: flex;
  align-items: center;
  column-gap: 16px;
  row-gap: 6px;
  padding: 16px;
}

.daily-summary-media .icon-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 50%;
  font-size: 18px;
}

.daily-summary-media .icon-heading.info {
  color: var(--color-info);
  background-color: var(--color-bg-alert-info);
  border: 1px solid var(--color-stroke-info);
}

.daily-summary-media .icon-heading.success {
  color: var(--color-success);
  background-color: var(--color-bg-alert-success);
  border: 1px solid var(--color-stroke-success);
}

.daily-summary-media .icon-heading.warning {
  color: var(--color-warning);
  background-color: var(--color-bg-alert-warning);
  border: 1px solid var(--color-stroke-warning);
}

.daily-summary-media .icon-heading.danger {
  color: var(--color-danger);
  background-color: var(--color-bg-alert-danger);
  border: 1px solid var(--color-stroke-danger);
}



#modalSettingProRate .content-container {
  padding: 30px 46px;
}

#modalSettingProRate .content-box {
  border: unset;
  border-radius: 8px;
  background: var(--color-bg-1);
  padding: 26px 33px;
  margin-bottom: 20px;
}

@media (max-width:991px) {
  #modalSettingProRate .content-container {
    padding: 0px;
  }

  #modalSettingProRate .content-box {
    padding: 16px;
  }
}

.input-cost-category+.dropdown-menu {
  width: 100%;
  max-height: 150px;
  top: 34px !important;
  left: 0 !important;
  overflow-y: auto;
}

.input-cost-category+.dropdown-menu>.active>a {
  background-color: #F5F5F5;
  color: #262626;
}
/* HELPER */
.w-100{
  width: 100%;
}
.h-100{
  height: 100%;
}
.h-24{
  height: 24px;
}

.pos-relative{
  position: relative;
}

/* BACKGROUD  */
.bg{
  background: var(--color-bg);
}
.bg-alert-warning{
  background: var(--color-bg-alert-warning);
}
.bg-alert-success{
  background: var(--color-bg-alert-success);
}

/* FLEX  */
.d-flex{
  display: flex!important;
}
.flex-column{
  flex-direction: column!important;
}
.flex-row{
  flex-direction: row!important;
}
.flex-wrap{
  flex-wrap: wrap!important;
}
.align-items-start{
  align-items: flex-start!important;
}
.align-items-end{
  align-items: flex-end!important;
}
.align-items-center{
  align-items: center!important;
}
.justify-content-start{
  justify-content: flex-start!important;
}
.justify-content-end{
  justify-content: flex-end!important;
}
.justify-content-center{
  justify-content: center!important;
}
.justify-content-around{
  justify-content: space-around!important;
}
.justify-content-between{
  justify-content: space-between!important;
}

.self-center{
  align-self: center;
}

.verical-top{
  vertical-align: top!important;
}
.verical-middle{
  vertical-align: middle!important;
}



.text-alert-success{
  color: var(--color-alert-success)!important;
}
.text-alert-danger{
  color: var(--color-alart-danger)!important;
}

/* MARGIN  */
/* .m--0{
  margin: 0!important;
} */

/* .m-auto{
  margin: auto;
}

.mt-0{
  margin-top: 0px!important;
}
.mt-8{
  margin-top: 8px!important;
}
.mt-10{
  margin-top: 10px!important;
}
.mt--4{
  margin-top: 16px!important;
}
.mt-20{
  margin-top: 20px;
}
.mt--6{
  margin-top: 24px!important;
}
.mt-28{
  margin-top: 28px!important;
}
.mt--12{
  margin-top:50px!important;
}
.mb--0{
  margin-bottom: 0px!important;
}
.mb--1{
  margin-bottom: 4px!important;
}
.mb--1{
  margin-bottom: 5px!important;
}
.mb--2{
  margin-bottom: 8px!important;
}
.mb--2{
  margin-bottom: 10px!important;
}
.mb-12{
  margin-bottom: 12px!important;
}
.mb--4{
  margin-bottom: 16px!important;
}
.mb-18{
  margin-bottom: 18px!important;
}
.mb--5{
  margin-bottom: 20px!important;
}
.mb--6{
  margin-bottom: 24px!important;
}
.ml--1{
  margin-left: 2px!important;
}
.ml--1{
  margin-left: 5px!important;
}
.ml-6{
  margin-left: 6px!important;
}
.ml--2{
  margin-left: 8px!important;
}
.ml-16{
  margin-left: 16px!important;
}
.ml--14{
  margin-left: 24px!important;
}
.mr-4{
  margin-right: 4px!important;
}
.mr--2{
  margin-right: 6px!important;
}
.mr--2{
  margin-right: 8px!important;
}
.mr--2{
  margin-right: 10px!important;
}
.mr--3{
  margin-right: 12px!important;
}
.mr-14{
  margin-right: 14px!important;
}
.mr--4{
  margin-right: 16px!important;
}
.mr--6{
  margin-right: 24px!important;
}

.mx-6{
  margin: 0px 6px!important;
}
.mx-15{
  margin: 0px 15px!important;
}

.my-8{
  margin: 8px 0px;
}
.my-10{
  margin: 10px 0px!important;
}
.my-16{
  margin: 16px 0px;
}

.modal-header-padding{
  padding: 16px 16px 12px 16px;
}
.modal-padding{
  padding: 32px 24px 40px 24px;
}

.p-0{
  padding: 0!important;
}
.p-10{
  padding: 10px!important;
}
.p--4{
  padding: 16px!important;
}
.p-20{
  padding: 20px!important;
}
.p--6{
  padding: 24px!important;
}

.pt-0{
  padding-top: 0!important;
}
.pt--1{
  padding-top: 5px!important;
}
.pt-16{
  padding-top: 16px;
}
.pt-24{
  padding-top: 24px!important;
}
.pt--12{
  padding-top: 48px!important;
}

.pb--0{
  padding-bottom: 0!important;
}
.pb-8{
  padding-bottom: 8px!important;
}
.pb-16{
  padding-bottom: 16px!important;
}

.pl--0{
  padding-left: 0px!important;
}
.pl-2{
  padding-left: 2px;
}
.pl-18{
  padding-left: 18px!important;
}
.pl-20{
  padding-left: 20px!important;
}

.px-0{
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.px-16{
  padding: 0px 16px;
}
.px-24{
  padding-left: 24px!important;
  padding-right: 24px!important;
}
.px-28{
  padding-left: 28px!important;
  padding-right: 28px!important;
}

.py-4{
  padding-top: 4px;
  padding-bottom:4px ;
}
.py-8{
  padding-top: 8px;
  padding-bottom:8px ;
}
.py-10{
  padding-top: 10px;
  padding-bottom:10px ;
}
.py-14{
  padding-top: 14px;
  padding-bottom:14px ;
}
.py-16{
  padding-top: 16px;
  padding-bottom:16px ;
}
.py-24{
  padding-top: 24px;
  padding-bottom:24px ;
}
.py-32{
  padding: 32px 0 32px 0;
} */

/* ICON  */
button[disabled="disabled"] .icon-btn{
  filter: grayscale(1);
  opacity: 0.5;
}

.icon-14{
  width: 14px;
  object-fit: contain;
}
.icon-16{
  width: 16px;
  object-fit: contain;
}
.icon-20{
  width: 20px;
  object-fit: contain;
}

/* UNSET  */
.border-unset{
  border: unset!important;
}
.shadow-unset{
  box-shadow: unset!important;
}
.outline-unset{
  outline: unset!important;
}

/* OTHER */
/* .cursor-unset{
  cursor: unset!important;
}
.cursor-pointer{
  cursor: pointer;
}
.text-underline{
  text-decoration: underline;
}
.text-decoration-none{
  text-decoration: unset;
}
.text-nowrap{
  white-space: nowrap;
}
.rounded-8{
  border-radius: 8px!important;
}
.rounded-20{
  border-radius: 20px;
}

.gap-3{
  gap: 3px;
}
.gap-5{
  gap: 5px;
}
.gap-8{
  gap: 8px;
}
.gap-10{
  gap: 10px;
}
.gap-12{
  gap: 12px;
}
.gap-16{
  gap: 16px;
}
.gap-24{
  gap: 24px;
}

.col-gap-8{
  column-gap: 8px;
}
.col-gap-16{
  column-gap: 16px;
} */

.overflow-hidden{
  overflow: hidden;
}
.overflow-x-scroll{
  overflow-x: auto;
}

/* BADGE  */
.badge-pill{
  border-radius: 16px;
  padding: 0px 16px;
  height: 24px;
  align-content: center;
  text-align: center;
}
.badge-success{
background: var(--color-success);
}
.badge-warning{
background: var(--color-warning);
}
.badge-danger{
background: var(--color-danger);
}
.badge-primary{
background: var(--color-primary);
}

@media (max-width:768px) {
  .mb-sm-5{
    margin-bottom: 5px!important;
  }
  .px-sm-12{
    padding-left: 12px!important;
    padding-right: 12px!important;
  }
  .mt-sm-0{
    margin-top: 0px!important;
  }
  .mb-sm-16{
    margin-bottom: 16px!important;
  }
  .p-sm-12{
    padding: 12px!important;
  }
}

/* opacity */
.opacity-100 {
  opacity: 1;
}

.clamp-3-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* WELL */
.well-info{
  background-color: var(--color-bg-alert-info);
  border: 1px solid var(--color-stroke-info);
  color: var(--color-alert-info);
}

.well-success{
  background-color: var(--color-bg-alert-success);
  border: 1px solid var(--color-stroke-success);
  color: var(--color-alert-success);
}

.well-danger{
  background-color: var(--color-bg-alert-danger);
  border: 1px solid var(--color-stroke-danger);
  color: var(--color-alart-danger);
}

/* ALERT */
.alert-no-data{
  background-color: var(--color-bg-1);
  border: 1px dashed #DEDEDE;
  border-radius: 4px;
  padding: 40px;
  text-align: center;
}

/* PANEL */
.panel-mute{
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 24px 24px 32px 24px;
}

/* popover */
.popover {
  background-color: #333;
  color: #fff;
  font-family: 'IBM Plex Sans Thai', 'Zawgyi-One', sans-serif;

}
.popover.top .arrow:after{
  border-top-color: #333;
}
.popover.right .arrow:after{
  border-right-color: #333;
}
.popover.bottom .arrow:after{
  border-bottom-color: #333;
}
.popover.left .arrow:after{
  border-left-color: #333;
}

@media (min-width: 992px) {
  .modal--720{
    width: 720px;
  }
}