#imagi-alerts > div{
    display: inline-block;
    margin: 15px auto;
    position: fixed;
    transition: all 0.5s ease-in-out;
    z-index: 1031;
    top: 20px; left: 20px;
}
body.covered-page{
    background-image: url( "/img/watermark.jpg");
    background-size: cover;
}
body > div.bdd-logo{
    background-image: url( "/img/bddlogo.png");
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 74px;
    height: 102px;
}   
.react-datepicker-popper{
    z-index: 999999999;
}
.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
    margin-left: -8px;
    position: absolute; }
.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }

.react-datepicker__tether-element-attached-top .react-datepicker__triangle {
    top: 0;
    margin-top: -8px; }
.react-datepicker__tether-element-attached-top .react-datepicker__triangle, .react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
.react-datepicker__tether-element-attached-top .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
    bottom: 0;
    margin-bottom: -8px; }
.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow, .react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }

.react-datepicker {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    background-color: #fff;
    color: #000;
    display: inline-block;
    position: relative; }

.react-datepicker__triangle {
    position: absolute;
    left: 50px; }

.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element {
    margin-top: -20px; }

.react-datepicker__header {
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    padding-top: 8px;
    position: relative; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll {
    display: inline-block;
    margin: 0 2px; }

.react-datepicker__current-month {
    margin-top: 0;
    color: #000;
    font-weight: bold;
    font-size: 0.944rem; }

.react-datepicker__navigation {
    line-height: 1.7rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    width: 0;
    border: 0.45rem solid transparent;
    z-index: 1; }
.react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc; }
.react-datepicker__navigation--previous:hover {
    border-right-color: #b3b3b3; }
.react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc; }
.react-datepicker__navigation--next:hover {
    border-left-color: #b3b3b3; }
.react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.react-datepicker__navigation--years-previous {
    top: 4px;
    border-top-color: #ccc; }
.react-datepicker__navigation--years-previous:hover {
    border-top-color: #b3b3b3; }
.react-datepicker__navigation--years-upcoming {
    top: -4px;
    border-bottom-color: #ccc; }
.react-datepicker__navigation--years-upcoming:hover {
    border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
    display: inline;
    float: left; }

.react-datepicker__month {
    margin: 0.4rem;
    text-align: center; }

.react-datepicker__week-number {
    color: #ccc;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 0.166rem; }

.react-datepicker__day-name,
.react-datepicker__day {
    color: #000;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 0.166rem; }

.react-datepicker__day {
    cursor: pointer; }
.react-datepicker__day:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0; }
.react-datepicker__day--today {
    font-weight: bold; }
.react-datepicker__day--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff; }
.react-datepicker__day--highlighted:hover {
    background-color: #32be3f; }
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff; }
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
    background-color: #1d5d90; }
.react-datepicker__day--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff; }
.react-datepicker__day--keyboard-selected:hover {
    background-color: #1d5d90; }
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
    background-color: rgba(33, 107, 165, 0.5); }
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000; }
.react-datepicker__day--disabled {
    cursor: default;
    color: #ccc; }
.react-datepicker__day--disabled:hover {
    background-color: transparent; }

.react-datepicker__input-container {
    position: relative;
    display: block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view {
    border: 1px solid transparent;
    border-radius: 0.3rem; }
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover {
    cursor: pointer; }
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow {
    border-top-color: #b3b3b3; }
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown {
    background-color: #f0f0f0;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    text-align: center;
    border-radius: 0.3rem;
    border: 1px solid #aeaeae; }
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover {
    cursor: pointer; }
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option {
    line-height: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover {
    background-color: #ccc; }
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming {
    border-bottom-color: #b3b3b3; }
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous {
    border-top-color: #b3b3b3; }
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected {
    position: absolute;
    left: 15px; }

.react-datepicker__close-icon {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: 0;
    outline: 0;
    padding: 0;
    vertical-align: middle; }
.react-datepicker__close-icon::after {
    background-color: #216ba5;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\D7";
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 1;
    margin: -8px auto 0;
    padding: 2px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 50%; }

.react-datepicker__today-button {
    background: #f0f0f0;
    border-top: 1px solid #aeaeae;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    clear: left; }

.react-datepicker__tether-element {
    z-index: 2147483647; }

.react-datepicker__portal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2147483647; }
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day {
    width: 3rem;
    line-height: 3rem; }
@media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day {
	width: 2rem;
	line-height: 2rem; } }
.react-datepicker__portal .react-datepicker__current-month {
    font-size: 1.44rem; }
.react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
.react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc; }
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
    border-right-color: #b3b3b3; }
.react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc; }
.react-datepicker__portal .react-datepicker__navigation--next:hover {
    border-left-color: #b3b3b3; }
.sidebar .logo, .sidebar .logo img{
    width: 69px;
}

.error-block, .help-block{
    display: inline !important;
}
.hide{
    display: none !important;
}
.dataTables_filter{
    float: right;
}
.dataTables_length > label{
    display: flex;
    align-items: flex-end;
}

.main-panel > .content{
    padding-top: 30px;
}

.dataTables_length > label > div{
    width: 85px;
    padding: 0px 10px 0px 10px;
}
.access-card-image{
    width: 336px;
    height: 208px;
    margin: 20px auto;
    background-image: url( "/img/access_card.jpg") ;
    background-size: contain;
}
.form-group input[type=file]{
    z-index: 100;
}
.user-image{
    width: 96px;
    height: 116px;
    border-radius: 0px 20px 5px 5px;
    position: relative;
    top: 30px;
    left: 29px;
    object-fit: cover;
}

.btn.btn-danger.btn-link .mdi{ color: #f44336;}

.route-config-day-row {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.route-config-elements {
    width: 45%;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column
}

.route-config-direction-label{
    width: 45%;
    padding-left: 80px;
}

span.label {
    font-size: 11px;
    top: -8px;
    position: relative;
    font-weight: bold;
}

span.label-danger{
    color: red;
}

ul.menu {
    padding: 0px;
    list-style: none;
}

div.dropdown-menu.dropdown-menu-right.show{
    width: 500px;
    padding: 20px;
}

.hidden-drag-item {
    dispaly: none;
}

.highlighted-drag-item {
    background-color: beige;
}

.block-drag-item {
    background-color: gray;
}

.highlighted-item {
    background-color: beige;
}

.selectize-input{
    cursor: pointer;
}

.selectize-input > .item > .item-text{
    padding-left: 5px;
}

.selectize-control.single .selectize-input:after{
    right: 5px;
}

.nav-wizard > li:not(:last-child) > a:after{
        border-left: 26px solid #e6e6e5;
}
.nav-wizard > li > a {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    line-height: normal !important;
    height: 46px;
    
}
		 

.nav-wizard > li.active > a:after {
    border-left-color: #3c8dbc;
}
.nav-wizard > li.completed > a:after {
    border-left-color: #00a65a;
}


.weekdays{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center
}
.weekdays .checkbox{
    padding: 10px;
}
.checkbox label{ 
    text-transform: capitalize;
    padding-left: 5px;
}

.nav-tabs-custom > .nav-tabs .nav-link{
    color: #555555 !important;
    cursor: pointer;
}
.nav-tabs-custom > .nav-tabs .nav-link:hover{
    border-bottom: 0.214rem solid #e9ecef !important; 
    color: #555555 !important;
}
.nav-tabs-custom > .nav-tabs .nav-link.active{
    border-bottom: 0.214rem solid #3c8dbc !important; 
    color: #333333 !important;
}

.line {
    border-bottom: 1px solid;
    border-color: lightgray;
}

.inline {
    display: inline;
}

.small {
    font-size: 11px;
    color: gray;
}

.dashboard-card{
    min-height: 184px;
}

.highlited-link{
    color: blue !important;
}

.cohort-red {
    color: #1B1249 !important;
}

.cohort-red-bg {
    background: #1B1249;
}

.cohort-grey-bg {
    background:  #1F1F1F;
}

.pointer {
    cursor: pointer;
}

.margin2rem {
    margin: 2rem;
}

.flex{
    display: flex;
}

.no-padding {
    padding: 0px;
}
.no-margin {
    margin: 0px;
}

.login-page {
    height: 100vh;
    background-image: url("/img/cohort-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    .cohort-logo {
        width: 350px;
    }
    .card-padding {
        padding: 2rem;
    }
    .welcome-text {
        font-size: 29px;
        font-weight: 400;
    }
    .sign-in-text {
        font-size: 55px;
        font-weight: 600;
    }
    .form-label {
        color: black;
        font-size: 16px;
    }
    input {
        width: 100%;
        height: 57px;
        border-radius: 4px;
        border: 1px solid #AAAAAA;
        padding: 25px;
    }
    .flex {
        display: flex;
        justify-content: end;
    }
    .reset-password {
        padding: 0px;
        background: transparent;
        background-color: transparent;
        margin-bottom: 0px;
        font-size: 13px;
        font-weight: 600;
    }
    .submit {
        color: white;
        border-radius: 10px;
        width: 100%;
        height: 54px;
        border: none;
    }
}

.sidebar-logo {
    margin-top: 2rem;
    display: block;
    position: relative;
    z-index: 4;
}

.sidebar-logo img {
    width: 250px;
}

.sidebar-site-selector {
    z-index: 5;
    position: relative;
    margin: 2rem;
    height: 64px;
    border-radius: 0px !important;
    .item-text {
        color: white;
        font-size: 16px;
        font-weight: 600;
        line-height: 63px;;
    }
    .selectize-control.single .selectize-input {
        background: none !important;
        border-radius: 0px !important;
        border-top: 1px solid #424242 !important;
        border-bottom: 1px solid #424242 !important;
        
    }

    .selectize-control.single .selectize-input:after {
            border-color: #ffffff transparent transparent transparent !important;
    }

    .selectize-control.single .selectize-input.dropdown-active:after {
        border-color: transparent transparent #ffffff transparent !important;
    }
    .selectize-dropdown single {
        background: #5B5B5B;
    }
    .selectize-dropdown-content {
        background: #5B5B5B;
    }
    .selectize-dropdown-content .option {
        font-size: 13px;
        line-height: 24px;
        color: white;
    }
}

.menu-title {
    font-size: 14px;
    color: #646464;
    line-height: 20px;
}

.menu-text {
    font-size: 14px;
    color: #646464 ;
    line-height: 20px;
}

.sidebar .nav li a {
    padding: 10px 0px!important;
    margin: 0px !important;
    border-bottom: 1px solid #424242;
}

.sidebar .nav li:first-child > a {
    border-top: 1px solid #424242;
}

.sidebar .nav li a p {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

.sidebar[data-color="primary"] li.active > a {
    background-color: rgba(200, 200, 200, 0.2) !important;
    box-shadow: none !important;
}

.nav-icon {
    height: 20px;
    width: 19px;
    margin-right: 1rem;
}

.hey-text {
    font-size: 40px;
    line-height: 63px;
}

.welcome-text {
    font-size: 50px;
    font-weight: 700;
}

.capitalize {
    text-transform: capitalize;
}

.page-name {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}

.page-icon {
    height: 36px;
    width:36px;
}

.sign-in-btn-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}


.action-btn-red {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    width: 145px;
    height: 40px;
    color: #ffffff;
    border: none;
    border-radius: 4px;
}

.back-arrow {
    font-size: 55px;
}

.page-icon {
    filter: brightness(0) saturate(100%) invert(28%) sepia(83%) saturate(1836%) hue-rotate(341deg) brightness(92%) contrast(82%);
}

.search-bar {
    border: none;
  position: relative;
}

.search-bar-icon {
  position: absolute;
  height: 100%;
  width: 32px;
  left: 10px;
  top: 10px;
  color: #B6B6B6;
  z-index: 99;;
}

.search-bar-input {
  position: relative;
  padding: 10px 40px;
  border-radius: 8px;
  position: relative;
}

.search-bar-icon {
  position: absolute;
  height: 100%;
  width: 32px;
  left: 10px;
  top: 10px;
  color: #B6B6B6;
  z-index: 99;;
}

.search-bar-input {
  position: relative;
  padding: 10px 40px;
  border-radius: 8px;
  border: 2px solid #DFDFDF;
  width: 240px;
  height: 40px;
}

.search-bar-input::placeholder {
    color: #B6B6B6;
    weight: 400;
    
}
.sites-page, .users-page,
.items-page, .ids-page, .rules-page, .iot-setup-page {
    .card .card-header {
        display: none !important;
    }
}

.small-card, .modal-body {
    .sub-table-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        margin-right: 0.5rem;
    }
    .add-role-icon {
        padding: 1.5px 2px 0px 2px;
        border: 2px solid  #1B1249;
        border-radius: 10px;
        font-size: 16px;
    }
    .card-header {
        border-bottom: 1px solid #DFDFDF;

        p {
            margin-bottom: 0px !important;
            color: #1C2434;
        }
    }
    .card-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .form-label {
        color: #212B36;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
    }

    .block {
        display: block;
        width: 100%;
        height: 50px;
        border-radius: 4px;
        border: 2px solid #DFDFDF;
        padding: 15px 25px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        color: #000000;
    }
    .block::placeholder {
        color: #C9C9C9;
        font-weight: 400;
    }
    .block:disabled {
        background-color: #e9ecef;
        opacity: 1;
    }

    .radio-label {
        color: #1C2434;
        font-size: 16px;
        margin-left: 0.5rem;
        margin-bottom: 0px;
    }
    input[type="radio"] {
        accent-color: #1B1249;
    }

}

body {
    table {
        border: none;
        tbody tr td:last-child {
            display: flex;
            justify-content: space-between;
        }
        .iconz-color, .fa-regular, fa-solid {
            color: #9C9C9C !important;
            font-size: 18px;
        }

        .toggle-icons {
            display: flex;
            flex-direction: reverse;
            font-size: 25px !important;
        }

        .toggle-on {
            color: #03C680 !important;
        }
        .btn.btn-link:has(> i.toggle-icons) {
            min-width: 115px;
        }
        .btn.btn-link i{
            padding-right: 5px;
            color: #9C9C9C;
            font-size: 18px;
        }
    }
    
    table.table-bordered.dataTable {
        border-collapse: collapse !important;
    }
    
    thead tr th {
        background-color: #F7F7F7;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700 !important;
        color: #ADADAD;
        padding: 1rem 1rem !important;
    }

    tbody tr td button {
        display: flex;
    }

     tbody tr td i {
         order: 1;
         padding-left: 5px;
    }
     
    tbody tr td {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #828282 !important;
        padding: 1rem 1rem !important;
    }
    
    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: white !important; 
    }

    .btn.btn-link, .btn.btn-default.btn-link {
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        color: #828282 !important;
        padding: 1rem 1rem !important;
    }

    .dataTables_info {
        padding-left: 1rem;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #828282 !important;
    }
    div.dataTables_paginate ul.pagination {
        justify-content: end;
    }
    .pagination > .page-item > .page-link, .pagination > .page-item > span {
        font-weight: 500 !important;
    }
    .pagination > .page-item.active > a, .pagination > .page-item.active > a:focus, .pagination > .page-item.active > a:hover, .pagination > .page-item.active > span, .pagination > .page-item.active > span:focus, .pagination > .page-item.active > span:hover {
        background-color : #1B1249 !important;
    }

}

.edit-page-title {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    color: #1C2434;
    padding-left: 15px;
}

.navbar-nav {
    .dropdown-toggle:after {
        display: none;
    }
    .top-nav-icon , .dropdown-toggle .material-icons {
        background-color: #F4F4F4;
        padding: 0.5rem;
        border-radius: 50px;
        border: 1px solid #DFDFDF;
    }

    .top-nav-icon , .material-icons {
        color: #1F1F1F;
    }
    .dropdown-toggle span.label-danger {
        font-size: 13px;
    }
    .dropdown {
        p {
            margin-bottom: 0px;
            font-weight: 400;
        }
        .name {
            color: #212B36;
            font-size: 14px;
        }

        .role {
            color: #637381;
            font-size: 12px;
            float: right;
        }
    }
}

.controls-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

.separator {
    border: 2px solid #E1E1E1;
}

.controls-section {
    .controls-card {
	background: white;
        border-radius: 4px;
        box-shadow:0px 2px 2px 0 rgba(0,0,0,0.16);
        border-bottom: 4px solid #DDDDDD;
    }

    .controls-card:hover {
	box-shadow: 3px 3px 8px hsl(0, 0%, 80%);
        border-bottom: 4px solid #1B1249;
    }

    .controls-card-content {
	padding: 3rem;

        h2 {
            font-size: 20px;
            font-weight: 500;
            line-height: 25px;
            color: #000000;
            margin-top: 1.5rem;
        }

        img {
            height: 100px;
            width: 100px;
        }
    }

    .controls-cards {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
        cursor: pointer;
        
    }

    .controls-card {
        text-align: center;
        width: 24%;
    }
}

.modal-header {
    flex-direction: column-reverse;
    border-bottom: none;
    .modal-title {
        font-weight: 700;
        font-size: 33px;
        line-height: 45px;
        color: #000000;
        padding-left: 1rem;
        padding-right: 1rem;
    }

}
.modal-body {
    padding-right: 2rem;
    padding-left: 2rem;
}

.modal-content {
    label {
        color: #1C2434;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }
    
    .btn-primary {
        font-size: 14px;
        font-weight: 800;
        line-height: 20px;
        width: 145px;
        height: 40px;
        color: #ffffff;
        border: none;
        border-radius: 4px;
        background: #1B1249;
        text-transform: capitalize;
    }
    .btn-primary:hover{
        color: #ffffff;
        background: #1B1249;
    }
    .btn-default {
        font-size: 14px;
        font-weight: 800;
        line-height: 20px;
        width: 145px;
        height: 40px;
        color: #1B1249;
        border: none;
        border-radius: 4px;
        background: transparent;
        box-shadow: none;
        text-transform: capitalize;
    }
}

.modal-footer {
    border-top: none;
    padding-right: 2rem;
    padding-left: 2rem;
}
.input-with-icon {
    position: relative;
    width: fit-content;
}

.icon-input {
    position: relative;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ADADAD;
    width: 100%;
}

.icon-right {
    position:absolute;
    right:8px;
    top:10px;
    color: #ADADAD;
}

.select-input-block {
    width: 100%;
    border-radius: 4px;
    border: 2px solid #DFDFDF;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 18px;
    background: white;
    font-weight: 700;
    -webkit-appearance: listbox !important;

    option {
        padding: 15px 25px;
        font-size: 18px;
        background: white;
    }
    
}
.items-page, .room-types-page, .room-page, .site-modal,
.trigger-modal, .select-modal{
    .select-label {
        margin-bottom: 0px;
    }
    bmd-label-floating {
        display: none;
    }
    .card .card-body .form-group {
        margin: 0px !important;
    }
    .selectize-control.single .selectize-input, .selectize-control.single .selectize-input.input-active, .selectize-control.multi .selectize-input, .selectize-control.multi .selectize-input.input-active {
        width: 100%;
        border-radius: 4px;
        border: 2px solid #DFDFDF;
        padding: 15px 25px;
        font-size: 14px;
        line-height: 18px;
        background: white;
        font-weight: 700;
        -webkit-appearance: listbox !important;
    }

    .bmd-form-group.is-focused .selectize-control .selectize-input {
        background-image: linear-gradient(to top, #1B1249 2px, rgba(39, 118, 187, 0) 2px), linear-gradient(to top, #1B1249 1px, rgba(210, 210, 210, 0) 1px);
    }
}
.input-error-style {
    border-bottom: 2px solid #1B1249 !important;
}
.input-error-style::-webkit-input-placeholder {
    color: #1B1249 !important;
}
.text-error {
    margin: 0px !important;
    color: #6c757d !important;
    font-weight: normal;
    font-size: 0.75rem;
    
}

.p-x-none {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nav-tabs-custom > .nav-tabs .nav-link.active {
    border-bottom: 0.214rem solid #1B1249 !important;
}

.table-icon-button {
    font-size: 15px;
    font-weight: 800;
    background: transparent;
    line-height: 20px;
    height: 40px;
    min-width: 130px;
    cursor: pointer;
    color: #828282;
    border: none;
    border-radius: 4px;
    display: inline-flex; 
    align-items: center;
    .green {
        color: lightgreen;
    }
}

.treeview-menu li {
    list-style-type: none;
    width: 200px;
    left: -20px;
    position: relative;
}

.treeview-menu li a{
    color: white !important;
}
