a.outline-btn span{
    display: inline-block;
    padding-top: 7px;
}

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

.form-group textarea.form-control {
    height: auto;
}
span.error{
    font-size: 12px;
    color: #FF0000;
}
.gm-ui-hover-effect{
    display: none !important;
}
.location-lg-card{
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.map_div .location-lg-card::after {
    position: relative;
    content: none;
    width: auto;
    height: auto;
    border-top: none;
    border-right: none;
    border-bottom: none;
    left: auto;
    top: auto;
    border-radius: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
.map_div .location-lg-card::before {
    position: relative;
    content: none;
    width: auto;
    height: auto;
    border-top: none;
    border-right: none;
    border-bottom: none;
    left: auto;
    top: auto;
    border-radius: inherit;
    -webkit-transform: auto;
    transform: auto;
    opacity: auto;
}

.map_div  .location-lg-card.show {
    visibility: visible;
    opacity: 1;
}
.map_div  .location-lg-card {
    position: relative !important;
}
.map_div  .location-lg-card {
    height: auto;
    top: 85px;
}
.map_div  .location-lg-card {
    padding: 12px;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    background: #ffffff;
    border: 1px solid rgba(42, 70, 112, 0.06);
    -webkit-box-shadow: 2px 12px 20px rgba(24, 50, 115, 0.26);
    box-shadow: 2px 12px 20px rgba(24, 50, 115, 0.26);
    border-radius: inherit;
    z-index: 99;
    width: 320px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

/* .map.map_div:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(255 255 255 / 59%);
    transition: all ease 200ms;
} */

.map.map_div:hover::after {
    opacity: 0;
    visibility: hidden;
}



.rbc-date-cell{
	text-align:center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: -0.48px;
	color: #8181A6;
	padding:4px;
}
.rbc-date-cell .rbc-off-range{
	opacity:0.3;
}
.rbc-off-range-bg {
    background: transparent !important;
	color: #d0cfcf !important;
}

.rbc-header{
	border-bottom: 1px solid #EEEEF6 !important;
}

.rbc-month-view{
	border: 1px solid #EEEEF6 !important;
}
.rbc-day-bg + .rbc-day-bg{
	border-left:1px solid #EEEEF6;
}
.rbc-month-row + .rbc-month-row{
	border-top:1px solid #EEEEF6;
}
.rbc-calendar{
	min-height: 936px;
}
.rbc-header + .rbc-header{
    border-left:1px solid #EEEEF6;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.48px;
    color: #8181A6;
    padding: 4px;
}
.rbc-header {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.48px;
    color: #8181A6;
    padding: 4px;
}

.rbc-toolbar .rbc-btn-group button:nth-child(1) {
    display: none;
}

.rbc-toolbar .rbc-btn-group {
    display: inline-block;
    position: relative;
    /* left: -18% !important; */
    right: 2px !important;
    order: 2;
}
.rbc-calendar .rbc-toolbar {
    justify-content: space-between;
}
.rbc-toolbar .rbc-toolbar-label {
    flex-grow: 0;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #18182B;
    position: relative;
    right: -1%;
}

.rbc-toolbar .rbc-btn-group:last-child {
    position: relative;
    left: initial;
    right:12px;
}

.rbc-toolbar .rbc-btn-group button{
	background-color:#fff;
	border:none;
	text-transform:capitalize;
	font-weight: 700;
	font-size: 13px;
	background: #FFFFFF;
	border: 1px solid #E1E1ED;
	box-shadow: 0px 2px 6px rgba(21, 21, 74, 0.08);
	border-radius: 2px;
	color:#2F5DF2;
	margin-left:16px;
	padding:0 12px;
	height:32px;
	transition:0.12s ease-in-out;
}

.chart-avg-iaq .highcharts-root{
    position: relative;
    bottom: 15px;
}

.calender-header .left-elements .btn-blk .btn.prev-btn:before, .calender-header .left-elements .btn-blk .btn.next-btn:after{
    top: -1px !important;
}

.calender-header .left-elements .btn-blk .btn.prev-btn:before {
    content: "<";
}

.calender-header .left-elements .btn-blk .btn.next-btn:after {
    content: ">";
}

.calender-header .left-elements .btn-blk .btn{
    width: 22px !important;
    height: 22px !important;
}

.calendar-datepicker .react-date-picker__wrapper{
    border: none !important;
}

.calendar-datepicker .react-date-picker__inputGroup{
    visibility: hidden !important;
}

/* .react-date-picker__button:enabled{
    visibility: hidden !important;
} */

.calendar-datepicker .react-date-picker__clear-button {
    visibility: hidden;
}

.calendar-datepicker .react-date-picker__button svg{
    display: initial;
}

.calendar-datepicker .react-date-picker__button:enabled{
    cursor: pointer;

    background: #ffffff;
    border: 1px solid #E1E1ED;
    -webkit-box-shadow: 0px 2px 6px rgba(21, 21, 74, 0.08);
            box-shadow: 0px 2px 6px rgba(21, 21, 74, 0.08);
    border-radius: 2px;
    font-weight: 700;
    font-size: 13px;
    color: #2F5DF2;
    min-width: 66px;
    height: 32px;
    padding: 2px 22px;
}

.form-group .form-control.cal-icon-2, .form-group .form-control.clock-icon{
    padding-right: 6px !important;
}

.form-group .react-date-picker__wrapper{
    border: none !important;
}

.form-group .react-date-picker__button svg{
    display: none;
}

.form-group .react-date-picker__inputGroup__input, .form-group .react-date-picker__inputGroup{
    color: slategrey;
}

.form-group .form-control.clock-icon{
    background-image: none;
}

.zone-dataui table tr td a:hover{
    text-decoration: none;
}

.building-image{
    max-height: 240px !important;
    height: 240px !important;
}

.extended-alarm-row{
    max-height: 200px;
    overflow: auto;
}

.tbl-blks-section .tbl tr td .cell-tbl-2 tr td {
    border: 0;
}
.tbl-blks-section .tbl tr td .cell-tbl-2 tr td label{
    min-width: 90px;
    max-width: 90px;
    display: block;
}

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


.floor-img .hvac-blue-round.one {
    top: 200px ;
    left: 200px ;
    cursor: pointer;
  }
  .floor-img .hvac-blue-round.two {
    top: 400px ;
    left: 600px ;
    cursor: pointer;
  }

  .floor-img .wife-blue-round.one {
    top: 400px ;
    left: 600px ;
    cursor: pointer;
  }

  .floor-img{
    /* height: 500px; */
    overflow: auto;
    margin-bottom: 50px !important;
  }


  @media (max-width:767px){
    .map_div .location-lg-card {
        width: 255px !important;
    }
    .gm-style .gm-style-iw-c{
        padding:12px !important;
        max-width:280px !important;
        width:280px !important;
    }
    .gm-style-iw-d {
        overflow: auto !important;
    }

    .location-header .row{
        display:none;
    }
}


.custom-dropdown .react-calendar{
    border:1px solid #E1E1ED;
    border-radius:8px;
}
.custom-dropdown .react-calendar__tile{
    font-size:14px;
}

.custom-dropdown .react-calendar__month-view__weekdays__weekday{
    color:#8181A6;
}

.custom-dropdown .react-calendar button{
    color:#18182B;
    border-radius:4px;
}
.custom-dropdown .react-calendar button.react-calendar__tile--now{
    background:#F2F6FF;
    color:#0045FF;
}
.react-calendar__tile--now:enabled:focus, .react-calendar__tile--now:enabled:hover{
    background:#F2F6FF;
}

 .react-calendar__tile:enabled:hover{
    background:#F2F6FF;
}

.custom-dropdown .react-calendar__month-view__days__day--weekend {
    color: #18182B;
    opacity: 0.5;
}
.custom-dropdown .react-calendar__month-view__weekdays__weekday abbr[title] {
    text-decoration: none;
}
.custom-dropdown .react-calendar__month-view__weekdays__weekday abbr[title],
.custom-dropdown .react-calendar button{
    font-family:"Nunito Sans",sans-serif!important;
}

@media (max-width:767px){
    .location-blk{
        height: auto;
        top: initial;
        padding-top:16px;
    }
}


.rbc-event {
    background: #F2F6FF;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: -0.48px;
    color: #2C2C44;
    word-break: break-all;
    flex-wrap: wrap;
    position: relative;
    padding: 8px 13px;
    overflow: hidden;
    width: 94%;
    margin: auto;
}
.rbc-event:before {
    position: absolute;
    content: "";
    background: #0045FF;
    border-radius: 3px;
    height: 100%;
    width: 3px;
    left: 0;
}

.rbc-event .rbc-event-content {
    white-space: normal;
    word-break: break-word;
}

.rbc-toolbar button:active:focus{
    border-color:#2F5DF2;
    background:#fff;
}

.rbc-toolbar .rbc-btn-group {
    display: inline-block;
    position: relative;
    left: -56px;
    order: 2;
}

.rbc-toolbar .rbc-toolbar-label{
    position:relative;
    right:0;
    order:1;
}

.rbc-toolbar .rbc-btn-group:last-child{
    order:3;
}

.gm-style .gm-style-iw-t{
    bottom: 5px !important;
}

.gm-style .gm-style-iw-t::after{
    height: 12px !important;
    width: 12px !important;
}

/* .se-wrapper .powersummary-blk{
    width: 315px !important;
} */

#wrapper{
    padding: 30px 12px ;
    padding-left: 254px;
  padding-right: 16px;
}

.custom-table .table tr th .filter-table .filter-icon {
    width: 8px;
    height: 15px;
    margin-left: 3px;
    margin-top: 4px;
}

@media (max-width: 767px){
    #wrapper {
    margin-left: 0;
    padding-left: 16px;
    }

  .building-occupancy-blk .progress-data .in-data .p-data{
    position: relative;
    left: -5px;
  }

  .building-occupancy-blk .progress-data .in-progress, .building-occupancy-blk .progress-data .out-progress {
    width: 85px;
  }

  .upload-img-profile .user-img {
    width: 115px;
    height: 80px;
  }

  .get-access-card{
      margin-bottom: 10px;
  }

  .react-date-picker__wrapper {
    display: block !important;
    position: relative;
    bottom: 20px;
  }
}

.card-weather{
    padding: 12px 0px;
}

.card-weather .day{
    font-size: 10px;
}

.buildingaverage-iaq-blk .chart-blk{
    width: 135px !important;
    height: 145px !important;
}

.sidenav{
    width: 235px;
}

.fixedTable .table{
    width: inherit;
}

.features-section .list-blk .icon{
    display: flex !important;
}

.fixedTable .table tr td, .fixedTable .table tr th{
    min-width: 70px;
}

.fixedTable-body td{
    width: 70px;
}

.d-none{
    display: none;
}

.custom-dropdown .react-calendar__tile{
   border: 1px solid #fff;
}

button.react-calendar__tile.react-calendar__month-view__days__day:hover,
.react-calendar__navigation button:enabled:hover, .react-calendar__navigation button:enabled:focus{
    background: #F2F6FF !important;
}
.custom-dropdown .react-calendar button.react-calendar__month-view__days__day:disabled,
.react-calendar__navigation button[disabled] {
    opacity: 0.4;
}
.react-date-picker__calendar,
.react-calendar{
    width:400px !important;
}

@import 'react-big-calendar/lib/sass/styles';

.addon-btn{
    position: relative;
    display: flex;
    width:100%;
    padding: 10px;
    color: #0045FF;
    text-decoration: none;
    font-weight: 600;
}

.addon-btn[aria-expanded="true"]:after{
    content: "-";
    font-size: 34px;
}
.addon-btn:hover{
    text-decoration: none;
}
.addon-btn:after {
    position: absolute;
    content: "+";
    font-size: 24px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #0045FF;
}
.addon-sec {
    background: #FCFDFE;
    border: 1px solid #E9EEF3;
    border-radius: 6px;
    position: relative;
    margin-bottom: 15px;
}

.addon-wrapper{
    border-top: 1px solid #EEEEF4;
    height:260px;
    overflow-y: auto;
    background: #fff;
}

.menu-listing-section table td{
    padding: 5px 10px;
    font-size:14px;
}
.menu-listing-section table tbody{
    height:260px;
    overflow-y: auto;
}
.menu-listing-section table th,
.menu-listing-section table thead{
    border:none;
}

.booking-card .location-info .name{
    white-space: normal;
}

.booking-card{
    position: relative;
}
.booking-card .location-info{
    padding-right: 30px;
}
.count-badge {
    background: #FF808B;
    font-size: 11px;
    min-width: 22px;
    position: absolute;
    right: 10px;
    min-height: 15px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding: 1px 0;
}
.booking-info-section .custom-dropdown {
    z-index: initial;
}
.form-group .react-date-picker__inputGroup__input:focus-visible {
    outline: none !important;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #0045FF; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin-bottom: -3px;
    position: relative;
    bottom: 8px;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .approved .btn-primary{
      background-color: transparent;
  }

  .approved .btn-primary:hover{
      background-color: transparent !important;
  }

  .custom-table.manage-booking{
      height: 800px;
      max-height: 800px;
      overflow: auto;
  }

  .Availability-list table td .form-group .form-control{
      font-size: 12px;
  }

  .react-switch-bg{
    height: 23px !important;
    width: 52px !important;
    /* background-color: rgb(93 204 118) !important; */
  }

  .react-switch-handle{
    height: 18px !important;
    width: 18px !important;
    top: 2px !important;
    left: 2px !important;
  }

  .react-switch-bg div svg{
      display: none !important;
  }

  .react-confirm-alert-body h1{
    font-size: 26px !important;
  }

  .modal-body.ptb-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.react-select-ui {
    height: 30px;
    min-height: 30px;
}
.react-select-ui div:last-child div {
  padding:0 10px;
}
.react-select-ui span{
  display:none;
}

.stng-btn:hover a, .stng-btn:active a, .stng-btn:focus a{
    color: white;
}


.pagination{
        display: flex;
        align-items: center;
        justify-content: center;
}
.pagination li{
    margin:0 3px;
}
.pagination li a {
    transition: all 0.25s ease;
    color: #8181A6;
    border: 1px solid #DDDFE4;
    border-radius: 4px;
    min-width: 24px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-decoration: none;
}
.pagination li.active a {
    background: #E2EAFF;
    color: #0045FF;
}
.white-bg-table .custom-table{
    /* height: 680px; */
}
.upload-images {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.upload-images .image-card {
    width: 190px;
    height: 150px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    margin-right: 5px;
    padding: 8px;
    position: relative;
}
.upload-images .image-card img{
    height:100%;
    object-fit: cover;
    object-position: center;
}

.button.ic-cross,
button.ic-cross {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #fff;
}



button.ic-cross:after {
    background: url(/assets/images/x-icon.svg);
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    right: 0;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center 6px;
}

button.ic-cross:hover {
    background: #edf2ff;
}

#react-select-2-listbox{
    margin-top: 0;
}
.css-b62m3t-container .css-1okebmr-indicatorSeparator{
    display: none;
}
.css-1s2u09g-control,
.css-1pahdxg-control {
    background: #FCFDFE;
    border: 1px solid #E9EEF3;
}
.css-1s2u09g-control

.css-1s2u09g-control:focus,
.css-1pahdxg-control:focus{
    outline:none;
}
.custom-table .table tr td{
    max-width: 200px;
    white-space: normal;
    word-wrap:break-word;
}

.expColps-blk figure {
    width: 320px;
}
.emp-profile-blk figure{
width:auto;
}

.required::after{
    content: '*';
    color: red;
}
.img-card-wrapper{
    padding-left: 32px;
    display: inline-block;
}
.img-card-wrapper img {
    width: 40px;
    height: 30px;
    margin:2px;
}


/* .radio-btn input[value="true"] ~ .checkmark{
    background-color: #ffffff;
    border-color: #0045FF;
}
.radio-btn input[value="true"] ~ .checkmark:after{
    opacity: 1;
    visibility: visible;
    width: 12px;
    height: 12px;
} */

.custom-table .table tr td .message-blk,
.emp-profile-blk .info-blk{
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.emp-profile-blk > div{
    width: 90%;;
}

.menu-icon:hover{
    color: black;
}

.custom-table .table-responsive{
    min-height: 400px;
}
.custom-table .table tr:first-child td .action-btns .dropdown-menu,
.custom-table .table tr:nth-child(2) td .action-btns .dropdown-menu{
    transform: translate3d(-20px, 0px, 0px) !important;
}

.status.tag{
    background-color: #F9EFE3;
    color: #DA7805;
}

.error-fields{
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.modal-dialog .white-bg.blog-details-page{
    border:none;
    box-shadow: none;
}

.w-180{
    width: 180px;
}

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

.preview-description p img{
    max-width: 850px;
}

.btn-loader-dark:after, .btn-loader-white:after {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    border-top: 2px solid white;
    width: 18px;
    height:18px;
    -webkit-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
    position: relative;
    content: "";
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
 }

 .btn-loader-dark:after {
    border: 2px solid rgba(129, 129, 166, 0.3);
    border-radius: 50%;
    border-top: 2px solid #8181A6;
 }

 .btn-loader-primary:after {
  border: 2px solid #0045FF;
  border-radius: 50%;
  border-top: 2px solid #0045FF;
}

 .btn-loader-white:after {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 2px solid #ffffff;
 }

 /* Safari */
 @-webkit-keyframes spin {
 0% {
    -webkit-transform: rotate(0deg); }
 100% {
    -webkit-transform: rotate(360deg); } }

 @keyframes spin {
 0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
 100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }


 .img-loader:after {
       position: absolute;
       content: "";
       width: 100%;
       height: 100%;
       background: #fff;
       top: 0;
       left: 0;
 }

 .img-loader:before{
    border: 2px solid rgba(129, 129, 166, 0.3);
    border-radius: 50%;
    border-top: 2px solid #8181A6;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
    position: relative;
    content: "";
    margin-left: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin-top:-10px;

 }
 .fixedTable-sidebar .booking-card{

 }
 .fixedTable-sidebar td{
     padding: 1px 0;
 }


 .Toastify .Toastify__toast--success::before {
    font-family: 'icomoon';
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 12px;
    top: 50%;
    display: inline-block;
    margin: -13px 14px 0 0;
    vertical-align: middle;
    font-weight: 300;
    content: "";
    background: url("/assets/images/success.svg") no-repeat;
    border-radius: 100px;
    background-size: 100%;
}

.Toastify .Toastify__toast--error::before {
    font-family: 'icomoon';
    font-size: 18px;
    width: 26px;
    height: 26px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 12px;
    top: 50%;
    display: inline-block;
    margin: -13px 14px 0 0;
    vertical-align: middle;
    font-weight: 300;
    content: "";
    background: url("/assets/images/error.svg")no-repeat;
    border-radius: 100px;
    background-size: 100%;
}
.Toastify .Toastify__toast-body {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

.Toastify .Toastify__close-button {
    font-weight: 400;
    font-size: 16px;
    font-family: arial;
    color: #ccc;
    position: absolute;
    overflow: hidden;
    width: 20px;
    top: 50%;
    right: 10px;
    height: 20px;
    margin: -10px 0 0 0;
    line-height: 20px;
    text-indent: 999px;
    text-align: center;
}
.Toastify .Toastify__close-button:before{
    content: "X";
    font-size: 16px;
    color: #5a5a5d;
    text-indent: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.Toastify .Toastify__toast {
    background: #202124 !important;
    border-radius: 4px;
    /* width: 339px; */
    border: 1px solid rgba(20,32,64,0.1);
    min-height: inherit;
    padding: 15px 40px 16px 50px;
    box-shadow: 14px 22px 48px -10px rgba(15, 39, 61, 0.14);
    -webkit-box-shadow: 14px 22px 48px -10px rgba(15, 39, 61, 0.14);
    position: relative;
    color: #fff;
    font-size: 14px;
    min-height: 50px;
    max-width: 500px;
}

.status,
.custom-table .table tr td.tr-ec{
    white-space: nowrap;
}

.custom-table .table tr:last-child td .action-btns .dropdown-menu,
.custom-table .table tr:nth-last-child(2) td .action-btns .dropdown-menu{
    transform: translate3d(-20px, -141px, 0px) !important;
}

.table-loader{
    position: relative;
    text-align: center;
}
.table-loader:before {
    background: #Fff;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    content: "";
}

.table-loader:after {
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
    position: absolute;
    content: "";
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    border-top: 2px solid #000;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin: auto;
}

.sticky-ui {
    position: sticky;
    top: 80px;
}


/*   */
.add-new-wrpr {
    position: fixed;
    right: 20px;
    top: 92px;
    z-index: 99;
}

.location-search-input,
.location-search-input:focus,
.location-search-input:active {
display: block;
width: 100%;
padding:16px 12px;
font-size: 16px;
border-radius: 2px;
outline: none;
}



.autocomplete-dropdown-container {
border-bottom: none;
border-left: none;
border-right:none;
padding:0 0px;
border-top:none;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
position: absolute;
z-index: 1000;
border-radius: 0 0 2px 2px;
background:#fff;
width:100%;
}
.autocomplete-dropdown-container>div{
font-size:14px !important;
padding:8px 8px ;
}



.autocomplete-wrapper{
position:relative;
}

.sidenav .navbar-nav .nav-item .nav-link{
    width: 100%;
}


td.seprater-bar {
  padding: 0 !important;
  border-bottom: 10px solid #F2F5F9 !important;
  height: 30px;
  }



  .custom-table.manage-booking .table tr td {
  max-width: inherit;
  white-space: nowrap;
  }



  .custom-table.manage-booking .table tr:hover {
  background: #fff;
  }

  .white-bg-table.wbt-xl{
    height: 680px;
    overflow: auto;
  }

  .select-box-2 .select{
    border: none !important;
  }

        .cstm-file-btn {
            position: relative;
            background-color: #0045FF;
            border: none;
            color: #ffffff;
            padding: 0 16px;
            line-height: 40px;
            overflow: hidden;
            white-space: nowrap;
            border-radius: 6px;
            height: 40px;
            letter-spacing: -0.01em;
            font-weight: 700;
            font-size: 14px;
            display: inline-flex;
            align-items: center;
      }
        .cstm-file-btn .plus-icon {
          width: 12px;
          height: 12px;
          background:url(/assets/images/plus-white-icon.svg) no-repeat center;
          display: inline-block;
          margin-right: 6px;
      }
      .cstm-file-btn input {
        position: absolute;
        opacity: 0;
        z-index: 1;
        top:0;
        left: 0;
        width:100%;
        height: 100%;
    }





    .add-file-btn input{
      position: absolute;
      left:0;
      top:0;
      width: 100%;
      height: 100%;
      opacity: 0;
    }

    .add-file-btn {
        position: relative;
        border: none;
        color: #0045FF;
        padding: 0 0px;
        overflow: hidden;
        white-space: nowrap;
        border-radius: 6px;
        letter-spacing: -0.01em;
        font-weight: 700;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
    }

    .add-file-btn .plus-icon {
      width: 10px;
      height: 10px;
      background:url(/assets/images/plus-icon.svg) no-repeat center;
      display: inline-block;
      margin-right: 10px;
    }

    .upload-img .document-listing{
        padding-bottom: 16px;
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
    }
    .upload-img .document-listing .doc-card{
      width: 100%;
    }

    .attachment-wrapper .gallery-blk .gallery-card{
      opacity: 1 !important;
      position: relative;
    }

   .gallery-card button.ic-cross:after {
      background: url(/assets/images/x-icon.svg);
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      right: 0;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center 6px;
      background-size: 10px;
  }

  .gallery-card button.ic-cross {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: rgba(255,255,255,0.9);
    margin: auto;
    text-align: center;
    transition:0.2s ease-in-out;
}
.gallery-card button.ic-cross:hover{
  background: rgba(255,255,255,1);
}

.cstm-radio{

    position: relative;
    height: 20px;
}
.cstm-radio .ic-check{

        width:20px;
        height:20px;
        border: 1px solid #ccc;
        border-radius: 2px;
        position: relative;
        margin-bottom: 0;
}
.cstm-radio .ic-check:after {
    background: url("/assets/images/ic_check.svg");
    width: 16px;
    height: 12px;
    position: absolute;
    content: "";
    left: 3px;
    top: 3px;
    background-size: 13px;
    background-repeat: no-repeat;
    opacity: 0;
}
.cstm-radio input{
    position: absolute;
    left:0;
    right:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    z-index: 1;
}
.cstm-radio input:checked + .ic-check:after{
    opacity: 1;
}

.overlay_loader_wrapper{
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 100000;
    overflow: hidden;
 }

 .overlay_loader_wrapper .overlay-loader {
    border: 4px solid rgba(255,255,255,0.5);
    border-top: 4px solid rgba(255,255,255,1);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: loader .5s linear infinite;
    animation: loader .5s linear infinite;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
 }

 .custom-table .table tr:first-child td .action-btns .dropdown-menu, .custom-table .table tr:nth-child(2) td .action-btns .dropdown-menu {
    transform: translate3d(-20px, -0px, 0px) !important;
}

.fc-view-harness{
    height:966px !important;
}

#calendar .fc-today-button{
    display: none;
}
#calendar{
    height:1024px;
}
.white-bg-cal .fc-view .fc-day-today{
    background: transparent !important;
}
.white-bg-cal .fc-view table tr th a {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.48px;
    color: #8181A6;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    display: block;
}
.modal-body .document-card{
    width:100%;
    padding-top: 10px;
}
.modal-body .document-card li .ic-cross {
    position: absolute;
    top: 8px;
    width: 24px;
    height: 24px;
    right: 5px;
    border-radius: 100%;
    background: #fff;
    opacity: 0.6;
}
.modal-body .document-card li .ic-cross:hover{
    opacity: 1;
}
.modal-body .document-card li {
    list-style: none;
    line-height: normal;
    position: relative;
    border: 1px solid #f1f1f1;
    padding: 10px 24px 10px 10px;
    margin-bottom: 10px;
    width:100%;
}
.modal-body .document-card li .ic-cross:after{
    background-size:10px;
}
.modal-body .document-card li a {
    font-size: 14px;
    color:#0045FF;
    font-weight:600;
}

.fc-daygrid-body .fc-h-event{
    background: #0045FF;
}

.asset-register-wrapper .info-dropdown .dropdown .dropdown-toggle:after{
    background: none !important;
}

.fc .fc-daygrid-day-frame,
.fc .fc-daygrid-day-events{
    width: 100% !important;
}
.fc-event-main i{
    font-size: 13px;
}
.modal-body-space .custom-dropdown {
    z-index: initial;
}

.asset-register-wrapper  table tbody td,
.asset-register-wrapper .table thead th{
    border: none;
}

.maintenance-schedule .row .col-xl-3{
    flex:0 0 30%;
    max-width:30%;
}
.maintenance-schedule .row .col-xl-9{
    flex:0 0 70%;
    max-width:70%;
}
.maintenance-schedule .white-bg{
    height: 400px;
}
.document-card ul {
    max-height: 200px;
    overflow: auto;
}

.blks-row ul li{
    width: 5%;
}

.blks-row ul li .info-blk{
    width: 100%;
}

.custom-table.manage-booking{
    /* overflow: hidden; */
}

#calendar{
    position: relative;
}
.custom-table .header-blk{
    padding:10px 5px;
    margin:0;
}
@media (min-width:1200px){
    #calendar .cstm-calender-dropdown {
        position: absolute;
        left: 375px;
        top: 0px;
        margin:0;
    }
}
@media (max-width:1199px){
    #calendar .cstm-calender-dropdown {
        position: relative;
        top: 0px;
        left: initial;
        margin: 0px 15px  10px;
    }
}
.cstm-calender-dropdown .form-group .form-control.select{
    background-color: #fff;
    border: 1px solid #E1E1ED;
    border-radius: 0;
    height: 32px;
    color: #2F5DF2;
    font-weight:700;
    box-shadow: 0px 2px 6px rgba(21, 21, 74, 0.08);
    font-size: 14px;
}

.action-btn.delete-btn {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    margin: 0 8px 0 0;
    display: inline-flex;
    height: 32px;
    width: 32px;
    top: -1px;
}
.action-btn.delete-btn:after {
    position: absolute;
    content: "";
    height: 13px;
    width: 1px;
    background: #ddd;
    right: -3px;
    top: 10px;
}

/* .progress-bar-wrpr .cstm-progres .progress-bar {

    font-size: 16px;

    color:#adadad;

    overflow:visible;

    } */

    #header-create-post{

    z-index:6;

    }



    #options_wrpr .form-group{

    position: relative;

    }

    .fieldArrayWrapper {

    position: relative;

    }



    #options_wrpr .fieldArrayWrapper .btn-secondary{

    margin-top: 0px;

    position: absolute;

    right: 0;

    top: -2px;

    width: 24px;

    height: 24px;

    font-size: 0;

    padding: 0;

    background: #ffe0e0;

    border: 1px solid #ffbdbd;

    background-image: url(/assets/images/icon-delete.svg);

    background-repeat: no-repeat;

    background-position: center;

    color: #FF3B5E;

    }



    #options_wrpr .fieldArrayWrapper.btn-secondary:hover{

    border-color: 1px solid #FF3B5E;

    }



    #blog_form .custom-dropdown {

    position: relative;

    z-index: initial;

    }

    .poll-chart-blk {
        justify-content: center;
    }

    .poll-number-blk {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .number-blk {
            width: 46%;
            position: relative;
        }

    .number-blk:before {
        background: #dedef0;
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        right: -16px;
        top: 0;
    }

    .number-blk:last-child:before {
        display: none;
    }

    .number-blk .number-ui {
        padding: 15px 0;
    }

    .number-blk .right-lwr {
        border-top: 1px solid #dedef0;
    }

    .poll-number-blk .number-blk .total-number.text-green {
        color: #17CB75;
    }

    .poll-number-blk .number-blk .total-number {
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 1.0;
        letter-spacing: -0.03em;
        color: #18182B;
        margin-bottom: 16px;
    }

    .poll-number-blk .number-blk .label-title {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: -0.01em;
        color: #8181A7;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .right-side-wrpr {
        border-left: 0;
    }

    @media (min-width:1199px){
    .top-bar-wrpr .col-xl-4:first-child {
        max-width: 30%;
        flex: 0 0 30%;
    }

    .top-bar-wrpr .col-xl-4:nth-child(2) {
        flex: 0 0 36%;
        max-width: 36%;
    }
    }

    .right-side-wrpr {
        align-items: flex-start;
    }

    .right-blk.trending-section {
        width: 100%;
    }

    .right-blk.trending-section .item-right {
        padding-left: 10px;
    }

    .right-side-wrpr .right-blk .trending-list .trending-item .item-left img {
        width: 100px;
        height: 70px;
    }

    @media (max-width:1199px){
        .right-side-wrpr .right-blk .trending-list .trending-item{
            align-items:flex-start;
            flex-direction: row;
        }
    }

.custom-dropdown.form-group .form-control.cal-icon-2{

background:none;

}

.custom-dropdown button.react-datetime-picker__clear-button.react-datetime-picker__button {

display: none;

}

.custom-dropdown .react-datetime-picker__wrapper{

border:none;

}

.custom-dropdown .react-datetime-picker__inputGroup input,

.custom-dropdown span.react-datetime-picker__inputGroup__leadingZero,

.custom-dropdown select.react-datetime-picker__inputGroup__input.react-datetime-picker__inputGroup__amPm {

font-size: 13px;

}

.right-side-wrpr .right-blk .trending-list .trending-item .item-left .item-name{
word-break: break-all;
}

.cstm-progres .background {
width: 100%;
align-items: center;
position: relative;
text-align: center;
top: 0;
height: 100%;
margin: auto;
line-height: 36px;
font-size: 16px;
color: #18182B;
}
/* .progress-bar-wrpr .cstm-progres,
.heat-map-wrpr{
margin-left: auto;
} */
.progress-bar-wrpr .cstm-progres .progress-bar{
position: absolute;
left: 0;
height: 36px;
top: 0;
}
.progress-bar-wrpr .cstm-progres{
width:385px;
position: relative;
}
.progress-bar label{
margin: 0;
text-align: center;
width: 385px;
display: flex;
align-items: center;
position: absolute;
left: 0;
right: 0;
justify-content: center;



}
.modal-dialog.modal-md{
    max-width:600px
    }
    .modal-table-ui table thead {
    border-bottom: 1px solid #ededed;
    }
    .modal-table-ui table th {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.48px;
    color: #8181A6;
    border-bottom: none;
    border-top: 0;
    padding: 8.5px;
    white-space: nowrap;
    }
    .modal-table-ui table td,
    .modal-table-ui table tbody th {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.48px;
    color: #18182B;
    vertical-align: middle;
    border: none;
    }
    .modal-dialog.modal-md .modal-header {
    padding-bottom: 10px;
    }
    .modal-table-ui .modal-dialog {
        max-width: 600px;
        }
        .modal-table-ui .modal-dialog .modal-header {
        padding-bottom: 10px;
        }
        .modal-table-ui .modal-dialog .modal-body {
        max-height: 340px;
        overflow-y: auto;
        }

.tab-content .checkbox-align {
    justify-content: flex-start;
}

.online-radio .radio-btn .checkmark:after{
    background:#49b67a;
}
.online-radio .radio-btn input:checked ~ .checkmark{
    border-color:#49b67a;
}

.booking-info-wrapper p.des {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding-top: 10px;
}

.booking-info-wrapper p,
.booking-info-wrapper .info-blk span{
    font-size:14px;
}

.booking-info-wrapper p.des .p1{
    font-size:14px;
    margin-bottom:10px;
}

.booking-info-wrapper .booking-img figure {
    width: auto;
    margin-bottom:10px;
}

.booking-info-wrapper .booking-img figure img{
    width:auto;
}

.booking-info-wrapper .info-blk {
    margin-bottom: 10px;
}

.event-detail-modal.modal .modal-dialog{
    max-width:575px;
}

.event-detail-modal.modal .modal-footer{
    display:none;
}

.header-right .dropdown .dropdown-menu .dropdown-item:hover,
.header-right .dropdown .dropdown-menu .dropdown-item.active{
    background: #edf2ff !important;
}

.modal-table-ui table tbody .profile-pic {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    overflow: hidden;
}

.modal-table-ui table tbody .profile-pic img {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    object-fit: cover;
    object-position: center;
    max-width: 100% !important;
}

.manage-booking .approved-btn{
    color: #119C59;
    border-radius:8px;
    padding:0px 16px;
    font-size:14px;
}

.manage-booking .approved-btn:hover{
    background-color: #E3F5ED;
}

.manage-booking .decline-btn{
    color: #FF3B5E;
    border-radius:8px;
    padding:0px 16px;
    font-size:14px;
    height:40px;
}

.manage-booking .decline-btn:hover{
    background-color: #FEF1F4;
}

.manage-booking table .btn-blk .btn-primary{
    border-radius:8px;
}

.height_auto {
    height: auto !important;
    overflow: initial !important;
}

.event-card{
    max-width: 215px;
    position: relative;
 }
 .event-card a{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    right: 0;
    top:0;
 }
 .event-card figure{
    max-height:140px;
    height:140px;
    overflow: hidden;
    border-radius:6px 6px 0 0;
    position: relative;
 }
 .event-card figure img{
    width:100%;
    height:100%;
    object-fit: cover;

 }
 .event-card .title-ui {
       position: absolute;
       bottom: 0;
       padding: 0 10px;
       color: #ffffff;
       display: block;
       font-weight: 700;
       font-size: 16px;
       line-height: 24px;
       letter-spacing: -0.01em;
    }
 .image-overlay{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.89%, rgba(0, 0, 0, 0.95) 87.26%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
 }
 .event-card .event-info .time,
 .event-card .event-info .location{
    font-size:13px;
    margin-bottom:4px;
    color: #656589;
 }

.booking-info-wrapper .table thead th,
.booking-info-wrapper .table tbody td{
    font-size: 13px;
    padding: 5px;
    vertical-align: middle;
}

.booking-info-wrapper .table .profile-pic{
    width:32px;
    height:32px;
}

.booking-info-wrapper .table .profile-pic img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
    max-width: 100% !important;
}

.polls-detail .heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    }
    .polls-detail .heading-wrap p {
    font-size: 16px;
    font-weight: 700;
    }
    .polls-detail .status-badge.active {
       background: #E3F5ED;
       color: #119C59;
       font-size: 14px;
       padding: 4px 10px;
       border-radius: 6px;
       font-weight: 600;
       margin-bottom: 0;
    }

    .polls-detail .status-badge.pending {
       background: #FEF1F4;
       color: #FF3B5E;
       font-size: 14px;
       padding: 4px 10px;
       border-radius: 6px;
       font-weight: 600;
       margin-bottom: 0;
    }
    .polls-img figure{
    height: 224px;
    width: 100%;
    margin-bottom:16px;
    }
    .polls-img img{
    height:100%;
    width:100%;
    object-fit: cover;
    object-position: center;
    border-radius:8px;
    }
    .polls-detail .progress-bar-wrpr {
    padding: 0;
    }
    .polls-detail .info-blk label{
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.48px;
    color: #8181A6;
    margin-bottom: 3px;
    }
    .polls-detail .info-blk{
        margin-bottom:20px;
    }
    .polls-detail .info-blk p{
    letter-spacing: -0.01em;
    color: #151518;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
    }
    .polls-detail .info-blk .progress-bar-wrpr  label{
       margin: 0;
       text-align: center;
       width: 470px;
       display: flex;
       align-items: center;
       position: absolute;
       left: 0;
       right: 0;
       justify-content: center;
       color: #fff;
       font-size: 16px;
    }
    .polls-detail .cstm-progres .background{
        font-size: 16px;
    }
    .polls-detail .progress-bar-wrpr .cstm-progres{
    width:470px;
    }
    .modal .table-scroll {
        height: 400px;
        overflow-y: auto;
        }
        .polls-detail .progress-bar-wrpr .cstm-progres,
        .polls-detail .info-blk .progress-bar-wrpr label{
        width:450px;
        }



        .polls-detail .progress-bar-wrpr {
        padding: 0;
        max-height: 250px;
        overflow-y: auto;
        }

.event-detailed-content .info-blk{
    margin-bottom:24px;
}
.event-detailed-content .info-blk label {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.48px;
    color: #8181A6;
    margin-bottom: 3px;
}
.event-detailed-content .info-blk p {
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #151518;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 600;
}
.event-detailed-content table .profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
}
.event-detailed-content table .profile-pic img{
    height:100%;
    width:100%;
    object-fit:cover;
    object-position:center;
}
.event-detailed-content table td{
    vertical-align:middle;
}
.event-detailed-content .table td,
.event-detailed-content .table th{
    font-size:15px;
}

.event-detailed-content .table-scroll{
    height: 350px;
    overflow: auto;
}

.floor-blue-round-icon {
    width: 48px;
    height: 48px;
    background-color: #EDF2FF;
    background-image: url(/assets/images/floor-blue-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: inline-block;
}

.menu-name-close .level-two-menu .d-menu.show,
.menu-name-close .level-three-menu .d-menu.show{
    display: none !important;
}

.menu-name-close.menuHover .level-two-menu .d-menu.show,
.menu-name-close.menuHover .level-three-menu .d-menu.show {
    display: block !important;
}

.des img{
    max-width: 100%;
}


.assets-detail-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  @media (max-width: 1199px) {
    .assets-detail-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  .assets-detail-wrapper .left-blk {
    width: calc(100% - 420px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media (max-width: 1600px) {
    .assets-detail-wrapper .left-blk {
      width: calc(100% - 360px);
    }
  }

  @media (max-width: 1600px) and (max-width: 1200px) {
    .assets-detail-wrapper .left-blk {
      width: 100%;
    }
  }

  @media (max-width: 1600px) and (max-width: 1200px) and (max-width: 991px) {
    .assets-detail-wrapper .left-blk {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

  .assets-detail-wrapper .left-blk .asset-card {
    width: 42%;
  }

  @media (max-width: 1600px) {
    .assets-detail-wrapper .left-blk .asset-card {
      width: 44%;
    }
  }

  @media (max-width: 1600px) and (max-width: 991px) {
    .assets-detail-wrapper .left-blk .asset-card {
      width: 100%;
    }
  }

  .assets-detail-wrapper .right-blk {
    width: 330px;
  }

  .assets-detail-wrapper .right-blk .asset-card {
    width: 100%;
  }

  .assets-detail-wrapper .asset-card {
    width: 28%;
  }

  @media (max-width: 1199px) {
    .assets-detail-wrapper .asset-card {
      width: 45%;
    }
  }

  @media (max-width: 991px) {
    .assets-detail-wrapper .asset-card {
      width: 100%;
    }
  }

  .assets-detail-wrapper .asset-card .card-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  @media (max-width: 1199px) {
    .assets-detail-wrapper .asset-card .card-listing {
      margin-top: 40px;
    }
  }

  .assets-detail-wrapper .asset-card .card-listing .img-card {
    margin: 5px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 98px;
    height: 83px;
  }

  .assets-detail-wrapper .asset-card .card-listing .img-card:first-child {
    width: 322px;
    height: 242px;
    margin-bottom: 10px;
  }

  .assets-detail-wrapper .asset-card .card-listing .img-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .assets-detail-wrapper .asset-card .card-listing .more_card {
    position: absolute;
    background: #8181A6;
    border-radius: 6px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: -0.48px;
    color: #FFFFFF;
    cursor: pointer;
  }

  @media (max-width: 1600px){
    .asset-register-wrapper {
    max-width: 1200px;
    }
  }

.heart-icon{
    height: 16px;
    position: relative;
    bottom: 1px;
}

.pointer{
    background:  url("/assets/images/success.svg") no-repeat;
}

@media (max-width:1199px){
    .maintenance-schedule .row .col-xl-3, .maintenance-schedule .row .col-xl-9
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



.cta-btn-grp {
    float: right;
    position: fixed;
    right: 25px;
    background: #fff;
    padding: 10px 15px;
    top: 25%;
    border-radius: 4px;
    flex-direction: column;
    display: flex;
    /* transform: translateY(-50%); */
}

.cta-btn-grp .btn:first-child {
    margin-left: 0;
 }

.cta-btn-grp .btn {
    border: 1px solid #E1E1ED;
    padding: 0;
    height: 34px;
    min-width: 36px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
 }
 .cta-btn-grp .btn:hover{
    background-color:#edf2ff;
 }

 .cta-btn-grp .btn:focus,
 .cta-btn-grp .btn.active{
    background-color:#edf2ff;
 }
 .cta-btn-grp .btn.draw-btn .icon{
    background-position: -88px 0;
 }
 .cta-btn-grp .btn.draw-btn.active .icon{
    background-position: -88px -25px;
 }
 .cta-btn-grp .btn.undo-btn .icon{
    background-position: 0 0;
 }
 .cta-btn-grp .btn.undo-btn.active .icon{
    background-position:0 -25px;
 }
 .cta-btn-grp .btn.clear-btn .icon{
    background-position:-21px 0px;
    height:19px;
 }
 .cta-btn-grp .btn.clear-btn.active .icon{
    background-position:-21px -25px;
 }

 .cta-btn-grp .btn.add-btn .icon{
    background-position:-42px 0px;
 }
 .cta-btn-grp .btn.add-btn.active .icon{
    background-position:-42px -25px;
 }
 .cta-btn-grp .btn.reset-btn .icon{
    background-position: -65px 0px;
    width: 16px;
    height: 18px;
    background-repeat: no-repeat;
 }
 .cta-btn-grp .btn.reset-btn.active .icon{
    background-position: -65px -25px;
 }
.icon{
 background: url("/assets/images/icon_sprite.svg");
 width:20px;
 height:20px;
}

.book-btn .icon{
    background: url("/assets/images/booking-icon.svg");
    width: 18px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 2px 4px;
}

.book-btn.active .icon{
    background:url("/assets/images/booking-blue-icon.svg");
    width: 18px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 2px 4px;
}
.animated-svg polygon {
    fill: #c11717 !important;
    stroke:#900606 !important;
}

.booking-animated-svg polygon {
    fill: rgb(233 215 18) !important;
    stroke: rgb(178 172 11) !important;
}

.dragscroll svg{
    transition:0.4s ease-in-out;
}

.animated-svg, .booking-animated-svg {
    transition: 0.2s ease-in-out;
    transform: scale(1.01);
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    from {
        transform: scale(1);
    }
    to {
        transform: translateY(1.01);
    }
}
.parent .wb-padding-left {
    background: #fff;
    position: sticky;
    top: 0;
    z-index:2;
    padding-bottom: 1px;
}
.floor-img .main-img{
    height: auto;
}

.poll-chart-blk{
    overflow: hidden;
}

/* .poll-chart-blk text.highcharts-title{
    display: none;;
} */

.noti-container .noti-row{
    padding-right: 20px;
    position: relative;
}
.noti-container .noti-row.unread div:before {content: "";position: absolute;top: 12%;right: 0%;width: 7px;height: 7px;background: #0b45f5;border-radius: 10px;}

.noti-container .noti-row.unread .msg {color: #0b45f5;}

.homepage-wrapper .addt-in {margin-top: 30px;}
.homepage-wrapper .addt-in p {margin-bottom: 12px;}
.homepage-wrapper .addt-in h4 {margin-bottom: 20px;margin-top: 40px;}
.homepage-wrapper .addt-in ul li {list-style: disc;}
.homepage-wrapper .addt-in ul {padding-left: 20px;}
/*welcome screen */
.subscribe-wrapper{
    width:100%;
    height:100vh;
    background:#F7F8FA;
    min-height:100%;
    padding:20px;
    box-sizing: border-box;
  }
  body{
    margin: 0;
    padding: 0;
  }
  .subscribe-wrapper figure{
    margin: 0;
    margin-bottom:53px;
  }
  .subscribe-inner-wrapper{
    max-width: 550px;
    margin: auto;
    text-align: center;
    position: relative;
    top:50%;
    transform: translateY(-50%);
  }
  .subscribe-inner-wrapper h4{
    font-family: 'Inter', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 80px;
      line-height: 97px;
      letter-spacing: -0.01em;
      color: #18182B;
      margin: 0 0 22px;
  }
  .subscribe-inner-wrapper p{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #8181A6;
    font-family: 'Nunito Sans', sans-serif;
    margin:0;
  }

  @media (max-height:800px){
    .subscribe-wrapper figure img{
      height:400px;
    }
  }

  @media (max-height:700px){
    .subscribe-inner-wrapper h4{
      font-size:68px;
      line-height: 87px;
    }
  }
  @media (max-height:700px){
    .subscribe-wrapper{
      overflow-y:auto;
      padding:40px;
    }
    .subscribe-inner-wrapper{
      top: initial;
      transform: initial;
    }
  }
  /* .faq-style-wrapper {
    margin-top: 2em;
}

.faq-style-wrapper .faq-title {
    font-size: x-large !important;
}
.row-title-text{
    font-weight: bold !important;

}
.faq-style-wrapper .faq-body .faq-row {
    padding: 0.75em 0;
}


.faq-style-wrapper .faq-body .faq-row .row-content-text {
    font-size: medium !important;
    font-weight: normal !important;
    color: teal !important
} */



.app-store-link{
margin: 60px;


h2{
    max-width: 600px;
    width:100%;
    margin: auto;
    margin-bottom: 72px;
}
 }
 .heading{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.badge{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 540px){
    .badge{
        flex-direction: column;
    }
}