.logout-logo img,
.register-logo img {
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 15px;
    width: 50%;
    margin-bottom: 20px;
    margin: 10px;
}

.pr-0 {
    padding-right: 0px;
}

.logintwoimnage {
    margin: 30px 100px;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    justify-content: space-around;
}

.login-logo h2 {
    text-align: center;
    color: #fff;
    line-height: 56px;
    margin-bottom: 0px;
}

.login-logo h2 span {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 25px;
    color: #464f61;
}

/*----------- Navbar Css ----------------------*/
.navbar-glass {
    margin-bottom: 70px;
}

.nav-link {
    color: #fff;
}

.header-logo img {
    filter: drop-shadow(2px 1px 1px #fff);
}

.footer {
    position: relative;
    background: #61a14e;
    font-family: sans-serif;
	
}

#navbarDoubleTop {
    padding: 10px 0;
}

select {
    -webkit-appearance: listbox !important;
}

.footer-top {
    background: url(https://cifor.indevconsultancy.in/assets/images/colab-footer.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 110px;
    background-position: 0 bottom;
    /* animation: animatedBackground 53s linear infinite; */
    background-color: #ebeff2;
    background-size: 100%;
    position: relative;
}

.border-end-lg {
    border-right: 1px solid #d8e2ef;
}

@keyframes animatedBackground {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: -3508px bottom;
    }
}

.footer p {
    color: #fff !important;
}

.flex-direction {
    flex-direction: row-reverse;
}

.bg-200 {
    background-color: #0db9f0 !important;
}

[data-list] li.active .page {
    background-color: rgb(44 123 229);
    color: var(--falcon-light) !important;
}

#googlemap {
    height: 300px;
}

.menu-section {
    background: #61a14e;

}

.fixed-nav {
     position: fixed;
    top: 0;
    background: #fff;
    border-top: 5px solid #61a14e;
}


.main-header {
    background: #fff;
    display: flex !important;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
}

/* .login-section {
    margin-top: 130px;
    margin-bottom: 100px;

} */
.login-section {
    margin-top: 109px;
    margin-bottom: 57px;
}

.bg-card-gradient {
    /* background-position: center;
    background: linear-gradient(45deg, #31b93c, transparent) !important; */
    /* background-image: url(/assets/img/plantation.jpg); */


    background-position: center;
    background-image: url(/assets/img/plantation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.main-header .main-header-title h4 {
    font-weight: 700;
}

@media (max-width: 520px) {
    .logintwoimnage {
        margin: 0px;
        border: 2px solid #fff;
        border-radius: 10px;
        padding: 15px;
        align-items: center;
        justify-content: space-around;
    }

    /* .page-title-box {

        margin-top: 120px !important;
    } */

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

@media (max-width: 390px) {
    .main-header .main-header-title h4 {
        font-size: 15px;
    }

    /* #togglePassword {
        position: absolute !important;
        top: 188px !important;
        right: 45px !important;
        font-size: 18px;
        cursor: pointer !important;
    } */

    /* .page-title-box {

        margin-top: 120px !important;
    } */

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

@media (max-width: 765px) {
    .input-group-append {
        position: absolute;
        left: 191px;
        bottom: 216px;
    }

    .image-header-section img {
        width: 40px;
    }

    .image-header-section .center-logo {
        width: 150px;
    }

    .main-header-title-login {
        font-size: 10px;
    }

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

@media (min-width: 767px) {

    ._h-font-size {
        font-size: 30px !important;
        font-family: sans-serif;
        font-weight: 700;
    }
}

.welcome-project small {
    font-size: medium;
}

@media (max-width: 767px) {

    .footer-paging {
        flex-direction: column;
    }

    .footer-paging .per-page,
    .footer-paging #pagination {
        margin-top: 10px;
    }

    /* #togglePassword {
        position: absolute !important;
        top: 188px !important;
        right: 45px !important;
        font-size: 18px;
        cursor: pointer !important;
    } */

    .login-section {
        margin-top: 109px;
        margin-bottom: 135px;
    }
}

@media (max-width: 991px) {
    .navbar-top {
        min-height: 30px;
    }
}

.btn-danger {
    background-color: #ff5757;
    border: 1px solid #ff5757;
    color: #fff;
}

/* .btn-danger:hover { */
/* color: var(--falcon-btn-hover-color); */
/* text-decoration: none; */
/* background-color: #5bc864; */
/* border-color: #5bc864; */
/* } */

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
    }

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

.loginpage-text {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-name: slideInLeft;
}

.sign-info a,
.sign-info span {
    color: #5e6e85;
    font-size: 15px;
}

.input-group.captcha {
    display: inline-flex;
    border: 1px solid var(--falcon-input-border-color);
    width: auto;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    overflow: hidden;
    height: 38px;
    line-height: 32px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-itm {
    font-family: sans-serif;
}

.input-group-append {
    display: inline-block;
}

.input-group.captcha #create_captcha img {
    width: 100%;
}

.input-group-append .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 7px 20px;
}

/* 
.main-header-title-login {
    font-weight: 600;
} */

.navbar .nav-link {
    outline: none;
    padding: initial;
    font-family: sans-serif;
}

.content {
    margin-top: 81px;
}

.text-warning {
    color: #99bf4e !important;
}

.btn-block {
    width: 100%;
}

.btn {
    font-size: 14px;
    font-weight: 100;
    min-height: 37px;
}

a.btn {
    padding: 7px;
    font-family: sans-serif;
}

.form-control {
    font-size: 18px;
}

.form-control::placeholder {
    font-size: 14px;
    /* You can adjust the placeholder font size */
}

.form-control::value {
    font-size: 14px;
    /* You can adjust the placeholder font size */
}

.select.form-control option {
    /* Your styles for option elements inside select elements with the form-control class */
    font-size: 14px;
}

.card .card-icon {
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    background: lightgrey;
}

#chartdiv1,
#chartdiv2,
#chartdiv3,
#chartdiv4,
#chartdiv5,
#chartdiv6,
#mapdemo {
    width: 100%;
    height: 320px;
}

.login-logo {
    padding-top: 5rem;
}

.highcharts-credits {
    display: none;
}

.float-right {
    float: right;
}

.bg-danger {
    background-color: #ff5757 !important;
}

.form-group {
    margin-bottom: 1rem;
}

.btn-primary {
    background: #6022a6;
    border: 1px solid #6022a6;
}

.bg-primary {
    background-color: #6022a6 !important;
}

.bg-primary-pro {
    background-color: #61a14e !important;
}

.bg-warning {
    background-color: #fed05b !important;
}

.text-dark {
    color: #1f1f1f !important;
}

.bg-light {
    background-color: #a5a3a6 !important;
}

.table>thead {
    vertical-align: bottom;
    background: #79af69;
    color: #fff !important;
}

.bg-success {
    background-color: #61a14e !important;
}

.btn-success {
    background-color: #61a14e;
    border: 1px solid #1bad7b;
}

.text-success {
    color: #5f7f41 !important;
}

.card-header span {
    font-size: 20px;
}

.card-header {
    padding: 13px;
}

.table {
    border-color: #d4d4d4ab;
}

.bg-shape {
    position: relative;
    overflow: hidden;
    background-color: #6022a6d4;
}

.bg-shape:before {
    background: #6022a6;
}

.bg-shape:after {
    background: #6022a6;
}

.filter-form {
    background: #ffffff;
    border-bottom: 1px dashed #e3e3e3;
    /* display: flex; */
    margin: 0;
    padding: 14px 15px;
    padding-bottom: 0;
    box-shadow: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.page-title-box {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 0;
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    margin-bottom: 14px;
}

.page-title {
    margin-bottom: 0;
    font-family: sans-serif;
    font-size: 18px;
}

.breadcrumb-item>a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #ff5757;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
    display: flex;
    font-family: sans-serif;
}

.card-box {
    background-color: #fff;
    padding: 15px 15px;
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    margin-bottom: 24px;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.total-data-count {
    font-size: 15px;
    font-family: sans-serif;
}

.table .action,
.table .sl-no {
    text-align: center;
}

#pagination h5 {
    font-size: 15px;
    margin-right: 5px !important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #323a46;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: .8333333333rem !important;
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--falcon-pagination-active-color);
    background-color: #61a14e !important;
    border-color: #61a14e !important;
}

/* .page-link:hover { */
/* z-index: 2; */
/* color: var(--falcon-pagination-hover-color); */
/* text-decoration: none; */
/* background-color: #999999 !important; */
/* border-color: #999999 !important; */
/* } */
.page-link:hover {
    background-color: #61a14e !important;
    border: 1px solid #61a14e;
}

.btn-primary:disabled {
    background-color: #61a14e !important;
    border: 1px solid #61a14e;
    opacity: unset;
}

.text-primary {
    color: #6022a6 !important;
}

.modal-shape-header:before {
    height: 28.9375rem;
    width: 155%;
    right: 23%;
    top: -300px;
}

.btn-primary {
    background: #61a14e;
    border: 1px solid #999999;
}

.border-none {
    border: 0;
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
    color: rgb(50 50 50);
}

::selection {
    background-color: #6022a6;
    color: #fff;
}

.choices .choices__inner {
    border-radius: 0.25rem;
    min-height: 37px;
    font-size: 14px;
    background-color: var(--falcon-input-bg) !important;
    background-size: 16px 12px;
    border: 1px solid var(--falcon-input-border-color);
    padding: 0.2604166667rem 1rem 0.2604166667rem 1rem;
    -webkit-box-shadow: var(--falcon-box-shadow-inset);
    box-shadow: var(--falcon-box-shadow-inset);
    line-height: 1 !important;
}

.form-control {
    font-size: 14px;
    font-weight: 100;
    min-height: 37px
}

.footer a {
    color: #fed05b;
    text-decoration: none;
}

/* #togglePassword {
    position: relative;
    top: -32px;
    left: 462px;
    font-size: 15px;
    cursor: pointer;
} */

@media (min-width: 992px) {
    .py-lg-2 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}


.overflow-hidden {
    border: 20px solid #00800052;
}

.main-header-title-login {
    z-index: 99999;
    position: absolute;
    margin-left: 356px;
    font-weight: bolder;
    font-size: 36px;
    font-weight: 600;
}

/* .open-img {
    position: absolute;
    z-index: 99999;
    margin-top: 64px; */
/* } */

#heatmap {
    height: 500px;
}

.captcha-column img {
    width: 171%;
    border: 2px solid;
    border-radius: 6px;
}

.refars {
    color: #f9fbf9;
    font-size: 20px;
}

.site-button-dark {
    background-color: #5a975a;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;

}



@media(min-width: 100px) {
    .captcha-column img {
        width: 149%;
        border: 2px solid;
        border-radius: 6px;
    }
}

@media(min-width: 90px) {
    /* #captch-img2 {
        height: 38px;
        position: absolute;
        width: 79px;
    } */

    /* .input-group-append .btn {
        padding: 7px 20px;
        width: 29px !important;
        margin-left: 66px;
    } */

    /* #captch-img2 {
        height: 38px !important;
        width: 87px !important;
    } */
}

#plantmap {
    height: 500px;
}

#captch-img2 {
    height: 37px;
    width: 162px;
    border: 1px solid #d8e2ef;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.input-group-text {
    cursor: pointer;
}

@media (max-width: 600px) {
    .filter-submit {
        margin-bottom: 1rem;
    }

    .content {
        margin-top: 0px;
        margin-bottom: 1rem;
    }

    .d-title-box-block {
        flex-direction: column;
    }

    .gm-style-iw.gm-style-iw-c {
        max-width: 290px !important;
    }

    .image-header-section img {
        width: 38px !important;
    }
}


.btn-secondary {
    background-color: #2e1f02 !important;
    border: 1px solid #2e1f02;
}

.btn-primary:hover {
    background-color: #61a14e;
    border: 1px solid #61a14e;
}

.btn-success:hover {
    background-color: #61a14e;
    border: 1px solid #61a14e;
}

.alertdiv {
    background: #ff121278;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid #000;
}

.login-box {
    background: linear-gradient(180deg, #000000b3, #000000b3), url(/assets/img/plantationimag.webp);
    background-size: cover;
    background-position: center;
    padding: 50px;
    margin: 50px auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
}

.plant-logo .indev-logo{
    padding-top: 10px;
}

.login-form {
    background: #fff;
    padding: 30px 60px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .login-box {
        padding: 20px;
    }

    .login-form {
        padding: 30px 30px;
    }

    .welcome-project {
        padding-top: 25px;
        text-align: center;
    }
}

.pr-0 {
    padding-right: 0px;
}

.error {
    color: red;
    font-size: 13px;
}

.per-page label{
	margin:10px!important;
}

.page-item:first-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item:last-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}