@font-face {
    font-family: Karla-Bold;
    src: url('../fonts/Karla-Bold.ttf');
}

@font-face {
    font-family: Karla;
    src: url('../fonts/Karla-Light.ttf');
}

@font-face {
    font-family: Noto_Sans;
    src: url('../fonts/Noto_Sans/NotoSans-Regular.ttf');
}

* {
    font-family: Noto_Sans;
}

.swal2-confirm {
    background-color: #0668b1 !important;
    color: white !important;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}


input::-ms-reveal,
input::-ms-clear {
    display: none;
}

#toggle-password, #toggle-confirm-password {
    cursor: pointer;
}

body {
    color: #000;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ffffff;
}

.text-underline {
    text-decoration: underline !important;
}

.text-green {
    color: #0668b1 !important;
}

.alert-myinfo {
    color: #0c5460;
    background-color: #d2ecff;
    border-color: #bee5eb;
}

.mainformHeader {
    margin-bottom: -25px;
    margin-top: 20px;
}

.occupier_no_error {
    color: red;
    font-size: .9rem;
    margin-bottom: 10px;
}

.occupier_yes_error {
    color: red;
    font-size: .9rem;
    margin-bottom: 10px;
}

.form-animation {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.step-1-form.hidden,
.step-2-form.hidden,
.step-3-form.hidden {
    display: none;
}

.step-1-form,
.step-2-form,
.step-3-form {
    display: flex;
    flex-direction: column;
    transition: .5s linear;
}

.digit-group input {
    width: 50px;
    height: calc(2.25rem + 14px) !important;
    padding: .375rem .75rem;
    font-size: .85rem;
    font-weight: bold !important;
    text-align: center;
    line-height: 1.5;
    color: #212427;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0 .8rem 0 0;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}


/**loader css***/

.spinner-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9999;
    background-color: rgba(252, 251, 250, .25);
}

.spinner {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 100px auto;
}

div.dt-buttons {
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}

button.dt-button, div.dt-button, a.dt-button, input.dt-button {
    padding: 5px !important;
    width: 50px !important;
    background: #e8f5ff !important;
    font-size: 22px !important;
    color: #0668b1 !important;
    border: 1px solid rgb(6 104 177) !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    position: relative;
    top: 10px;
}

.spinner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212427;
    font-weight: 600;
    letter-spacing: .15px;
    white-space: nowrap;
}

.dots_23 {
    margin-top: .1rem;
}

.crl-1 {
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #212427;
    margin: 1rem .15rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

    .crl-1:first-child {
        -webkit-animation: sk-fade 1s infinite ease-in-out;
        animation: sk-fade 1s infinite ease-in-out;
    }

    .crl-1:nth-child(2) {
        -webkit-animation: sk-fade 0.8s infinite ease-in-out;
        animation: sk-fade 0.8s infinite ease-in-out;
    }

    .crl-1:last-child {
        -webkit-animation: sk-fade 0.6s infinite ease-in-out;
        animation: sk-fade 0.6s infinite ease-in-out;
    }

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1fcc66;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes sk-fade {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-fade {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes sk-fade {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

section {
    width: inherit
}

.sidemenu-group .nav-item .dropdown-item.active,
.sidemenu-group .nav-item .dropdown-item:active {
    background-color: #1fcc66 !important;
    color: #fff !important;
}

    .sidemenu-group .nav-item .dropdown-item.active a,
    .sidemenu-group .nav-item .dropdown-item:active a {
        color: #fff !important;
    }

.text-italic {
    font-style: italic !important;
}

.border-primary {
    border-color: #5271ff !important;
}

.rounded-lg {
    border-radius: 1rem;
}

.text-gray {
    color: #2e3134db;
}

.text-black {
    color: #212427 !important;
}

.bg-black {
    background-color: #212427 !important;
}

.bg-blue {
    background-color: #5271ff !important;
}

.margin-auto {
    margin: auto !important;
}

.orange-bg {
    background-color: #de7305 !important;
}

.readmore-link {
    color: #333;
}

.sec_heading,
.sec_sub_heading,
#main-carousel .carousel-caption h1 {
    font-family: 'Montserrat', sans-serif;
}

.sec_heading,
h1,
h2 {
    letter-spacing: 1px;
}

a {
    text-decoration: none !important;
    color: #0668b1;
}

    a:hover {
        color: #0668b1 !important;
    }

p {
    color: #000;
}

li {
    color: #000;
}

.w-80 {
    width: 80% !important;
}

.w-110 {
    width: 110px !important;
}

.f-800 {
    font-weight: 800 !important
}

.f-600 {
    font-weight: 600 !important
}

.f-400 {
    font-weight: 600 !important
}

.list-style-0 {
    list-style: none !important;
}

.postion-relative {
    position: relative !important;
}

.p-6 {
    padding: 6rem !important;
}

.pt-6,
.py-6 {
    padding-top: 6rem !important;
}

.badge-xs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .3rem;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

.badge-xs {
    font-size: .65rem;
}

.badge-small {
    font-size: 1rem;
}

.badge-lg {
    font-size: 1.5rem;
}

@media (min-width: 1024px) {
    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-70 {
        width: 70% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }
}

.menu-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    /* box-shadow: 0px -3px 15px -1px rgba(35, 35, 35, .15); */
    box-shadow: 0px 1px 2px -1px rgba(35, 35, 35, .15);
}

    .menu-bar .mainLogo {
        width: 200px;
    }

.sidemenu-icon {
    font-size: 2rem !important;
    color: #333;
    text-decoration: none;
}

    .sidemenu-icon i {
        font-size: 1.75rem !important;
    }

.bag-adi i {
    font-size: 1.5rem !important;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter {
        margin-bottom: 25px;
    }

    .mainLogo {
        width: 180px !important;
    }

    .menu-bar .mainLogo {
        width: 120px !important;
    }

    footer {
        position: fixed !important;
        left: 0 !important;
        bottom: 15px !important;
    }

    .land-bg-cu1 {
        height: 300px !important;
        width: 300px !important;
    }
}

.mainLogo > img {
    width: inherit;
}

.bag-adi {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .bag-adi > i {
        font-size: 1.25rem;
    }

.menu-bar .bar_lst1 {
    padding: .25rem .5rem;
    border-color: #fff;
}

.menu-bar .bar_lst2,
.menu-bar .bar_lst2_1 {
    padding: .5rem 1rem;
}

    .menu-bar .bar_lst2 > li > a,
    .menu-bar .bar_lst2_1 > li > a {
        letter-spacing: 1px;
        color: #333;
        font-size: .85rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-bar .bar_lst2 > li,
    .menu-bar .bar_lst2_1 > li {
        margin: 0 0 0 1rem;
    }

        .menu-bar .bar_lst2 > li.active a {
            font-weight: 600;
            color: #976e62
        }

        .menu-bar .bar_lst2 > li > a i,
        .menu-bar .bar_lst2_1 > li > a i {
            font-size: 1.25rem;
        }

.menu-bar .menu-dropdown .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-item a {
    font-size: .85rem;
}

.dropdown-toggle:after {
    content: none;
}


/* .menu-dropdown {position: relative;} */


/* .menu-collapse-bar {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    z-index: 999;
    color: #777;
    height: auto;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.menu-collapse-bar ul > li > a {
    color: #777;
}

.info-group .badge {
    right: -.3rem;
    top: -.3rem;
    position: absolute;
}

.info-group .dropdown-toggle {
    letter-spacing: 1px;
    color: #333;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-message {
    font-weight: 600;
    position: relative;
}

    .new-message:after {
        content: "";
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background-color: rgba(220, 53, 69, .5);
        position: absolute;
        left: .8rem;
        top: 50%;
        z-index: 2;
        transform: translate(0, -50%);
    }

.readmore-btn_45 {
    padding: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    line-height: 1.2;
    position: relative;
    background-color: transparent;
    border-radius: 2rem;
    padding: .4rem 1.6rem;
    background-color: #976e62;
    border: 1px solid #976e62;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    transition: .35s linear;
    width: max-content;
}

    .readmore-btn_45:hover,
    .readmore-btn_45:focus {
        background-color: transparent;
        border: 1px solid #976e62;
        color: #976e62;
    }

.contact-form {
    position: relative;
}

.authLog-sign-form {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 2rem;
    margin: auto !important;
    box-shadow: 1px 1px 10px -1px rgb(0, 0, 0, .05);
}

.authLog-sign-form-bg {
    /**background: linear-gradient(160deg,#1fcc66 30%, #119246);**/
/*    height: 100vh;*/
}

    .authLog-sign-form-bg h1,
    .authLog-sign-form-bg h2 {
        letter-spacing: 1px;
    }

@media (min-width: 768px) {
    #main-carousel .carousel-caption {
        width: 70%;
    }

    .bag-sm-collpase .bag-adi,
    .bag-sm-collpase .close-bar_lst2_1 {
        display: none !important;
    }
    /*    .menu-bar > .bar_lst1, .menu-bar > .bar_lst2 { width: 40%;}*/
    .menu-bar .bar_lst2 > li {
        margin: 0 0 0 1.5rem;
    }

    .contact-form {
        width: 100%;
    }
}

.loadingDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url('../images/loader.gif');
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

@media (min-width: 1200px) {
    /* .menu-bar > .bar_lst1, .menu-bar > .bar_lst2 { width: 20%;}*/
    .menu-bar .bar_lst2 > li {
        margin: 0 0 0 1.75rem;
    }

    .contact-form {
        width: 70%
    }

    .mainLogo {
        width: 180px;
    }
}

@media (min-width: 1367px) {
    .mainLogo {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .menu-bar > .container-fluid,
    .menu-bar > .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .land-bg-cu {
        margin-top: 2rem;
        height: 260px !important;
        width: 260px !important;
        border: 3px solid #976e62 !important;
        box-shadow: -70px -30px 1px -30px rgb(201, 169, 147, .1), 70px 100px 1px -60px rgb(201, 169, 147, .1) !important;
    }

    .section {
        padding: 0 !important;
    }

    .contact-form {
        padding: .5rem 1rem;
    }

    .landing-btn_45 {
        width: 100%;
    }

    .menu-bar > .container {
        padding-left: .25rem;
        padding-right: .25rem;
    }

    .menu-bar .bar_lst2 {
        padding: .5rem 0;
    }

        .menu-bar .bar_lst2 > li > a {
            font-size: .75rem;
        }

            .menu-bar .bar_lst2 > li > a i {
                font-size: 1rem;
            }

    .bag-sm-collpase .bar_lst2_1 {
        position: absolute;
        left: .5rem;
        right: .5rem;
        top: .5rem;
        background-color: #212427;
        transform: translate(0, -150px);
        transition: .5s linear;
    }

    .bag-sm-collpase .close-bar_lst2_1 {
        background-color: #f00;
        color: #fff;
        border-radius: 50%;
        padding: .15rem;
        position: absolute;
        top: 3rem;
        z-index: 9;
        left: 50%;
        font-size: 1.25rem;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(-50%, -200px);
        transition: .6s linear;
    }

    .bag-sm-collpase.shown .bar_lst2_1 {
        transform: translate(0, 0);
    }

    .bag-sm-collpase.shown .close-bar_lst2_1 {
        transform: translate(-50%, 0);
    }
}

.readmore-link {
    padding: 0.15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    line-height: 1.3;
    position: relative;
}

    .readmore-link > i {
        margin-left: .5rem;
        font-size: 1.5rem;
    }

.section {
    position: relative;
    overflow: hidden;
    padding: 10rem 0 5rem;
}

.text-blue {
    color: #0668b1 !important;
}

.land-bg {
    height: 100vh;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, .8) 10%, transparent), url(../images/background.jpg) no-repeat center;
    background-size: contain !important;
}

.landing-container .sec_heading {
    font-size: 3rem;
}

.landing-container {
    position: relative;
    /* top: 0; */
    /* left: 0; */
    height: 100vh;
    width: 100%;
    /* padding: 8rem 2rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

footer {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    left: auto;
}

@media (max-width: 1024px) {
    footer {
        position: absolute;
    }
}

@media (max-width: 767px) {
    footer {
        position: static !important;
        margin-top: 30px;
    }
}

footer > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

    footer > div > a {
        margin: 0 .8rem;
        font-size: .8rem;
        position: relative;
    }

        footer > div > a:not(:last-child):after {
            content: "";
            height: 8px;
            width: 1px;
            background-color: #ccc;
            position: absolute;
            right: -15px;
            top: 50%;
            transform: translate(0, -50%) rotate(20deg);
        }

.landing-btn_45 {
    width: max-content;
    padding: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    line-height: 1.3;
    position: relative;
    background-color: transparent;
    border-radius: 2rem;
    padding: .8rem 3.2rem;
    background-color: #0668b1;
    /*    background-color: #008938;*/
    border: 2px solid #0668b1;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    transition: .35s linear;
    margin-right: 20px;
}

    .landing-btn_45:hover {
        background-color: transparent;
        color: #0668b1;
    }

.newBtn {
    color: #fff !important;
    background: #0668b1;
    border: 1px solid #0668b1 !important;
    padding: 7px 50px;
}

    .newBtn:hover {
        color: #0668b1 !important;
        border: 1px solid #0668b1 !important;
        background: transparent !important;
    }

.cancelBtn {
    color: #fff !important;
    background-color: #dc3545;
    border: solid 1px #dc3545;
    padding: 7px 25px;
}

    .cancelBtn:hover {
        color: #c82333 !important;
        background-color: transparent;
        border-color: #c82333;
    }

@media (max-width:767px) {
    .newBtn {
        padding: 7px 30px;
    }

    .cancelBtn {
        padding: 7px 20px;
    }
}

.select2-container .select2-selection--single {
    height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.delete-btn_45 {
    width: max-content;
    position: relative;
    background-color: transparent;
    padding: 0.4rem;
    border-radius: .25rem;
    background-color: #cc1f1f;
    border: 2px solid #cc1f1f;
    cursor: pointer;
    color: #f5f5f5;
    transition: .35s linear;
}

.approve-btn_45 {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    padding: 0.4rem;
    cursor: pointer;
    border-radius: .25rem;
    background-color: #0668b1;
    border: 2px solid #0668b1;
    color: #f5f5f5;
    transition: .35s linear;
    display: none;
}

    .approve-btn_45:hover {
        background-color: transparent;
        color: #0668b1;
    }

.download-btn_45 {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    padding: 0.4rem;
    cursor: pointer;
    border-radius: .25rem;
    background-color: #0668b1;
    border: 2px solid #0668b1;
    color: #f5f5f5;
    transition: .35s linear;
}

    .download-btn_45:hover {
        background-color: transparent;
        color: #0668b1;
    }

.approve-btn_45:hover {
    background-color: transparent;
    color: #0668b1;
}

.delete-btn_45:hover {
    background-color: transparent;
    color: #cc1f1f;
}

.land-bg-cu {
    height: 300px;
    width: 300px;
    position: relative;
    background: url(../images/pigeon.png) no-repeat center;
    background-size: cover !important;
    border-radius: 50%;
    border: 5px solid #0668b1;
    /* box-shadow: -100px -30px 1px -30px rgba(201, 169, 147, .1), 100px 100px 1px -60px rgba(201, 169, 147, .1); */
}

.map-info-34 {
    position: absolute;
    right: 1rem;
    top: 1rem;
    background-color: #fff;
    border-radius: .15rem;
    box-shadow: 0px 2px 6px -1px rgba(45, 45, 45, .25);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
}

    .map-info-34 ul {
        list-style: none;
        padding-left: 0;
        font-size: .75rem;
        margin-bottom: 0;
        color: #777;
    }

.form-check-23 {
    display: flex;
    align-items: flex-start;
    margin-left: -1rem;
}

    .form-check-23 > label {
        margin-bottom: 0;
    }

.purposeHeader {
    margin-top: 0;
    margin-bottom: 0;
}

.menu-bar .landing-btn_45 {
    padding: .5rem 1.5rem;
    color: #fff !important;
}

    .menu-bar .landing-btn_45:hover {
        color: #0668b1 !important;
    }


/**===
contact section css
===***/

.welcome-section {
    overflow: hidden;
    overflow: auto;
    font-size: .85rem;
}

    .welcome-section .readmore-link,
    .submit-btn {
        color: #fff;
        background-color: #0668b1 !important;
        border-radius: 1.5rem;
        padding: .5rem 2.4rem;
        width: max-content;
        text-transform: capitalize;
        font-size: 1rem;
        border: 2px solid #0668b1;
        transition: .5s linear;
        cursor: pointer;
    }

        .welcome-section .readmore-link:hover,
        .submit-btn:hover,
        .submit-btn:focus,
        .welcome-section .readmore-link:focus {
            color: #0668b1 !important;
            background-color: transparent !important;
        }

    .welcome-section input.form-control,
    .welcome-section select.form-control {
        height: calc(2.25rem + 10px);
        padding: .375rem .75rem;
        font-size: 1rem;
        /* font-weight: bold; */
        line-height: 1.5;
        color: #212427;
        background-color: transparent;
        border: 1px solid #ddd;
        border-radius: .5rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .welcome-section textarea.form-control {
        padding: .375rem .75rem;
        font-size: .85rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212427;
        background-color: transparent;
        border: 1px solid #ddd;
        border-radius: 0;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

.form-control {
    transition: .5s linear;
    color: #333 !important;
}

    .form-control:focus {
        border: 1px solid rgba(201, 169, 147, .25) !important;
        box-shadow: 0 0 0 0.15rem rgba(201, 169, 147, .25);
    }

    .form-control.error {
        /**box-shadow: 0 0 0 0.15rem rgba(255, 0, 0, .35);**/
        border: 1px solid rgb(255, 0, 0, .35) !important;
    }

.form-control-error-message {
    color: rgba(255, 0, 0, .8);
    float: right;
    font-size: .95rem;
    margin-top: .25rem;
    display: inline-flex;
    align-items: center;
}

    .form-control-error-message i {
        font-size: 1.15rem;
    }

.bx-98-adre ul > li {
    font-size: 1rem;
}

@media (min-width: 1200px) {
    .land-bg-cu {
        height: 400px;
        width: 400px;
    }
}

@media (min-width: 1367px) {
    .land-bg-cu {
        height: 500px;
        width: 500px;
    }
}


/* COMMON RADIO AND CHECKBOX STYLES  */

.form-check-inline {
    top: .2rem;
}

.form-check-label {
    position: relative;
}

input[type=radio],
input[type=checkbox] {
    /* Hide original inputs */
    visibility: hidden;
    position: absolute;
}

    input[type=radio] + label:before,
    input[type=checkbox] + label:before {
        height: 14px;
        width: 14px;
        margin-right: 0.5rem;
        content: " ";
        display: inline-flex;
        vertical-align: baseline;
        border: 2px solid #c9a993;
    }

    input[type=radio]:checked + label:before,
    input[type=checkbox]:checked + label:before {
        background: #c9a993;
    }


    /* CUSTOM RADIO AND CHECKBOX STYLES */

    input[type=radio] + label:before {
        border-radius: 50%;
    }

    input[type=checkbox] + label:before {
        border-radius: 2px;
    }

    input[type=checkbox]:checked + label:before {
        background: #c9a993;
    }

    input[type=checkbox]:checked + label:after {
        content: "";
        position: absolute;
        top: 6px;
        left: 5px;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.dec-active input[type=checkbox]:checked + label:after {
    left: 10px;
    top: 6px;
}

.dec-active label.form-check-label:before {
    position: relative;
    top: 2px;
}

.dec-active label.form-check-label span {
    position: relative;
    top: -2px;
}

.know-active input[type=checkbox]:checked + label:after {
    left: 10px;
    top: 6px;
}

.know-active label.form-check-label:before {
    position: relative;
    top: 2px;
    left: 5px;
}

.know-active label.form-check-label span {
    position: relative;
    top: -2px;
}

/**===
user image css
==***/
.user-image {
    border: 2px solid #c9a993;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .user-image {
        height: 40px;
        width: 40px;
    }
}


/***==
main-container and its children css
==***/

.main-container {
    height: 100vh;
}

.sidebar {
    position: relative;
}

.sidemenu-mobile-nav {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem;
    border-radius: .25rem;
    color: #0668b1 !important;
    background-color: transparent;
    border: 2px solid #0668b1;
    height: 30px;
    width: 30px;
}

    .sidemenu-mobile-nav:hover,
    .sidemenu-mobile-nav:focus {
        background-color: #0668b1 !important;
        color: #f5f5f5 !important;
    }

.left-sidebar {
    display: flex;
    width: 100%;
    position: fixed;
    /* background-color: #fff; */
    /* box-shadow: 3px 0px 15px -3px rgba(35, 35, 35, .1); */
    box-shadow: 1px 0px 3px -1px rgba(35, 35, 35, .15);
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    z-index: 99;
}

.sidemenu-group {
    width: 100%;
    background-color: #fff;
}

    .sidemenu-group .dropdown-menu {
        width: 100%;
        right: 0 !important;
        padding: 0;
        border-radius: 0;
        border: none;
    }

        .sidemenu-group .dropdown-menu.show {
            background-color: #f7f4f3;
            transform: translate3d(0px, 40px, 0px) !important;
        }

        .sidemenu-group .dropdown-menu .dropdown-item {
            padding: 0;
        }

.nav-pills .nav-item {
    margin: 0 0;
}

.nav-pills .nav-link {
    border-radius: 0;
    color: #000;
}

    .nav-pills .nav-link:hover,
    .nav-pills .nav-link:focus {
        color: #fff !important;
        background-color: #0668b1;
        font-weight: 500 !important;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #0668b1;
        font-weight: 500 !important;
    }

.nav-pills .nav-link {
    border-radius: 0;
    font-size: .85rem;
    padding: 10px 15px;
}

    .nav-pills .nav-link > i {
        font-size: 1.25rem;
    }

    .nav-pills .nav-link:not(.active) > i {
        opacity: 1;
    }

.active-user {
    position: relative;
}

    .active-user:after {
        content: "";
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: rgba(40, 167, 69, .5);
        position: absolute;
        right: 1rem;
        top: 50%;
        z-index: 2;
        transform: translate(0, -50%);
    }

@media (max-width: 992px) {
    .content-section {
        padding: 2rem 1.5rem !important;
    }
}

@media (max-width: 767px) {
    .content-section {
        padding: 3rem .6rem !important;
    }

    .left-sidebar {
        z-index: -99;
    }

        .left-sidebar.visible {
            z-index: 99;
        }

    .sidemenu-group {
        position: relative;
        z-index: -999;
        transform: translate(0, -20%);
        opacity: 0;
        transition: .2s linear;
    }

    .left-sidebar.visible .sidemenu-group {
        z-index: 99;
        transform: translate(0, 0);
        opacity: 1;
    }

    .left-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-form,
    .welcome-section,
    .authLog-sign-form {
        padding: 1rem !important;
    }

        .contact-form h1.sec_heading {
            font-size: 1.5rem;
        }

    .landing-container .sec_heading {
        font-size: 2.15rem;
    }

    .landing-container {
        height: auto;
        padding: 2rem 2rem;
        display: block
    }

    .landing-btn_45 {
        font-size: 1rem;
        padding: .6rem 2.4rem;
    }
}

@media (max-width: 359px) {
    .landing-container {
        padding: 1rem;
    }

        .landing-container .sec_heading {
            font-size: 1.5rem;
        }

    .landing-btns {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .landing-btn_45 {
        padding: .5rem 1.5rem;
        font-size: .85rem;
    }

    .land-bg-cu {
        margin-top: 0;
        height: 220px !important;
        width: 220px !important;
        box-shadow: -50px -40px 1px -30px rgb(201, 169, 147, .1), 50px 70px 1px -60px rgb(201, 169, 147, .1) !important;
    }

    .authLog-sign-form,
    .contact-form {
        width: 98% !important;
    }

    .contact-form,
    .welcome-section,
    .authLog-sign-form {
        padding: .5rem !important;
    }

    .digit-group input {
        width: 35px;
        margin: 0 .3rem 0 .3rem;
    }

    .welcome-section .readmore-link {
        padding: .5rem 1.5rem;
    }
}

@media (min-width: 768px) {
    .left-sidebar {
        flex: 0 0 20%;
        max-width: 20%;
    }

    #user-table_length,
    #active-user-table_length,
    #inactive-user-table_length {
        width: 33.334%;
        float: left;
    }

    .sidemenu-mobile-nav {
        display: none !important;
    }

    .content-section {
        flex: 0 0 80%;
        max-width: 80%;
        margin-left: 20%;
    }
}

@media (min-width: 992px) {
    .left-sidebar {
        flex: 0 0 12%;
        max-width: 12%;
        padding-top: 48px
    }

    .content-section {
        flex: 0 0 88%;
        max-width: 88%;
    }
}

@media (min-width: 1100px) {
}

.content-section {
    display: flex;
    width: 100%;
    overflow: auto;
    /*position: fixed;
    left: 20%;*/
    top: 0;
    height: 100%;
}

.map-locations_34 .nav-pills .nav-link {
    border-radius: .5rem;
    margin-bottom: 1.25rem;
    border: 1px solid #ddd;
}

    .map-locations_34 .nav-pills .nav-link.active {
        box-shadow: 1px 1px 8px -2px rgba(0, 0, 0, .5);
        border: 1px solid rgba(151, 110, 98, .04);
    }

.map-container {
    position: relative;
    height: 500px;
    width: 100%;
}

    .map-container > #map,
    .map-container > #map2,
    .map-container > #map3 {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: inherit;
    }


/* div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_length select:focus,
div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_filter input:focus {
    border: 2px solid #c9a993;
    border-radius: .25rem;
    padding: .25rem 1rem;
    outline: none;
} */

div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #ddd;
    border-radius: .25rem;
    padding: .25rem 1rem;
    outline: none;
}

    div.dataTables_wrapper div.dataTables_length select:focus,
    div.dataTables_wrapper div.dataTables_filter input:focus {
        border: 1px solid rgba(201, 169, 147, .25);
        box-shadow: 0 0 0 0.15rem rgba(201, 169, 147, .25);
    }

.section-heading {
    font-weight: 600;
}

.form-group label {
    margin-bottom: .5rem;
    font-size: 95%;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    /**position: absolute;
    top: -.75rem;
    background-color: #fff;
    left: 1.75rem;
    padding: .15rem .3rem;**/
    text-align: left;
}

.add-field {
    cursor: pointer;
    position: absolute;
    background-color: #1fcc66;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .65rem;
    border-radius: .25rem;
    top: 0;
    right: 0;
    height: 100%;
    border: 1px solid #1fcc66;
}

.remove-field {
    cursor: pointer;
    position: absolute;
    background-color: rgb(217, 83, 79);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .65rem;
    border-radius: .25rem;
    top: 0;
    right: 0;
    height: 100%;
    border: 1px solid #ced4da;
}

@media (min-width: 992px) {
    .content-section {
        flex: 0 0 88%;
        max-width: 88%;
        /*left: 12%;*/
        margin-left: 12%;
    }
}

@media (max-width: 767px) {
    .content-section {
        flex: 0 0 100%;
        max-width: 100%;
        left: 0;
        position: static;
        height: auto
    }

        .content-section.mob-pb-0 {
            padding-bottom: 0 !important;
        }
}


#srchAdress {
    height: calc(2.25rem + 5px);
    padding: .375rem .75rem;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #976e62;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: absolute;
    top: .65rem !important;
    right: 4rem !important;
    left: auto !important;
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, .25);
    outline: none !important;
}

    #srchAdress::-webkit-input-placeholder {
        color: #212427
    }

    #srchAdress::-moz-placeholder {
        color: #212427
    }

    #srchAdress:-ms-input-placeholder {
        color: #212427
    }

    #srchAdress:-moz-placeholder {
        color: #212427
    }

.title select::-webkit-input-placeholder {
    color: #212427;
    font-size: .5rem;
}

.title select::-moz-placeholder {
    color: #212427
}

.title select:-ms-input-placeholder {
    color: #212427
}

.title select:-moz-placeholder {
    color: #212427
}


/*
.progress-title{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
}
.progress{
    height: 12px;
    background: rgba(0,0,0,0.1);
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}
.progress .progress-bar{
    border-radius: 15px;
    box-shadow: none;
    background-color: #e57525;
    position: relative;
    animation: animate-positive 2s;
}
.progress .progress-value{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 40px;
    background: #e57525;
    border: 1px solid #e57525;
    font-size:12px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}
*/

#userHistory_wrapper {
    margin: 3rem 0 5rem 0;
}

table.dataTable th,
#popupTable th,
#popupTable td,
table.dataTable td {
    font-size: .85rem;
}

.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_info,
.dataTables_paginate .paginate_button {
    font-size: .85rem;
}

div.dataTables_wrapper div.dataTables_paginate {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: max-content;
    float: right;
    padding-top: .85em;
}

div.dataTables_wrapper div.dataTables_info {
    float: left;
    display: inline-block;
}

.dataTables_paginate .paginate_button {
    color: #0668b1;
    flex-direction: row;
    /* padding: .25rem .5rem; */
    cursor: pointer;
}

    .dataTables_paginate .paginate_button.previous,
    .dataTables_paginate .paginate_button.next {
        /* background-color: #f2f2f2; */
        /* color: #0668b1; */
    }

        .dataTables_paginate .paginate_button.previous:hover,
        .dataTables_paginate .paginate_button.next:hover,
        .dataTables_paginate .paginate_button.previous:focus,
        .dataTables_paginate .paginate_button.next:focus {
            /* background-color: #0668b1; */
            color: #fff !important;
        }

.dataTables_paginate .current {
    border-top: 2px solid #0668b1 !important;
    background: #0668b1 !important;
    color: #fff !important;
}

.dataTables_paginate .paginate_button.previous {
    border-radius: .25rem 0 0 .25rem;
}

.dataTables_paginate .paginate_button.next {
    border-radius: 0 .25rem .25rem 0;
}

.dataTables_paginate > span > a:not(:last-child) {
    margin: 0;
    border-right: 1px solid #0668b1;
}

.dataTables_paginate > span > a {
    border-top: 1px solid #0668b1;
    border-bottom: 1px solid #0668b1;
}

.dataTables_paginate .paginate_button.previous {
    /* border-right: 1px solid #0668b1; */
}

.dataTables_paginate .paginate_button.next {
    border-left: 1px solid #0668b1;
}

.declaration {
    font-size: 0.8rem;
    font-weight: bold;
}

li {
    font-size: small;
}

.bold {
    font-weight: bold;
    color: #212427;
}

.modal-body ul {
    padding-left: 17px;
}

.modal-body li {
    font-size: inherit
}

.add_minus_yes {
    height: fit-content;
}

.card-body {
    text-align: center !important;
}

.card_pigeons {
    margin-top: 6rem !important;
}

.select2-container .select2-selection--single {
    height: 37px !important;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.select2-container {
    width: inherit !important;
}

.btn-success, .btn-danger {
    color: #f5f5f5 !important;
}


#toast-container.toast-top-full-width > div {
    width: 2000px !important;
}

.toast-title {
    font-size: 18px !important;
}

.toast-message {
    font-size: 20px !important;
}

.dataTables_info {
    margin-bottom: 10px !important;
}

@media (min-width: 992px) {
    .col-lg-1.pr-0.other_box {
        flex: 0 0 10.333333%;
        max-width: 11% !important;
    }

        .col-lg-1.pr-0.other_box + div {
            flex: 0 0 31.333333%;
            max-width: 31% !important;
        }
}

@media (max-width: 767px) {
    .dataTables_info {
        margin-bottom: 20px !important;
    }
}

.loader-parent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9
}

    .loader-parent.active {
        display: flex;
    }

.loader {
    width: 110px;
    height: 110px;
    margin: 20px auto;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #0668b1 94%, #0000) top/4px 4px no-repeat, conic-gradient(#0000 30%, #0668b1);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
    animation: spinner-ub 0.8s infinite linear;
}

@keyframes spinner-ub {
    100% {
        transform: rotate(1turn);
    }
}



#registerModal .modal-content {
    border-radius: 25px;
}

    #registerModal .modal-content .modal-header {
        color: #fff;
        background: #0668b1;
        border-radius: 15px 15px 0 0;
    }

        #registerModal .modal-content .modal-header button {
            color: #fff;
            opacity: 1;
        }
/*/ :::::: table responsive css :::::: /*/
.monthNewTable2 input.month-input {
    min-width: 90px;
}

.monthNewTable2 input.total-input {
    min-width: 120px;
}

.monthNewTable2 {
    max-width: 1100px;
    overflow: inherit;
    width: auto;
}

.table-responsive2 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.locationNewTable {
    max-width: 1100px;
    overflow: inherit;
    width: auto;
}



#reportrangenew1234, #reportrangeRegister1234,
#reportrangenewwithoutbirddetails {
    max-width: max-content;
    font-size: 15px;
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    position: relative;
    float: right;
    padding-right: 20px !important;
}

#reportRagnerow .daterangepicker {
    top: 40px !important;
    left: auto !important;
    right: 120px !important;
    z-index: 999999999;
}


@media (max-width: 1199px) {
    .monthNewTable2 {
        max-width: 760px;
    }

    .locationNewTable {
        max-width: 760px;
    }
}

@media (max-width: 991px) {
    .monthNewTable2 {
        max-width: 530px;
    }

    .locationNewTable {
        max-width: 530px;
    }
}

@media (max-width: 767px) {
    /*.monthNewTable2 {
        max-width: 360px;
    }

    .locationNewTable {
        max-width: 360px;
    }*/

    #reportrangenew1234,
    #reportrangenewwithoutbirddetails {
        font-size: 14px;
        max-width: 100%;
    }

    #reportRagnerow .daterangepicker {
        top: 70px !important;
        left: auto !important;
        right: 0px !important;
        z-index: 999999999;
    }
}

/*@media (max-width: 400px) {
    .monthNewTable2 {
        max-width: 300px;
    }

    .locationNewTable {
        max-width: 300px;
    }
}*/


@media (max-width: 370px) {
    .monthNewTable2 {
        max-width: 250px;
    }

    .locationNewTable {
        max-width: 250px;
    }
}


.card-dashboard {
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 0 10px #000;
}

.dataTables_wrapper .dt-buttons:before {
    content: 'Export :';
    display: inline-block !important;
    vertical-align: top;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 600;
}

.dataTables_wrapper .dt-buttons a {
    background: #0668b1;
    color: #fff;
    border: solid 1px #0668b1;
    font-size: 20px;
    padding: 0px 10px;
}

.dataTables_wrapper table, .dataTables_wrapper table th, .dataTables_wrapper table td {
    border: 1px solid #9e9e9e;
    text-align: center;
}

    .dataTables_wrapper table th {
        background: #0668b1;
        color: #fff;
    }

.dashboard-tabs .nav-pills button {
    border-radius: 0;
    outline: 0;
    border-radius: 10px 10px 0 0;
}

    .dashboard-tabs .nav-pills button.active {
        border: solid 2px #0668b1
    }

.dashboard-tabs div#pills-tabContent {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px #555555;
    border-radius: 0 10px 10px 10px;
}

.registered_table {
    padding-bottom: 100px;
}

@media (max-width: 992px) {
    .card-dashboard {
        height: auto;
        margin-bottom: 15px;
        overflow: auto
    }
}

@media (max-width: 767px) {
    .card-dashboard #lineChartpigeon, .card-dashboard #donutchart {
        min-width: 600px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.5em 0.3em !important;
    }

    .dashboard-tabs .nav-pills button {
        font-size: 11px;
        padding: 5px;
        border-radius: 0 !important;
        !i;
        !;
        background: #fff;
    }

    .registered_table {
        padding-bottom: 10px;
    }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.dashboard-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.dashboard-spinner {
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-left-color: #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    top: 40%;
    position: relative;
    margin: 0 auto;
    animation: spin 1s linear infinite;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    display: none;
    z-index: 9998;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.select2-dropdown {
    z-index: 999 !important;
}

#addressModal .modal-dialog {
    max-width: 600px;
}

.modal-header .close {
    opacity: 1;
    color: #fff;
}

    .modal-header .close:hover {
        color: black !important;
        opacity: 1 !important;
    }

#addressModal .modal-submit-btn.landing-btn_45 {
    padding: 10px 20px;
}

#employeeTable_wrapper div#employeeTable_length, #employeeTable_wrapper .AccountsBirdsFilterBtn {
    float: left;
}

.custom-control-label::after {
    opacity: 0;
}

.form-group {
    margin-bottom: 10px;
    text-align: left;
}

.active > .page-link, .page-link.active {
    background-color: #0668b1;
    border-color: #0668b1;
}

.page-link:hover {
    color: #0668b1 !important;
    background: #b9ddf7;
}

.content-section .card {
    border-radius: 20px;
    box-shadow: 0px 0px 5px #8d8d8d;
    text-align: left;
    margin-bottom: 20px;
}

.landing-btn_45 {
    width: max-content;
    padding: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    line-height: 1.3;
    position: relative;
    background-color: transparent;
    border-radius: 2rem !important;
    !I;
    !;
    padding: .8rem 3.2rem;
    background-color: #0668B1;
    /* background-color: #008938; */
    border: 2px solid #0668B1;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    transition: .35s linear;
    margin-right: 20px;
}

.btn-add-row:hover {
    color: #fff !important;
    /* background: green !important; */
}

.btn-delete-row:hover {
    color: #fff !important;
}

table {
    white-space: nowrap !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


select {
    cursor: pointer;
}

th, td {
    vertical-align: middle;
    word-wrap: break-word;
    white-space: normal;
}

.btn:hover {
    color: #fff !important;
}

.btn-primary {
    background: #1b6ec2 !important;
    border: #1b6ec2 !important;
}

.btn {
    border-radius: 5px;
}

.card-header {
    background: #1b6ec2;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    padding: 15px 20px;
}

    .card-header h6 {
        color: #fff;
        margin: 0;
        font-size: 18px;
    }

.someData {
    text-align: left;
}
