@charset "UTF-8";

:root {
    /*--light_blue: #6353D3;*/
    --light_blue: #004aad;
    --super_light_blue: #cdc6ff;
    /*--dark_blue: #412DA8;*/
    --dark_blue: #014094;
    /*--my_orange: #febe50;*/
    --my_orange: #EF9697;
    --glow_blue: #0ADCD4;
    --my_gray: #4D4D4D;
    --my_pink: #FE5996;
    --light_pink: #ffc7dc;
    --my_red: #F75658;
    --my_green: #49995c;
    --my_dark_orange: #EE6C4D;
    --my_maroon: #D81159;
    --my_yellow: #FFCD24;
    --my_white: #FCFDFF;
    --my_shadow: -7px -7px 10px 0px #fbfbfb99, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
}

.pr {
    position: relative !important;
}

.pa {
    position: absolute !important;
}

.mb-10 {
    margin-bottom: 10px;
}

#google_translate_element {
    opacity: 1;
}

.form-check-input:checked {
    background-color: var(--light_blue);
}

.modal-title {
    font-family: Manrope;
}

/*Demo Code*/

.cleaner_menu_button {
    padding: 15px 0px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
    background-color: white;
}

    .cleaner_menu_button > span {
        margin-left: 10px;
    }

    .cleaner_menu_button.active {
        background-color: var(--light_blue);
    }

        .cleaner_menu_button.active > span {
            color: white;
        }

        .cleaner_menu_button.active > i {
            color: white;
        }

.pa_toggle.done {
    border-radius: 50px;
    height: 28px;
    border: 1px solid var(--my_green);
    background-color: var(--my_green);
    margin-inline: 5px;
    position: relative;
}

    .pa_toggle.done > span {
        display: block;
    }

    .pa_toggle.done > div {
        height: 24px;
        width: 24px;
        border-radius: 50px;
        border: 1px solid #00000030;
        position: absolute;
        top: 1px;
        background-color: white;
        left: calc(100% - 1px);
        transition: all 0.3s;
        transform: translateX(-100%);
    }

        .pa_toggle.done > div > i {
            font-size: 12px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: var(--my_green);
            pointer-events: none;
        }

/*Demo code end*/
.cheque_hold {
    position: absolute;
    right: 0;
    top: 20px;
    font-family: Manrope;
    letter-spacing: 2px;
    margin-right: -10px;
    color: var(--my_red);
    transform: rotate(-90deg);
}

.pending_badge_new {
    width: 50%;
    margin-top: 20%;
}

.check_bottom {
    box-shadow: 0px -5px 5px #00000010;
}

.cheque_status_bottom {
    font-weight: bold;
    background-color: var(--my_orange);
    margin: 0px -15px -10px -15px;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
}

.cheque_status_bottom_red {
    font-weight: bold;
    background-color: var(--my_red);
    margin: 0px -15px -10px -15px;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    font-size: 14px;
}

.check_bottom_gray {
    background-color: #00000030;
    margin-bottom: -10px;
    border-radius: 0px 0px 10px 10px;
}

.con_card_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 5px;
    border-radius: 10px;
    background-color: #00000030;
}

.dark_layer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 0.58);
    z-index: 9999999;
}

    .dark_layer > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300px;
    }

/*div {
    color: black;
}*/

/* .single_line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
} */

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

.double_line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.single_line_scroll {
    overflow-x: scroll;
    white-space: nowrap;
}

.f-b {
    font-weight: bold;
}

/*span {
    color: black;
}*/

.fa-rotate-180, .fa-rotate-90, [data-bs-toggle] i {
    transition: all 350ms ease;
}

/*Typography Settings*/
body {
    font-size: 13px;
    font-family: "Roboto", sans-serif !important;
    /* line-height: 26px !important; */
    background-color: white;
    /*margin-bottom: 60px;*/
    color: #212427 !important;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #1f1f1f;
    font-family: "Source Sans Pro", sans-serif !important;
    margin-bottom: 5px;
    letter-spacing: -0.3px;
}

.profile_card {
    position: relative;
    color: white;
    padding: 20px;
    margin: 0px 30px 0px 30px;
    border-radius: 30px;
    background-color: var(--dark_blue);
}

.blueblob {
    background-image: url(/wwwroot/images/myicons/blueblob.svg);
    background-attachment: scroll;
    background-size: cover;
}

.orangeblob {
    background-image: url(/wwwroot/images/myicons/orangeblob.svg);
    background-attachment: scroll;
    background-size: cover;
}

.orange_check {
    background-image: url(/wwwroot/images/myicons/orange_check.png);
    background-attachment: scroll;
    background-size: cover;
    background-origin: padding-box;
    background-repeat: no-repeat;
}

.ocheck {
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.blue_meteor {
    background-image: url(/wwwroot/images/myicons/bluemeteor.svg);
    background-attachment: scroll;
    background-size: cover;
}

.orangewave {
    background-image: url(/wwwroot/images/myicons/orangewave.svg);
    background-attachment: scroll;
    background-size: contain;
}

.bluewave {
    background-image: url(/wwwroot/images/myicons/bluewave.svg);
    background-attachment: scroll;
    background-size: cover;
}

.orange_bg {
    background-color: #CDC6FF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23d7d1ff' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23e1ddff' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ebe8ff' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23f5f4ff' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23FFFFFF' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23fff2dc' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23ffe5b9' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23fed896' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23fecb73' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23FEBE50' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: scroll;
    background-size: cover;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 21px;
    line-height: 25px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    line-height: 23px;
}

h5 {
    font-size: 16px;
    line-height: 22px;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

p {
    color: #6c6c6c;
    margin-bottom: 30px;
    padding-bottom: 0px;
}

/*Page Stucture Settings*/

body {
    min-height: 60vh;
}

.notch-clear {
    padding-top: calc(0px + (constant(safe-area-inset-top))*0.8) !important;
    padding-top: calc(0px + (env(safe-area-inset-top))*0.8) !important;
}

.notch-push {
    transform: translateY(-150%) !important;
    top: calc(0px + (constant(safe-area-inset-top))*0.8) !important;
    top: calc(0px + (env(safe-area-inset-top))*0.8) !important;
}

#page {
    position: relative;
}

.page-content {
    overflow-x: hidden;
    transition: all 350ms ease;
    z-index: 90;
    padding-inline: 5px;
    /*padding-bottom: 20px;*/
    min-height: 80vh;
    /*padding-bottom: calc(80px + (constant(safe-area-inset-bottom))*1.1);
    padding-bottom: calc(80px + (env(safe-area-inset-bottom))*1.1);*/
}

.content-box {
    background-color: #FFFFFF;
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}

/*My Style*/

@font-face {
    font-family: Montserrat_bold;
    src: url(fonts/webfonts/Montserrat_Bold.ttf);
}

@font-face {
    font-family: Manrope;
    /*src: url(fonts/webfonts/Nexa_Bold.otf);*/
    src: url(fonts/font/QuickSand.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Manrope;
    src: url(fonts/font/QuickSand.ttf);
    /*src: url(fonts/webfonts/Nexa_Light.otf);*/
}

@font-face {
    font-family: Manrope;
    src: url(fonts/font/Manrope.ttf);
}

.page-content {
    font-family: Manrope;
}

.pagename {
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
}

    .pagename > div {
        color: white;
    }

/*body {
    line-height: 1;
}*/

.myfooter {
    position: absolute;
}

/*Content Boxes*/

.content {
    margin: 20px 15px 20px 15px;
}

    .content p:last-child {
        margin-bottom: 0px;
    }

.content-full {
    margin: 0px;
}

.content-boxed {
    padding: 20px 15px 0px 15px;
}

/*Logos*/

.header-logo {
    background-size: 28px 28px;
    width: 50px;
}

.footer .footer-logo {
    background-size: 80px 80px;
    height: 80px !important;
    margin-bottom: 20px !important;
}

.page-content {
    /*background-color: var(--light_blue);*/
    /*background-image: linear-gradient(var(--light_blue) 25%, white 25%);*/
    background-color: var(--light_blue);
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23b4aafb' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%239d90f5' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%238879ec' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%237465e1' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%236353D3' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%235946cf' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%234e3acc' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%234833c2' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%234530b5' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23412DA8' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");*/
    background-attachment: fixed;
    background-size: cover
}

.menubars {
    width: 30px;
    display: none;
}

.menubars1 {
    width: 30px;
}

.theme-light .header .header-logo {
    background-image: url(../images/preload-logo.png);
}

.theme-dark .header .header-logo {
    background-image: url(../images/preload-logo.png);
}

.theme-light .footer .footer-logo {
    background-image: url(../images/preload-logo.png);
}

.theme-dark .footer .footer-logo {
    background-image: url(../images/preload-logo.png);
}

/*--Header---*/

.header-title span {
    font-family: "Source Sans Pro", sans-serif;
}

.footer-title span {
    font-family: "Source Sans Pro", sans-serif;
}

.header-logo {
    color: rgba(0, 0, 0, 0) !important;
}

    .header-logo span {
        display: none;
        display: none;
    }

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    height: calc(50px + (constant(safe-area-inset-top))*0.8) !important;
    height: calc(50px + (env(safe-area-inset-top))*0.8) !important;
    z-index: 99;
    transition: all 350ms ease;
    background-color: #FFF;
    border-bottom: solid 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}

    .header .header-title {
        position: absolute;
        height: 50px;
        line-height: 50px;
        margin-top: calc((constant(safe-area-inset-top))*0.8) !important;
        margin-top: calc((env(safe-area-inset-top))*0.8) !important;
        font-size: 14px;
        color: #000;
        font-weight: 600;
        z-index: 1;
        font-family: "Source Sans Pro", sans-serif;
    }

    .header .header-logo {
        background-repeat: no-repeat;
        background-position: center center;
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 50%;
        margin-top: calc((constant(safe-area-inset-top))*0.8) !important;
        margin-top: calc((env(safe-area-inset-top))*0.8) !important;
    }

    .header .header-icon {
        position: absolute;
        height: 50px;
        width: 45px;
        text-align: center;
        line-height: 49px;
        font-size: 12px;
        color: #1f1f1f;
        border: none;
        -webkit-appearance: none;
        appearance: none;
        background-color: rgba(0, 0, 0, 0) !important;
    }

.header-clear-small .dropdown-menu {
    z-index: 99;
}

.topusericon, .topusericon1 {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.card-container {
    background-color: white;
    border-radius: 15px;
    position: fixed;
    padding: 10px 10px 100px 10px;
    margin-top: 40px;
    max-height: 100%;
    overflow-y: scroll;
}

.card-container-new {
    background-color: white;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 10px 10px 10px;
    max-height: 100%;
    min-height: calc(100vh - 40px);
    background-color: white;
    overflow-y: scroll;
}

#footer-bar::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 100%;
    background-color: transparent;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 50px 0px var(--light_blue);
    z-index: 10;
}

.my-footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
}

@keyframes cardfadein {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.item-card {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 15px;
    opacity: 0;
    transform-origin:top;
    animation: cardfadein 0.5s ease-in-out;
    animation-fill-mode:forwards;
    border: 1px solid #00000010;
    box-shadow: -7px -7px 10px 0px #fbfbfb99, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
}

    .item-card:nth-child(2) {
        animation-delay: 0.1s;
    }

    .item-card:nth-child(3) {
        animation-delay: 0.2s;
    }

    .item-card:nth-child(4) {
        animation-delay: 0.3s;
    }

    .item-card:nth-child(5) {
        animation-delay: 0.4s;
    }

    .item-card:nth-child(6) {
        animation-delay: 0.5s;
    }

    .item-card:nth-child(7) {
        animation-delay: 0.6s;
    }

    .item-card:nth-child(8) {
        animation-delay: 0.7s;
    }

    .item-card:nth-child(9) {
        animation-delay: 0.8s;
    }

    .item-card:nth-child(10) {
        animation-delay: 0.9s;
    }

    .item-card:nth-child(11) {
        animation-delay: 1s;
    }

    .item-card.show {
        opacity: 1;
    }

.dash-card {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 15px;
    opacity: 1;
    border: 1px solid #00000010;
    box-shadow: var(--my_shadow);
    /*box-shadow: -7px -7px 10px 0px #fbfbfb99, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;*/
}

    .dash-card.flat {
        box-shadow: none;
    }

.dash-card-tenant {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 15px;
    opacity: 0;
}

.dash-card-job {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 15px;
    opacity: 0;
}

.dash-card-prop {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 15px;
    opacity: 0;
}

.dash-card-unit {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 15px;
    opacity: 0;
}

.cardicons {
    width: 10px;
    margin-right: 5px;
}

.card-profile-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.my_flag-icon {
    width: 30px;
    margin-left: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px;
}

.my_flag {
    border-radius: 50px;
    object-fit: cover;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.status-icon {
    width: 20px;
}

.header-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    z-index: 99;
    transition: all 350ms ease;
}

    .header-nav .header-title {
        position: absolute;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #000;
        font-weight: 600;
        z-index: 1;
        font-family: "Source Sans Pro", sans-serif;
    }

    .header-nav .header-logo {
        background-repeat: no-repeat;
        background-position: center center;
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 50%;
    }

    .header-nav .header-icon {
        position: absolute;
        height: 50px;
        width: 45px;
        text-align: center;
        line-height: 49px;
        font-size: 12px;
        color: #1f1f1f;
        border: none;
        -webkit-appearance: none;
        appearance: none;
        background-color: rgba(0, 0, 0, 0) !important;
    }

.footer .footer-logo {
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 50%;
}

.header-auto-show {
    opacity: 0;
    transition: all 350ms ease;
}

.header-active {
    opacity: 1;
    transition: all 350ms ease;
}

.header-always-show .header {
    margin-top: 0px !important;
}

.header-static {
    position: relative !important;
}

.header-transparent {
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    border: none !important;
}

.header-clear {
    padding-top: 50px;
    padding-top: calc(50px + (constant(safe-area-inset-top))*0.8) !important;
    padding-top: calc(50px + (env(safe-area-inset-top))*0.8) !important;
}

.header-clear-small {
    padding-top: 20px;
    padding-top: calc(20px + (constant(safe-area-inset-top))*0.8) !important;
    padding-top: calc(00px + (env(safe-area-inset-top))*0.8) !important;
}

.header-clear-medium {
    padding-top: 70px;
    padding-top: calc(70px + (constant(safe-area-inset-top))*0.8) !important;
    padding-top: calc(70px + (env(safe-area-inset-top))*0.8) !important;
}

.header-clear-large {
    padding-top: 85px;
    padding-top: calc(85px + (constant(safe-area-inset-top))*0.8) !important;
    padding-top: calc(85px + (env(safe-area-inset-top))*0.8) !important;
}

.header-icon {
    margin-top: calc((constant(safe-area-inset-top))*0.8) !important;
    margin-top: calc((env(safe-area-inset-top))*0.8) !important;
}

    .header-icon .badge {
        position: absolute;
        margin-left: -5px;
        color: #FFF !important;
        width: 16px;
        text-align: center;
        line-height: 16px;
        padding: 0px;
        padding-left: 1px !important;
        border-radius: 18px;
        margin-top: 7px;
        font-size: 11px;
    }

.header-transparent-light {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none !important;
}

    .header-transparent-light a {
        color: #FFF;
    }

.header-transparent-dark {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none !important;
}

    .header-transparent-dark a {
        color: #000;
    }

.header-logo-center .header-icon-1 {
    left: 0px;
}

.header-logo-center .header-icon-2 {
    left: 45px;
}

.header-logo-center .header-icon-3 {
    right: 45px;
}

.header-logo-center .header-icon-4 {
    right: 0px;
}

.header-logo-center .header-title {
    width: 150px;
    left: 50%;
    margin-left: -75px;
    text-align: center;
}

.header-logo-center .header-logo {
    background-position: center center;
    width: 150px !important;
    left: 50%;
    margin-left: -75px;
    text-align: center;
}

.header-logo-left .header-icon-1 {
    right: 0px;
}

.header-logo-left .header-icon-2 {
    right: 45px;
}

.header-logo-left .header-icon-3 {
    right: 90px;
}

.header-logo-left .header-icon-4 {
    right: 135px;
}

.header-logo-left .header-logo {
    left: 0px !important;
    margin-left: 0px !important;
}

.header-logo-left .header-title {
    left: 15px !important;
    margin-left: 0px !important;
}

.header-logo-right .header-icon-1 {
    left: 0px;
}

.header-logo-right .header-icon-2 {
    left: 45px;
}

.header-logo-right .header-icon-3 {
    left: 90px;
}

.header-logo-right .header-icon-4 {
    left: 135px;
}

.header-logo-right .header-logo {
    left: auto !important;
    right: 20px !important;
    margin-left: 0px !important;
}

.header-logo-right .header-title {
    left: auto !important;
    right: 20px !important;
    margin-left: 0px !important;
}

.header-logo-app .header-icon-1 {
    left: 3px;
}

.header-logo-app .header-icon-2 {
    right: 2px;
}

.header-logo-app .header-icon-3 {
    right: 45px;
}

.header-logo-app .header-icon-4 {
    right: 90px;
}

.header-logo-app .header-logo {
    left: 0px !important;
    margin-left: 40px !important;
}

.header-logo-app .header-title {
    left: 0px !important;
    margin-left: 55px !important;
}

.footer-logo span {
    display: none;
}

.header-demo {
    z-index: 98 !important;
    position: relative;
}
/*-Footer Menu-*/

#footer-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98;
    background-color: rgba(249, 249, 249, 0.98);
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
    min-height: 40px;
    min-height: calc(50px + (constant(safe-area-inset-bottom))*1.1);
    min-height: calc(50px + (env(safe-area-inset-bottom))*1.1);
    display: flex;
    text-align: center;
    transition: all 350ms ease;
}

    #footer-bar a {
        color: #1f1f1f;
        padding-top: 12px;
        position: relative;
        flex: 1 1 auto;
    }

        #footer-bar a span {
            position: relative;
            z-index: 2;
            display: block;
            font-size: 10px;
            font-weight: 500;
            margin-top: -6px;
            opacity: 0.7;
            font-family: "Roboto", sans-serif !important;
        }

        #footer-bar a i {
            font-size: 18px;
            position: relative;
            z-index: 2;
        }

    #footer-bar .badge {
        font-style: normal;
        z-index: 5;
        top: 0px;
        position: absolute;
        margin-left: 3px;
        color: #FFF !important;
        width: 18px;
        text-align: center;
        line-height: 18px;
        padding: 0px;
        padding-left: 0px !important;
        border-radius: 18px;
        margin-top: 7px;
        font-size: 11px;
    }

.footer-bar-2 .active-nav {
    color: #FFF !important;
}

    .footer-bar-2 .active-nav strong {
        position: absolute;
        width: 80px;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
        bottom: 0px;
    }

.footer-bar-4 .active-nav {
    color: #FFF !important;
}

    .footer-bar-4 .active-nav strong {
        position: absolute;
        width: 47px;
        height: 47px;
        border-radius: 60px;
        left: 50%;
        top: 30px;
        transform: translate(-50%, -50%);
        bottom: 0px;
    }

.footer-bar-4 span {
    display: none !important;
}

.footer-bar-4 i {
    padding-top: 10px;
}

.footer-bar-5 .active-nav strong {
    position: absolute;
    width: 50px;
    height: 2px;
    border-radius: 60px;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.footer-bar-3 span {
    display: none !important;
}

.footer-bar-3 .active-nav {
    padding-top: 11px !important;
}

    .footer-bar-3 .active-nav span {
        display: block !important;
    }

.footer-bar-3 a {
    padding-top: 18px !important;
}

.footer-menu-hidden {
    transition: all 100ms ease;
    transform: translateY(100%) !important;
}

.footer-bar-white * {
    color: #FFF;
}

#footer-bar.position-relative {
    z-index: 2 !important;
}

.is-ios #footer-bar {
    height: calc(65px + (constant(safe-area-inset-bottom))*1.1);
    height: calc(65px + (env(safe-area-inset-bottom))*1.1);
}

.is-not-ios .footer-menu-clear {
    height: 70px;
    display: block;
}

.is-not-ios .footer {
    padding-bottom: 0px;
}

.is-not-ios #footer-menu a i {
    padding-top: 13px;
}

.is-not-ios #footer-menu a span {
    opacity: 0.6;
}
/*Sticky 4.1 Scrolling Footer Bar*/

.footer-bar-scroll {
    display: block !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

    .footer-bar-scroll a {
        display: inline-block;
        width: 19.5%;
    }

    .footer-bar-scroll.footer-bar-4 .active-nav strong {
        margin-top: 1px;
    }

    .footer-bar-scroll.footer-bar-4 .badge {
        margin-left: -8px !important;
        margin-top: 14px !important;
    }

    .footer-bar-scroll.footer-bar-3 .badge {
        margin-left: -7px !important;
        margin-top: 0px !important;
    }

    .footer-bar-scroll.footer-bar-3 i {
        transform: translateY(-10px);
    }

    .footer-bar-scroll.footer-bar-3 .active-nav i {
        transform: translateY(0px);
    }
/*Menus & Action Sheets & Modals*/

#menu-settings {
    overflow: hidden;
}
/*--Menu System---*/

.menu-title h1 {
    font-size: 23px;
    font-weight: 700;
    padding: 20px 0px 3px 20px;
}

.menu-title p {
    font-size: 11px;
    margin: -15px 0px 10px 20px;
    padding: 0px 0px 0px 0px;
}

.menu-title a {
    font-size: 20px;
    color: #dc3545;
    position: absolute;
    text-align: center;
    width: 55px;
    line-height: 85px;
    right: 0px;
    top: 0px;
}

.menu-bg {
    background-color: #f0f0f0;
}

.menu-hider {
    position: fixed;
    top: -100px;
    bottom: -100px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: all 350ms ease;
}

.menu {
    display: none;
    position: fixed;
    background-color: #FFF;
    z-index: 101;
    overflow: scroll;
    transition: all 350ms ease;
    -webkit-overflow-scrolling: touch;
}

    .menu .content {
        margin-bottom: 0px !important;
    }

.menu-box-left {
    left: 0px;
    top: 0px !important;
    top: constant(safe-area-inset-top) !important;
    top: env(safe-area-inset-top) !important;
    width: 250px;
    height: 100%;
    bottom: 0px;
    box-shadow: 0 15px 25px 1px rgba(0, 0, 0, 0.1);
    /* transform: translate3d(-100%, 0, 0); */
}

.menu-box-right {
    right: 0px;
    transform: translateX(100%);
    top: 0px !important;
    top: constant(safe-area-inset-top) !important;
    top: env(safe-area-inset-top) !important;
    height: 100%;
    bottom: 0px;
    box-shadow: 0 15px 25px 1px rgba(0, 0, 0, 0.1);
    width: 250px;
}

.menu-box-top {
    transform: translate3d(0, -115%, 0);
    top: 0px;
    left: 0px;
    right: 0px;
    height: auto;
}

.att_map {
    border: 0;
    border-radius: 10px;
    transform-origin: 50% 100%;
}

.menu-box-bottom {
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    transform: translate3d(0, 150%, 0);
}

.menu-box-modal {
    top: 50%;
    left: 50%;
    width: 330px;
    max-height: 480px;
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
    pointer-events: none;
    transition: all 350ms ease;
}

.menu-box-modal-full {
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
}

.menu-box-detached, .menu-box-modal {
    border-radius: 15px;
}

.menu-box-top.menu-box-detached {
    top: 10px;
    left: 10px;
    right: 10px;
}

.menu-box-bottom.menu-box-detached {
    bottom: 20px;
    left: 10px;
    right: 10px;
}

.menu-box-left.menu-active {
    transform: translate3d(0%, 0, 0) !important;
}

.menu-box-right.menu-active {
    transform: translate3d(0%, 0, 0) !important;
}

.menu-box-top.menu-active {
    transform: translate3d(0%, 0, 0) !important;
}

.is-on-homescreen .menu-box-top.menu-active {
    transform: translate3d(0%, 40px, 0) !important;
}

.menu-box-bottom.menu-active {
    transform: translate3d(0%, 0, 0) !important;
}

.menu-box-modal.menu-active {
    transition: all 350ms ease;
    pointer-events: all !important;
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1, 1);
}

.menu-box-modal.menu-box-modal-full {
    max-height: 100%;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transform: translate(0%, 0%);
}

.menu-hider.menu-active {
    transition: all 350ms ease;
    opacity: 1;
    pointer-events: all;
}

    .menu-hider.menu-active.menu-active-clear {
        background-color: rgba(0, 0, 0, 0) !important;
    }

.menu-box-left[data-menu-effect=menu-reveal] {
    opacity: 0;
    pointer-events: none;
    transform: translate(0px) !important;
    z-index: 96;
}

.menu-box-right[data-menu-effect=menu-reveal] {
    opacity: 0;
    pointer-events: none;
    transform: translate(0px) !important;
    z-index: 96;
}

.menu-active.menu {
    opacity: 1 !important;
    transition: all 350ms ease;
    pointer-events: all !important;
}
/*Menu Update*/

#menu-update {
    background-color: #FFF;
    position: fixed;
    z-index: 9999;
    width: 310px;
    height: 430px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    border-radius: 10px;
    transition: all 350ms ease;
}

.menu-active {
    opacity: 1 !important;
}

.menu-active-no-click {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: all !important;
}

#menu-install-pwa-ios {
    overflow: visible !important;
}

.fa-ios-arrow {
    transform: translateY(4px);
}

.theme-light .fa-ios-arrow {
    color: #FFF !important;
}
/*Sticky Utility / Secondary Classes*/
/*Rounded Borders*/

.rounded-0 {
    border-radius: 0px !important;
}

.rounded-xs {
    border-radius: 5px !important;
}

.rounded-s {
    border-radius: 8px !important;
}

.rounded-sm {
    border-radius: 10px !important;
}

.rounded-m {
    border-radius: 15px !important;
}

.rounded-l {
    border-radius: 30px !important;
}

.rounded-xl {
    border-radius: 50px !important;
}
/*Shadows*/

.shadow-none {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-0 {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-xs {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) !important;
}

.shadow-s {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-m {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}

.shadow-l {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}

.shadow-xl {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08) !important;
}
/*Shadows*/

.border-xxs {
    border: solid 1px !important;
}

.border-xs {
    border: solid 2px !important;
}

.border-s {
    border: solid 3px !important;
}

.border-m {
    border: solid 4px !important;
}

.border-l {
    border: solid 5px !important;
}

.border-xl {
    border: solid 6px !important;
}

.border-xxl {
    border: solid 7px !important;
}
/*Line Height Control*/

.line-height-xs {
    line-height: 14px !important;
}

.line-height-s {
    line-height: 17px !important;
}

.line-height-m {
    line-height: 24px !important;
}

.line-height-l {
    line-height: 26px !important;
}

.line-height-xl {
    line-height: 37px !important;
}
/*Text Shadow*/

.text-shadow-s {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.text-shadow-l {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
/*Boxed Text*/

.boxed-text-xl, .boxed-text-l, .boxed-text-m, .boxed-text-s {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.boxed-text-xl {
    width: 90%;
    max-width: 340px;
}

.boxed-text-l {
    width: 85%;
    max-width: 300px;
}

.boxed-text-m {
    width: 80%;
    max-width: 300px;
}

.boxed-text-s {
    width: 70%;
    max-width: 260px;
}
/*Font Weights*/

.font-200 {
    font-weight: 200;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}
/*Opacity Values - Used for Contrasting Text, example opacity-30 will make the opacity 0.3*/

.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-85 {
    opacity: 0.85 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}
/*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

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

.font-15 {
    font-size: 15px !important;
}

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

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-37 {
    font-size: 37px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-39 {
    font-size: 39px !important;
}

.font-40 {
    font-size: 40px !important;
}
/*Scaling Animation*/

@keyframes scale-animation {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.05, 1.05);
    }

    0% {
        transform: scale(1, 1);
    }
}

.scale-box {
    animation: scale-animation 1.5s;
    animation-iteration-count: infinite;
}

@keyframes scale-icon {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    0% {
        transform: scale(1, 1);
    }
}

.scale-icon {
    animation: scale-icon 1.5s;
    animation-iteration-count: infinite;
}
/*Control Classes*/

::-webkit-scrollbar {
    display: none;
}

img.mx-auto {
    display: block;
}

.disabled {
    display: none !important;
}

.no-click {
    pointer-events: none !important;
}

.no-outline {
    outline: none !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}
/*Prealoder*/

#preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    transition: all 200ms ease;
}

    #preloader .spinner-border {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
    }

.preloader-hide {
    opacity: 0;
    pointer-events: none;
    transition: all 150ms ease !important;
}

.theme-light #preloader {
    background-color: #FFF;
}

.theme-dark #preloader {
    background-color: #0f1117;
}
/*Buttons*/

.btn {
    transition: all 350ms ease;
}

    .btn:hover {
        opacity: 0.9;
    }

.btn-full {
    display: block;
}

.btn-xxs, .btn-xs, .btn-s, .btn-sm, .btn-m, .btn-l {
    font-size: 12px !important;
}

.btn-xxs {
    padding: 6px 10px !important;
}

.btn-xs {
    padding: 7px 14px !important;
}

.btn-s {
    padding: 8px 18px !important;
}

.btn-sm {
    padding: 10px 18px !important;
}

.btn-m {
    padding: 12px 20px !important;
}

.btn-l {
    padding: 14px 26px !important;
}

.btn-xl {
    padding: 15px 30px !important;
    font-size: 15px !important;
}

.btn-xxl {
    padding: 17px 34px !important;
    font-size: 17px !important;
}

.btn-uppercase {
    text-transform: uppercase;
}

.btn-center-xs {
    width: 100px;
    margin: 0 auto;
    display: block;
}

.btn-center-s {
    width: 120px;
    margin: 0 auto;
    display: block;
}

.btn-center-m {
    width: 160px;
    margin: 0 auto;
    display: block;
}

.btn-center-l {
    width: 220px;
    margin: 0 auto;
    display: block;
}

.btn-center-xl {
    width: 250px;
    margin: 0 auto;
    display: block;
}

.btn.bg-highlight {
    color: #FFF;
}

.btn-3d {
    transition: all 150ms ease;
    border: none;
    border-bottom: solid 4px;
}

    .btn-3d:hover {
        border-width: 2px !important;
    }

.btn:focus {
    outline: none !important;
}

.btn-margins {
    margin-left: 17px;
    margin-right: 17px;
    margin-bottom: 30px;
}

.under-slider-btn {
    z-index: 50;
    position: relative;
    margin-top: -20px;
}

.under-btn {
    z-index: 50;
    position: relative;
    margin-top: -20px !important;
}

.btn-icon:hover {
    color: #FFF;
}

.btn-icon {
    padding-left: 50px !important;
    overflow: hidden;
    position: relative;
}

    .btn-icon i {
        position: absolute;
        left: 0px;
        top: 0px;
        line-height: 43px;
        width: 40px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
    }

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
/*Icons*/

.icon:hover {
    color: #FFF;
}

.icon {
    display: inline-block;
    position: relative;
    text-align: center;
}

.icon-xxs i {
    width: 32px;
    line-height: 32px;
    font-size: 13px;
}

.icon-xs i {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
}

.icon-s i {
    width: 40px;
    line-height: 40px;
    font-size: 15px;
}

.icon-m i {
    width: 45px;
    line-height: 45px;
    font-size: 16px;
}

.icon-l i {
    width: 51px;
    line-height: 51px;
    font-size: 17px;
}

.icon-xl i {
    width: 55px;
    line-height: 55px;
    font-size: 18px;
}

.icon-xxl i {
    width: 60px;
    line-height: 60px;
    font-size: 19px;
}

.icon-center {
    display: block;
    margin: 0 auto;
}
/*Accordion Settings*/

.accordion * {
    outline: 0 !important;
    box-shadow: 0px !important;
    box-shadow: none !important;
}

.accordion .btn:first-child {
    width: 100%;
}

.accordion .card {
    transition: all 0ms ease !important;
}

.accordion button {
    transition: all 0ms ease !important;
}

.accordion [data-card-height] button {
    width: 100%;
}

.btn.accordion-btn {
    text-align: left !important;
    padding: 15px 17px;
    font-size: 13px;
    font-weight: 700;
}

.accordion-icon {
    float: right;
    transition: all 250ms ease;
    margin-top: 5px;
}
/*Offline Detector*/

.offline-message {
    position: fixed;
    transform: translateY(-200%);
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    transition: all 350ms ease;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    line-height: 55px;
}

.online-message {
    position: fixed;
    transform: translateY(-200%);
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    transition: all 350ms ease;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    line-height: 55px;
}

.is-on-homescreen .offline-message {
    padding-top: 30px !important;
}

.is-on-homescreen .online-message {
    padding-top: 30px !important;
}

.offline-message-active {
    transform: translateY(0%);
}

.online-message-active {
    transform: translateY(0%);
}
/*---Added to Home---*/

.add-to-home-visible {
    opacity: 1 !important;
    pointer-events: all !important;
}

.add-to-home {
    position: fixed;
    background-color: #000;
    z-index: 99;
    left: 15px;
    right: 15px;
    border-radius: 10px;
    height: 80px;
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease;
}

    .add-to-home .close-add-to-home {
        pointer-events: none;
    }

    .add-to-home h1 {
        position: absolute;
        padding-left: 75px;
        padding-top: 8px;
        color: #FFF;
        font-size: 13px;
    }

    .add-to-home p {
        color: #ced4da;
        position: absolute;
        font-size: 11px;
        padding-right: 20px;
        padding-left: 75px;
        padding-top: 35px;
        line-height: 14px;
    }

    .add-to-home img {
        width: 45px;
        margin-top: 17px;
        margin-left: 15px;
    }

.add-to-home-ios {
    bottom: 25px;
}

    .add-to-home-ios i {
        width: 40px;
        text-align: center;
        position: absolute;
        font-size: 30px;
        left: 50%;
        bottom: -18px !important;
        margin-left: -21px;
        transform: rotate(180deg);
        color: #000;
        display: block;
    }

    .add-to-home-ios .close-add-to-home {
        position: absolute;
        right: 13px;
        top: 13px;
        transform: scale(0.5, 0.5);
    }

.add-to-home-android {
    top: 20px;
}

    .add-to-home-android i {
        width: 40px;
        text-align: center;
        position: absolute;
        top: -18px;
        right: 15px;
        font-size: 30px;
        margin-left: -20px;
        color: #000;
        display: block;
    }

    .add-to-home-android .close-add-to-home {
        position: absolute;
        right: 5px;
        top: 20px;
        transform: scale(0.5, 0.5);
    }
/*Ads*/

.ad-300x50 {
    margin: 0 auto;
    width: 300px;
    height: 50px;
}

.ad-300x250 {
    margin: 0 auto;
    width: 300px;
    height: 250px;
}

.ad-300x50-fixed {
    left: 50%;
    margin-left: -150px;
    bottom: 60px;
    bottom: calc(65px + (constant(safe-area-inset-bottom))*1.1) !important;
    bottom: calc(65px + (env(safe-area-inset-bottom))*1.1) !important;
    position: fixed;
    z-index: 90;
}

.ad-time-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    border: solid 2px;
    border-radius: 30px;
}
/*Scroll Fixed Ads*/

.scroll-ad-visible {
    transform: translateY(0%) !important;
}

.is-on-homescreen .scroll-ad {
    bottom: 110px;
}

.scroll-ad {
    position: fixed;
    bottom: 75px;
    left: 10px;
    right: 10px;
    background-color: #FFF;
    z-index: 93;
    height: 80px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    transform: translateY(150%);
    transition: all 350ms ease;
}

    .scroll-ad img {
        width: 60px;
        position: absolute;
        margin: 10px;
        border-radius: 10px;
    }

    .scroll-ad h1 {
        display: block;
        font-size: 18px;
        padding: 7px 0px 0px 80px;
        margin-bottom: -3px;
    }

    .scroll-ad em {
        padding: 0px 85px 0px 80px;
        font-style: normal;
        font-size: 11px;
        opacity: 0.7;
        display: block;
        line-height: 15px;
    }

    .scroll-ad a {
        width: 60px;
        font-size: 9px;
        right: 15px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        position: absolute;
        top: 50%;
        border-radius: 5px;
        transform: translateY(-50%);
    }

.alert h4 {
    padding-left: 47px;
    margin-bottom: -5px;
}

.alert button {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
}

    .alert button span {
        background-color: transparent;
    }

    .alert button:active {
        box-shadow: none !important;
        border: none !important;
        outline: none !important;
    }

    .alert button:focus {
        box-shadow: none !important;
        border: none !important;
        outline: none !important;
    }

.alert span {
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    width: 47px;
}

    .alert span i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.alert strong {
    padding-left: 47px;
    font-weight: 400;
}
/*Notifications*/

.notification {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 101;
    border-radius: 10px;
    opacity: 0.98;
    transform: translateY(-120%);
    transition: all 250ms ease;
}

    .notification .notification-icon {
        padding: 5px 5px;
        display: block;
        background-color: #343a40;
    }

        .notification .notification-icon i:first-child {
            margin: 0px 5px 0px 10px;
            font-size: 10px;
        }

        .notification .notification-icon i:last-child {
            position: absolute;
            right: 0px;
            line-height: 30px;
            width: 40px;
            text-align: center;
        }

        .notification .notification-icon em {
            font-size: 11px;
            text-transform: uppercase;
            font-style: normal;
        }

    .notification h1 {
        margin: 10px 15px -7px 15px;
    }

    .notification p {
        line-height: 15px;
        margin: 5px 15px 18px 15px;
        color: #FFF;
    }

    .notification.show {
        transform: translateY(0%) !important;
    }

.is-ios.is-on-homescreen .notification.show {
    transform: translateY(30px) !important;
}

.white_block {
    border-radius: 10px;
    padding: 10px 10px 0px 10px;
    margin: 10px 5px 20px 5px;
}

.notification-android {
    left: 0px;
    right: 0px;
    top: 5px;
    border-radius: 0px 0px 15px 15px;
}

    .notification-android i {
        position: absolute;
        top: 50%;
        transform: translateY(-55%);
        width: 35px;
        margin-left: 15px;
        line-height: 35px;
        border-radius: 35px;
        text-align: center;
        font-size: 13px;
    }

    .notification-android h1 {
        padding-left: 55px;
    }

    .notification-android p {
        padding-right: 60px;
        padding-left: 55px;
        font-size: 12px;
    }

    .notification-android strong {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 10px;
        font-weight: 400;
        font-style: normal;
    }

    .notification-android .notification-buttons {
        width: 100%;
        margin-left: 70px;
        padding-top: 5px;
        border-top: solid 1px rgba(255, 255, 255, 0.1);
    }

        .notification-android .notification-buttons i {
            opacity: 0.6;
            font-size: 11px;
            position: relative;
            float: left;
            margin: 0px 10px 0px 0px;
            width: auto;
            transform: translateY(-22px);
        }

    .notification-android a {
        font-size: 11px;
        color: #FFF;
        text-transform: uppercase;
        text-align: left;
        font-weight: 500;
    }

.notification-material {
    left: 0px;
    right: 0px;
    top: 0px;
    border-radius: 0px;
}

    .notification-material strong {
        font-size: 10px;
        font-weight: 400;
    }

    .notification-material em {
        text-transform: none !important;
    }

    .notification-material .notification-icon {
        background-color: rgba(0, 0, 0, 0) !important;
        margin-bottom: -15px;
    }

    .notification-material img {
        position: absolute;
        width: 50px;
        border-radius: 50px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .notification-material p {
        padding-right: 50px;
    }
/*Back to Top*/

.content .back-to-top-badge {
    transform: translate(0, 0) !important;
    width: 130px;
    margin: 10px auto 20px auto !important;
    left: auto;
    bottom: auto;
    display: block;
    position: relative !important;
}

.content .back-to-top-icon {
    transform: scale(1, 1) translate(0, 0px) !important;
    margin: 0px auto 30px auto;
    right: auto;
    bottom: auto;
    display: block;
    position: relative !important;
}

.back-to-top-badge {
    position: fixed;
    z-index: 90;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 70px);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 35px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    transition: all 350ms ease;
}

    .back-to-top-badge i {
        padding: 0px 10px 0px 0px;
    }

.back-to-top-icon {
    position: fixed;
    z-index: 9999;
    bottom: 70px;
    right: 15px;
    display: inline-block;
    width: 35px;
    line-height: 35px;
    border-radius: 35px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    transform: scale(0, 0);
    transition: all 350ms ease;
}

    .back-to-top-icon span {
        display: none;
    }

.back-to-top-badge.back-to-top-visible {
    transform: translate(-50%, 0px);
}

.back-to-top-icon.back-to-top-visible {
    transform: scale(1, 1);
}

.back-to-top-icon-square {
    border-radius: 0px;
}

.back-to-top-icon-round {
    border-radius: 5px;
}

.back-to-top-icon-circle {
    border-radius: 40px;
}
/*Extending Cards Features*/
/* .row {
  margin-bottom: 30px;
} */

.card {
    -webkit-transform: translate3d(0, 0, 0);
    background-size: cover;
    border: 0px !important;
    max-height: 150000px;
    margin-bottom: 30px;
    background-position: center center !important;
}

.cover-slider .card {
    margin-bottom: 0px !important;
}

[data-card-height=cover].card {
    margin-bottom: 0px !important;
}

.card-style {
    overflow: hidden;
    margin: 0px 16px 30px 16px;
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

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

    .card-style .card-overlay {
        border-radius: 15px;
    }

.card-body {
    z-index: 2;
}

.card-header {
    z-index: 2;
}

.card-footer {
    z-index: 2;
}

.card-top {
    z-index: 2;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
}

.card-bottom {
    z-index: 2;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.card-center {
    z-index: 2;
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.card-overlay {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
}

.cheque_select_mark {
    color: var(--my_green);
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.cheques {
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #00000030;
    position: relative;
    transition: all 0.3s;
}

.contracts {
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #00000030;
    position: relative;
    transition: all 0.3s;
}

.contract_date {
    font-size: 12px;
}

.contract_small_title {
    color: var(--dark_blue);
    font-size: 12px;
}

    .contract_small_title.head {
        font-size: 16px;
    }

.contract_no {
    font-size: 18px;
}

.contract_rent {
    color: var(--my_green);
}

.cheques.active {
    box-shadow: 0px 0px 10px #00000050;
}

.term_reason {
    max-height: 0px;
    overflow-y: hidden;
    padding-bottom: 0rem;
    padding-top: 0rem;
    transition: all 0.3s;
}

.mydate {
    border-radius: 40px;
}

.term_reason.open {
    max-height: 1000px;
    overflow-y: hidden;
    padding-bottom: 1rem;
    padding-top: 0.25rem;
}

.reason {
    padding: 5px 10px 5px 10px;
    border-radius: 40px;
    border: 1px solid #00000050;
    font-weight: bold;
    font-family: Manrope;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5px;
    transition: all 0.3s;
}

    .reason.active {
        background-color: var(--light_blue);
        box-shadow: 0px 0px 10px #00000030;
    }

        .reason.active > span {
            color: white;
        }

.contracts.active {
    box-shadow: 0px 0px 10px #00000050;
}

.cheque_status_success {
    width: 100%;
    background-color: var(--my_green);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border-radius: 0px 0px 10px 10px;
    padding: 5px 0px 5px 0px;
}

.cheque_status {
    width: 100%;
    background-color: var(--my_red);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border-radius: 0px 0px 10px 10px;
    padding: 5px 0px 5px 0px;
}

.card .img-fluid {
    width: 100% !important;
}

.check_list_title {
    pointer-events: none;
    color: var(--my_green);
    font-size: 10px;
    font-weight: bold
}

.check_list_value {
    pointer-events: none;
    font-size: 10px;
    font-weight: bold;
}


.card-image {
    display: block;
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

    .card-image img {
        transition: all 450ms ease;
    }

.card-overflow {
    overflow: visible !important;
    z-index: 20;
}

[data-card-height] p {
    padding-bottom: 0px;
}
/*Card Effects*/

.card-scale-image {
    transform: scale(1.05, 1.05) !important;
}

.card-rotate-image {
    transform: rotate(5deg) scale(1.2, 1.2) !important;
}

.card-grayscale-image {
    filter: grayscale(100%);
}

.card-blur-image {
    filter: blur(5px);
}

.card-hide-image {
    opacity: 0 !important;
}

.card-hide div {
    transition: all 350ms ease;
}

.card-hide * {
    transition: all 350ms ease;
}

.polaroid-effect {
    background-color: #FFF;
    padding: 5px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.card-scale * {
    transition: all 350ms ease;
}

.card-rotate * {
    transition: all 350ms ease;
}

.card-grayscale * {
    transition: all 350ms ease;
}

.card-blur * {
    transition: all 350ms ease;
}

.card-overlay {
    background-position: center center;
    background-size: cover !important;
}

.card-overlay-infinite {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 2000px;
    height: 100%;
    z-index: 0;
    animation: infiniteBG 600s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: cover;
    background-repeat: repeat;
    background-position: left bottom;
    transform: translateX(0px);
}

@keyframes infiniteBG {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-1400px);
    }

    100% {
        transform: translateX(0px);
    }
}

.over-card {
    z-index: 10;
    position: relative;
    overflow: visible !important;
}

.under-slider {
    z-index: 2;
    position: relative;
    padding-top: 100px;
    transform: translateY(-120px);
    margin-bottom: -100px;
}

.over-slider, .slider-over {
    z-index: 5;
    position: relative !important;
}
/*Shadow Cards - Added in Sticky 4.5*/
/*Shadow Backgrounds*/

.shadow-bg:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
}

.shadow-bg {
    background-size: cover;
    position: relative;
    z-index: 10;
    overflow: visible !important;
}

.shadow-bg-xs::after {
    transform: scale(0.75) translateY(5px) translateZ(0px);
    filter: blur(8px);
}

.shadow-bg-s::after {
    transform: scale(0.8) translateY(5px) translateZ(0px);
    filter: blur(12px);
}

.shadow-bg-m::after {
    transform: scale(0.85) translateY(7px) translateZ(0px);
    filter: blur(12px);
}

.shadow-bg-l::after {
    transform: scale(0.95) translateY(10px) translateZ(0px);
    filter: blur(12px);
}

.theme-dark .shadow-card:after {
    opacity: 0.12 !important;
}

.theme-dark #footer-bar .circle-nav-2::before, .theme-dark .shadow-bg:after {
    opacity: 0.5 !important;
}
/*Shadow Cards*/

.shadow-card .card-top, .shadow-card .card-center, .shadow-card .card-bottom {
    z-index: 2;
}

.shadow-card .card-overlay {
    z-index: 1;
}

.shadow-card::before {
    background-image: inherit;
    content: "";
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-size: cover;
    z-index: 0;
}

.shadow-card::after {
    transform: scale(0.95) translateY(10px) translateZ(-36px);
    filter: blur(12px);
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-color: inherit;
    z-index: -1;
}

.shadow-card {
    z-index: 5;
    overflow: visible;
}

    .shadow-card .card-overlay {
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
    }

.shadow-card-s::after {
    transform: scale(0.8) translateY(15px) translateZ(-26px);
    filter: blur(12px);
}

.shadow-card-m::after {
    transform: scale(0.85) translateY(15px) translateZ(-36px);
    filter: blur(12px);
}

.shadow-card-l::after {
    transform: scale(0.95) translateY(15px) translateZ(-46px);
    filter: blur(12px);
}

.theme-light .shadow-card:after {
    opacity: 0.8;
}

.theme-dark .shadow-card:after {
    opacity: 0.3;
}
/*Chips*/

.chip {
    display: inline-block;
    margin: 0px 10px 15px 0px;
    border-radius: 30px;
    padding-right: 15px;
}

    .chip * {
        font-size: 12px;
    }

    .chip span {
        line-height: 29px;
    }

    .chip i {
        width: 30px;
        line-height: 30px;
        border-radius: 30px;
        display: inline-block;
        text-align: center;
        margin-right: 5px;
    }

    .chip img {
        display: inline;
        margin-right: 9px;
        border-radius: 30px;
        width: 31px;
        line-height: 31px;
    }

.chip-small {
    transform: scale(1, 1);
}

.chip-medium {
    transform: scale(1.05, 1.05);
}

.chip-large {
    transform: scale(1.15, 1.15);
}
/*Dividers*/

.divider {
    height: 1px;
    display: block;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.divider-margins {
    margin: 0px 17px 30px 17px;
}

.divider-icon {
    height: 1px;
    display: block;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

    .divider-icon i {
        position: absolute;
        width: 50px;
        background-color: #f0f0f0;
        text-align: center;
        margin-top: -8px;
        left: 50%;
        transform: translateX(-50%);
    }

.content-boxed .divider-icon i {
    background-color: #f0f0f0;
}

.divider-small {
    height: 2px;
    width: 80px;
    margin: auto;
}
/*Custom Switches*/

.custom-control * {
    cursor: pointer;
    user-select: none !important;
}

.switch-is-unchecked {
    display: none;
}

.switch-is-checked {
    display: block;
}

.scale-switch {
    transform: scale(0.9, 0.9);
}

.small-switch {
    transform: scale(0.8, 0.8);
}

.menu .custom-control {
    margin-top: -42px !important;
}
/*iOS Switcher*/

.ios-switch {
    margin-right: -32px;
    margin-top: 12px !important;
    position: relative;
    padding-left: 10px;
}

    .ios-switch label::before {
        content: "";
        display: block !important;
        background-color: #e8e9ea;
        pointer-events: all;
        margin-top: -5px;
        margin-left: -1px;
        width: 58px !important;
        height: 32px !important;
        border-radius: 50px !important;
        transition: all 250ms ease;
    }

    .ios-switch label::after {
        content: "";
        display: block !important;
        margin-top: -31px;
        z-index: 6;
        width: 30px !important;
        height: 30px !important;
        transition: all 250ms ease;
        border-radius: 50px !important;
        background-color: #FFF;
        border: solid 1px rgba(152, 152, 152, 0.4);
        transition: all 250ms ease;
    }

    .ios-switch input {
        display: none;
    }

.ios-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(26px) !important;
}

.ios-input:checked ~ .custom-control-label::before {
    background-color: #8CC152 !important;
}

.ios-switch-icon label::before {
    background-color: #DA4453 !important;
}

.ios-switch-icon i {
    line-height: 32px;
    pointer-events: none;
    z-index: 5;
    position: absolute;
    left: 20px;
    margin-top: -5px !important;
}

    .ios-switch-icon i:last-child {
        z-index: 5;
        position: absolute;
        margin-left: 26px;
    }

.ios-switch-icon span {
    font-size: 9px;
    font-weight: 700;
    color: #FFF;
    line-height: 32px;
    pointer-events: none;
    z-index: 5;
    position: absolute;
    margin-top: -5px !important;
    left: 19px;
}

    .ios-switch-icon span:last-child {
        z-index: 5;
        position: absolute;
        margin-left: 24px;
    }
/*Android Switcher*/

.android-switch {
    padding-left: 10px;
    margin-right: -32px;
}

    .android-switch label::before {
        display: block !important;
        content: "";
        pointer-events: all;
        margin-top: 5px;
        margin-left: -2px;
        width: 53px !important;
        height: 17px !important;
        border-radius: 50px !important;
        background-color: #AAB2BD;
        transition: all 250ms ease;
    }

    .android-switch label::after {
        display: block !important;
        content: "";
        border: solid 1px rgba(0, 0, 0, 0.1) !important;
        margin-top: -22px;
        margin-left: -3px;
        width: 28px !important;
        height: 28px !important;
        background-color: #FFF !important;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2) !important;
        border-radius: 50px !important;
        transition: all 250ms ease;
    }

    .android-switch input {
        display: none !important;
    }

.android-input {
    transform: translateY(1px) !important;
}

    .android-input:checked ~ .custom-control-label::after {
        background-color: #458be3 !important;
        border: none !important;
        -webkit-transform: translateX(30px) !important;
    }

    .android-input:checked ~ .custom-control-label::before {
        background-color: #458be3 !important;
    }

[data-activate] {
    cursor: pointer;
    display: block;
    width: 100%;
}
/*Classic Switcher*/

.classic-switch input {
    display: none;
}

.classic-switch label::before {
    pointer-events: all;
    width: 40px !important;
    height: 40px !important;
    transform: translateX(11px);
    margin-top: -10px;
    border: none;
    background-color: rgba(0, 0, 0, 0) !important;
}

.classic-switch i {
    pointer-events: none;
    transition: all 250ms ease;
}

.classic-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(26px) !important;
}

.classic-input:checked ~ .fa-plus {
    color: #DA4453 !important;
    transform: rotate(45deg);
    transition: all 250ms ease;
}

.classic-input:checked ~ .fa-angle-down {
    color: #DA4453 !important;
    transform: rotate(180deg);
    transition: all 250ms ease;
}

.classic-input:checked ~ .fa-circle {
    color: #DA4453 !important;
    transform: scale(1.3, 1.3);
    transition: all 250ms ease;
}
/*---Checkboxes & Radios---*/

.icon-check {
    margin-left: -30px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    width: auto;
    display: block;
}

    .icon-check input {
        position: absolute !important;
        transform: translateX(-10000px);
    }

        .icon-check input:checked ~ .icon-check-1 {
            opacity: 0 !important;
            display: none !important;
        }

        .icon-check input:checked ~ .icon-check-2 {
            display: block;
        }

    .icon-check .fa-check-circle {
        display: none;
    }

    .icon-check i {
        width: 20px;
        text-align: center;
        pointer-events: none;
        position: absolute;
        left: 30px;
        top: 1px;
        height: 24px;
        line-height: 24px;
    }

    .icon-check label {
        cursor: pointer;
        font-size: 13px;
        padding: 0px 15px 0px 40px;
    }

    .icon-check .icon-check-2 {
        display: none;
    }
/*Font Awesome Default*/

.fac {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    vertical-align: middle;
    font-size: 14px;
}

    .fac label {
        margin: 0em 1em 0em 0em;
        padding-left: 1.5em;
        cursor: pointer;
        font-weight: inherit;
    }

    .fac > input + label:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        margin-top: 0.5px;
        transition: opacity 150ms ease-in-out;
    }

    .fac > input:checked + label:before {
        opacity: 1;
    }

    .fac > span::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        margin-top: 0.5px;
    }

    .fac input {
        display: none;
    }

.checkboxes-demo .fac {
    display: block;
}

.fac-checkbox > input + label:before {
    opacity: 0;
}

.fac-checkbox > input:checked + label:before {
    opacity: 1;
}

.fac-checkbox > span::after {
    content: "";
    opacity: 1;
}

.fac-checkbox > input[type=checkbox] + label:before {
    content: "";
    color: #FFF !important;
    font-size: 10px !important;
    padding-left: 2px;
}

.fac-checkbox-round > input + label:before {
    opacity: 0;
}

.fac-checkbox-round > span::after {
    content: "";
}

.fac-checkbox-round > input[type=checkbox] + label:before {
    content: "";
    color: #FFF !important;
    font-size: 8px !important;
    padding-left: 3px;
}

.fac-radio > input + label:before {
    opacity: 0;
}

.fac-radio > input:checked + label:before {
    opacity: 1;
}

.fac-radio > span::after {
    content: "";
}

.fac-radio > input[type=radio] + label:before {
    content: "";
    color: #FFF !important;
    font-size: 10px !important;
    padding-left: 2px;
}

.fac-checkbox-o > input + label:before {
    opacity: 0;
}

.fac-checkbox-o > input:checked + label:before {
    opacity: 1;
}

.fac-checkbox-round-o > input + label:before {
    opacity: 0;
}

.fac-checkbox-round-o > input:checked + label:before {
    opacity: 1;
}

.fac-default > input + label:before {
    color: #adb5bd;
}

.fac-default > span::after {
    color: #adb5bd;
}

.fac-var(--light_blue) > input + label:before {
    color: #0d6efd;
}

.fac-var(--light_blue) > span::after {
    color: #0d6efd;
}

.fac-green > input + label:before {
    color: #198754;
}

.fac-green > span::after {
    color: #198754;
}

.fac-orange > input + label:before {
    color: #ffc107;
}

.fac-orange > span::after {
    color: #ffc107;
}

.fac-red > input + label:before {
    color: #dc3545;
}

.fac-red > span::after {
    color: #dc3545;
}

.fac-radio-full > span::after {
    content: "";
    font-size: 12px !important;
}

.fac-radio-full > input[type=radio] + label:before {
    content: "\c";
}
/*Interests Checks*/

.theme-dark .interest-check label {
    background-color: #070707 !important;
}

.interest-check {
    margin-left: -20px;
    margin-right: 10px;
    margin-bottom: 35px;
    height: 25px;
    cursor: pointer;
    position: relative;
    width: auto;
    display: inline-block;
}

    .interest-check input {
        position: absolute !important;
        transform: translateX(-150524px);
    }

        .interest-check input:checked ~ .fa {
            display: block !important;
        }

            .interest-check input:checked ~ .fa:last-child {
                display: none !important;
            }

        .interest-check input:checked ~ .fab:last-child {
            display: none !important;
        }

        .interest-check input:checked ~ .fas:last-child {
            display: none !important;
        }

        .interest-check input:checked ~ .far:last-child {
            display: none !important;
        }

    .interest-check .fa-check-circle {
        display: none;
    }

    .interest-check i {
        width: 20px;
        text-align: center;
        pointer-events: none;
        position: absolute;
        left: 30px;
        top: 0px;
        height: 46px;
        line-height: 46px;
    }

    .interest-check label {
        cursor: pointer;
        font-weight: 500;
        font-size: 13px;
        font-family: "Source Sans Pro", sans-serif;
        padding: 10px 15px 10px 40px;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09), 0 5px 15px 0 rgba(0, 0, 0, 0.02) !important;
    }

input[type=range] {
    -webkit-appearance: none;
    height: 20px;
    width: 100%;
    outline: none;
}

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background: #F26B5E;
        position: relative;
        z-index: 3;
    }

        input[type=range]::-webkit-slider-thumb:after {
            content: " ";
            height: 10px;
            position: absolute;
            z-index: 1;
            right: 20px;
            top: 5px;
            background: #ff5b32;
            background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);
        }
/*File Upload*/

.upload-file {
    text-indent: -999px;
    outline: none;
    width: 100%;
    height: 45px;
    color: rgba(0, 0, 0, 0) !important;
}

.upload-file-text {
    pointer-events: none;
    margin-top: -36px !important;
    text-align: center;
    color: #FFF;
    height: 10px;
    text-transform: uppercase;
    font-weight: 900;
}

.file-data input[type=file] {
    font-size: 0px !important;
}

input {
    font-size: 12px;
}

    input::placeholder {
        font-size: 12px !important;
    }

    input:focus {
        outline: none;
    }

select:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

button:focus {
    outline: none;
}

.tooltip {
    font-size: 13px;
}

code {
    font-size: 11px;
    line-height: 22px;
}

.stepper {
    width: 102px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

    .stepper:after {
        content: "";
        display: table;
        clear: both;
    }

    .stepper input {
        height: 33px;
        width: 33px;
        float: left;
        border: none !important;
        text-align: center;
        display: block;
        line-height: 33px;
        font-size: 11px !important;
        background-color: transparent;
    }

        .stepper input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .stepper input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .stepper a {
        text-align: center;
        width: 33px;
        height: 33px;
        line-height: 33px;
        font-size: 9px;
    }

        .stepper a:first-child {
            float: left;
            border-right: solid 1px rgba(0, 0, 0, 0.1);
        }

        .stepper a:last-child {
            float: right;
            border-left: solid 1px rgba(0, 0, 0, 0.1);
        }

.btn, input, select {
    box-shadow: none !important;
    outline: 0px !important;
}

    input:hover, input:focus, input:active, select:hover, select:focus, select:active, select option, textarea:hover, textarea:focus, textarea:active, .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
        outline: none;
        box-shadow: none !important;
        -webkit-appearance: none !important;
    }

.theme-light input, select, textarea {
    border-color: rgba(0, 0, 0, 0.08) !important;
}

.input-style {
    position: relative;
    margin-bottom: 15px !important;
}

    .input-style input, .input-style select, .input-style textarea {
        font-size: 12px;
        width: 100%;
        line-height: 45px;
        height: 45px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-left-width: 0px;
        padding: 0px;
        border-radius: 0px;
    }

        .input-style select, .input-style select option, .input-style select option:disabled {
            -webkit-appearance: none !important;
            -moz-appearance: none !important;
            appearance: none !important;
        }

    .input-style label {
        opacity: 0;
        left: 0px !important;
        transform: translateX(30px);
        position: absolute;
        top: -12px;
        height: 10px;
        font-size: 10px;
        transition: all 150ms ease;
        background-color: #FFF;
    }

.input-style-active label {
    opacity: 1;
    transform: none !important;
}

.input-style.has-icon i:first-child {
    position: absolute;
    top: 50%;
    width: 10px;
    text-align: center;
    margin-top: -8px;
}

.input-style.has-icon.has-borders i:first-child {
    position: absolute;
    top: 50%;
    width: 10px;
    padding-left: 15px !important;
    text-align: center;
    margin-top: -7px;
}

.input-style.has-icon.has-borders input, .input-style.has-icon.has-borders select, .input-style.has-icon.has-borders textarea {
    padding-left: 35px !important;
}

.input-style.has-icon input, .input-style.has-icon select, .input-style.has-icon textarea {
    padding-left: 25px;
}

.input-style input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0.3;
}

.input-style textarea {
    line-height: 20px !important;
    padding-top: 15px !important;
    transition: all 250ms ease !important;
}

.input-style select {
    color: inherit;
}

.input-style input[type=date] {
    color: inherit;
    width: calc(100vw - 64px);
    display: block;
    appearance: none;
    -webkit-appearance: none;
    padding-top: 2px;
}

.input-style em, .input-style span, .input-style .valid, .input-style .invalid {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 5px;
    pointer-events: none;
}

.input-style em, .input-style span {
    margin-top: -12px;
    font-size: 10px;
    font-style: normal;
    opacity: 0.3;
}

.input-style.has-borders input, .input-style.has-borders select, .input-style.has-borders textarea {
    height: 53px;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    border-top-width: 1px !important;
    padding-left: 13px !important;
    padding-right: 10px !important;
    border-radius: 10px !important;
}

.input-style.has-borders .valid, .input-style.has-borders .invalid, .input-style.has-borders span, .input-style.has-borders em {
    margin-right: 10px;
}

.input-style.input-style-active label {
    left: 4px !important;
    transform: translateX(-14px) !important;
    position: absolute;
    padding: 0px 8px !important;
    height: 23px;
    font-size: 12px;
    transition: all 250ms ease;
    background-color: #FFF;
}

.input-style.has-borders.input-style-active label {
    margin-left: 14px !important;
}

.input-style textarea:focus {
    height: 150px;
    transition: all 250ms ease !important;
}

.input-style.no-borders.input-style-always-active label {
    opacity: 1;
    left: 6px !important;
    transform: translateX(-14px) !important;
    margin-left: 0px !important;
    position: absolute;
    padding: 0px 8px !important;
    height: 23px;
    font-size: 12px;
    transition: all 250ms ease;
    background-color: #FFF;
}

.input-style.has-borders.input-style-always-active label {
    opacity: 1;
    left: 23px !important;
    transform: translateX(-14px) !important;
    margin-left: 0px !important;
    position: absolute;
    padding: 0px 5px !important;
    height: 23px;
    font-size: 12px;
    transition: all 250ms ease;
    background-color: #FFF;
}
/*Remove Number Arrows*/

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-transparent * {
    color: #FFF !important;
    background-color: transparent !important;
}

.input-transparent.no-borders input {
    border-bottom-width: 1px !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}
/*Range Sliders*/

.ios-slider {
    height: 40px !important;
    background: linear-gradient(to right, #5D9CEC 0%, #5D9CEC 100%);
    background-size: 100% 3px;
    background-position: center;
    background-repeat: no-repeat;
}

    .ios-slider::-webkit-slider-thumb {
        background-color: #FFF !important;
        border: solid 1px rgba(0, 0, 0, 0.1);
        border-radius: 30px;
        height: 25px !important;
        width: 25px !important;
        box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
    }

.material-slider {
    height: 40px !important;
    background: linear-gradient(to right, #CCD1D9 0%, #CCD1D9 100%);
    background-size: 100% 18px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 3px 0px 3px;
}

    .material-slider::-webkit-slider-thumb {
        background-color: #1f1f1f !important;
        border: solid 1px rgba(0, 0, 0, 0.1);
        height: 10px !important;
        width: 30px !important;
    }

.classic-slider {
    height: 20px !important;
    background-color: #FFF;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 30px !important;
    background-size: 100% 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 3px 0px 3px;
    -webkit-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}

    .classic-slider::-webkit-slider-thumb {
        background-color: #0d6efd !important;
        border: solid 1px rgba(0, 0, 0, 0);
        height: 16px !important;
        border-radius: 20px;
        width: 16px !important;
        box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
    }

.range-slider-icons {
    padding: 0px 30px 0px 30px;
}

.range-slider.range-slider-icons i {
    position: absolute;
    top: 0px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.range-slider {
    position: relative;
}

    .range-slider .fa-range-icon-1 {
        left: 0px;
    }

    .range-slider .fa-range-icon-2 {
        right: 0px;
    }
/*List Groups*/

.list-custom-small {
    line-height: 50px;
}

    .list-custom-small .badge {
        position: absolute;
        right: 15px;
        margin-top: 16px !important;
        font-size: 9px;
        padding: 5px 8px 5px 8px;
        font-weight: 700;
    }

    .list-custom-small a {
        color: #1f1f1f;
        font-weight: 500;
        font-size: 13px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    }

        .list-custom-small a i:first-child {
            margin-left: 0px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin-top: 10px;
            text-align: center;
            float: left;
            margin-right: 10px;
        }

        .list-custom-small a i:last-child {
            float: right;
            font-size: 10px;
            opacity: 0.5;
        }

    .list-custom-small i {
        line-height: 50px;
    }

    .list-custom-small .custom-control {
        z-index: 10;
        position: absolute;
        right: 40px;
        margin-top: -38px !important;
    }

        .list-custom-small .custom-control input {
            transform: translateY(-5px) !important;
        }

.menu .list-custom-small a i:first-child {
    margin-left: 6px;
}

.list-custom-large a {
    line-height: 70px;
    color: #1f1f1f;
    font-weight: 500;
    font-size: 13px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

    .list-custom-large a span:not(.badge) {
        font-size: 14px;
        position: absolute;
        margin-top: -6px;
    }

    .list-custom-large a strong {
        font-size: 7px;
        position: absolute;
        font-size: 11px;
        margin-top: 10px;
        color: #adb5bd;
        font-weight: 500;
    }

    .list-custom-large a i:first-child {
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin-top: 21px;
        text-align: center;
        float: left;
        margin-right: 15px;
    }

    .list-custom-large a i:last-child {
        float: right;
        font-size: 10px;
    }

.list-custom-large .badge {
    position: absolute;
    right: 10px;
    margin-top: 30px;
    font-size: 9px;
    padding: 5px 8px 5px 8px;
    font-weight: 700;
}

.list-custom-large i {
    line-height: 74px;
}

.list-custom-large .custom-control {
    z-index: 10;
    position: absolute;
    right: 40px;
    margin-top: 22px;
}

    .list-custom-large .custom-control input {
        transform: translateY(-12px) !important;
    }

.list-boxes a {
    line-height: 60px;
    margin-bottom: 10px;
    color: #1f1f1f;
    font-weight: 500;
    font-size: 13px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

    .list-boxes a span:not(.badge) {
        padding-left: 10px;
        font-size: 14px;
        position: absolute;
        margin-top: -4px;
    }

    .list-boxes a strong {
        padding-left: 10px;
        font-size: 7px;
        position: absolute;
        font-size: 11px;
        margin-top: 10px;
        color: #6c757d;
        font-weight: 500;
    }

    .list-boxes a i:first-child {
        width: 40px;
        float: left;
        padding-left: 15px;
    }

    .list-boxes a i:last-child {
        float: right;
        font-size: 16px;
        margin-top: -5px;
        margin-right: 15px;
    }

    .list-boxes a u {
        position: absolute;
        right: 0px;
        margin-right: 9px;
        width: 60px;
        font-size: 7px;
        text-align: center;
        margin-top: 13px;
        text-decoration: none;
    }

.list-boxes .badge {
    position: absolute;
    right: 10px;
    margin-top: 30px;
    font-size: 9px;
    padding: 5px 8px 5px 8px;
    font-weight: 700;
}

.list-boxes i {
    line-height: 64px;
}

.short-border {
    margin-left: 45px;
}

    .short-border i:first-child {
        margin-left: -45px;
        margin-top: 23px;
    }

.list-group .badge {
    z-index: 2;
}

.list-icon-0 a i:first-child {
    margin-left: -3px !important;
}

.icon-list {
    margin-left: 0px;
    padding-left: 0px;
}

    .icon-list li {
        list-style: none;
    }

        .icon-list li i {
            padding-right: 10px;
        }
/*Badge Text in Lists*/

.badge-text {
    margin-top: 13px !important;
    transform: translateY(-3px);
    padding-right: 20px !important;
}
/*List Groups*/

.check-visited .visited-link i:last-child::before {
    opacity: 0;
}

.check-visited .visited-link i:last-child::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 13px;
    font-size: 16px;
    margin-top: 0.5px;
    content: "";
    opacity: 1;
    color: #A0D468;
}

.list-custom-small {
    line-height: 50px;
}
/*Pricing*/

.pricing-1 {
    max-width: 280px;
    margin: 0 auto 30px auto;
    border: solid 1px rgba(0, 0, 0, 0.05);
    padding: 20px 0px 30px 0px;
}

    .pricing-1 * {
        list-style: none;
    }

    .pricing-1 .pricing-icon {
        font-size: 50px;
    }

    .pricing-1 .pricing-title {
        font-size: 32px;
        padding: 20px 0px 0px 0px;
    }

    .pricing-1 .pricing-value {
        font-size: 40px;
        font-weight: 300;
        padding: 20px 0px 0px 0px;
    }

        .pricing-1 .pricing-value sup {
            font-size: 12px;
            top: -18px;
        }

            .pricing-1 .pricing-value sup:first-child {
                padding-right: 5px;
                top: -13px;
                font-size: 20px;
            }

    .pricing-1 .pricing-subtitle {
        opacity: 0.6;
        font-size: 11px;
        line-height: 18px;
        font-weight: 300;
        padding: 0px 0px 10px 0px;
    }

    .pricing-1 .pricing-list {
        padding: 0px;
    }

        .pricing-1 .pricing-list li {
            line-height: 40px;
            border-bottom: solid 1px rgba(0, 0, 0, 0.05);
            font-size: 14px;
            font-weight: 500;
        }

            .pricing-1 .pricing-list li:last-child {
                border-bottom: none;
                margin-bottom: -20px;
            }

.pricing-2 {
    max-width: 280px;
    margin: 0 auto 30px auto;
    border: solid 1px rgba(0, 0, 0, 0.05);
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}

    .pricing-2 * {
        list-style: none;
    }

    .pricing-2 .pricing-icon {
        font-size: 50px;
        padding: 10px 0px 10px 0px;
    }

    .pricing-2 .pricing-title {
        font-size: 25px;
        padding: 15px 0px 15px 0px;
        margin: -10px 0px 20px 0px;
    }

    .pricing-2 .pricing-overtitle {
        font-size: 25px;
        padding: 15px 0px 15px 0px;
        margin: -10px 0px 0px 0px;
    }

    .pricing-2 .pricing-value {
        font-size: 43px;
        padding: 15px 0px 0px 0px;
    }

        .pricing-2 .pricing-value sup {
            font-size: 12px;
            top: -18px;
        }

            .pricing-2 .pricing-value sup:first-child {
                padding-right: 5px;
                top: -13px;
                font-size: 20px;
            }

    .pricing-2 .pricing-subtitle {
        font-size: 11px;
        line-height: 18px;
        font-weight: 400;
        padding: 0px 0px 0px 0px;
    }

    .pricing-2 .pricing-list {
        padding: 0px;
    }

        .pricing-2 .pricing-list li {
            line-height: 40px;
            border-bottom: solid 1px rgba(0, 0, 0, 0.04);
            font-size: 14px;
            font-weight: 500;
        }

            .pricing-2 .pricing-list li:last-child {
                border-bottom: none;
            }

.pricing-3 {
    max-width: 280px;
    margin: 0 auto 30px auto;
    border: solid 1px rgba(0, 0, 0, 0.05);
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}

    .pricing-3 * {
        list-style: none;
    }

    .pricing-3 .btn {
        max-width: 90%;
        margin: -10px auto 10px auto;
    }

    .pricing-3 .pricing-icon {
        font-size: 50px;
    }

    .pricing-3 .pricing-title {
        font-size: 28px;
        padding: 30px 0px 0px 20px;
    }

    .pricing-3 .pricing-value {
        text-align: center;
        font-size: 40px;
        font-weight: 300;
        padding: 20px 0px 20px 0px;
    }

        .pricing-3 .pricing-value sup {
            font-size: 12px;
            top: -18px;
        }

            .pricing-3 .pricing-value sup:first-child {
                padding-right: 5px;
                top: -13px;
                font-size: 20px;
            }

    .pricing-3 .pricing-subtitle {
        opacity: 0.6;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        padding: 0px 0px 30px 20px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    }

    .pricing-3 .pricing-list {
        padding: 0px;
    }

        .pricing-3 .pricing-list i {
            padding-right: 20px;
            width: 30px;
        }

        .pricing-3 .pricing-list li {
            line-height: 50px;
            border-bottom: solid 1px rgba(0, 0, 0, 0.05);
            font-size: 14px;
            font-weight: 500;
            padding: 0px 0px 0px 20px;
        }

.pricing-4 {
    max-width: 280px;
    margin: 0 auto 30px auto;
    border: solid 1px rgba(0, 0, 0, 0.05);
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}

    .pricing-4 * {
        list-style: none;
    }

    .pricing-4 .pricing-title {
        font-size: 18px;
        padding: 15px 0px 15px 0px;
        margin: 0px 0px 0px 0px;
    }

    .pricing-4 .pricing-value {
        font-size: 43px;
        padding: 30px 0px 20px 0px;
    }

        .pricing-4 .pricing-value sup {
            font-size: 12px;
            top: -18px;
        }

            .pricing-4 .pricing-value sup:first-child {
                padding-right: 5px;
                top: -13px;
                font-size: 20px;
            }

    .pricing-4 .pricing-subtitle {
        font-size: 11px;
        line-height: 18px;
        font-weight: 400;
        padding: 0px 0px 20px 0px;
        margin-top: -10px;
    }

    .pricing-4 .pricing-list {
        padding: 0px;
        margin-bottom: 20px;
    }

        .pricing-4 .pricing-list li {
            line-height: 40px;
            border-bottom: solid 1px rgba(0, 0, 0, 0.05);
            font-size: 14px;
            font-weight: 500;
        }

            .pricing-4 .pricing-list li:last-child {
                border-bottom: none;
            }

.pricing-single {
    max-width: 280px;
    margin: 0 auto;
}

.pricing-double-1 {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.pricing-double-2 {
    width: 48%;
    float: left;
}

.pricing-list {
    list-style: none !important;
}

    .pricing-list ul {
        list-style: none !important;
    }

    .pricing-list li {
        list-style: none !important;
    }
/*Toasts*/

.toast-tiny {
    width: 150px;
    z-index: 90;
    position: fixed;
    left: 50%;
    line-height: 35px;
    padding: 0px 20px;
    color: #FFF;
    transition: all 200ms ease;
    max-width: auto !important;
    font-size: 12px;
    border-radius: 60px;
    border: 0px !important;
}

.toast-bottom {
    bottom: 60px;
    bottom: calc(65px + (constant(safe-area-inset-bottom))*1.1) !important;
    bottom: calc(65px + (env(safe-area-inset-bottom))*1.1) !important;
    transform: translate(-50%, 60px);
}

    .toast-bottom.toast-tiny.show {
        transform: translate(-50%, 0px);
    }

.toast-top {
    top: 60px;
    top: calc(65px + (constant(safe-area-inset-bottom))*1.1) !important;
    top: calc(65px + (env(safe-area-inset-bottom))*1.1) !important;
    transform: translate(-50%, -60px);
}

    .toast-top.toast-tiny.show {
        transform: translate(-50%, 0px);
    }
/*Snackbars*/

.snackbar-toast {
    bottom: 70px !important;
    bottom: calc(70px + (constant(safe-area-inset-bottom))*1.1) !important;
    bottom: calc(70px + (env(safe-area-inset-bottom))*1.1) !important;
    position: fixed;
    left: 10px !important;
    right: 10px !important;
    padding: 0px 18px;
    line-height: 50px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 95;
    transform: translateY(100px);
    transition: all 350ms ease;
}

    .snackbar-toast.show {
        transform: translateY(0px);
    }
/*Pagination*/

.pagination {
    margin-bottom: 30px;
}

    .pagination .page-link {
        padding: 10px 14px;
    }

    .pagination .page-item {
        margin-right: 5px;
        margin-left: 5px;
    }

.page-item.active a {
    color: #FFF !important;
}
/*Search*/

.search-results {
    overflow: scroll;
}

.disabled-search-list {
    position: relative;
    max-height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden;
}

.dropdown_options {
    position: absolute;
    top: 50px;
    box-shadow: 0px 0px 10px #00000030;
    margin: 10px 10px 10px 0px;
    background-color: white;
    padding: 10px;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    white-space: nowrap;
    z-index: 100;
}

.drop_op {
    margin-bottom: 5px;
}

.disabled-search {
    display: none;
}

.search-box {
    line-height: 50px;
    border: solid 1px rgba(0, 0, 0, 0.08);
}

    .search-box input {
        outline: none !important;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        padding-left: 40px;
        line-height: 45px;
    }

    .search-box .fa-search {
        position: absolute;
        left: 0px;
        line-height: 52px;
        padding: 0px 15px 0px 30px;
    }

    .search-box a {
        position: absolute;
        right: 15px;
        font-size: 14px;
        line-height: 52px;
        width: 45px;
        text-align: center;
    }

    .search-box input.bg-white {
        color: #000 !important;
    }

.search-color input {
    color: #FFF;
}

    .search-color input::placeholder {
        color: #FFF;
    }

.search-color i {
    color: #FFF !important;
    z-index: 10;
}

.search-icon-list {
    padding-left: 10px;
    padding-top: 10px;
}

    .search-icon-list a {
        color: #1f1f1f;
        line-height: 35px;
    }

        .search-icon-list a i {
            padding-right: 10px;
        }

.search-page .search-result-list {
    position: relative;
    min-height: 80px;
    margin-bottom: 20px;
}

.search-page .search-results img {
    width: 80px;
    position: absolute;
    border-radius: 10px;
}

.search-page .search-results h1 {
    font-size: 15px;
    font-weight: 600;
    padding-left: 100px;
    margin-bottom: 0px;
}

.search-page .search-results p {
    font-size: 12px;
    line-height: 20px;
    padding-left: 100px;
    padding-right: 80px;
}

.search-page .search-results a {
    position: absolute;
    right: 0px;
    height: 30px;
    line-height: 31px;
    padding: 0px 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    border-radius: 10px;
}
/*Tabs*/

.tab-controls {
    display: flex;
}

    .tab-controls a {
        font-family: "Source Sans Pro", sans-serif;
        color: #1f1f1f;
        background-color: #FFF;
        width: 100%;
        text-align: center;
        border-right: solid 0px !important;
        border: solid 1px rgba(0, 0, 0, 0.07);
        align-self: center;
        margin: 0 auto;
    }

        .tab-controls a:last-child {
            border-right: solid 1px rgba(0, 0, 0, 0.07) !important;
        }

.tabs-small {
    line-height: 35px;
}

.tabs-medium {
    line-height: 40px;
}

.tabs-large {
    line-height: 45px;
}

.tabs-rounded a:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tabs-rounded a:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*Working Hours*/

.working-hours {
    border-radius: 5px;
}

    .working-hours p {
        padding-top: 34px;
        padding-bottom: 15px !important;
        line-height: 0px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: -8px !important;
        width: 33.3%;
        float: left;
        margin-bottom: 10px;
        display: inline-block;
    }

        .working-hours p:nth-child(2) {
            text-align: center;
        }

        .working-hours p:last-child {
            text-align: right;
        }

    .working-hours::after {
        content: "";
        clear: both;
        display: table;
    }
/*Responsive Videos and iframes*/

.max-iframe {
    max-height: 200px !important;
    height: 300px !important;
    padding-bottom: 0px !important;
    margin: 0 auto;
}

.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .responsive-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .responsive-iframe object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .responsive-iframe embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
/*--Footer--*/

.footer {
    padding: 20px 30px 10px 30px;
    margin-bottom: 0px !important;
    z-index: 11;
}

    .footer strong {
        font-size: 10px;
        display: block;
        text-align: center;
        font-weight: 700;
        margin-top: 0px;
        text-transform: uppercase;
    }

        .footer strong i {
            padding: 0px 5px;
        }

    .footer .footer-text {
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        padding: 5px 10px 0px 10px;
    }

    .footer .footer-copyright {
        border-top: solid 1px rgba(0, 0, 0, 0.05);
    }

    .footer .footer-links {
        border-top: solid 1px rgba(0, 0, 0, 0.05);
        padding-top: 13px;
        display: block;
        text-align: center;
        font-size: 10px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .footer .footer-links a {
            padding: 40px 5px 1px 5px;
        }

    .footer .footer-title {
        color: #1f1f1f;
        width: 100%;
        font-size: 28px;
        text-align: center;
        font-weight: 900;
        font-family: "Source Sans Pro", sans-serif;
    }

    .footer .footer-logo {
        position: relative;
        width: 100%;
        left: auto;
        margin: 0 auto;
        color: rgba(0, 0, 0, 0);
        position: relative;
        width: 100%;
        left: auto;
        margin: 0 auto;
    }

        .footer .footer-logo span {
            display: none !important;
        }

.footer-title {
    text-align: center;
    display: block;
}

.footer-socials {
    max-width: 240px;
    margin: 0px auto 30px auto;
}

    .footer-socials a {
        float: left;
        font-size: 14px;
        margin: 0px 4px;
        color: #FFF;
        border-radius: 10px;
        box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
    }

        .footer-socials a i {
            width: 38px;
            line-height: 38px;
            text-align: center;
            display: block;
            float: left;
        }

    .footer-socials:after {
        content: "";
        display: table;
        clear: both;
    }

.footer-copyright {
    border-top: solid 1px rgba(255, 255, 255, 0.03);
    text-align: center;
    margin-bottom: -5px;
    padding-top: 15px;
    font-size: 11px;
    line-height: 24px;
}

.footer-logo span {
    display: none;
}

.under-slider-btn {
    margin-top: -20px;
    position: relative;
    z-index: 50;
}

.splide .under-slider-btn {
    margin-top: -45px;
}

.splide .card {
    overflow: hidden;
}

.double-slider .splide__pagination {
    margin-bottom: -15px !important;
}

.splide.slider-no-arrows .splide__arrows {
    display: none !important;
}

.splide.slider-no-dots .splide__pagination {
    display: none !important;
}

.splide.slider-arrows .splide__arrow--prev {
    margin-left: 30px !important;
}

.splide.slider-arrows .splide__arrow--next {
    margin-right: 30px !important;
}

.cover-button-top {
    position: absolute;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 20px;
    top: calc(20px + (constant(safe-area-inset-top))*1.1) !important;
    top: calc(20px + (env(safe-area-inset-top))*1.1) !important;
    z-index: 99;
    font-size: 12px;
}

.cover-button-bottom {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 70px;
    z-index: 99;
    font-size: 12px;
}

.cover-next {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    right: 0;
}

.cover-prev {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: 0;
}

.theme-light #walkthrough-slider .is-active {
    background: #1f1f1f !important;
}

.theme-dark #walkthrough-slider .is-active {
    background: #FFF !important;
}

#walkthrough-slider .splide__pagination {
    padding-bottom: 20px;
}

.visible-slider {
    padding-right: 60px !important;
}
/*PageApp Calendar*/

.calendar {
    position: relative;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    max-width: 90%;
    margin: 0px auto 30px auto;
}

.cal-title {
    color: #FFF;
    line-height: 60px;
    margin-bottom: 0px;
    padding: 0px 15px;
}

.cal-sub-title {
    color: #FFF;
    line-height: 60px;
    margin-bottom: 0px;
    padding: 0px 15px;
}

.cal-title-right {
    float: right;
    margin-top: -60px;
    line-height: 62px;
    height: 50px;
    padding-right: 20px;
}

.cal-title-left {
    float: left;
    margin-top: -60px;
    line-height: 62px;
    height: 50px;
    padding-left: 20px;
}

.cal-days a {
    position: relative;
    width: 14.28%;
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    position: realtive;
    z-index: 3;
    font-weight: 800;
}

.cal-disabled {
    color: #ced4da !important;
}

.cal-selected span {
    z-index: 2;
    position: relative;
    color: #FFF;
}

.cal-selected i {
    color: #000;
    z-index: 0;
    opacity: 1;
    font-size: 32px;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin: -16px 0px 0px -16px;
    text-align: center;
    line-height: 32px;
}

.cal-dates a {
    position: relative;
    width: 14.2857142857%;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #1f1f1f;
    font-weight: 500;
}

.theme-dark .cal-dates a {
    color: #FFF;
}

.theme-dark .cal-disabled {
    opacity: 0.3;
}

.cal-dates-border a {
    overflow: hidden;
    border-right: solid 1px rgba(0, 0, 0, 0.05);
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.cal-schedule {
    min-height: 80px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.055);
}

    .cal-schedule em {
        line-height: 20px;
        padding: 20px 0px 0px 20px;
        position: absolute;
        font-size: 11px;
        font-style: normal;
    }

    .cal-schedule strong {
        color: #000;
        display: block;
        padding: 17px 0px 0px 100px;
        font-size: 14px;
    }

    .cal-schedule span {
        display: block;
        font-size: 10px;
        color: #adb5bd;
        margin-top: 0px;
    }

        .cal-schedule span i {
            width: 50px;
            display: inline-block;
            text-align: center;
            padding: 0px 20px 0px 102px;
        }

.theme-dark .cal-schedule strong {
    color: #FFF !important;
}

.theme-dark .cal-schedule span {
    color: #FFF !important;
    opacity: 0.5;
}

.cal-message {
    display: block;
}

    .cal-message i {
        position: absolute;
        height: 40px;
        line-height: 43px;
        font-size: 27px;
        right: 20px;
    }

    .cal-message strong {
        display: block;
        line-height: 20px;
        font-weight: 400;
        font-size: 11px;
        padding-left: 20px;
    }
/*-Pageapp Chat-*/

.speech-left {
    max-width: 200px;
    float: right;
    border-bottom-right-radius: 0px !important;
    color: #FFF;
}

.speech-right {
    float: left;
    max-width: 200px;
    border-bottom-left-radius: 0px !important;
}

.speach-image {
    padding: 0px !important;
}

    .speach-image img {
        margin: 0px;
    }

.speech-last {
    margin-bottom: 0px !important;
}

.speech-bubble {
    position: relative;
    border-radius: 17px;
    padding: 10px 15px;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 13px;
    background-color: #dee2e6;
    overflow: hidden;
}

    .speech-bubble:after {
        content: "";
        display: block;
        clear: both;
    }

.speech-read {
    font-size: 10px;
    font-style: normal;
    display: block;
    text-align: right;
    font-weight: 500;
    color: #adb5bd;
    margin-bottom: 80px;
}

.speach-input input {
    width: 100%;
    display: block;
    line-height: 45px;
    height: 45px;
    margin-top: 8px;
    border-radius: 45px;
}

.speach-icon a {
    padding-top: 0px !important;
    display: block;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 3px;
    transform: translateY(10px);
}

.speech-icon-left, .speech-icon-right {
    position: relative;
    display: block;
}

    .speech-icon-left img, .speech-icon-right img {
        width: 30px;
        position: absolute;
        bottom: 0px;
    }

    .speech-icon-left img {
        left: 0px;
    }

    .speech-icon-right img {
        right: 0px;
    }

    .speech-icon-left .speech-bubble {
        margin-left: 20px !important;
    }

    .speech-icon-right .speech-bubble {
        margin-right: 20px !important;
    }
/*Contact Form*/

.form-field span {
    position: absolute;
    right: 20px;
    font-size: 9px;
    opacity: 0.5;
}

.form-field input {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
}

.form-field textarea {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 10px;
    margin: 0px 0px 15px 0px;
}

.form-name input {
    line-height: 40px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0px 10px 0px 10px;
}

.form-email input {
    line-height: 40px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0px 10px 0px 10px;
}

.form-text textarea {
    height: 145px;
    line-height: 24px;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 0px 10px;
    margin-bottom: 30px;
}

.contactSubmitButton {
    width: 100%;
    display: block;
    border-radius: 10px;
    color: #FFF !important;
    padding: 12px 0px !important;
}

.fieldHasError {
    border: solid 1px #BF263C !important;
}
/*Map Full*/

.map-full .card-overlay {
    transition: all 350ms ease;
    z-index: 2;
}

.map-full .card-center {
    z-index: 3;
}

.hide-map {
    position: absolute;
    margin-top: -120px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    z-index: 2;
}

.map-full .card {
    z-index: 2;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.map-full iframe {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.activate-map {
    opacity: 1 !important;
    transition: all 250ms ease;
    transition: all 350ms ease;
}

.deactivate-map {
    opacity: 0 !important;
    pointer-events: none;
    transition: all 350ms ease;
}
/*Collection*/

.gallery-collection-round a img {
    border-radius: 10px;
}

.gallery-collection a {
    width: 48%;
    float: left;
    position: relative;
}

    .gallery-collection a:nth-child(2n+2) {
        margin-left: 4%;
        margin-bottom: 4%;
    }

    .gallery-collection a img {
        width: 50%;
        float: left;
        padding: 1px;
    }

.gallery-collection i {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 50px;
    font-size: 17px;
    color: #1f1f1f;
}
/*Gallery Views*/

.gallery-view-controls a {
    float: left;
    width: 33.3%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #1f1f1f;
}

.theme-dark .gallery-view-controls a {
    color: #FFF;
}

.theme-dark .gallery-view-controls {
    border-bottom: solid 1px rgba(255, 255, 255, 0.07);
}

.gallery-view-controls {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.gallery-view-1 a {
    width: 30%;
    float: left;
}

.gallery-view-1 .caption {
    display: none;
}

.gallery-view-2 .caption {
    display: none;
}

.gallery-view-3 .caption {
    padding-top: 20px;
}

.gallery-view-1 a {
    margin-bottom: 5%;
}

    .gallery-view-1 a:nth-child(3n-1) {
        margin: auto 5% auto 5%;
    }

.gallery-view-2 a {
    width: 47.5%;
    margin-bottom: 5%;
    float: left;
}

    .gallery-view-2 a:nth-child(2n-1) {
        margin-right: 5%;
    }
/*Page Timeline*/

.timeline-cover {
    height: 330px;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0px;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
}

    .timeline-cover .overlay {
        opacity: 0.8;
    }

    .timeline-cover .content {
        z-index: 10;
    }

.timeline-body {
    position: relative;
    margin-top: 200px;
    padding-top: 5px;
    z-index: 2;
    background-color: #f0f0f0;
    padding-bottom: 10px;
    box-shadow: none !important;
}

.timeline-header {
    height: 55px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

    .timeline-header .back-button {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #FFF;
        z-index: 11;
    }

    .timeline-header .menu-icon {
        position: absolute;
        top: 2px;
        right: 0px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #FFF;
        z-index: 11;
    }

        .timeline-header .menu-icon em {
            background-color: #FFF;
        }

.timeline-logo {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.timeline-deco {
    background-color: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0px;
    z-index: 0;
    bottom: 0px;
    left: 43px;
    width: 1px;
}

.timeline-item-content, .timeline-item-content-full {
    border: solid 1px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    margin: 0px 15px 30px 90px;
    padding: 20px 15px;
}

.timeline-item {
    position: relative;
    z-index: 2;
}

.timeline-item-content-full {
    padding: 0px;
}

    .timeline-item-content-full h5 {
        padding: 5px 15px 15px 15px;
    }

.timeline-item .timeline-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 21px;
    line-height: 45px;
    border-radius: 45px;
    top: 25px;
    font-size: 18px;
    text-align: center;
}
/*Timeline Center*/

.timeline-cover-center .timeline-sub-heading, .timeline-cover-center .timeline-heading {
    padding-left: 0px;
    text-align: center;
}

.timeline-cover-center .timeline-image {
    top: 50%;
    bottom: auto;
    margin-top: -150px;
    left: 50%;
    margin-left: -60px;
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    border-radius: 100px;
}

.timeline-body-center {
    padding-bottom: 40px;
}

    .timeline-body-center .timeline-icon {
        width: 60px;
        height: 60px;
        left: 50%;
        line-height: 60px;
        margin-left: -31px;
        margin-top: -115px;
    }

    .timeline-body-center .timeline-deco {
        left: 50%;
        margin-left: -1px;
    }

    .timeline-body-center .timeline-item-content, .timeline-body-center .timeline-item-content-full {
        margin: 120px 20px 20px 20px !important;
        padding: 20px;
    }
/*Page VCard*/

.vcard-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.vcard-field {
    line-height: 50px;
    border-left: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    padding-top: 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    position: relative;
}

    .vcard-field strong {
        position: absolute;
        margin-top: -18px;
        color: #ababab;
        font-weight: 400;
        font-size: 10px;
    }

    .vcard-field i {
        position: absolute;
        top: 25px;
        width: 15px;
        text-align: center;
        right: 0px;
        opacity: 0.3;
    }

    .vcard-field a {
        color: #000;
        font-weight: 400;
        font-size: 14px;
        margin-top: -10px;
        margin-bottom: 10px;
        opacity: 0.7;
    }
/*Gradient Adjustments*/

.bg-gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, black 100%) !important;
}

.bg-gradient-fade {
    bottom: 0px !important;
}

.theme-light .bg-gradient-fade {
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.99) 65%, #f0f0f0 100%);
}

.theme-dark .bg-gradient-fade {
    background: linear-gradient(to bottom, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.99) 65%, #1b1d21 100%);
}

.theme-light .bg-gradient-fade-small {
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.2) 50%, rgba(240, 240, 240, 0.9) 75%, #f0f0f0 100%);
}

.theme-dark .bg-gradient-fade-small {
    background: linear-gradient(to bottom, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.2) 50%, rgba(27, 29, 33, 0.9) 75%, #1b1d21 100%);
}
/*Basic Colors*/

.color-white {
    color: #FFF !important;
}

.color-black {
    color: #000 !important;
}

.bg-white {
    background-color: #FFF !important;
}

.bg-black {
    background-color: #000 !important;
}
/*Main Color Settings*/

.theme-dark .bg-theme {
    background-color: #0f1117 !important;
}

.theme-light .bg-theme {
    background-color: #FFF !important;
}

.theme-light .color-theme {
    color: #0f1117 !important;
}

.theme-dark .color-theme {
    color: #FFF !important;
}
/*Hide Show Based on Color Scheme*/

.theme-dark .show-on-theme-dark {
    display: block;
}

.theme-dark .show-on-theme-light {
    display: none;
}

.theme-light .show-on-theme-light {
    display: block;
}

.theme-light .show-on-theme-dark {
    display: none;
}
/*Dark Theme Settings*/

.theme-dark p {
    color: #898989;
}

.theme-dark code {
    color: #898989;
    opacity: 0.7;
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6, .theme-dark #footer-bar a i, .theme-dark #footer-bar a span .theme-dark p strong {
    color: #FFF;
}

.theme-dark .accordion-btn, .theme-dark .menu .nav-title, .theme-dark .menu .nav a i, .theme-dark .menu .nav a span, .theme-dark .menu .nav .active-nav i, .theme-dark .menu .nav .active-nav span, .theme-dark .header .header-icon, .theme-dark .header .header-title, .theme-dark .search-header .fa-search, .theme-dark .color-theme, .theme-dark .countdown div, .theme-dark .list-group i:last-child, .theme-dark .search-icon-list a, .theme-dark .fac label, .theme-dark .pagination a, .theme-dark .accordion-style-2 a, .theme-dark input, .theme-dark .contact-form i, .theme-dark .demo-icon-font article, .theme-dark [data-tab], .theme-dark span:not(.badge), .theme-dark .profile-2 .profile-stats a, .theme-dark .vcard-field *, .theme-dark .search-header input, .theme-dark .footer .footer-title {
    color: #FFF !important;
}

.theme-dark .loader-main, .theme-dark .instant-article, .theme-dark .divider-icon i, .theme-dark .table tr.even td, .theme-dark .timeline-body, .theme-dark table, .theme-dark td {
    background-color: #1b1d21 !important;
}

.theme-dark, .theme-dark .page-bg, .theme-dark #page {
    background-color: #1b1d21;
}

    .theme-dark .ios-switch label::before, .theme-dark .android-switch label::before {
        background-color: #1b1d21;
        border: solid 1px rgba(255, 255, 255, 0.05) !important;
    }

    .theme-dark .bg-theme {
        background-color: #0f1117 !important;
    }

    .theme-dark .form-floating-over > .form-control:focus ~ label, .theme-dark .form-floating-over > .form-control:not(:placeholder-shown) ~ label, .theme-dark .form-floating-over > .form-select ~ label, .theme-dark .footer, .theme-dark .card, .theme-dark #preloader {
        background-color: #0f1117;
    }

    .theme-dark .link-list-3 a, .theme-dark .pricing-1, .theme-dark .pricing-2, .theme-dark .pricing-3, .theme-dark .pricing-4, .theme-dark .search-box, .theme-dark .link-list-2 a, .theme-dark .vcard-field, .theme-dark table {
        border: solid 1px rgba(255, 255, 255, 0.05);
    }

    .theme-dark select, .theme-dark .form-field input, .theme-dark .form-field textarea {
        color: #FFF !important;
        border-color: rgba(255, 255, 255, 0.05) !important;
    }

    .theme-dark input, .theme-dark textarea, .theme-dark select {
        border-color: rgba(255, 255, 255, 0.05);
    }

        .theme-dark input:focus, .theme-dark textarea:focus, .theme-dark select:focus {
            border-color: #495057 !important;
        }

    .theme-dark .list-custom-large a, .theme-dark .list-custom-small a {
        border-color: rgba(255, 255, 255, 0.05) !important;
    }

    .theme-dark .timeline-deco {
        background-color: rgba(255, 255, 255, 0.05) !important;
    }

    .theme-dark .footer-links, .theme-dark #footer-bar, .theme-dark .footer-copyright {
        border-top: solid 1px rgba(255, 255, 255, 0.05) !important;
    }

    .theme-dark .border-bottom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .theme-dark .border-top {
        border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .theme-dark .border-left {
        border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .theme-dark .border-right {
        border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .theme-dark th, .theme-dark .menu, .theme-dark .header, .theme-dark .polaroid-effect, .theme-dark .timeline-item-content, .theme-dark .tab-controls, .theme-dark #footer-bar, .theme-dark .menu .form-style label, .theme-dark .menu .form-floating-style label, .theme-dark .menu .form-border-bottom label, .theme-dark .timeline-item-content-full {
        background-color: #21252a !important;
        color: #FFF;
    }

        .theme-dark .divider, .theme-dark .menu .nav a:hover, .theme-dark .menu .nav .active-subnav, .theme-dark .menu .nav .divider {
            background-color: rgba(255, 255, 255, 0.05);
        }

    .theme-dark .menu-hider {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .theme-dark .gallery-filter-controls li {
        color: #FFF;
    }

    .theme-dark .gallery-view-controls a {
        color: #FFF;
    }

    .theme-dark .gallery-view-controls {
        border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    }

    .theme-dark .tab-controls a {
        border: solid 1px rgba(255, 255, 255, 0.05);
    }

    .theme-dark .form-control:focus, .theme-dark .form-control {
        background-color: transparent !important;
    }

    .theme-dark[data-gradient=body-default] #page, .body-default {
        background-image: none !important;
    }

    .theme-dark input::placeholder, .theme-dark textarea::placeholder {
        color: #FFF !important;
    }

    .theme-dark input:not([type=file]), .theme-dark select, .theme-dark textarea {
        color: #FFF !important;
        background-color: transparent !important;
        border-color: rgba(255, 255, 255, 0.08) !important;
    }

    .theme-dark .stepper a:first-child {
        border-right: solid 1px rgba(255, 255, 255, 0.1) !important;
    }

    .theme-dark .stepper a:last-child {
        border-left: solid 1px rgba(255, 255, 255, 0.1) !important;
    }

    .theme-dark .stepper {
        border: solid 1px rgba(255, 255, 255, 0.1) !important;
    }

    .theme-dark label {
        background-color: #0f1117 !important;
    }

    .theme-dark .menu label {
        background-color: #21252a !important;
    }

    .theme-dark [data-card-height=cover] label {
        background-color: transparent !important;
    }
/* Generating Color Pack*/

.color-highlight {
    color: var(--my_orange) !important;
}

.bg-highlight {
    background-color: #DA4453 !important;
    color: #FFF !important;
}

.border-highlight {
    border-color: #DA4453 !important;
}

.gradient-highlight {
    background-image: linear-gradient(to bottom, #ED5565, #DA4453) !important;
}

.gradient-menu {
    background-image: linear-gradient(130deg, #7ea5f6, #ff384c) !important;
}

.color-default-light {
    color: #f0f0f0 !important;
}

.color-default-dark {
    color: #f0f0f0 !important;
}

[data-gradient=body-default] #page, .background-changer .body-default {
    background-image: linear-gradient(0deg, #f0f0f0, #f0f0f0) !important;
}

.color-plum-light {
    color: #3D3949 !important;
}

.color-plum-dark {
    color: #6772A4 !important;
}

[data-gradient=body-plum] #page, .background-changer .body-plum {
    background-image: linear-gradient(0deg, #3D3949, #6772A4) !important;
}

.color-magenta-light {
    color: #2b2741 !important;
}

.color-magenta-dark {
    color: #413a65 !important;
}

[data-gradient=body-magenta] #page, .background-changer .body-magenta {
    background-image: linear-gradient(0deg, #2b2741, #413a65) !important;
}

.color-violet-light {
    color: #492D3D !important;
}

.color-violet-dark {
    color: #673c58 !important;
}

[data-gradient=body-violet] #page, .background-changer .body-violet {
    background-image: linear-gradient(0deg, #492D3D, #673c58) !important;
}

.color-red-light {
    color: #6F1025 !important;
}

.color-red-dark {
    color: #c62f50 !important;
}

[data-gradient=body-red] #page, .background-changer .body-red {
    background-image: linear-gradient(0deg, #6F1025, #c62f50) !important;
}

.color-green-light {
    color: #2d7335 !important;
}

.color-green-dark {
    color: #6eb148 !important;
}

[data-gradient=body-green] #page, .background-changer .body-green {
    background-image: linear-gradient(0deg, #2d7335, #6eb148) !important;
}

.color-sky-light {
    color: #0F5F79 !important;
}

.color-sky-dark {
    color: #188FB6 !important;
}

[data-gradient=body-sky] #page, .background-changer .body-sky {
    background-image: linear-gradient(0deg, #0F5F79, #188FB6) !important;
}

.color-orange-light {
    color: #C15140 !important;
}

.color-orange-dark {
    color: #E96A57 !important;
}

[data-gradient=body-orange] #page, .background-changer .body-orange {
    background-image: linear-gradient(0deg, #C15140, #E96A57) !important;
}

.color-yellow-light {
    color: #996A22 !important;
}

.color-yellow-dark {
    color: #CCA64F !important;
}

[data-gradient=body-yellow] #page, .background-changer .body-yellow {
    background-image: linear-gradient(0deg, #996A22, #CCA64F) !important;
}

.color-dark-light {
    color: #343341 !important;
}

.color-dark-dark {
    color: #535468 !important;
}

[data-gradient=body-dark] #page, .background-changer .body-dark {
    background-image: linear-gradient(0deg, #343341, #535468) !important;
}

.color-highlight-light {
    color: #ED5565 !important;
}

.bg-highlight-light {
    background-color: #ED5565 !important;
    color: #FFF !important;
}

.bg-fade-highlight-dark {
    background-color: gray !important;
    color: #FFF !important;
}

.bg-fade-highlight-light {
    background-color: gray !important;
    color: #FFF !important;
}

.color-highlight-dark {
    color: #DA4453 !important;
}

.color-icon-highlight {
    stroke: #DA4453 !important;
    fill: gray !important;
}

.bg-highlight-dark {
    background-color: #DA4453 !important;
    color: #FFF !important;
}

.border-highlight-light {
    border-color: #ED5565 !important;
}

.border-highlight-dark {
    border-color: #DA4453 !important;
}

.focus-highlight:focus {
    border-color: #DA4453 !important;
}

.gradient-highlight {
    background-image: linear-gradient(to bottom, #ED5565, #DA4453);
}

.color-green-light {
    color: #A0D468 !important;
}

.bg-green-light {
    background-color: #A0D468 !important;
    color: #FFF !important;
}

.bg-fade-green-dark {
    background-color: rgba(140, 193, 82, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-green-light {
    background-color: rgba(140, 193, 82, 0.3) !important;
    color: #FFF !important;
}

.color-green-dark {
    color: #8CC152 !important;
}

.color-icon-green {
    stroke: #8CC152 !important;
    fill: rgba(140, 193, 82, 0.3) !important;
}

.bg-green-dark {
    background-color: #8CC152 !important;
    color: #FFF !important;
}

.border-green-light {
    border-color: #A0D468 !important;
}

.border-green-dark {
    border-color: #8CC152 !important;
}

.focus-green:focus {
    border-color: #8CC152 !important;
}

.gradient-green {
    background-image: linear-gradient(to bottom, #A0D468, #8CC152);
}

.color-grass-light {
    color: #34cc73 !important;
}

.bg-grass-light {
    background-color: #34cc73 !important;
    color: #FFF !important;
}

.bg-fade-grass-dark {
    background-color: rgba(140, 193, 82, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-grass-light {
    background-color: rgba(140, 193, 82, 0.3) !important;
    color: #FFF !important;
}

.color-grass-dark {
    color: #2ABA66 !important;
}

.color-icon-grass {
    stroke: #2ABA66 !important;
    fill: rgba(140, 193, 82, 0.3) !important;
}

.bg-grass-dark {
    background-color: #2ABA66 !important;
    color: #FFF !important;
}

.border-grass-light {
    border-color: #34cc73 !important;
}

.border-grass-dark {
    border-color: #2ABA66 !important;
}

.focus-grass:focus {
    border-color: #2ABA66 !important;
}

.gradient-grass {
    background-image: linear-gradient(to bottom, #34cc73, #2ABA66);
}

.color-red-light {
    color: #ED5565 !important;
}

.bg-red-light {
    background-color: #ED5565 !important;
    color: #FFF !important;
}

.bg-fade-red-dark {
    background-color: rgba(218, 68, 83, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-red-light {
    background-color: rgba(218, 68, 83, 0.3) !important;
    color: #FFF !important;
}

.color-red-dark {
    color: #DA4453 !important;
}

.color-icon-red {
    stroke: #DA4453 !important;
    fill: rgba(218, 68, 83, 0.3) !important;
}

.bg-red-dark {
    background-color: #DA4453 !important;
    color: #FFF !important;
}

.border-red-light {
    border-color: #ED5565 !important;
}

.border-red-dark {
    border-color: #DA4453 !important;
}

.focus-red:focus {
    border-color: #DA4453 !important;
}

.gradient-red {
    background-image: linear-gradient(to bottom, #ED5565, #DA4453);
}

.color-orange-light {
    color: #FC6E51 !important;
}

.bg-orange-light {
    background-color: #FC6E51 !important;
    color: #FFF !important;
}

.bg-fade-orange-dark {
    background-color: rgba(233, 87, 63, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-orange-light {
    background-color: rgba(233, 87, 63, 0.3) !important;
    color: #FFF !important;
}

.color-orange-dark {
    color: #E9573F !important;
}

.color-icon-orange {
    stroke: #E9573F !important;
    fill: rgba(233, 87, 63, 0.3) !important;
}

.bg-orange-dark {
    background-color: #E9573F !important;
    color: #FFF !important;
}

.border-orange-light {
    border-color: #FC6E51 !important;
}

.border-orange-dark {
    border-color: #E9573F !important;
}

.focus-orange:focus {
    border-color: #E9573F !important;
}

.gradient-orange {
    background-image: linear-gradient(to bottom, #FC6E51, #E9573F);
}

.color-yellow-light {
    color: #FFCE54 !important;
}

.bg-yellow-light {
    background-color: #FFCE54 !important;
    color: #FFF !important;
}

.bg-fade-yellow-dark {
    background-color: rgba(246, 187, 66, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-yellow-light {
    background-color: rgba(246, 187, 66, 0.3) !important;
    color: #FFF !important;
}

.color-yellow-dark {
    color: #F6BB42 !important;
}

.color-icon-yellow {
    stroke: #F6BB42 !important;
    fill: rgba(246, 187, 66, 0.3) !important;
}

.bg-yellow-dark {
    background-color: #F6BB42 !important;
    color: #FFF !important;
}

.border-yellow-light {
    border-color: #FFCE54 !important;
}

.border-yellow-dark {
    border-color: #F6BB42 !important;
}

.focus-yellow:focus {
    border-color: #F6BB42 !important;
}

.gradient-yellow {
    background-image: linear-gradient(to bottom, #FFCE54, #F6BB42);
}

.color-sunny-light {
    color: #f0b31b !important;
}

.bg-sunny-light {
    background-color: #f0b31b !important;
    color: #FFF !important;
}

.bg-fade-sunny-dark {
    background-color: rgba(246, 187, 66, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-sunny-light {
    background-color: rgba(246, 187, 66, 0.3) !important;
    color: #FFF !important;
}

.color-sunny-dark {
    color: #d99914 !important;
}

.color-icon-sunny {
    stroke: #d99914 !important;
    fill: rgba(246, 187, 66, 0.3) !important;
}

.bg-sunny-dark {
    background-color: #d99914 !important;
    color: #FFF !important;
}

.border-sunny-light {
    border-color: #f0b31b !important;
}

.border-sunny-dark {
    border-color: #d99914 !important;
}

.focus-sunny:focus {
    border-color: #d99914 !important;
}

.gradient-sunny {
    background-image: linear-gradient(to bottom, #f0b31b, #d99914);
}

.color-var(--light_blue)-light {
    color: #5D9CEC !important;
}

.bg-var(--light_blue)-light {
    background-color: #5D9CEC !important;
    color: #FFF !important;
}

.bg-fade-var(--light_blue)-dark {
    background-color: rgba(74, 137, 220, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-var(--light_blue)-light {
    background-color: rgba(74, 137, 220, 0.3) !important;
    color: #FFF !important;
}

.color-var(--light_blue)-dark {
    color: #4A89DC !important;
}

.color-icon-var(--light_blue) {
    stroke: #4A89DC !important;
    fill: rgba(74, 137, 220, 0.3) !important;
}

.bg-var(--light_blue)-dark {
    background-color: var(--light_blue) !important;
    color: #FFF !important;
}

.border-var(--light_blue)-light {
    border-color: #5D9CEC !important;
}

.border-var(--light_blue)-dark {
    border-color: #4A89DC !important;
}

.focus-var(--light_blue):focus {
    border-color: #4A89DC !important;
}

.gradient-var(--light_blue) {
    background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC);
}

.color-teal-light {
    color: #A0CECB !important;
}

.bg-teal-light {
    background-color: #A0CECB !important;
    color: #FFF !important;
}

.bg-fade-teal-dark {
    background-color: rgba(125, 177, 177, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-teal-light {
    background-color: rgba(125, 177, 177, 0.3) !important;
    color: #FFF !important;
}

.color-teal-dark {
    color: #7DB1B1 !important;
}

.color-icon-teal {
    stroke: #7DB1B1 !important;
    fill: rgba(125, 177, 177, 0.3) !important;
}

.bg-teal-dark {
    background-color: #7DB1B1 !important;
    color: #FFF !important;
}

.border-teal-light {
    border-color: #A0CECB !important;
}

.border-teal-dark {
    border-color: #7DB1B1 !important;
}

.focus-teal:focus {
    border-color: #7DB1B1 !important;
}

.gradient-teal {
    background-image: linear-gradient(to bottom, #A0CECB, #7DB1B1);
}

.color-mint-light {
    color: #48CFAD !important;
}

.bg-mint-light {
    background-color: #48CFAD !important;
    color: #FFF !important;
}

.bg-fade-mint-dark {
    background-color: rgba(55, 188, 155, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-mint-light {
    background-color: rgba(55, 188, 155, 0.3) !important;
    color: #FFF !important;
}

.color-mint-dark {
    color: #37BC9B !important;
}

.color-icon-mint {
    stroke: #37BC9B !important;
    fill: rgba(55, 188, 155, 0.3) !important;
}

.bg-mint-dark {
    background-color: #37BC9B !important;
    color: #FFF !important;
}

.border-mint-light {
    border-color: #48CFAD !important;
}

.border-mint-dark {
    border-color: #37BC9B !important;
}

.focus-mint:focus {
    border-color: #37BC9B !important;
}

.gradient-mint {
    background-image: linear-gradient(to bottom, #48CFAD, #37BC9B);
}

.color-pink-light {
    color: #EC87C0 !important;
}

.bg-pink-light {
    background-color: #EC87C0 !important;
    color: #FFF !important;
}

.bg-fade-pink-dark {
    background-color: rgba(215, 112, 173, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-pink-light {
    background-color: rgba(215, 112, 173, 0.3) !important;
    color: #FFF !important;
}

.color-pink-dark {
    color: #D770AD !important;
}

.color-icon-pink {
    stroke: #D770AD !important;
    fill: rgba(215, 112, 173, 0.3) !important;
}

.bg-pink-dark {
    background-color: #D770AD !important;
    color: #FFF !important;
}

.border-pink-light {
    border-color: #EC87C0 !important;
}

.border-pink-dark {
    border-color: #D770AD !important;
}

.focus-pink:focus {
    border-color: #D770AD !important;
}

.gradient-pink {
    background-image: linear-gradient(to bottom, #EC87C0, #D770AD);
}

.color-pink2-light {
    color: #ff5982 !important;
}

.bg-pink2-light {
    background-color: #ff5982 !important;
    color: #FFF !important;
}

.bg-fade-pink2-dark {
    background-color: rgba(215, 112, 173, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-pink2-light {
    background-color: rgba(215, 112, 173, 0.3) !important;
    color: #FFF !important;
}

.color-pink2-dark {
    color: #fb3365 !important;
}

.color-icon-pink2 {
    stroke: #fb3365 !important;
    fill: rgba(215, 112, 173, 0.3) !important;
}

.bg-pink2-dark {
    background-color: #fb3365 !important;
    color: #FFF !important;
}

.border-pink2-light {
    border-color: #ff5982 !important;
}

.border-pink2-dark {
    border-color: #fb3365 !important;
}

.focus-pink2:focus {
    border-color: #fb3365 !important;
}

.gradient-pink2 {
    background-image: linear-gradient(to bottom, #ff5982, #fb3365);
}

.color-magenta-light {
    color: #AC92EC !important;
}

.bg-magenta-light {
    background-color: #AC92EC !important;
    color: #FFF !important;
}

.bg-fade-magenta-dark {
    background-color: rgba(150, 122, 220, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-magenta-light {
    background-color: rgba(150, 122, 220, 0.3) !important;
    color: #FFF !important;
}

.color-magenta-dark {
    color: #967ADC !important;
}

.color-icon-magenta {
    stroke: #967ADC !important;
    fill: rgba(150, 122, 220, 0.3) !important;
}

.bg-magenta-dark {
    background-color: #967ADC !important;
    color: #FFF !important;
}

.border-magenta-light {
    border-color: #AC92EC !important;
}

.border-magenta-dark {
    border-color: #967ADC !important;
}

.focus-magenta:focus {
    border-color: #967ADC !important;
}

.gradient-magenta {
    background-image: linear-gradient(to bottom, #AC92EC, #967ADC);
}

.color-brown-light {
    color: #BAA286 !important;
}

.bg-brown-light {
    background-color: #BAA286 !important;
    color: #FFF !important;
}

.bg-fade-brown-dark {
    background-color: rgba(170, 142, 105, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-brown-light {
    background-color: rgba(170, 142, 105, 0.3) !important;
    color: #FFF !important;
}

.color-brown-dark {
    color: #AA8E69 !important;
}

.color-icon-brown {
    stroke: #AA8E69 !important;
    fill: rgba(170, 142, 105, 0.3) !important;
}

.bg-brown-dark {
    background-color: #AA8E69 !important;
    color: #FFF !important;
}

.border-brown-light {
    border-color: #BAA286 !important;
}

.border-brown-dark {
    border-color: #AA8E69 !important;
}

.focus-brown:focus {
    border-color: #AA8E69 !important;
}

.gradient-brown {
    background-image: linear-gradient(to bottom, #BAA286, #AA8E69);
}

.color-gray-light {
    color: #e2e5ea !important;
}

.bg-gray-light {
    background-color: #e2e5ea !important;
    color: #FFF !important;
}

.bg-fade-gray-dark {
    background-color: rgba(170, 178, 189, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-gray-light {
    background-color: rgba(170, 178, 189, 0.3) !important;
    color: #FFF !important;
}

.color-gray-dark {
    color: #AAB2BD !important;
}

.color-icon-gray {
    stroke: #AAB2BD !important;
    fill: rgba(170, 178, 189, 0.3) !important;
}

.bg-gray-dark {
    background-color: #AAB2BD !important;
    color: #FFF !important;
}

.border-gray-light {
    border-color: #e2e5ea !important;
}

.border-gray-dark {
    border-color: #AAB2BD !important;
}

.focus-gray:focus {
    border-color: #AAB2BD !important;
}

.gradient-gray {
    background-image: linear-gradient(to bottom, #e2e5ea, #AAB2BD);
}

.color-aqua-light {
    color: #4FC1E9 !important;
}

.bg-aqua-light {
    background-color: #4FC1E9 !important;
    color: #FFF !important;
}

.bg-fade-aqua-dark {
    background-color: rgba(67, 74, 84, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-aqua-light {
    background-color: rgba(67, 74, 84, 0.3) !important;
    color: #FFF !important;
}

.color-aqua-dark {
    color: #3BAFDA !important;
}

.color-icon-aqua {
    stroke: #3BAFDA !important;
    fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-aqua-dark {
    background-color: #3BAFDA !important;
    color: #FFF !important;
}

.border-aqua-light {
    border-color: #4FC1E9 !important;
}

.border-aqua-dark {
    border-color: #3BAFDA !important;
}

.focus-aqua:focus {
    border-color: #3BAFDA !important;
}

.gradient-aqua {
    background-image: linear-gradient(to bottom, #4FC1E9, #3BAFDA);
}

.color-night-light {
    color: #222529 !important;
}

.bg-night-light {
    background-color: #222529 !important;
    color: #FFF !important;
}

.bg-fade-night-dark {
    background-color: rgba(67, 74, 84, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-night-light {
    background-color: rgba(67, 74, 84, 0.3) !important;
    color: #FFF !important;
}

.color-night-dark {
    color: #16181c !important;
}

.color-icon-night {
    stroke: #16181c !important;
    fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-night-dark {
    background-color: #16181c !important;
    color: #FFF !important;
}

.border-night-light {
    border-color: #222529 !important;
}

.border-night-dark {
    border-color: #16181c !important;
}

.focus-night:focus {
    border-color: #16181c !important;
}

.gradient-night {
    background-image: linear-gradient(to bottom, #222529, #16181c);
}

.color-dark-light {
    color: #656D78 !important;
}

.bg-dark-light {
    background-color: #656D78 !important;
    color: #FFF !important;
}

.bg-fade-dark-dark {
    background-color: rgba(67, 74, 84, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-dark-light {
    background-color: rgba(67, 74, 84, 0.3) !important;
    color: #FFF !important;
}

.color-dark-dark {
    color: #434A54 !important;
}

.color-icon-dark {
    stroke: #434A54 !important;
    fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-dark-dark {
    background-color: #434A54 !important;
    color: #FFF !important;
}

.border-dark-light {
    border-color: #656D78 !important;
}

.border-dark-dark {
    border-color: #434A54 !important;
}

.focus-dark:focus {
    border-color: #434A54 !important;
}

.gradient-dark {
    background-image: linear-gradient(to bottom, #656D78, #434A54);
}

.theme-light input:not([type=submit]):not(.focus-color):focus, .theme-light select:focus, .theme-light textarea:active {
    border-color: rgba(0, 0, 0, 0.3) !important;
}

.theme-light [data-card-height=cover] input:not([type=submit]):not(.focus-color):focus, .theme-light [data-card-height=cover] select:focus, .theme-light [data-card-height=cover] textarea:active {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.theme-dark input:not([type=submit]):not(.focus-color):focus, .theme-dark select:focus, .theme-dark textarea:active {
    border-color: rgba(255, 255, 255, 0.3) !important;
}
/*Social Colors*/

.color-facebook {
    color: #3b5998 !important;
}

.bg-facebook {
    background-color: #3b5998 !important;
    color: #FFF;
}

.color-linkedin {
    color: #0077B5 !important;
}

.bg-linkedin {
    background-color: #0077B5 !important;
    color: #FFF;
}

.color-twitter {
    color: #4099ff !important;
}

.bg-twitter {
    background-color: #4099ff !important;
    color: #FFF;
}

.color-google {
    color: #d34836 !important;
}

.bg-google {
    background-color: #d34836 !important;
    color: #FFF;
}

.color-whatsapp {
    color: #34AF23 !important;
}

.bg-whatsapp {
    background-color: #34AF23 !important;
    color: #FFF;
}

.color-pinterest {
    color: #C92228 !important;
}

.bg-pinterest {
    background-color: #C92228 !important;
    color: #FFF;
}

.color-mail {
    color: #3498db !important;
}

.bg-mail {
    background-color: #3498db !important;
    color: #FFF;
}

.color-phone {
    color: #27ae60 !important;
}

.bg-phone {
    background-color: #27ae60 !important;
    color: #FFF;
}

.color-instagram {
    color: #e1306c !important;
}

.bg-instagram {
    background-color: #e1306c !important;
    color: #FFF;
}
/*Default Colors*/

.color-white {
    color: #FFF !important;
}

.color-black {
    color: #000 !important;
}

.bg-white {
    background-color: #FFF !important;
}

.bg-black {
    background-color: #000 !important;
}

.border-transparent {
    border-color: transparent !important;
}
/*Default Highlight Colors*/

.footer-bar-2 .active-nav, .footer-bar-5 strong, .footer-bar-4 strong, .splide__pagination__page.is-active {
    background-color: var(--my_orange) !important;
}

.footer-bar-1 .active-nav i, .footer-bar-1 .active-nav span, .footer-bar-3 .active-nav i {
    color: #DA4453 !important;
}

.form-floating-over > .form-control:focus ~ label {
    color: #DA4453;
}

.form-floating-over > .form-control:not(:placeholder-shown) ~ label {
    color: #DA4453;
}

.form-floating-over > .form-select ~ label {
    color: #DA4453;
}

.color-highlight {
    color: #DA4453;
}

.bg-highlight {
    background-color: #DA4453;
    color: #FFF !important;
}
/*Styles used to showcase the demo product on ThemeForest and create backgrounds. These can be deleted to increase speed of loading*/

.bg-0 {
    background-image: url(../images/pictures/0l.jpg);
}

.bg-1 {
    background-image: url(../images/pictures/1.jpg);
}

.bg-2 {
    background-image: url(../images/pictures/2.jpg);
}

.bg-3 {
    background-image: url(../images/pictures/3.jpg);
}

.bg-4 {
    background-image: url(../images/pictures/4.jpg);
}

.bg-5 {
    background-image: url(../images/pictures/5.jpg);
}

.bg-6 {
    background-image: url(../images/pictures/6.jpg);
}

.bg-7 {
    background-image: url(../images/pictures/7.jpg);
}

.bg-8 {
    background-image: url(../images/pictures/8.jpg);
}

.bg-9 {
    background-image: url(../images/pictures/9.jpg);
}

.bg-10 {
    background-image: url(../images/pictures/10.jpg);
}

.bg-11 {
    background-image: url(../images/pictures/11.jpg);
}

.bg-12 {
    background-image: url(../images/pictures/12.jpg);
}

.bg-13 {
    background-image: url(../images/pictures/13.jpg);
}

.bg-14 {
    background-image: url(../images/pictures/14.jpg);
}

.bg-15 {
    background-image: url(../images/pictures/15.jpg);
}

.bg-16 {
    background-image: url(../images/pictures/16.jpg);
}

.bg-17 {
    background-image: url(../images/pictures/17.jpg);
}

.bg-18 {
    background-image: url(../images/pictures/18.jpg);
}

.bg-19 {
    background-image: url(../images/pictures/19.jpg);
}

.bg-20 {
    background-image: url(../images/pictures/20.jpg);
}

.bg-21 {
    background-image: url(../images/pictures/21.jpg);
}

.bg-22 {
    background-image: url(../images/pictures/22.jpg);
}

.bg-23 {
    background-image: url(../images/pictures/23.jpg);
}

.bg-24 {
    background-image: url(../images/pictures/24.jpg);
}

.bg-25 {
    background-image: url(../images/pictures/25.jpg);
}

.bg-26 {
    background-image: url(../images/pictures/26.jpg);
}

.bg-27 {
    background-image: url(../images/pictures/27.jpg);
}

.bg-28 {
    background-image: url(../images/pictures/28.jpg);
}

.bg-29 {
    background-image: url(../images/pictures/29.jpg);
}

.bg-30 {
    background-image: url(../images/pictures/30.jpg);
}
/*Demo Colors*/

.demo-color {
    width: 100%;
    line-height: 45px;
    padding-left: 20px;
    text-transform: capitalize;
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

    .demo-color span {
        font-size: 10px;
        position: absolute;
        right: 20px;
        line-height: 48px;
        color: rgba(255, 255, 255, 0.5);
    }
/*Highlight Changer*/

.theme-change-transition {
    transition: all 150ms ease !important;
}

.highlight-changer a {
    width: 20%;
    float: left;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -5px;
}

    .highlight-changer a i {
        margin-top: 10px;
        display: block;
        font-size: 26px !important;
    }

    .highlight-changer a span {
        font-size: 11px;
        display: block;
        margin-top: -10px;
        margin-bottom: -5px;
    }

.background-changer a {
    width: 20%;
    float: left;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -5px;
}

    .background-changer a i {
        margin-top: 10px;
        display: block;
        width: 26px;
        height: 26px;
        border-radius: 100%;
        color: rgba(255, 255, 255, 0);
        margin: 10px auto 0px auto;
    }

.background-changer .bg-theme {
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.background-changer a span {
    font-size: 11px;
    display: block;
    margin-top: -10px;
    margin-bottom: -5px;
}

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

.splide__container {
    position: relative;
    box-sizing: border-box;
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform;
}

.splide.is-active .splide__list {
    display: flex;
}

.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

    .splide__pagination li {
        list-style-type: none;
        display: inline-block;
        line-height: 1;
        margin: 0;
    }

.splide {
    visibility: hidden;
}

.splide, .splide__slide {
    position: relative;
    outline: none;
}

.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0;
}

    .splide__slide img {
        vertical-align: bottom;
    }

.splide__slider {
    position: relative;
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite;
}

.splide__track {
    position: relative;
    z-index: 0;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    user-select: none;
}

.splide--fade > .splide__track > .splide__list {
    display: block;
}

    .splide--fade > .splide__track > .splide__list > .splide__slide {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0;
    }

        .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
            position: relative;
            z-index: 1;
            opacity: 1;
        }

.splide--rtl {
    direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
    display: block;
}

.splide--ttb > .splide__pagination {
    width: auto;
}

.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 0.7;
    background: #ccc;
}

    .splide__arrow svg {
        width: 1.2em;
        height: 1.2em;
    }

    .splide__arrow:hover {
        cursor: pointer;
        opacity: 0.9;
    }

    .splide__arrow:focus {
        outline: none;
    }

.splide__arrow--prev {
    left: 1em;
}

    .splide__arrow--prev svg {
        transform: scaleX(-1);
    }

.splide__arrow--next {
    right: 1em;
}

.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: 0.5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 0px 7px;
    padding: 0;
    transition: transform 0.2s linear;
    border: none;
    opacity: 0.7;
}

    .splide__pagination__page.is-active {
        transform: scale(1.4);
        background: #fff;
    }

    .splide__pagination__page:hover {
        cursor: pointer;
        opacity: 0.9;
    }

    .splide__pagination__page:focus {
        outline: none;
    }

.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent;
}

    .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
        border-color: #000;
    }

    .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
        outline: none;
    }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto;
}

    .splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
        transform: scaleX(1);
    }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto;
}

    .splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
        transform: scaleX(-1);
    }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em;
}

    .splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
        transform: rotate(-90deg);
    }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em;
}

    .splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
        transform: rotate(90deg);
    }

.splide--ttb > .splide__pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: 0.5em;
    transform: translateY(50%);
}

.slider-cover-dots .splide__pagination {
    transform: translate(-50%, -40px) !important;
}

.menuopen {
    transform: translate3d(-100%, 0, 0);
}

#in_det, #con_det {
    max-height: 0px;
    overflow-y: hidden;
    /* visibility: hidden; */
    transition: 0.2s;
}

.ob_collapse {
    max-height: 1000px;
    overflow-y: hidden;
    transition: 0.2s;
}

#pay_det {
    max-height: 0px;
    overflow-y: hidden;
    transition: 0.2s;
}

.hid_con {
    height: 0px;
    visibility: hidden;
}

.req_priority {
    border-radius: 50px;
    padding: 3px 10px 3px 10px;
    margin-bottom: 8px;
    transition: all 0.5s;
}

    .req_priority.low {
        border: 1px solid var(--my_green);
    }

    .req_priority.medium {
        border: 1px solid var(--my_orange);
    }

    .req_priority.high {
        border: 1px solid var(--my_red);
    }

    .req_priority.low.active {
        background-color: var(--my_green);
        color: white;
    }

    .req_priority.medium.active {
        background-color: var(--my_orange);
        color: white;
    }

    .req_priority.high.active {
        background-color: var(--my_red);
        color: white;
    }


.hid_card {
    max-height: 100000px;
}

#darklayer {
    opacity: 0;
    transition: 0.2s;
}

.sidebar {
    position: fixed;
    overflow-x: hidden;
    top: 0;
    width: 80%;
    height: 100%;
    margin-left: -100%;
    z-index: 9999999;
    padding-top: 20px;
    background-color: rgb(233, 233, 233);
    transition: all 0.3s;
}

.landlord_menu_item {
    padding: 10px;
    font-size: !4px;
    font-weight: bold;
    font-family: Manrope;
    letter-spacing: 1px;
    transition: all 0.3s;
}

    .landlord_menu_item.active {
        background-color: var(--my_green);
        box-shadow: 0px 0px 10px #00000030;
        color: white;
    }

.chatpics {
    width: 60px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
    float: none;
}

@keyframes star_anim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.rating_star {
    font-size: 20px;
    color: var(--my_gray);
}

    .rating_star.active {
        color: var(--my_orange);
        animation: 0.5s ease-in-out 0s 1 star_anim;
    }

.disable_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.15;
    z-index: 10;
    margin-inline: -10px;
    border-radius: 10px;
    pointer-events: none;
}

.disable_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--light_blue);
    z-index: 11;
    font-size: 20px;
    margin-inline: -10px;
    border-radius: 10px;
    pointer-events: none;
}

.material_req_card {
    border-radius: 10px;
    padding: 10px 0px;
}

.material_req_left {
    padding: 10px;
    border-radius: 10px 5px 5px 10px;
}

.material_req_right {
    padding: 10px;
    border-radius: 5px 10px 10px 5px;
}

.qtn_del {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    border-radius: 10px 0px 10px 0px;
    background-color: var(--my_red);
    color: white;
    margin: 0px -10px -10px 00px;
}

.qtn_num {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    border-radius: 00px 10px 0px 10px;
    background-color: var(--light_blue);
    color: white;
    margin: -10px -10px 0px 0px;
}

.chat_you {
    max-width: 80%;
    padding: 10px 10px 20px 10px;
    display: inline-block;
    border-radius: 15px 15px 15px 0px;
    background-color: white;
    margin-bottom: 15px;
    font-size: 14px;
    position: relative;
    min-width: 100px;
}

.chat_you_time {
    position: absolute;
    bottom: 3px;
    right: 10px;
    font-size: 10px;
    color: #b6b6b6
}

.chat_me {
    padding: 5px 10px 20px 10px;
    margin-left: 20%;
    border-radius: 15px 15px 0px 15px;
    display: inline-block;
    background-color: var(--light_blue);
    margin-bottom: 15px;
    color: white;
    font-size: 14px;
    position: relative;
    min-width: 100px;
}

    .chat_me > div {
        color: white;
    }

.chat_me_time {
    position: absolute;
    bottom: 3px;
    right: 10px;
    font-size: 10px;
    color: #e1e1e1;
}

    .chat_me_time > span {
        color: white;
    }

.chat_me_audio, .chat_you_audio {
    margin-bottom: 15px;
}

    .chat_me_audio > audio, .chat_you_audio > audio {
        height: 40px;
    }

.chat_me_image {
    padding: 5px 5px 20px 5px;
    margin-left: 20%;
    border-radius: 15px 15px 0px 15px;
    display: inline-block;
    background-color: var(--light_blue);
    margin-bottom: 15px;
    color: white;
    font-size: 14px;
    position: relative;
    min-width: 100px;
}

    .chat_me_image > img, video {
        border-radius: 15px;
        width: 100%;
    }

.chat_you_image {
    max-width: 80%;
    padding: 5px 5px 20px 5px;
    display: inline-block;
    border-radius: 15px 15px 15px 0px;
    background-color: white;
    margin-bottom: 15px;
    font-size: 14px;
    position: relative;
}

    .chat_you_image > img, video {
        border-radius: 15px;
        width: 100%;
    }

@keyframes voice_glow {
    0% {
        box-shadow: 0px 0px 0px var(--light_blue);
        border: 0px solid #00000000;
    }

    50% {
        box-shadow: 0px 0px 10px var(--light_blue);
        border: 2px solid white;
    }

    100% {
        box-shadow: 0px 0px 0px var(--light_blue);
        border: 0px solid #00000000;
    }
}

.leg_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.leg_dot_small {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.vac_oc {
    transform: scale(0.9);
    box-shadow: 0px 0px 0px #00000000;
}

    .vac_oc.active {
        transform: scale(1);
        box-shadow: -7px -7px 10px 0px #fbfbfb99, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
    }

    .vac_oc.inactive {
        transform: scale(0.8);
    }

.task_title_cal {
    font-size: 14px;
    font-weight: bold;
}

.task_card {
    transition: all ease-in-out 1s;
}

    .task_card.active {
        background-color: var(--super_light_blue);
        border-radius: 0px 100px 100px 0px;
        box-shadow: 0px 10px 10px #00000030;
    }

.mytoggle {
    position: relative;
    border-radius: 50px;
    border: 1px solid var(--my_gray);
    height: 24px;
    transition: all 0.3s;
    margin-inline: 2px;
}

    .mytoggle.active {
        background-color: var(--my_green);
    }

    .mytoggle > .tog_circle {
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background-color: white;
        border: 1px solid var(--my_gray);
        position: absolute;
        left: 0;
        top: 50%;
        pointer-events: none;
        margin-left: 2px;
        transform: translateY(-50%);
        transition: all 0.3s;
    }

    .mytoggle > .yes_no_insp {
        position: absolute;
        top: 50%;
        left: calc(100% - 10px);
        transform: translate(-100%, -50%);
        font-weight: bold;
        pointer-events: none;
    }

    .mytoggle.active > .yes_no_insp {
        position: absolute;
        top: 50%;
        left: 10px;
        color: white;
        transform: translate(0%, -50%);
        font-weight: bold;
    }

    .mytoggle.active > .tog_circle {
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background-color: white;
        border: 1px solid var(--my_gray);
        position: absolute;
        left: 100%;
        top: 50%;
        margin-left: 0px;
        transform: translate(-100%, -50%);
    }

.f-active-col {
    background-color: var(--light_blue);
    padding: 20px 5px 5px 5px;
    color: white;
    border-radius: 10px;
    /*transform:translateY(-15px);*/
    margin-top: -20px;
    box-shadow: 0px 10px 10px #00000030;
    transition: all 0.5s;
}

    .f-active-col > span {
        color: white;
    }

#f-menu {
    box-shadow: 0px -5px 10px rgb(0 0 0 / 0.20);
}

.f-active-col > .f-menu-icon {
    color: white;
}

.f-menu-icon {
    font-size: 20px;
    color: rgb(192, 192, 192);
}

.f-menu-icon-active {
    font-size: 20px;
    color: white;
}

.fa-chevron-down {
    transition: 0.2s;
}

.f-btn {
    display: inline-block;
    flex: 1 100%;
    border-radius: 5px;
    border: 1px solid rgb(192, 192, 192);
}

.sidemenu_options > div > .side-menu-icon {
    color: var(--my_orange);
    font-size: 16px;
    padding: 5px;
    width: 40px;
    border: 1px solid rgb(192, 192, 192);
    border-radius: 5px;
    margin-right: 40px;
}

.sidemenu_options.active > div > .side-menu-icon {
    color: white;
    font-size: 24px;
    padding: 5px;
    width: 40px;
    border: 1px solid white;
    border-radius: 5px;
}

.prio_option {
    border: 1px solid rgb(192, 192, 192);
    margin: 2px;
    padding: 2px;
    border-radius: 20px;
}

.prio_option_active {
    border: 1px solid rgb(192, 192, 192);
    margin: 2px;
    padding: 2px;
    border-radius: 20px;
    background-color: var(--my_green);
    color: white;
}

.issue_icon {
    margin-bottom: 5px;
    width: 40px;
    background-color: rgb(230, 230, 230);
    padding: 5px;
    border-radius: 50%;
}

.issue_icon_active {
    margin-bottom: 5px;
    width: 40px;
    background-color: rgb(203, 203, 255);
    padding: 5px;
    border-radius: 50%;
    border: 3px solid white;
}

.submit_button {
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    background-color: var(--dark_blue);
    color: white;
}

.sticky_card {
    position: fixed;
    top: 0;
    overflow-y: scroll;
    white-space: nowrap;
}


.scroll_col {
    overflow-x: scroll;
    white-space: nowrap;
}

.di {
    display: inline-block !important;
}

.scroll_label {
    display: inline-block;
    padding: 10px;
    font-family: Manrope;
    font-weight: bold;
    border-right: 1px solid rgb(192, 192, 192);
    margin-left: -5px;
    border-bottom: 1px solid rgb(192, 192, 192);
    transition: all 0.3s;
}

.scroll_label_manage {
    display: inline-block;
    padding: 10px 15px 5px 15px;
    font-family: Manrope;
    font-weight: bold;
    position: relative;
    background-color: white;
    margin-inline: -3px;
    transition: all 0.3s;
}

    .scroll_label_manage.active {
        background-color: var(--light_blue);
    }

        .scroll_label_manage.active > div {
            color: white;
        }

        .scroll_label_manage.active > img {
            filter: invert(99%) sepia(0%) saturate(193%) hue-rotate(209deg) brightness(118%) contrast(100%);
        }

.prevent_label {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    font-family: Manrope;
    border-radius: 50px;
    margin-inline: 3px;
    border: 1px solid gray;
}

    .prevent_label.ar.active {
        background-color: var(--light_blue);
        color: white;
    }

.history_icon {
    color: white;
    padding: 15px;
    font-size: 18px;
    background-color: var(--light_blue);
    border: 1px solid white;
    border-radius: 50px;
}

.filter_bar {
    font-size: 12px;
    letter-spacing: 1px;
    z-index: 99999;
}

.top_filter_value {
    font-size: 16px;
}


.top_filter {
    display: inline-block;
    padding: 3px 5px 3px 5px;
    font-family: Manrope;
    transition: all 0.3s;
}

    .top_filter.active {
        background-color: var(--my_green);
        color: white;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3)
    }

        .top_filter.active > div {
            color: white;
        }

.prevent_label.active {
    background-color: var(--my_green);
    color: white;
}

.scroll_label.active {
    background-color: var(--my_green);
    color: white;
    box-shadow: 0px 0px 10px #00000030;
}

.date_slide {
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    margin-right: 10px;
    display: inline-block;
    transition: all 0.3s;
}

    .date_slide.active {
        color: white;
        background-color: var(--my_green);
    }

.act {
    transition: all 0.3s;
}

@keyframes go_away {
    0% {
        transform: scale(1);
        transform-origin: 50% 0%;
        opacity: 1;
    }

    100% {
        transform: scale(0);
        transform-origin: 50% 0%;
        opacity: 0;
    }
}

@keyframes comein {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

#leas_box {
    max-height: 0px;
    overflow-y: hidden;
    padding: 0px 15px 0px 15px;
    margin: 0px -15px 0px -15px;
    transition: all 0.3s;
}

#account_box {
    max-height: 10000px;
    overflow-y: hidden;
    transition: all 0.3s;
}

.n-b {
    font-family: 500 !important;
}

.n-t {
    font-family: Manrope !important;
}

.b-b {
    border-bottom: 1px solid rgb(230, 230, 230);
}

.b-l {
    border-left: 1px solid rgb(230, 230, 230);
}

.b-t {
    border-top: 1px solid rgb(230, 230, 230);
}

.b-r {
    border-right: 1px solid rgb(230, 230, 230);
}

.b-all {
    border: 1px solid #00000010
}

.main_hid_chart {
    max-height: 0px;
    overflow-y: hidden;
    transition: all 0.3s;
}

.gallary_icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .gallary_icon > img {
        width: 40px;
        height: 40px;
    }

.type_fil_item {
    padding-inline: 5px;
}

@keyframes box_effect_out {
    0% {
        transform: scale(1);
        background-color: var(--super_light_blue);
        opacity: 1;
    }

    100% {
        transform: scale(10);
        background-color: var(--super_light_blue);
        opacity: 0;
    }
}

@keyframes box_effect_in {
    0% {
        transform: scale(10);
        background-color: var(--super_light_blue);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        background-color: var(--super_light_blue);
        opacity: 1;
    }
}

.effect_box {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    z-index: 0;
    margin-top: -0.25rem;
}

    .effect_box.animate_out {
        animation: 0.5s ease-out 0s 1 box_effect_out;
        animation-fill-mode: forwards;
    }

    .effect_box.animate_in {
        animation: 0.5s ease-out 0s 1 box_effect_in;
        animation-fill-mode: forwards;
    }

.conf_filter_option {
    border: 1px solid rgb(230,230,230);
    border-radius: 40px;
    padding: 5px 10px 5px 10px;
    box-shadow: 0px 0px 5px #00000050;
    display: inline-block;
    margin: 5px;
}

    .conf_filter_option.active {
        background-color: var(--light_blue);
    }

        .conf_filter_option.active > div {
            color: white;
        }

.modal_option {
    border-radius: 50px;
    border: 1px solid rgb(230,230,230);
}

    .modal_option.active {
        border: 1px solid var(--light_blue);
        background-color: #0000ff30;
        color: var(--light_blue);
        box-shadow: 0px 0px 5px #00000050;
    }

.modal_option2 {
    border-radius: 50px;
    border: 1px solid rgb(230,230,230);
    margin-bottom: 5px;
    padding-inline: 10px;
}

    .modal_option2.active {
        border: 1px solid var(--light_blue);
        background-color: #0000ff30;
        color: var(--light_blue);
        box-shadow: 0px 0px 5px #00000050;
    }

.modal_close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: !4px;
}

.contcode {
    padding: 7px;
    margin-left: -7px;
    background-color: var(--my_orange);
    border-radius: 7px;
    font-weight: bolder;
}

.whole_card {
    max-height: 1000px;
    overflow-y: hidden;
    transition: all 0.3s
}

.sidemenu_options {
    margin: 10px 10px 15px 10px;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
}

    .sidemenu_options.active {
        margin: 10px 10px 15px 10px;
        background-color: var(--light_blue);
        border-radius: 10px;
        padding: 5px;
    }

        .sidemenu_options.active > div > div {
            color: white;
        }

.rot_left {
    transform-origin: 0% 50%;
    animation: blue_rot 2s;
}

@keyframes blue_rot {
    0% {
        transform: rotate(0deg) translateX(-50%);
    }

    100% {
        transform: rotate(180deg) translateX(-50%);
    }
}

.rot_right {
    transform-origin: 0% 50%;
    animation: green_rot 2s;
}

@keyframes green_rot {
    0% {
        transform: rotate(0deg) translateX(-50%);
    }

    100% {
        transform: rotate(-180deg) translateX(-50%);
    }
}

.sevenh {
    opacity: 0;
    animation: fadein 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.arrow_show {
    animation: mymove 1s infinite;
}


@keyframes mymove {
    0% {
        opacity: 0;
        right: 0%;
    }

    50% {
        opacity: 50%
    }

    100% {
        opacity: 0%;
        right: 10%;
    }
}

.job_tab {
    font-size: 14px;
    padding: 10px;
    transition: all 0.3s;
}

    .job_tab.active {
        padding: 10px;
        background-color: var(--my_green);
        color: white;
        font-weight: bold;
    }

.card_tab .job_detail_tab {
    transform: translateX(0%);
    transition: all 0.3s;
}

.modal_year {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    transition: all 0.3s;
}

    .modal_year.active {
        border-radius: 5px;
        background-color: var(--light_blue);
        box-shadow: 0px 5px 10px #00000050;
        color: white;
    }

.job_start_stop_label {
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

.my_underline {
    width: 40%;
    height: 2px;
    background-color: var(--light_blue);
}

.pending-btn {
    background-color: #d6e0ff;
    border: 1px solid var(--dark_blue);
    border-radius: 20px;
    font-size: 10px;
    font-weight: bold;
    color: var(--dark_blue)
}

.done-btn {
    background-color: rgb(73 153 92 / 0.14);
    border: 1px solid var(--my_green);
    border-radius: 20px;
    font-size: 10px;
    color: var(--my_green);
}

.glass {
    background-color: #ffffff10;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.donut_total {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.demo_login_btn {
    background-color: white;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 5px 0px 5px 0px;
    display: inline-block;
    letter-spacing: 1px;
}

.logo_parts {
    width: 100px;
    height: 100px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contract_link {
    background-color: var(--my_orange);
    margin-right: -20px
}

.filter_op {
    border-radius: 50px;
    border: 1px solid gray;
    padding: 10px;
}

.n-flag {
    width: 30px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%)
}

.emp_req_card {
    padding: 10px;
    font-family: Manrope;
    border-radius: 10px;
    box-shadow: -7px -7px 10px 0px #fbfbfb99, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
}

.leave_card {
    border-radius: 10px;
    box-shadow: -7px -7px 10px 0px #fbfbfb99, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
}

.leave_card_title {
    padding: 10px 0px 10px 0px;
    border-radius: 10px;
    margin: -5px 0px;
    color: white;
    font-weight: bold;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
}

.leave_img {
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 100px;
    margin-bottom: 5px;
}

.month_scroll {
    display: inline-block;
    font-family: Manrope;
    padding: 5px 10px 5px 10px;
    border-right: 1px solid rgb(230, 230, 230);
}

    .month_scroll.active {
        background-color: var(--my_green);
        color: white;
    }

.year_drop {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1;
}

.salary_card {
    border-radius: 10px;
}

.att_card {
    padding: 10px;
    font-size: 12px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s;
}

    .att_card.present {
        background-color: #49995c30;
        border: 1px solid var(--my_green);
    }

    .att_card.absent {
        background-color: #ff000030;
        border: 1px solid #ff0000;
    }

    .att_card.holiday {
        background-color: rgb(0 95 246 / 0.30);
        border: 1px solid rgb(0 95 246);
    }

    .att_card.chosen {
        background-color: var(--light_blue);
        color: white;
    }

        .att_card.chosen > span {
            color: white;
        }

.att_title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}

.att_count {
    font-size: 26px;
    font-weight: bold;
}

.leave_icon_card_static {
    background-color: white;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    bottom: -10px;
    border-bottom-right-radius: 10px;
    transition: all 0.3s;
}

.leave_icon_card {
    background-color: white;
    width: 30px;
    height: 30px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom-right-radius: 10px;
    transition: all 0.3s;
}

    .leave_icon_card.active {
        right: 5px;
        bottom: -10px;
        box-shadow: 5px 5px 10px #a8a8a8;
    }

.leave_icon {
    width: 20px;
    height: 20px;
    pointer-events: none;
    margin: 5px 0px 0px 5px;
}

.leave_icon_app {
    width: 20px;
    height: 20px;
}

.leave_req_btn {
    background-color: var(--dark_blue);
    color: white;
    padding: 5px 10px 5px 10px;
    border-radius: 50px;
    font-size: 12px;
}

.leave_apply_btn {
    background-color: var(--dark_blue);
    border-radius: 50px;
    color: white;
    padding: 10px;
    font-size: 12px;
}

.asset_title {
    font-size: 16px;
}

.asset_card {
    border-radius: 10px;
    margin: 10px 15px 10px 15px;
    padding: 10px;
}

.month_sel {
    border: none;
}

.week_title {
    background-color: var(--light_blue);
    color: white;
    border-right: 1px solid white;
    font-family: Manrope;
    padding: 5px 0px 5px 0px;
}

.notice_title {
    font-size: 14px;
}

.notice_content {
    font-size: 12px;
    padding-left: 10px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.triangle_top {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 15px solid var(--my_green);
    border-bottom: 15px solid transparent;
}

.week_num {
    padding: 5px 0px 5px 0px;
    opacity: 0;
    transition: all 0.3s;
}

    .week_num.active {
        background-color: var(--my_green);
        color: white;
    }

    .week_num.off {
        background-color: var(--super_light_blue);
    }

    .week_num.holi {
        background-color: var(--light_pink);
    }

    .week_num.active.holi {
        background-color: var(--light_pink);
        box-shadow: inset 0px 0px 0px 2px var(--my_green);
        color: black;
    }

    .week_num.active.off {
        background-color: var(--super_light_blue);
        box-shadow: inset 0px 0px 0px 2px var(--my_green);
        color: black;
    }


.today_task {
    background-color: var(--super_light_blue);
    border: 1px solid var(--light_blue);
    border-radius: 0px 50px 50px 0px;
    padding: 5px 10px 5px 10px;
    box-shadow: 5px 0px 5px #00000030;
    font-size: 12px;
    font-weight: bold;
}

.team_card {
    position: relative;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}

.team_pic {
    width: 80px;
    height: 80px;
    border: 2px solid var(--light_blue);
    border-radius: 50px;
    object-fit: cover;
}

.my_man {
    background-color: white;
    border: 2px solid #EE3F2C;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 8px;
    color: white
}

#wrapper {
    width: 80px;
    height: 80px;
}

#meter {
    width: 100%;
    height: 100%;
}

.att_icon {
    color: var(--my_orange);
    font-size: 24px;
    margin-bottom: 5px
}

.approved_btn {
    border: 1px solid var(--my_green);
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    background-color: #49995c20;
}

.pending_btn {
    border: 1px solid var(--light_blue);
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    background-color: var(--super_light_blue);
}

.float_user_btn {
    position: fixed;
    bottom: 20%;
    z-index: 100000;
    background-color: var(--my_dark_orange);
    right: 0px;
    color: white;
    padding: 5px 15px 5px 15px;
    border-radius: 50px 0px 0px 50px;
}

.reject_btn {
    border: 1px solid red;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    background-color: #ff000020;
}

.contract_slide {
    height: 5em;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
    width: 4em;
}

    .contract_slide > .title {
        border-radius: 10px;
        padding: 10px;
    }

.pay_icon_upcoming {
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid var(--dark_blue);
}

.pay_icon_paid {
    padding-top: 5px;
    margin: 10px;
    font-size: 16px;
    width: 36px;
    height: 36px;
    border-radius: 80px;
    border: 1px solid var(--my_green);
}

.cheque_count {
    font-size: 14px;
    font-weight: bold;
}

.technicians {
    position: absolute;
    top: 0;
    left: 90%;
}

    .technicians > .fa-user {
        opacity: 0.5;
        padding: 10px;
        border: 1px solid var(--my_gray);
        display: inline-block;
        border-radius: 50px;
        z-index: 100;
    }

.pay_icon_up_i {
    color: var(--dark_blue);
    font-size: 14px;
}

.pay_icon_paid_i {
    color: var(--my_green);
    font-size: 14px;
}

.up_card {
    overflow-y: hidden;
    transition: all 300ms;
}

.pay_card {
    overflow-y: hidden;
    transition: all 300ms;
}

.active_card {
    overflow-y: hidden;
    transition: all 300ms;
}

.arch_card {
    overflow-y: hidden;
    transition: all 300ms;
}

.pendf_card {
    overflow-y: hidden;
    transition: all 300ms;
}

.apprf_card {
    overflow-y: hidden;
    transition: all 300ms;
}

.rejf_card {
    overflow-y: hidden;
    transition: all 300ms;
}

.tenant_card_side {
    height: 100%;
    position: relative;
    border-radius: 0px 10px 10px 0px;
    padding-top: 10px;
    margin: -10px -10px -10px 0px;
}

    .tenant_card_side.active {
        background-color: var(--my_orange);
    }

    .tenant_card_side.inactive {
        background-color: var(--my_red);
    }

.unit_card_side {
    height: 100%;
    position: relative;
    border-radius: 0px 10px 10px 0px;
    padding-top: 10px
}

    .unit_card_side.active {
        background-color: var(--my_orange);
    }

    .unit_card_side.inactive {
        background-color: var(--my_red);
    }


.con_status {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: -16px -16px 0px 0px;
    overflow: inherit;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border-radius: 0px 10px 0px 0px;
    box-shadow: -5px 5px 5px #00000030;
}

.con_status1 {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: -10px 0px 0px 0px;
    overflow: inherit;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border-radius: 0px 0px 10px 10px;
    font-family: Manrope;
    box-shadow: 0px 5px 10px #00000030;
}

.con_status.active {
    background-color: var(--my_orange);
}

.con_status.archived {
    background-color: var(--my_red);
    color: white;
}

.con_status1.active {
    background-color: var(--my_orange);
}

.hold_switch > span {
    position: absolute;
    top: calc(50% + 2px);
    left: 10px;
    transform: translate(0%, -50%);
    color: white;
    pointer-events: none;
    transition: all 0.2s;
}

.hold_switch.active > span {
    color: black;
    left: 25px;
}

.switch_label {
    position: absolute;
    top: calc(50% + 3px);
    left: 20px;
    transform: translate(0%, -50%);
    color: white;
    pointer-events: none;
    transition: all 0.2s;
}

.switch_label_leave {
    position: absolute;
    top: calc(50% + 3px);
    left: 10px;
    transform: translate(0%, -50%);
    color: white;
    pointer-events: none;
    transition: all 0.2s;
}

    .switch_label_leave.active {
        left: calc(50% - 30px);
        color: black;
    }

.rent_break {
    font-size: 16px;
    line-height: initial;
}

.switch_label.active {
    left: calc(50% - 10px);
    color: black;
}

.con_status1.archived {
    background-color: var(--my_red);
    color: white;
}

.req_stat {
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}

    .req_stat.approved {
        border: 1px solid var(--my_green);
    }

    .req_stat.rejected {
        border: 1px solid var(--my_red);
    }

    .req_stat.pending {
        border: 1px solid var(--dark_blue);
    }

@keyframes appear_side {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes appear_pop {
    0% {
        transform: translateY(-20%) scale(0);
        opacity: 0;
    }

    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }
}

@keyframes appear_up {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes row_sahdow {
    0% {
        box-shadow: 0px 0px 0px #00000000;
    }

    100% {
        box-shadow: 3px 0px 5px #00000030;
    }
}

.profile_country {
    position: absolute;
    top: 0px;
    left: 30px;
    padding: 20px 10px 10px 10px;
    background-color: var(--my_orange);
    width: 40px;
    border-radius: 0px 0px 40px 40px
}

    .profile_country > img {
        width: 20px;
    }

.info_card {
    margin: 10px 5px 10px 0px;
    padding: 5px 5px 5px 0px;
    border: 1px solid var(--light_blue);
    border-radius: 5px 30px 30px 5px;
}

.left_orange {
    display: inline-block;
    background-color: var(--my_orange);
    width: 100%;
    padding: 5px 0px 5px 0px;
    margin: -10px 0px -10px 0px;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 3px 0px 5px rgb(0 0 0 / 0.30);
}

.table_info_right {
    display: inline-block;
    opacity: 0;
    position: relative;
    z-index: 0;
    transform: translateX(-120%);
    transition: all 500ms ease-out;
}

@keyframes tab_right_anim {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes tab_left_anim {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

.info_title {
    z-index: 10;
    background-color: var(--super_light_blue);
    color: black;
    font-family: Manrope;
    font-weight: bold;
    position: relative;
    border-radius: 0px 40px 40px 0px;
    box-shadow: 3px 0px 5px #00000030;
    transition: all 500ms ease-out;
}

.info_title_sq {
    z-index: 10;
    background-color: var(--super_light_blue);
    color: black;
    font-family: Manrope;
    font-weight: bold;
    width: 100%;
    position: relative;
    box-shadow: 3px 0px 5px #00000030;
    transition: all 500ms ease-out;
}

.tab_head {
    border-bottom: 1px solid var(--dark_blue);
    border-right: 1px solid var(--dark_blue);
    border-left: 1px solid var(--dark_blue);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 5px 5px #00000030;
    margin-bottom: 10px;
}

.no_cheques {
    padding: 10px 0px 10px 0px;
    background-color: var(--super_light_blue);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px -5px 5px #00000020;
}

@keyframes button_pop {
    0% {
        box-shadow: 0px 0px 0px #00000000;
    }

    100% {
        box-shadow: 0px -5px 5px #00000010;
    }
}

.con_label {
    border-radius: 10px 10px 0px 0px;
    padding: 5px;
    border-right: 1px solid var(--dark_blue);
    border-left: 1px solid var(--dark_blue);
    border-top: 1px solid var(--dark_blue);
    color: var(--my_gray);
    box-shadow: 0px -5px 5px #00000010;
    animation: 1s ease-out 0s 1 button_pop;
}

.add_image_plus {
    border-radius: 5px;
    border: 1px solid #00000030;
    width: 80px;
    height: 80px;
}

@keyframes pop_up {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.white_rounded_box_left {
    background-color: white;
    border-radius: 15px 5px 5px 15px;
    padding: 10px;
    height: 100%;
}

.white_rounded_box_right {
    background-color: white;
    border-radius: 5px 15px 15px 5px;
    margin-left: 2px;
    padding: 10px;
    height: 100%;
    position: relative;
}

.contract_status {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 10px 3px 10px;
    margin-bottom: -10px;
    margin-right: 5px;
    box-shadow: 5px -5px 5px #00000030;
    border-radius: 0px 0px 15px 0px;
}

.unit_label {
    border-radius: 10px 10px 0px 0px;
    padding: 5px;
    border-right: 1px solid var(--glow_blue);
    border-left: 1px solid var(--glow_blue);
    border-top: 1px solid var(--glow_blue);
    color: var(--my_gray);
    box-shadow: 0px -5px 5px #00000010;
    animation: 1s ease-out 0s 1 button_pop;
}

.con_code {
    font-weight: bold;
    font-size: 14px;
    margin-top: -10px;
    color: black;
    border-radius: 0px 0px 10px 10px;
    background-color: var(--my_orange);
    display: inline-block;
    padding: 10px;
    box-shadow: 0px 5px 5px #00000030;
}

.pay_status_modal {
    background-color: var(--my_orange);
    padding: 10px 10px 10px 20px;
    display: inline-block;
    margin-right: -15px;
    border-radius: 50px 0px 0px 50px;
    box-shadow: -5px 0px 10px #00000030;
}

.collected_stamp {
    position: absolute;
    width: 120px;
    top: 50%;
    left: 50%;
    opacity: 0.8;
    transform: translate(-50%, -50%);
}

.con_detail_status {
    background-color: var(--my_orange);
    color: black;
    margin-top: -15px;
    padding: 15px 0px 10px 0px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 5px 10px #00000030;
    font-weight: bold;
}

.foreman_img_cont {
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 0px 10px 0px;
    margin-inline: 5px;
    position: relative;
}

    .foreman_img_cont > i {
        color: var(--light_blue);
        position: absolute;
        top: 10px;
        font-size: 16px;
        left: calc(100% - 35px);
        opacity: 0;
    }

    .foreman_img_cont.active {
        border: 2px solid var(--light_blue);
        background-color: var(--super_light_blue);
    }

        .foreman_img_cont.active > i {
            opacity: 1;
        }

.sel_tech_img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid var(--light_blue);
    margin-right: 10px;
    object-fit: cover;
}

.assign_fore_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--light_blue);
    object-fit: cover;
}

.foreman_slider_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--light_blue);
    object-fit: cover;
    display: inline-block;
}

.assign_fore_name {
    font-size: 14px;
    font-weight: bold;
    color: var(--light_blue);
}

.graph_mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.unit_det_status {
    background-color: var(--my_orange);
    padding: 5px 15px 5px 15px;
    color: black;
    border-radius: 0px 50px 50px 0px;
    margin-left: -15px;
    box-shadow: 5px 0px 10px #00000030;
    font-size: 10px;
}

.unit_share_btn {
    background-color: var(--light_blue);
    border-radius: 50px 0px 0px 50px;
    padding: 10px 15px 10px 20px;
    color: white;
    z-index: 10;
    position: relative;
    margin-right: -20px;
}

.history_btn {
    padding: 5px 10px 5px 10px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: inset 0px 0px 10px #00000090;
    background-color: var(--dark_blue);
}

    .history_btn > span {
        color: white;
    }

    .history_btn > i {
        color: white;
    }

.share_icon_hide {
    position: absolute;
    top: 50%;
    right: -120%;
    transform: translateY(-50%);
    z-index: 0;
    background-color: white;
    border-radius: 50px 0px 0px 50px;
    box-shadow: -5px 0px 10px #00000030;
    padding: 5px 40px 2px 40px;
    transition: all 0.3s;
}

.share_icon_cont {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
}

.share_icon_hide.showing {
    right: 0%;
}

.share_icon_cont > i {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 3px;
    transform: translate(-50%, -50%);
}

.share_close {
    font-size: 16px;
    color: #00000050;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.cheque_no {
    background-color: var(--my_orange);
    padding: 5px 20px 5px 10px;
    box-shadow: 0px -5px 5px #00000010;
}

.req_card_block {
    border-radius: 10px;
    margin-bottom: -2rem;
}

.req_donut_row {
    margin-top: -30px;
    margin-bottom: -20px;
}

.pay_mode_dummy {
    color: black;
    margin-top: 5px;
    font-size: 12px;
    padding-top: 3px;
    display: inline-block;
    font-family: Manrope;
    opacity: 0;
}

.req_menu {
    transform: scale(0);
    z-index: 99999;
    transform-origin: 100% 100%;
    transition: all 0.3s;
}

    .req_menu.active {
        transform: scale(1);
    }


.req_option {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 1px solid #00000030;
}

.new_req_btn {
    border-radius: 50px;
    border: 1px solid var(--dark_blue);
    padding-inline: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Manrope;
    font-weight: bold;
    color: var(--dark_blue);
    display: inline-block;
}

.ticket_no {
    padding: 5px 5px 5px 10px;
    box-shadow: -5px 0px 5px #00000030;
    display: inline-block;
    border-radius: 5px 0px 0px 5px;
}

.donut_bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%
}

.foreman_btn {
    border: 1px solid var(--my_gray);
    padding: 0px 10px 0px 10px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 5px;
}

    .foreman_btn.active {
        background-color: var(--my_green);
        color: white;
    }

.main_request_status {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: -5px 0px 5px #00000020;
    border-radius: 5px;
}

#page_loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 1000000;
    font-weight: bold;
}

.total {
    border: 1px solid var(--my_green);
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    border-top-left-radius: 10px;
    padding-bottom: 10px;
    margin-right: -10px;
    margin-bottom: -10px;
}

    .total > div {
        font-size: 16px;
    }

.contract_pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid white;
}

.contract_tab {
    padding: 10px 0px;
    transition: all 0.3s;
}

    .contract_tab.active {
        background-color: var(--my_green);
        color: white;
        box-shadow: 0px 5px 10px #00000030;
    }

.req_type {
    background-color: var(--my_orange);
    padding: 10px;
    margin-right: -15px;
    font-weight: bold;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

    .req_type.approved {
        background-color: var(--my_green);
        color: white;
    }

    .req_type.rejected {
        background-color: var(--my_red);
        color: white;
    }

#page_loader.hide {
    display: none;
}

@keyframes loader_dot_anim {
    0% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(0%);
    }
}

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

.loader_dot {
    width: 20px;
    height: 20px;
    background-color: var(--light_blue);
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
}

    .loader_dot.first {
        animation: 1s ease-in-out 0s infinite loader_dot_anim;
    }

    .loader_dot.second {
        animation: 1s ease-in-out 0.25s infinite loader_dot_anim;
    }

    .loader_dot.third {
        animation: 1s ease-in-out 0.5s infinite loader_dot_anim;
    }

    .loader_dot.fourth {
        animation: 1s ease-in-out 0.75s infinite loader_dot_anim;
    }

.ten_comp_type {
    font-size: 12px;
}

    .ten_comp_type.pen > div {
        color: var(--glow_blue);
    }

    .ten_comp_type.app > div {
        color: var(--my_green);
    }

    .ten_comp_type.clos > div {
        color: var(--my_gray);
    }

    .ten_comp_type.rej > div {
        color: var(--my_red);
    }

    .ten_comp_type.active {
        background-color: var(--light_blue);
        border-radius: 5px;
        box-shadow: 0px 0px 10px #00000030;
    }

        .ten_comp_type.active > div {
            color: white;
        }

.contract_filter_item {
    display: inline-block;
    padding: 5px 15px 5px 15px;
}

    .contract_filter_item.active {
        background-color: var(--my_green);
    }

        .contract_filter_item.active > div {
            color: white;
        }

.pay_mode {
    color: black;
    margin-top: 5px;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
    display: inline-block;
    font-family: Manrope;
    font-weight: bold;
    background-color: var(--my_orange);
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -10px;
}

.pay_mode_cheque {
    background-color: var(--super_light_blue);
    padding: 5px 10px 5px 10px;
    box-shadow: 0px -5px 5px #00000010;
}

.pay_desc {
    padding: 5px 0px 0px 10px;
    color: var(--my_green);
    font-weight: bold;
}

.rem_days {
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible;
    background-color: var(--my_orange);
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 0px 20px;
    display: inline-block;
    color: white;
    font-size: 12px;
}

.tenant_search {
    position: fixed;
    top: 50px;
    z-index: 1000;
    padding: 10px;
    width: 100%;
}

.tenant_search_new {
    z-index: 1000;
    padding: 0px 10px 10px 10px;
    ;
    width: 100%;
}

@keyframes search_appear {
    0% {
        top: -100px;
    }

    100% {
        top: 0px;
    }
}

.sticky_search {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background-color: var(--light_blue);
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    animation: 500ms ease-out 0s 1 search_appear forwards;
}

.small_green_title {
    font-size: 12px;
    color: var(--my_green);
    margin-bottom: 3px;
    font-weight: bold;
}

.timing_card {
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    font-size: 11px;
    margin-bottom: 15px;
    margin: 10px;
    position: relative;
}

.time_diff {
    font-size: 20px;
    font-weight: bold;
    font-family: Manrope;
    margin-top: 10px;
}

.time_card_count {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
    background-color: var(--my_orange);
    padding: 5px 10px 5px 10px;
    border-radius: 0px 10px 0px 10px;
    color: white;
}

.by_tenant {
    border: 1px solid var(--light_blue);
    border-radius: 5px;
    padding-inline: 10px;
    margin-left: 5px;
    transition: all 0.3s;
}

.remind_tag {
    font-family: Manrope;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    background-color: var(--my_orange);
    border-radius: 50px 0px 0px 50px;
    margin-right: -10px;
}

.conf_tag {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--my_orange);
    padding: 10px;
    border-radius: 0px 0px 10px 0px;
    font-weight: bold;
    font-family: Manrope;
}

.pdf {
    font-size: 12px;
    font-family: Manrope;
    font-weight: bold;
    margin-bottom: 5px;
}

.pdf_download {
    font-size: 20px;
    color: var(--my_orange);
    margin-bottom: 5px;
    border: 3px solid var(--my_orange);
    border-radius: 100px;
    padding: 15px;
}

.pdf_size {
    font-size: 12px;
    font-family: Manrope;
    font-weight: bold;
}

.small_orange_title {
    color: var(--my_green);
    font-size: 10px;
    font-family: Manrope;
    font-weight: bold;
}

.small_orange_value {
    font-size: 12px;
    font-family: Manrope;
    font-weight: bold;
}

.by_tenant.active {
    background-color: var(--light_blue);
}

.by_foreman {
    border: 1px solid var(--my_green);
    border-radius: 5px;
    padding-inline: 10px;
    margin-left: 5px;
    transition: all 0.3s;
}

    .by_foreman.active {
        background-color: var(--my_green);
    }

.comp_status_new {
    font-size: 10px;
    padding: 5px 10px 5px 5px;
    border: 1px solid #00000030;
    font-weight: bold;
    border-radius: 0px 40px 40px 0px;
}

.white_round_bg {
    background-color: white;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: -50px;
    position: relative;
    z-index: 10;
}

.white_card {
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    position: relative;
    overflow: hidden;
}

.white_card_report {
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    height: 70px;
    transition: all ease-in-out 0.3s;
}

.report_card {
    font-weight: bolder;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding-inline: 10px;
}

.calendar_icon {
    font-size: 12px;
}

.blue_title {
    color: var(--light_blue);
    font-weight: bold;
}

.your_decision {
    background-color: var(--my_orange);
    padding: 5px 15px;
    border-radius: 0px 20px 20px 0px;
    display: inline-block;
    margin-left: -15px;
}

.w_c_i_block {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
}

.req_filter {
    font-size: 14px;
}

.w_c_i {
    width: 100px;
    height: 100px;
}

.w_c_t {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #00000030;
}

.w_c_c {
    font-size: 30px;
}

.break_white_bg {
    position: absolute;
    height: 50px;
    width: calc(70% - 100px);
    border-radius: 0px 50px 50px 0px;
    background-color: white;
    top: 50%;
    left: calc(30% + 20px);
}

.break_toggle {
    position: absolute;
    left: calc(100% - 5px);
    height: 40px;
    background-color: var(--my_gray);
    width: 70%;
    margin-top: 5px;
    margin-right: 5px;
    padding: 10px 0px 10px 0px;
    transform: translateX(-100%);
    border-radius: 100px;
}

    .break_toggle.active {
        background-color: var(--my_green);
    }

        .break_toggle.active > .break_toggle_circle > i {
            color: var(--my_green);
        }

        .break_toggle.active > .break_toggle_circle {
            left: calc(100% - 3px);
            transform: translateX(-100%);
        }


.break_toggle_circle {
    position: absolute;
    height: 34px;
    width: 34px;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 100px;
    background-color: white;
    transform: translateX(0%);
    transition: all 0.5s;
    pointer-events: none;
}

.break_text {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: white;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    transition: all 0.5s;
    pointer-events: none;
}

    .break_text.active {
        left: 20px;
        transform: translateY(-50%);
    }

.break_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--my_gray);
    font-size: 16px;
    pointer-events: none;
}

.signin_circle {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: var(--light_blue);
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    transition: all ease-out 0.5s;
    box-shadow: inset 0px 0px 5px #00000070;
}

    .signin_circle.out {
        transform: rotateY(180deg);
        background-color: var(--my_green);
    }

.red_btn_rect {
    padding: 5px 0px 5px 0px;
    border: 1px solid var(--my_red);
    border-radius: 5px;
}

.red_btn_sm {
    padding: 2px 10px 2px 10px;
    border: 1px solid var(--my_red);
    border-radius: 50px;
    transition: all 0.3s;
    display: inline-block;
    font-weight: bold;
}

    .red_btn_sm.active {
        background-color: var(--my_red);
        color: white
    }

.red_btn_rect.active {
    padding: 5px 0px 5px 0px;
    background-color: var(--my_red);
    border-radius: 5px;
    color: white;
}

.progress_arrow {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 30px;
}

    .progress_arrow.up {
        color: var(--my_green);
    }

    .progress_arrow.down {
        transform: rotate(180deg);
        color: var(--my_red);
    }

.blue_btn_sm {
    padding: 2px 10px 2px 10px;
    border: 1px solid var(--light_blue);
    border-radius: 50px;
    transition: all 0.3s;
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
}

    .blue_btn_sm.active {
        background-color: var(--light_blue);
        color: white;
    }

.blue_btn_rect {
    padding: 5px 0px 5px 0px;
    border: 1px solid var(--light_blue);
    border-radius: 5px;
}

    .blue_btn_rect.left {
        border-radius: 15px 5px 5px 5px;
        font-size: 16px;
    }

    .blue_btn_rect.right {
        border-radius: 5px 15px 5px 5px;
        font-size: 16px;
    }

.green_btn_rect {
    padding: 5px 0px 5px 0px;
    border: 1px solid var(--my_green);
    border-radius: 5px;
}

.blue_btn_rect.active {
    background-color: var(--light_blue);
    color: white;
}

.green_btn_rect.active {
    background-color: var(--my_green);
    color: white;
}

.add_technician_icon {
    font-size: 20px;
    padding: 15px;
    border: 1px solid var(--light_blue);
    border-radius: 50px;
}

.hove_plus {
    transition: all 0.3s;
}

@keyframes scaleanim {
    0% {
        background-size: 00% 100%;
    }

    100% {
        background-size: 100% 100%;
    }
}


.foreman_block {
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #00000030;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    background-image: linear-gradient(to right, var(--super_light_blue) 100%, white 0%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: all 0.3s;
}

    .foreman_block.active {
        background-size: 100% 100%;
        border: 1px solid var(--light_blue);
        font-weight: bold;
    }

.foreman_block_img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
    display: inline-block;
    pointer-events: none;
}

.foreman_block_name {
    display: inline-block;
    font-family: Manrope;
    font-weight: bold;
    pointer-events: none;
}

.sticky_filter {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0px 5px 10px #00000030;
    padding: 5px 10px 5px 10px;
    border-radius: 0px 0px 10px 10px;
    animation: 500ms ease-out 0s 1 search_appear forwards;
    margin-inline: 5px;
}

.ten_sear_btn {
    padding: 8px 20px;
    font-size: 14px;
    color: white;
    background-color: var(--my_green);
    border-radius: 50px;
}

.insp_st_tag {
    background-color: var(--my_orange);
    padding: 5px 10px 5px 10px;
    color: black;
    font-family: Manrope;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 12px;
    margin: -15px -15px 0px 0px;
    border-radius: 0px 10px 0px 0px;
    box-shadow: -5px 5px 10px #00000030;
}

.comp_code {
    font-size: 12px;
    color: white;
    background-color: var(--my_orange);
    display: inline-block;
    padding: 5px 10px 5px 10px;
    box-shadow: -5px 0px 10px #00000030;
    font-family: Manrope;
    color: black;
    font-weight: bold;
    margin-right: -20px;
    border-radius: 20px 0px 0px 20px;
}

.lan_active_tag {
    background-color: var(--my_orange);
    position: absolute;
    top: -20px;
    right: 100px;
    padding: 10px;
    font-family: Manrope;
    color: black;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 5px 10px #00000030;
}

.ten_active_tag {
    background-color: var(--my_orange);
    position: absolute;
    top: 30px;
    right: 100px;
    padding: 10px;
    font-family: Manrope;
    color: black;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 5px 10px #00000030;
}

.comp_head {
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
}

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

.act_arch_btn {
    background-color: var(--light_blue);
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    display: inline-block;
}

.prop_modal_cards {
    padding: 10px 0px 10px 0px;
    margin: 10px 5px 10px 5px;
    border-left: 1px solid var(--light_blue);
    border-right: 1px solid var(--light_blue);
    border-bottom: 1px solid var(--light_blue);
    box-shadow: 0px 5px 10px #00000030;
    border-radius: 0px 0px 10px 10px;
}

.con_total_static {
    position: absolute;
    top: 0;
    left: 0;
}

.att_detail_icon {
    padding: 10px;
    color: white;
    font-size: 16px;
    background-color: var(--light_blue);
    border-radius: 100px;
}

.punch_time {
    padding: 5px 10px;
    border-radius: 50px 0px 0px 50px;
}

.punch_desc {
    padding: 5px 10px;
    border-radius: 0px 50px 50px 0px;
}

    .punch_desc.punch {
        background-color: var(--my_green);
        color: white;
        border-radius: 0px 50px 50px 0px;
    }

    .punch_desc.break {
        background-color: var(--light_blue);
        color: white;
        border-radius: 0px 50px 50px 0px;
    }

.install_btn {
    border: 1px solid var(--dark_blue);
    border-radius: 50px;
    padding: 5px 10px 5px 10px;
    box-shadow: 0px 0px 10px #00000030;
}

.prop_code {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
    width: 40%;
}

.prop_name {
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
}

.prop_type_head {
    font-size: 12px;
    font-family: Manrope;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.5px;
}

.prop_type {
    font-size: 12px;
    font-family: Manrope;
    font-weight: bold;
    color: var(--my_green);
    display: inline-block;
    letter-spacing: 0.5px;
}

.prop_state {
    font-size: 12px;
    font-family: Manrope;
    font-weight: bold;
    color: var(--my_green);
    display: inline-block;
    letter-spacing: 0.5px;
}

.prop_status {
    width: 100%;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
    color: white;
}

.prop_loc {
    display: inline-block;
    color: var(--light_blue);
    font-size: 12px;
    color: white;
}

.prop_donut_leg {
    font-size: 10px;
    font-family: Manrope;
    font-weight: bold;
}

.contract_code {
    font-size: 14px;
    display: block;
}

.contract_name {
    font-size: 12px;
    font-weight: bold;
    color: var(--my_green);
}

.contract_info_icon {
    font-size: 12px;
    color: var(--my_orange);
    width: 10%
}

.contract_info_val {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    font-weight: bold;
    font-family: Manrope;
}

    .contract_info_val.head {
        font-size: 16px;
    }

.con_info_title_sm {
    font-size: 10px;
    font-weight: bold;
    color: var(--my_green);
}

.con_info_val_sm {
    font-size: 10px;
}

.f-menu_name {
    font-size: 8px;
}

.info_card_title {
    font-size: 12px;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.info_card_phone {
    font-size: 20px;
    color: var(--light_blue);
    background-color: white;
    padding: 12px;
    border-radius: 15px;
}

.info_card_pic {
    width: 80px;
    border-radius: 30px;
}

.info_card_name {
    color: white;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.info_card_address {
    color: white;
    font-size: 10px;
    font-family: Manrope;
    margin-top: 5px;
    letter-spacing: 1px;
}

.white_card_title {
    color: rgb(36, 36, 36);
    font-size: 16px;
    font-family: Manrope;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.con_det_down {
    color: gray;
    font-size: 18px
}

.my_legend {
    font-family: Manrope;
    font-size: 12px;
    padding-left: 10px;
}

.install_title {
    padding-left: 20px;
    position: relative;
}

.install_icon_blue {
    color: white;
    width: 32px;
    height: 32px;
    background-color: var(--light_blue);
    font-size: 12px;
    padding-top: 10px;
    border-radius: 50px;
}

.install_icon {
    color: var(--my_orange);
    font-size: 10px;
    border: 1px solid var(--my_orange);
    padding: 5px;
    border-radius: 5px;
}

.payment_status {
    font-size: 14px;
    font-weight: bold;
    font-family: Manrope;
}

.install_date {
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
}

.att_card_small_left {
    border-radius: 10px 100px 10px 10px;
    padding: 10px;
    margin: 10px 0px;
}

.att_card_small_right {
    border-radius: 100px 10px 10px 10px;
    padding: 10px;
    margin: 10px 0px;
}

.att_time {
    font-weight: bold;
    margin-top: 5px;
    margin-block: 5px;
}

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

.att_hour {
    font-size: 18px;
}

.att_ch {
    font-size: 10px;
    font-weight: bold;
    color: blue;
    margin-bottom: 10px;
}

.check_card {
    border-radius: 10px;
    padding: 5px 10px;
    margin: 5px 5px 20px 5px;
    transition: all 0.3s;
}

    .check_card.active {
        background-color: var(--light_blue);
    }

        .check_card.active > div {
            color: white;
        }

.check_card_title {
    font-size: 16px;
    font-weight: bold;
    pointer-events: none;
}

.checkout_big_card {
    width: 100%;
    display: inline-block;
    scroll-snap-align: start;
    padding-inline: 10px;
}

.check_img {
    width: 22px;
    height: 22px;
    object-fit: cover;
}

.card_move_btn {
    background-color: var(--my_green);
    color: white;
    font-size: 20px;
    padding: 10px;
    border-radius: 100px;
}

.pic_modal_img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #00000030;
}

.add_pic_btn {
    border: 1px solid #00000030;
    border-radius: 5px;
}

    .add_pic_btn > i {
        margin: 15px;
        font-size: 20px;
    }

.install_amount {
    font-size: 14px;
}

.install_received {
    font-family: Manrope;
    font-size: 11px;
    color: green;
    margin-top: 3px;
}

.install_balance {
    font-family: Manrope;
    font-size: 11px;
    color: var(--light_blue);
    margin-top: 3px;
}

.camdiv {
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.mycam {
    font-size: 16px;
    margin: 10px;
    pointer-events: none;
}

.checkout_btn {
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    font-family: Manrope;
    font-size: 14px;
    margin: 5px;
    display: inline-block;
    transition: all 0.3s;
}

    .checkout_btn.G {
        background-color: var(--my_green);
        color: white;
    }

    .checkout_btn.F {
        background-color: var(--light_blue);
        color: white;
    }

    .checkout_btn.B {
        background-color: var(--my_red);
        color: white;
    }

.check_insp_pic {
    width: 100%;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}

.req_building {
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    font-family: Manrope;
    font-size: 13px;
    margin: 5px;
    display: inline-block;
    transition: all 0.3s;
}

.request_type {
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    font-family: Manrope;
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
    display: inline-block;
    transition: all 0.3s;
}


.request_loc {
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    font-family: Manrope;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 15px;
    display: inline-block;
    transition: all 0.3s;
}

    .request_loc.hold {
        background-color: var(--light_blue);
        color: white;
    }

        .request_loc.hold > span {
            color: white;
        }

        .request_loc.hold > div {
            color: white;
        }

    .request_loc.bounce {
        background-color: var(--my_red);
        color: white;
    }

    .request_loc.deposit {
        background-color: var(--my_green);
        color: white;
    }

.yes_no_btn {
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    font-family: Manrope;
    font-weight: bold;
    font-size: 14px;
    margin: 5px;
    transition: all 0.3s;
}

.flats {
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    font-family: Manrope;
    font-size: 13px;
    margin: 5px;
    display: inline-block;
    transition: all 0.3s;
}

.request_cat {
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    font-family: Manrope;
    font-size: 14px;
    margin: 5px;
    display: inline-block;
    transition: all 0.3s;
}

    .request_cat.active {
        background-color: var(--light_blue);
        color: white;
    }

.req_building.active {
    background-color: var(--light_blue);
}

    .req_building.active > div {
        color: white;
    }

.request_loc.active {
    background-color: var(--light_blue);
    color: white;
}

.yes_no_btn.active {
    background-color: var(--light_blue);
    color: white;
}

.request_type.active {
    background-color: var(--light_blue);
    color: white;
}

.flats.active {
    background-color: var(--light_blue);
}

    .flats.active > div {
        color: white;
    }

.con_pay_head {
    color: var(--my_green);
}

.pay_amount {
    padding-left: 15px;
}

.pay_date {
    font-size: 10px;
    margin-top: 10px;
}

.welcome {
    font-size: 14px;
}

.small_card_val {
    font-size: 28px;
    margin-top: 10px;
}

.filter_text {
    font-size: 12px;
}

.card_title_simple {
    font-size: 12px;
}

.card_val_simple {
    font-size: 12px;
    color: var(--my_green);
    font-weight: bold
}

.contract_icon_unit {
    font-size: 22px;
    color: grey
}

.uccode {
    color: white;
    font-weight: bold
}

.ucode {
    font-size: 16px;
}

.manage_menu_icon {
    height: 20px;
    margin-bottom: 5px;
}

.ubtype {
    font-size: 10px;
    color: white
}

.uptype {
    font-size: 12px;
}

.urent {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    line-height: initial;
    transform: translateX(-50%)
}

.complaint_slide {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.reported_on {
    font-size: 10px;
    color: var(--my_green);
    margin-bottom: 3px;
}

#timer {
    font-size: 30px;
    font-family: Manrope;
    font-weight: bold;
}

.reported_date {
    font-size: 10px;
    font-weight: bold;
}

.comp_pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.reported_by {
    font-size: 10px;
    color: var(--my_green);
    margin-bottom: 3px;
}

.comp_contact_icon {
    padding: 10px;
    background-color: var(--light_blue);
    color: white;
    border-radius: 50px;
}

.card_title_simple_green {
    font-size: 12px;
    color: var(--my_green)
}

.card_val_simple_black {
    font-size: 12px;
}

.card_no {
    font-size: 12px;
}

.comp_detail_icon {
    color: var(--my_orange);
}

.comp_detail_title {
    font-size: 10px;
    color: var(--my_green);
    margin-bottom: 3px;
}

.comp_detail_val {
    font-size: 12px;
    font-weight: bold;
}

.cal_left_date {
    font-size: 20px;
}

.cal_left_day {
    font-size: 10px;
}

.task {
    font-size: 12px;
}

.unit_no {
    font-size: 20px;
    color: black;
}

.unit_area {
    font-size: 12px;
    font-family: Manrope;
    font-weight: bold
}

.pres_rent {
    color: black;
    font-size: 16px;
}

.unit_loc {
    color: black;
    font-size: 14px
}

.dev_name {
    font-size: 12px;
    font-family: Manrope;
}

.loc_icon {
    font-size: 12px;
}

.deposit_btn {
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    transition: all 0.3s;
}

    .deposit_btn.active {
        background-color: var(--light_blue);
        color: white;
    }

.cheque_header {
    position: absolute;
    right: 10px;
    background-color: white;
    border-radius: 5px;
    width: 47px;
    height: 34px;
    top: 50%;
    transform: translateY(-50%);
}

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

.pdc_card {
    border-radius: 10px;
    margin-right: 10px;
    display: inline-block;
    padding: 15px;
    width: 150px;
}

    .pdc_card > .text-start {
        position: relative;
        padding: 15px;
        margin: -15px;
        border-radius: 10px;
        font-weight: bolder;
        font-size: 14px;
    }

.cheque_shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    box-shadow: -5px 0px 10px #00000030;
    width: 100%;
    height: 100%;
    padding: 30px;
    margin-top: -30px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-left: 1px solid var(--light_blue);
    border-top: 1px solid var(--light_blue);
    border-bottom: 1px solid var(--light_blue);
}

.own_code {
    font-size: 14px;
    display: block;
}

.own_name {
    font-size: 12px;
    color: var(--my_green);
}

.card_icon_small {
    font-size: 12px;
    transform: scaleX(-1);
    color: var(--my_orange);
}

.rec_pay_title {
    border-radius: 10px;
    color: white;
    padding: 10px;
    margin: -10px -10px 0px -10px;
}

.card_value_small {
    font-size: 12px;
    display: inline-block;
    font-family: Manrope;
    font-weight: bold;
}

.own_status {
    background-color: var(--my_green);
    color: white;
    border-radius: 50px;
    font-family: Manrope;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    font-weight: bold
}

.card_bottom_title {
    font-size: 10px;
}

.card_bottom_val {
    font-size: 16px;
}

.comp_title_sm {
    display: inline-block;
    width: 40%;
    font-size: 12px;
}

.comp_val_sm {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.comp_status {
    padding: 5px;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid royalblue;
}

.input_label {
    font-size: 12px;
    color: var(--my_green);
}

.tcode {
    font-size: 14px;
    display: block;
}

.tname {
    font-size: 12px;
    color: var(--my_green);
}

.tstatus {
    font-size: 14px;
    color: black;
    font-weight: bold
}

.tnation {
    width: 24px;
    border-radius: 50%;
}

.repair_replace_btn {
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    transition: all 0.3s;
}

.material_block {
    max-height: 0px;
    overflow-y: hidden;
    padding-inline: 10px;
    transition: all 0.3s;
}

    .material_block.show {
        max-height: 10000px;
    }

.repair_replace_btn.active {
    background-color: var(--light_blue);
    color: white;
}

.issue_count {
    position: absolute;
    top: 0;
    right: 0;
    margin: -15px -15px 0px 0px;
    background-color: var(--my_orange);
    padding: 5px 20px 5px 20px;
    color: white;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: Manrope;
}

.issue_count_insp {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--my_orange);
    padding: 5px 20px 5px 20px;
    color: white;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: Manrope;
}

.comp_card_title {
    font-size: 16px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Manrope;
    overflow: hidden;
    width: 100%;
    color: var(--light_blue);
    display: inline-block;
}

.issue_edit {
    font-size: 16px;
    color: var(--dark_blue);
    position: absolute;
    top: 0px;
    margin-top: -10px;
    right: 80px;
}

.issue_delete {
    font-size: 16px;
    color: var(--my_red);
    position: absolute;
    margin-top: -10px;
    top: 0px;
    right: 50px;
}

.comp_ten_name {
    font-size: 14px;
    line-height: 14px;
    text-overflow: ellipsis;
    font-family: Manrope;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.insp_card {
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

.insp_count {
    font-family: Manrope;
    font-size: 30px;
    margin-top: 15px;
}

.mt_profile_col {
    overflow-x: scroll;
    white-space: nowrap;
}

.mt_profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 5px;
    box-shadow: 0px 0px 10px #00000030;
}

.req_tab {
    padding: 5px 0px 5px 0px;
    color: white;
}

    .req_tab.active {
        color: black;
        background-color: white;
        border-radius: 10px 10px 0px 0px;
        padding-bottom: 20px;
        margin-bottom: -20px;
    }

.emp_phone {
    background-color: var(--light_blue);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: relative;
}

    .emp_phone > i {
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

.emp_status {
    font-size: 10px;
    border-radius: 50px;
}

    .emp_status.active {
        border: 1px solid #49995c;
        background-color: #49995c30;
    }

        .emp_status.active > i {
            color: var(--my_green);
        }

    .emp_status.terminated {
        border: 1px solid var(--my_red);
        background-color: var(--my_red);
    }

        .emp_status.terminated > i {
            color: var(--my_red);
        }

    .emp_status.resigned {
        border: 1px solid var(--my_orange);
        background-color: var(--my_orange);
    }

        .emp_status.resigned > i {
            color: var(--my_orange);
        }

.graph_col {
    transition: all 0.5s;
    transform-origin: center;
}

    .graph_col.flip {
        transform: rotateY(180deg) scaleX(-1);
    }

.mt_container {
    display: inline-block;
    position: relative;
    width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.5s;
    perspective: 200px;
    perspective-origin: left;
}

    .mt_container > div {
        transition: all 0.5s;
    }

    .mt_container.hide {
        margin-right: -70px;
    }

        .mt_container.hide > div {
            transform-origin: left;
            transform: rotateY(90deg);
        }

.job_no {
    background-color: var(--my_orange);
    padding: 5px 10px 5px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px 0px 10px 0px;
    font-weight: bold;
}

.emp_att_img {
    height: 50px;
    width: 50px;
    border-radius: 100px;
}

.attendace_card {
    transition: all 0.5s;
}

.pa_toggle {
    border-radius: 50px;
    height: 28px;
    border: 1px solid var(--my_red);
    background-color: var(--my_red);
    color: #79e3b6;
    margin-inline: 5px;
    position: relative;
}

    .pa_toggle > div {
        height: 24px;
        width: 24px;
        border-radius: 50px;
        border: 1px solid #00000030;
        position: absolute;
        top: 1px;
        background-color: white;
        left: 1px;
        transition: all 0.3s;
    }

    .pa_toggle > span {
        display: block;
    }

    .pa_toggle > div > i {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--my_red);
        pointer-events: none;
    }


    .pa_toggle.active {
        border-radius: 50px;
        height: 28px;
        border: 1px solid var(--my_green);
        background-color: var(--my_green);
        margin-inline: 5px;
        position: relative;
    }

        .pa_toggle.active > span {
            display: block;
        }

        .pa_toggle.active > div {
            height: 24px;
            width: 24px;
            border-radius: 50px;
            border: 1px solid #00000030;
            position: absolute;
            top: 1px;
            background-color: white;
            left: calc(100% - 1px);
            transition: all 0.3s;
            transform: translateX(-100%);
        }

            .pa_toggle.active > div > i {
                font-size: 12px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: var(--my_green);
                pointer-events: none;
            }

    .pa_toggle.gray {
        border-radius: 50px;
        height: 28px;
        border: 1px solid var(--my_gray);
        background-color: #00000030;
        margin-inline: 5px;
        position: relative;
    }

        .pa_toggle.gray > div {
            height: 24px;
            width: 24px;
            border-radius: 50px;
            border: 1px solid #00000030;
            position: absolute;
            top: 1px;
            background-color: white;
            left: 1px;
            transition: all 0.3s;
        }

        .pa_toggle.gray > span {
            display: none;
        }

        .pa_toggle.gray > div > i {
            font-size: 12px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: var(--my_gray);
            pointer-events: none;
        }

.present {
    border-radius: 10px;
    font-weight: bold;
    border: 1px solid var(--my_green);
    margin-inline: 5px;
}

.ow_tn_btn {
    border-radius: 10px;
    padding: 5px 10px;
    transition: all 0.3s;
}

    .ow_tn_btn.active {
        background-color: var(--light_blue);
        color: white;
    }

.attendance_pic {
    width: 100%;
    border-radius: 300px;
    object-fit: cover;
}

.note_status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--my_red);
    position: absolute;
    right: 0;
    bottom: 0;
}

    .note_status.done {
        background-color: var(--my_green);
    }

.pa_toggle > .text_PA {
    position: absolute;
    left: calc(100% - 5px);
    font-size: 10px;
    top: 50%;
    color: white;
    transform: translate(-100%, -50%);
}

.pa_toggle.active > .text_PA {
    position: absolute;
    left: 5px;
    font-size: 10px;
    top: 50%;
    color: white;
    transform: translate(0%, -50%);
}

.myshadow {
    box-shadow: -7px -7px 10px 0px #fbfbfb99, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
}

.half_value {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.exp_lab {
    font-size: 10px;
}

.ren_lab {
    font-size: 10px;
}

.contract_card_scroll {
    padding: 10px;
    font-family: Manrope;
    border: 1px solid #00000010;
    color: black;
    border-radius: 10px;
    box-shadow: -7px -7px 10px 0px #fbfbfb99, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
}

.absent {
    border-radius: 10px;
    font-weight: bold;
    border: 1px solid var(--my_red);
    margin-inline: 5px;
}

.req_menu {
    position: fixed;
    bottom: 150px;
    right: 10%;
    background-color: white;
    border-radius: 5px;
    padding: 15px
}

.absent_btn {
    border-radius: 10px;
    padding: 5px;
    font-weight: bold;
    color: white;
    background-color: var(--my_red);
    margin-inline: 5px;
}

.present_btn {
    border-radius: 10px;
    padding: 5px;
    font-weight: bold;
    color: white;
    background-color: var(--my_green);
    margin-inline: 5px;
}

.att_status {
    color: var(--my_green);
    font-weight: bold;
    margin-top: 3px;
}

.hidden_att {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.present.active {
    background-color: var(--my_green);
    color: white;
}

.absent.active {
    background-color: var(--my_red);
    color: white;
}

.material_list_item {
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid var(--my_green);
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.owner_tenant_btn {
    border-radius: 10px;
    font-family: Manrope;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    transition: all 0.3s;
    font-size: 12px;
    display: inline-block;
}

    .owner_tenant_btn.active {
        background-color: var(--my_green);
        color: white;
    }

.mt_status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 8px;
    border: 1px solid white;
    background-color: var(--my_green);
}

    .mt_status.abs {
        background-color: var(--my_gray);
        opacity: 0.8;
    }

.modal_foreman_card {
    border-radius: 10px;
    background-color: var(--dark_blue);
    padding: 20px 0px 20px 0px;
}

.modal_profile_pic {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 30px;
}

#management_menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    /*background-color: white;
    box-shadow: 0px -5px 10px #00000030;*/
}

.requ_type {
    border: 1px solid var(--light_blue);
    padding: 10px;
    color: var(--dark_blue);
    border-radius: 10px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    font-size: 14px;
    height: 100px;
    transition: all 0.3s;
}

    .requ_type.active {
        background-color: var(--super_light_blue);
        box-shadow: 0px 0px 15px #00000030;
        transform: scale(1.1);
    }

        .requ_type.active > div {
            color: white;
        }

    .requ_type > img {
        height: 24px;
        margin-bottom: 10px;
    }

.req_proceed_btn {
    padding: 10px 30px 10px 30px;
    border-radius: 100px;
    background-color: var(--my_green);
    margin-bottom: 10px;
    margin-top: 20px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

.btn_anim {
    animation: 1s ease-out 0s 1 btn_click;
}

#mydarklayer {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #00000070;
    z-index: 970;
    opacity: 0;
    transition: opacity 0.5s;
}

.cheque_request_status {
    font-weight: bold;
    font-size: 14px;
    border-right: 1px solid var(--my_gray);
    border-top: 1px solid var(--my_gray);
    border-bottom: 1px solid var(--my_gray);
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
}

.assign_status {
    color: var(--my_red);
    font-weight: bold;
    font-size: 10px;
}

    .assign_status.active {
        color: var(--my_green);
    }

.onduty {
    font-weight: bold;
    color: var(--my_red);
    font-size: 10px;
}

.finding_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid white;
    margin-bottom: 20px;
}

.onduty.active {
    color: var(--my_green);
}

.assign_tech {
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #00000030;
    margin-left: 20px;
}

.assign_img {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-right: -15px;
    object-fit: cover;
}

.org_image {
    width: 45%;
    height: 100px;
    object-fit: cover;
    border: 1px solid #00000030;
    border-radius: 10px;
    margin: 5px;
}

.image_icon {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #00000030;
    margin-right: 5px;
    transition: all 0.3s;
}

.org_image_icon {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #00000030;
    margin-right: 5px;
    transition: all 0.3s;
}

.preview_img {
    width: 0%;
    height: 0%;
    border-radius: 10px;
    transition: all 0.3s;
}

    .preview_img.open {
        width: 100%;
        height: 100%;
    }

.image_icon.huge {
    box-shadow: 0px 0px 10px #00000030;
}

.doc_image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #00000030;
}

.reported_name {
    font-size: 12px;
    font-family: Manrope;
    font-weight: bold;
}

#doc_name {
    font-size: 16px;
}

#doc_btn {
    background-color: var(--light_blue);
    color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    margin-top: 20px;
    display: inline-block;
}

.ops {
    font-size: 14px;
}

.item_check {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 20px;
}

.green_btn {
    background-color: var(--my_green);
    color: white;
    padding: 5px 15px 5px 15px;
    border-radius: 50px;
    margin-top: 20px;
    font-family: Manrope;
    font-weight: bold;
    display: inline-block;
}

.blue_btn {
    background-color: var(--light_blue);
    color: white;
    padding: 5px 15px 5px 15px;
    border-radius: 50px;
    font-family: Manrope;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}

.red_btn {
    background-color: var(--my_red);
    color: white;
    padding: 5px 15px 5px 15px;
    border-radius: 50px;
    font-family: Manrope;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}

.pbmi {
    font-size: 24px;
    color: #00000050;
}

.notice_date {
    color: var(--dark_blue);
    font-weight: bold;
    padding: 5px 0px 5px 10px;
}

.pbmt {
    font-size: 16px;
    padding-left: 10px;
    pointer-events: none;
}

@keyframes checkanim {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes audio_record {
    0% {
        box-shadow: 0px 0px 0px var(--my_red);
        color: black;
    }

    50% {
        box-shadow: 0px 0px 10px var(--my_red);
        color: var(--my_red);
    }

    100% {
        box-shadow: 0px 0px 0px var(--my_red);
        color: black;
    }
}

.audio_btn {
    padding: 18px;
    border: 1px solid;
    border-radius: 10px
}

    .audio_btn.active {
        animation: 2s ease-in-out 0s infinite audio_record;
    }

.pending_badge {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 80px;
    opacity: 0.7;
    transform: rotate(-20deg);
}

.profile_menu {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000030;
    background-color: white;
    padding: 10px;
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 999999;
    transform: translateX(120%);
    transition: all 0.5s;
}

    .profile_menu.show {
        transform: translateX(0%);
    }

    .profile_menu > div {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px 10px 5px 10px;
        background-color: #00000010;
        border-radius: 10px;
    }

@keyframes btn_click {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.req_sign_out {
    font-size: 18px;
    color: white;
    margin-left: 10px;
    pointer-events: none;
}

.req_filter_value {
    font-size: 20px;
    font-weight: bold;
    color: var(--my_green);
}

.req_card_icon {
    font-size: 30px;
    color: #febe50;
}

.req_card_text {
    font-weight: bold;
    font-size: 16px;
}
/*Media Queries*/

@media screen and (min-width: 600px) {
    .ten_active_tag {
        font-size: 18px;
    }


    #ten_search {
        height: 40px;
        font-size: 16px;
    }

    #srch_btn {
        padding: 12px;
        width: 100%;
    }

    .tnation {
        width: 34px;
    }

    .tstatus {
        font-size: 20px;
    }

    .card-profile-pic {
        height: 120px;
    }

    .tname {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 5px;
        display: inline-block;
    }

    .tcode {
        font-size: 20px;
    }

    .comp_status {
        font-size: 16px;
        border-radius: 50px;
    }

    .comp_title_sm {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .comp_val_sm {
        font-size: 14px;
    }

    .comp_head {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .lan_active_tag {
        font-size: 18px;
    }

    .card_bottom_val {
        font-size: 24px;
        margin-top: 10px;
    }

    .card_bottom_title {
        font-size: 14px;
    }

    .own_status {
        font-size: 18px;
        padding: 5px 20px 5px 20px;
    }

    .card_value_small {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 10px;
        display: inline-block;
    }

    .card_icon_small {
        font-size: 14px;
    }

    .own_name {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .own_code {
        font-size: 20px;
    }

    .topusericon, .topusericon1 {
        width: 40px;
        height: 40px;
    }

    .loc_icon {
        font-size: 16px;
    }

    .dev_name {
        font-size: 16px;
        padding-left: 10px;
    }

    .unit_loc {
        font-size: 20px;
    }

    .pres_rent {
        font-size: 24px;
    }

    .unit_area {
        font-size: 16px;
        margin-top: 10px;
        display: inline-block;
    }

    .unit_no {
        font-size: 28px;
    }

    .share_close {
        font-size: 20px;
    }

    .share_icon_hide {
        padding-right: 60px;
    }

    .unit_share_btn {
        font-size: 24px;
    }

    .share_icon_cont {
        font-size: 24px;
        padding: 20px;
    }

    .unit_det_status {
        font-size: 18px;
    }

    .task {
        font-size: 18px;
    }

    .today_task {
        font-size: 18px;
    }

    .cal_left_day {
        font-size: 16px;
    }

    .cal_left_date {
        font-size: 30px;
    }

    .week_num {
        font-size: 22px;
        padding: 10px;
    }

    .week_title {
        font-size: 24px;
    }

    .cal_icon {
        font-size: 20px;
    }

    .month_sel {
        font-size: 24px;
    }

    .comp_detail_val {
        font-size: 18px;
        font-weight: bold;
    }

    .comp_detail_title {
        font-size: 14px;
    }

    .comp_detail_icon {
        font-size: 20px;
    }

    .card_no {
        font-size: 14px;
    }

    .card_val_simple_black {
        font-size: 18px;
    }

    .card_title_simple_green {
        font-size: 14px;
    }

    .comp_contact_icon {
        padding: 20px;
        font-size: 20px;
    }

    .reported_name {
        font-size: 20px;
    }

    .reported_by {
        font-size: 14px;
    }

    .comp_pic {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
    }

    .comp_code {
        font-size: 22px;
        border-radius: 100px 0px 0px 100px;
        padding: 10px 20px 10px 20px;
    }

    .reported_date {
        font-size: 16px;
    }

    .reported_on {
        font-size: 14px;
    }

    .complaint_slide {
        height: 400px;
    }

    .urent {
        font-size: 18px;
    }

    .ubtype {
        font-size: 14px;
    }

    .uptype {
        font-size: 14px;
    }

    .ucode {
        font-size: 22px;
    }

    .uccode {
        font-size: 16px;
    }

    .contract_icon_unit {
        font-size: 40px;
    }

    .card_val_simple {
        font-size: 18px;
        font-family: Manrope;
        font-weight: bold;
    }

    .card_title_simple {
        font-size: 16px;
    }

    .filter_text {
        font-size: 18px;
    }

    .small_card_label {
        font-size: 16px;
    }

    .small_card_val {
        font-size: 30px;
        margin-top: 15px;
    }

    .welcome {
        font-size: 18px;
    }

    .pagename {
        font-size: 24px;
    }

    .pay_status {
        font-size: 16px;
    }

    .pay_date {
        font-size: 14px;
    }

    .pay_amount {
        font-size: 16px;
    }

    .con_pay_head {
        font-size: 16px;
    }

    .install_balance {
        font-size: 16px;
    }

    .install_received {
        font-size: 16px;
    }

    .install_amount {
        font-size: 18px;
    }

    .install_date {
        font-size: 14px;
    }

    .install_title {
        font-size: 20px;
    }

    .install_icon {
        font-size: 24px;
    }

    .info_val {
        font-size: 16px;
    }

    .info_title {
        font-size: 16px;
    }

    .my_legend {
        font-size: 16px;
        padding-left: 20px;
    }

    .con_det_down {
        font-size: 24px;
    }

    .con_detail_status {
        font-size: 18px;
    }

    .white_card_title {
        font-size: 20px;
    }

    .prop_code {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .prop_name {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .prop_type_head {
        font-size: 18px;
        margin: 5px 0px 5px 0px;
    }

    .prop_type, .prop_state {
        font-size: 20px;
    }

    .prop_status, .prop_loc {
        font-size: 24px;
    }

    .prop_donut_leg {
        font-size: 20px;
    }

    .filter_bar {
        font-size: 16px;
    }

        .filter_bar > div {
            scroll-behavior: smooth;
        }

    .top_filter_value {
        font-size: 20px;
    }

    .contract_code {
        font-size: 18px;
    }

    .contract_name {
        font-size: 16px;
    }

    .contract_info_icon {
        font-size: 14px;
    }

    .contract_info_val {
        font-size: 14px;
        display: inline-block;
        margin-top: 10px;
        font-weight: bold;
        font-family: Manrope;
    }

    .con_status {
        font-size: 14px;
        margin: -30px -15px 0px 0px;
    }

    .con_info_title_sm {
        font-size: 14px;
        margin-top: 10px;
    }

    .con_info_val_sm {
        font-size: 14px;
    }

    .f-menu-icon {
        font-size: 30px;
    }

    .f-menu-icon-active {
        font-size: 30px;
    }

    .f-menu_name {
        font-size: 12px;
    }

    .info_card_title {
        font-size: 14px;
    }

    .info_card_phone {
        font-size: 30px;
    }

    .info_card_pic {
        width: 150px;
        border-radius: 50px;
    }

    .info_card_name {
        font-size: 16px;
    }

    .info_card_address {
        font-size: 12px;
        margin-top: 10px;
    }

    .con_code {
        font-size: 20px;
    }

    .table_info_right {
        font-size: 16px;
    }

    .no_cheques {
        font-size: 16px;
    }

    .req_filter {
        font-size: 20px;
    }

    .req_filter_value {
        font-size: 40px;
    }

    .leg_text {
        font-size: 24px;
    }

    .donut_total {
        font-size: 30px;
    }

    .req_card_icon {
        font-size: 50px;
        color: #febe50;
        margin-top: 20px;
    }

    .req_card_text {
        font-weight: bold;
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .white_card_title {
        font-size: 30px;
    }

    .req_card_block {
        padding-bottom: 2rem;
    }

    .req_donut_row {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .req_sign_out {
        font-size: 20px;
        color: white;
    }
}


.db {
    display: block !important;
}

.mycheckbox > .uncheck {
    width: 20px;
    pointer-events: none;
}

.mycheckbox > .check {
    width: 20px;
    pointer-events: none;
    display: none;
}

.mycheckbox.active > .check {
    display: inline-block;
}

.mycheckbox.active > .uncheck {
    display: none;
}

.per_toggle {
    width: 50px;
    height: 20px;
    border-radius: 100px;
    border: 2px solid white;
    position: relative;
    background-color: #00000010;
    transition: all ease-in-out 0.3s;
}

    .per_toggle > div {
        height: 14px;
        width: 14px;
        border-radius: 50px;
        background-color: white;
        position: absolute;
        top: 1px;
        left: 1px;
        pointer-events: none;
        transition: all ease-in-out 0.3s;
    }


    .per_toggle.active {
        background-color: white;
        border: 2px solid var(--light_blue);
    }

        .per_toggle.active > div {
            background-color: var(--light_blue);
            left: calc(100% - 15px);
        }

.drop_item {
    font-size: 14px;
    margin-bottom: 10px;
}

.drop_unit_item {
    font-size: 14px;
    margin-bottom: 10px;
}

.drop_job_item {
    font-size: 14px;
    margin-bottom: 10px;
}

.s-1 {
    transform: scaleX(-1)
}

.p-n {
    pointer-events: none;
}

.shadow_select {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

    .shadow_select:focus {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

.bg_white {
    background-color: white !important;
}

.bg_green {
    background-color: var(--my_green) !important;
}

.bg_blue {
    background-color: var(--light_blue) !important;
}

.bg_orange {
    background-color: var(--my_orange) !important;
}

.bg_red {
    background-color: var(--my_red) !important;
}

.bg_maroon {
    background-color: var(--my_maroon) !important;
}

.bg_gray {
    background-color: var(--my_gray) !important;
}

.br-5 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

.br-15 {
    border-radius: 15px;
}

.br-20 {
    border-radius: 20px;
}

.cl-w {
    color: white !important;
}

.cl-b {
    color: var(--light_blue) !important;
}

.cl-o {
    color: var(--my_orange) !important;
}

.cl-m {
    color: var(--my_maroon) !important;
}

.cl-r {
    color: var(--my_red) !important;
}

.cl-g {
    color: var(--my_green) !important;
}

.cl-gr {
    color: var(--my_gray) !important;
}

.marker-position {
    bottom: 6px;
    left: 0;
    position: relative;
}

.map_header {
    background-color: white;
    margin: 5px;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-radius: 10px 10px 0px 0px
}

.face_data_pic {
    width: 100%;
    height: 100%;
    border-radius: 500px;
    object-fit: cover;
    border: 2px solid white;
    position: absolute;
    top: 0;
    left: 0;
}

.box_btn {
    box-shadow: var(--my_shadow);
    padding: 10px 20px;
    border-radius: 15px;
    transition: all ease-in-out 0.2s;
    border: 1px solid #00000010;
}

    .box_btn.selected {
        border: 2px solid var(--light_blue);
        box-shadow: 0px 0px 10px var(--super_light_blue);
        background-color: var(--super_light_blue);
    }

    .box_btn.blue {
        background-color: var(--light_blue);
        color: white;
    }

    .box_btn.orange {
        background-color: var(--my_orange);
        color: white;
    }

    .box_btn.green {
        background-color: var(--my_green);
        color: white;
    }

.box_btn_icon {
    width: 40px;
    height: 40px;
    position: relative;
    padding: 10px;
    border-radius: 50%;
}

    .box_btn_icon.blue {
        border: 2px solid var(--light_blue);
        color: var(--light_blue);
    }

    .box_btn_icon.orange {
        border: 2px solid var(--my_orange);
        color: var(--my_orange);
    }

    .box_btn_icon.green {
        border: 2px solid var(--my_green);
        color: var(--my_green);
    }

    .box_btn_icon.maroon {
        border: 2px solid var(--my_maroon);
        color: var(--my_maroon);
    }

    .box_btn_icon.glow_blue {
        border: 2px solid var(--glow_blue);
        color: var(--glow_blue);
    }

    .box_btn_icon.pink {
        border: 2px solid var(--my_pink);
        color: var(--my_red);
    }

    .box_btn_icon.red {
        border: 2px solid var(--my_red);
        color: var(--my_red);
    }

    .box_btn_icon.white {
        border: 2px solid white;
        color: white;
    }


.new_filter_btn {
    box-shadow: var(--my_shadow);
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid #00000010;
    display: inline-block;
}

    .new_filter_btn.only_y {
        padding: 5px 0px
    }

    .new_filter_btn.active {
        background-color: var(--my_green);
        color: white;
    }

    .new_filter_btn.blue {
        background-color: var(--light_blue);
        color: white;
    }

.leg_num {
    padding: 3px 10px;
    color: white !important;
}

.pdy-3 {
    padding: 3px 0px;
}

.unit_park_btn {
    padding: 5px 0px;
    transition: all ease-in-out 0.2s;
}

    .unit_park_btn.active {
        border-radius: 10px 10px 0px 0px;
        border-top: 1px solid var(--light_blue);
        border-left: 1px solid var(--light_blue);
        border-right: 1px solid var(--light_blue);
        background-color: white;
    }

.br-10-l {
    border-radius: 0px 10px 10px 10px;
}

.br-10-r {
    border-radius: 10px 0px 10px 10px;
}

.step_tag {
    border-radius: 0px 100px 100px 0px;
    padding: 10px 20px;
    margin-left: -20px;
    background-color: var(--my_orange);
    display: inline-block
}

.step_item {
    padding: 15px 20px;
    color: white;
    background-color: var(--light_blue);
}

    .step_item.active {
        background-color: white;
        color: inherit;
    }

.tenant_pic_holder {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

    .tenant_pic_holder > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 500px;
        border: 3px solid white;
    }

    .tenant_pic_holder > i {
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0;
    }

.show_more_btn {
    background-color: var(--my_orange);
    padding: 5px 20px;
    display: inline-block;
}

.document_card {
    border-radius: 15px;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
}

    .document_card > .picture {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        object-fit: cover;
        border-radius: 15px;
    }

    .document_card > .pic_plus_div {
        position: absolute;
        top: 50%;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.tenant_modal_pic {
    border-radius: 500px;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

    .tenant_modal_pic > img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px;
        object-fit: cover;
        border-radius: 500px;
    }

.tag_item {
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #00000030;
    margin-right: 20px;
    display: inline-block;
}

    .tag_item > i {
        margin-left: 20px;
    }


.custom_toggle {
    height: 30px;
    width: 70px;
    border-radius: 100px;
    border: 3px solid gray;
    color: gray;
    position: relative;
}

    .custom_toggle.small {
        height: 20px;
        width: 50px;
        border: 2px solid gray;
    }

    .custom_toggle.medium {
        height: 24px;
        width: 60px;
        border: 2px solid gray;
    }

    .custom_toggle > div {
        background-color: gray;
        height: 20px;
        width: 20px;
        pointer-events: none;
        border-radius: 50%;
        position: absolute;
        left: 2px;
        top: 2px;
        transition: all ease-in-out 0.2s;
    }

    .custom_toggle.small > div {
        height: 14px;
        width: 14px;
        left: 1px;
        top: 1px;
    }

    .custom_toggle.medium > div {
        height: 16px;
        width: 16px;
        left: 2px;
        top: 2px;
    }

    .custom_toggle > span {
        position: absolute;
        top: 50%;
        pointer-events: none;
        transform: translateY(-50%);
        right: 10px;
        font-weight: bold;
        transition: all ease-in-out 0.2s;
    }

    .custom_toggle.small.active {
        border: 2px solid var(--my_green);
    }

    .custom_toggle.medium.active {
        border: 2px solid var(--my_green);
    }

    .custom_toggle.active {
        border: 3px solid var(--my_green);
    }

        .custom_toggle.active > div {
            background-color: var(--my_green);
            left: calc(100% - 2px);
            transform: translateX(-100%);
        }

    .custom_toggle.small.active > div {
        background-color: var(--my_green);
        left: calc(100% - 1px);
        transform: translateX(-100%);
    }

    .custom_toggle.medium.active > div {
        background-color: var(--my_green);
        left: calc(100% - 2px);
        transform: translateX(-100%);
    }

    .custom_toggle.active > span {
        left: 10px;
        color: var(--my_green);
    }

    .custom_toggle.small.active > span {
        left: 6px;
        color: var(--my_green);
    }

    .custom_toggle.medium.active > span {
        left: 8px;
        color: var(--my_green);
    }


.loginblock {
    border-radius: 10px;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 90%;
    margin-left: 5%;
	transform: translateY(-40%);
}

.search_dropdown {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: white;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    pointer-events: none;
}

    .search_dropdown.show {
        display: block;
        pointer-events: initial;
    }

.inp_still {
    background-color: transparent !important;
    outline: none !important;
    padding-left: 0;
    border: none;
}

    .inp_still:focus {
        outline: none !important;
    }

#step_container {
    overflow-x: hidden;
    white-space: nowrap;
    transition: all ease-in-out 0.2s;
}

    #step_container.hide {
        max-width: 0px;
        padding-inline: 0px;
    }

#main_prop_container {
    padding: 20px;
    transition: all ease-in-out 0.2s;
}


.btnhide {
    display: none !important;
}

.input_block {
    margin-bottom: 40px;
}


.charge_card {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .charge_card.active {
        border: 2px solid var(--light_blue);
    }

#top_toast {
    border-radius: 5px;
    background-color: white;
    padding: 5px 10px;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-top: -100%;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 999999999999999999;
}

    #top_toast.show {
        opacity: 1;
        margin-top: 10px;
    }

    #top_toast.success {
        background-color: var(--my_green);
        color: white;
    }

    #top_toast.warning {
        background-color: var(--my_red);
        color: white;
    }

    #top_toast > i {
        padding-left: 10px;
    }

.comp_pic_holder {
    position: relative;
    border-radius: 1000px;
    width: 90%;
    padding-bottom: 90%;
    margin-left: 5%;
}

    .comp_pic_holder > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1000px;
        padding: 5px;
    }

.contact_arrow {
    position: absolute;
    bottom: 5px;
    left: calc(100% - 15px);
    font-size: 14px;
    transition: all ease-in-out 0.2s;
    pointer-events: none;
}

    .contact_arrow.active {
        transform: scaleY(-1);
    }

.exclaim {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 25px), calc(-50% - 20px));
}

@keyframes laser_scan {
    0% {
        margin-top: -80px;
    }

    50% {
        margin-top: 80px;
    }

    100% {
        margin-top: -80px;
    }
}


@keyframes attendance_btn_anim {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

#menupic {
    border-radius: 1000px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid white;
}

#accountparent {
    max-height: 0;
    overflow-y: hidden;
    transition: all ease-in-out 0.2s;
}

    #accountparent.show {
        max-height: 1000px;
    }

.accountrow {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.image_slider {
    width: 100%;
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    height: 200px;
    border-radius: 5px 5px 0px 0px;
}

    /*.image_slider::after {
        content: "<";
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%) scaleY(1.5);
        font-size: 24px;
        font-weight: bold;
        color: white;
    }

    .image_slider::before {
        content: ">";
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) scaleY(1.5);
        font-size: 24px;
        font-weight: bold;
        color: white;
    }*/

    .image_slider > img {
        width: 100%;
        display: inline-block;
        height: 100%;
        object-fit: cover;
        vertical-align:top;
        scroll-snap-align: center;
    }

    .image_slider > video {
        width: 100%;
        display: inline-block;
        height: 100%;
        object-fit: cover;
        scroll-snap-align: center;
        border-radius:0px;
    }



.customtoggle {
    width: 60px;
    height: 24px;
    border: 2px solid var(--my_gray);
    border-radius: 100px;
    box-shadow: var(--my_shadow);
    position: relative;
    background-color: white;
}

    .customtoggle.text::before {
        content: attr(data-neg);
        position: absolute;
        font-size: 14px;
        font-weight: bold;
        right: 10px;
        top: 50%;
        line-height: 14px;
        transform: translateY(-50%);
    }

    .customtoggle.text.active::before {
        right: auto;
        left: 10px;
        line-height: 14px;
        content: attr(data-pos);
        color: var(--my_green);
    }

    .customtoggle::after {
        content: " ";
        width: 18px;
        height: 18px;
        background-color: var(--my_gray);
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 50%;
        pointer-events: none;
        left: 2px;
        transform: translateY(-50%);
        transition: all ease-in-out 0.3s;
    }

    .customtoggle.active {
        border: 2px solid var(--my_green);
    }

        .customtoggle.active::after {
            left: auto;
            right: 2px;
            background-color: var(--my_green);
        }

.opbtn {
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

    .opbtn.active {
        background-color: var(--light_blue);
        color: white;
    }


.custom_option{
    padding:5px 10px;
    border-radius:5px;
    box-shadow: var(--my_shadow);
    margin-right:10px;
    display:inline-block;
    transition:all ease-in-out 0.2s;
}

.custom_option.active{
    color:white;
    background-color:var(--light_blue);
}

.custom_drop{
    position:relative;
}

.drop_box{
    position:absolute;
    top:calc(100% + 10px);
    left:0;
    min-width:100%;
    z-index:10;
    background-color:white;
    box-shadow:var(--my_shadow);
    border-radius:5px;
    overflow:hidden;
    border:1px solid #0001;
    max-height:0px;
}
.drop_box.active{
    max-height:200px;
}

.custom_drop_item{
    padding:5px 10px;
    border-bottom:1px solid #0001;
}

#video_recorder{
    height:100%;
    background-color:white;
    z-index:9999999;
}

#video_recorder>video{
    width:100%;
    height:100%;
}

#video_play_btn{
    width:50px;
    height:50px;
    background-color:#DA4453;
    border:2px solid gray;
    padding:3px;
    position:absolute;
    bottom:20px;
    left:50%;
    border-radius:50%;
    transform:translateX(-50%);
}

#video_pause_btn {
    width: 50px;
    height: 50px;
    background-color: #DA4453;
    border: 2px solid gray;
    padding: 3px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
}

#video_pause_btn > div{
    width:20px;
    height:20px;
    position:absolute;
    top:50%;
    left:50%;
    pointer-events:none;
    transform:translate(-50%, -50%);
    background-color:white;
}

.small_tab_btn{
    border-radius:100px;
    padding:5px 10px;
    transition:all ease-in-out 0.3s;
}

.small_tab_btn.active{
    background-color:var(--my_green);
    color:white;
}