

html * {
    /*font-size: 14px;*/
    font-family: Calibri, Candara !important
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    /*font-family: 'Roboto', sans-serif
    /*color: #000;*/
}


.loginbtn {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    color: white !important;
    background-color: #800000 !important;
    padding-left: 20px;
    padding-right: 20px;
    border-color: unset !important;
}


.nav-border {
    background-color: darkorange;
    height: 75px;
    border-bottom-left-radius: 85px;
    border-bottom-right-radius: 85px;
}

.custom-container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x,9.75rem);
    padding-left: var(--bs-gutter-x,9.75rem);
    margin-right: auto;
    margin-left: auto;
}


.logo-name {
    font-weight: 700;
    font-size: 30px;
    padding-left: 30px;
}

.custom-container {
    max-width: 1420px;
}


.home-body {
    margin-top: 140px;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
}

.logo-border-bottom {
    width: 65%;
    height: 3px;
    background: lightgray;
}

.login-btn {
    background: orange;
    padding: 0px 14px;
    margin: 0px 14px;
    border-radius: 8px;
}


.announcement {
    /*width: 100%;*/
    height: 10px;
    background-color: orange;
}


.notification {
    /*width:100%;*/
    height: 10px;
    background-color: red;
}


.loginText {
    /*font: normal normal normal 20px Helvetica Neue;*/
    letter-spacing: 0.4px;
    color: #303015;
    opacity: 1;
    font-weight: 700
}

.forgotpasswrdText {
    /*    font: normal normal normal 20px Helvetica Neue;*/
    letter-spacing: 0.4px;
    color: #6E7482;
    opacity: 1;
}

.table > thead {
    vertical-align: bottom;
    background: #E39201;
    text-align: left;
    /*font: normal normal bold 18px/48px Helvetica Neue;*/
    letter-spacing: 0.36px;
    color: #2F2F14;
    opacity: 1;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-color: #E39201;
}

tbody {
    color: black !important;
}

.table > tbody {
    vertical-align: inherit;
    font-size: 13px;
    text-align: left;
    /*font: normal normal normal 13px/20px Helvetica Neue;*/
    letter-spacing: 0.26px;
    color: #6E7482;
    opacity: 1;
}

.btn-add-new {
    background: #2F2F14 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 6px #00000029;
    border: 1px solid #2F2F14;
    border-radius: 4px;
    opacity: 1;
    color: white !important;
    font-weight: 500;
    /*font: normal normal bold 14px Helvetica Neue;*/
    letter-spacing: 0.36px;
    font-size: 14px !important;
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled, table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
    background: #800000 0% 0% no-repeat padding-box;
    opacity: 1;
    color: white;
}

tbody td {
    padding: 8px 10px;
    border: 1px solid #800000;
    opacity: 1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: inherit !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(230, 230, 230, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: #E39201 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 2px;
    border-color: #800000 !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #800000 !important;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
    margin-bottom: 10px;
}

/*table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: left;
    font: normal normal normal 13px/20px Helvetica Neue;
    letter-spacing: 0.26px;
    color: #6E7482;
    opacity: 1;
}*/

caption {
    /* padding-top: 0.5rem; */
    /* padding-bottom: 0.5rem; */
    color: #6c757d;
    text-align: left;
    caption-side: top;
    background: #800000;
    text-align: left;
    /*font: normal normal normal 24px Helvetica Neue;*/
    letter-spacing: 0.32px;
    color: white;
    opacity: 1;
    padding-left: 10px;
    font-weight: 700;
}

.custom-table-header > tr > th {
    border: 1px solid #800000 !important;
    background-color: transparent !important;
}

.custom_table_header > tr > th {
    border: 1px solid #800000 !important;
    background-color: transparent !important;
    color: black !important;
}


.custom-form-control > .row > label {
    text-align: left;
    /*font: normal normal normal 16px Helvetica Neue;*/
    letter-spacing: 0.32px;
    color: black;
    opacity: 1;
    font-weight: 700
}


.landingpageBottomDivs {
    background-color: #800000;
    color: white;
    box-shadow: 0px 8px 6px #00000029;
    border: 1px solid #800000;
    border-radius: 4px;
    opacity: 1;
    /*font: normal normal bold 27px/54px Helvetica Neue;*/
}


.btn-orange-bg {
    background: #800000;
    text-align: center;
    /*font: normal normal bold 14px Helvetica Neue;*/
    /* letter-spacing: 0px;*/
    color: #FFFFFF;
    opacity: 1;
}


.btn-orange-outline {
    /*    outline: 1px solid #800000;
    text-align: center;
    letter-spacing: 0px;
    color: #800000;
    opacity: 1;*/
    color: #800000;
    background-color: transparent;
    border-color: #800000;
    outline: aquamarine;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #800000;
    /*background: #DDDFE1 0% 0% no-repeat padding-box;*/
    border: 1px solid #800000;
    opacity: 1;
}


.nav-pills .nav-link {
    border-radius: 0px;
    color: #6E7482;
}

.fotter {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.search-field-border {
    border: 3px solid #60490E;
    border-radius: 3px;
    opacity: 1;
}



.username-wrapper {
    margin-left: 40px;
    color: #b74949b3;
    font-size: large;
    margin-right: 10px;
    max-width: 147px;
    overflow-wrap: break-word;
}


.custom-display-none {
    display: none;
}


/*select{*/
/*    display: block !important;
    position: absolute;*/
/*clip: rect(0, 0, 0, 0);
    pointer-events: none;
    filter: opacity(0) !important;
    height: 1px;
    display: unset !important;
}*/


.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: transparent !important;
    opacity: .5;
}

/*.custom-padding {
    padding-right: 10px;
}

a:active {
    background-color: #E39201;
}


    
/*a.selected {
    color: red;
}*/

.activeLink {
    /*background: #E39201;*/
    /*border-bottom: 6px red solid;*/
    text-decoration: underline;
    text-decoration-color: #800000;
    text-decoration-thickness: 5px;
}

.alingggk:hover {
    /*background-color: orange;*/
    border-bottom: 2px solid #800000;
    /*a: hover*/
}
/*{*/
/*background-color: orange;*/
/*transform: scale(1.1);
}*/





.bootstrap-select > .dropdown-toggle {
    color: black;
    font-weight: 400;
    border: 1px solid #ced4da;
}

/*li:hover {*/
/*color: darkorange;*/
/*border-bottom: 2px solid darkorange;
}*/



.custom-modal-position {
    /*margin-top: 50%;*/
    margin-top: 30%;
    transform: translateY(-50%);
    padding: 50px;
}


.custom-modal-bg {
    background: black;
    opacity: 0.8;
}


/*
.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}*/

.second-nav-bg {
    background: #800000
}

.header-title {
    color: white !important;
    /*font: normal normal normal 18px Helvetica Neue;*/
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}




.tab-divider-border {
    /*border-right: 1px solid #800000;*/
    transition: background-color 0.3s; /* Optional: Add a smooth transition effect */
}

    .tab-divider-border:hover {
        background-color: wheat /* Your desired background color for hover */;
        color: red;
    }




/*Loader 2*/
.loader1 {
    border: 16px solid #800000;
    border-radius: 50%;
    border-top: 16px solid white;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 35%;
    left: 45%;
    transform: translate(50%, 50%);
    z-index: 100;
    visibility: visible;
}




/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-model-wrapper {
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: block;
    width: 100%;
    height: 114%;
    overflow: hidden;
    opacity: 0.7;
}




.tooltip1 {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black;*/
    cursor: not-allowed
}

    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 105%;
    }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
    }


.row_selected {
    background-color: #800000 !important;
    color: white;
}



.btn-search {
    color: #800000;
    background-color: transparent;
    border-color: #800000;
    outline: auto;
    font-weight: 700;
}


.attachments-wrapper {
    width: -webkit-fill-available;
}

.dt-buttons button, .dt-buttons {
    display: block !important;
    width: 100% !important;
}

.dt-buttons {
}


.box {
    transition: box-shadow .3s;
    background-color: white !important;
}

    .box:hover {
        /*box-shadow: 0 0 11px rgba(33,33,33,.2);*/
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.searchELEMENTS {
    color: black;
    /*font-family:'Times New Roman', Times, serif;*/
}

/*testing*/
.dropdown-menu {
    margin-top: 0;
}

    .dropdown-menu .dropdown-toggle::after {
        vertical-align: middle;
        border-left: 4px solid;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
    }

    .dropdown-menu .dropdown .dropdown-menu {
        left: 100%;
        top: 0%;
        margin: 0 20px;
        border-width: 0;
    }

        .dropdown-menu .dropdown .dropdown-menu.left {
            right: 100%;
            left: auto;
        }

@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-width: 1px;
    }

    .dropdown-menu > li a:hover,
    .dropdown-menu > li.show {
        background: #007bff;
        color: white;
    }

        .dropdown-menu > li.show > a {
            color: white;
        }
}


.dataTables_length {
    display: block !important;
}


    .dataTables_length > label {
        display: flex !important
    }

    .dataTables_length select {
        margin: auto 5px !important;
    }

.document_review_btn {
    text-align: start !important;
}

.buttons-html5:hover {
    background-color: #800000 !important;
    color: white !important;
}


table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: collapse !important;
    border-spacing: 0;
}

.header-title {
    font-size: 24px
}


.inp {
    border: none;
    border-bottom: 1px solid #800000;
    padding: 5px 10px;
    outline: none;
}

.text-truncate {
    max-width: 150px; /* adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc, table.dataTable thead > tr > td.dt-ordering-asc, table.dataTable thead > tr > td.dt-ordering-desc {
    background: #800000 0% 0% no-repeat padding-box;
    opacity: 1;
    color: white;
}

div.dtr-modal div.dtr-modal-close {
    color: red;
    font-size: larger;
    font-weight: 700;
}

.none-decoration {
    text-decoration: none;
}


.btn-maroon-outline {
    outline: solid 1px #800000;
    color: #800000;
}

.btn-maroon {
    background-color: #800000;
    color: white;
}


div.dt-container select.dt-input {
    margin-right: 10px;
}

#toolbar {
    display: none !important;
}

.modfffal:nth-of-type(even) {
    z-index: 1062 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    /*z-index: 1061 !important;*/
}

.col-crst {
    display: none
}

.YearPicker-dropdown {
    z-index: 100000000000;
}

.toast {
    opacity: 1 !important;
}


/*test CSS  ----------------------------------------------------------------------------------------------------------------------------------------------------------*/




ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer {
    position: relative;
    background-color: #800000;
    width: 100%;
    background-image: url('../img/newfolder/world-map.png');
    height: 100%;
    /*    top: 50px;
    right: 0px;*/
    background-size: 100% 100%;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    text-decoration: unset !important;
}

    .main-footer a,
    .main-footer a:link,
    .main-footer a:visited,
    .main-footer a:hover,
    .main-footer a:active {
        text-decoration: none;
    }



.footer-content .logo-widget {
    position: relative;
    margin-top: -5px;
}

    .footer-content .logo-widget .footer-social li {
        position: relative;
        display: inline-block;
        margin-right: 9px;
    }

        .footer-content .logo-widget .footer-social li:last-child {
            margin-right: 0px;
        }

        .footer-content .logo-widget .footer-social li a {
            position: relative;
            display: inline-block;
            width: 42px;
            height: 42px;
            line-height: 42px;
            background: #2e3138;
            color: #9ea0a9;
            text-align: center;
            border-radius: 50%;
        }

            .footer-content .logo-widget .footer-social li a:hover {
                color: #ffffff;
                background: #ff5e14;
            }

    .footer-content .logo-widget .logo-box {
        margin-bottom: 25px;
    }

    .footer-content .logo-widget .text p {
        color: whitesmoke;
        margin-bottom: 32px;
    }

.footer-content .footer-title {
    position: relative;
    font-size: 24px;
    line-height: 35px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 27px;
}

.footer-content .service-widget .list li {
    display: block;
    margin-bottom: 12px;
}

    .footer-content .service-widget .list li a {
        position: relative;
        display: inline-block;
        color: #9ea0a9;
    }

        .footer-content .service-widget .list li a:hover {
            color: #ff5e14;
        }

.footer-content .contact-widget p {
    color: #9ea0a9;
    margin-bottom: 15px;
}

.footer-content .contact-widget {
    margin-left: 90px;
}

    .footer-content .contact-widget .footer-title {
        margin-bottom: 29px;
    }

/** footer-bottom **/

.footer-bottom {
    position: relative;
    background: #13151a;
    /*padding: 25px 0px 22px 0px;*/
}

    .footer-bottom .copyright,
    .footer-bottom .copyright a,
    .footer-bottom .footer-nav li a {
        position: relative;
        color: #9ea0a9;
    }

        .footer-bottom .copyright a:hover,
        .footer-bottom .footer-nav li a:hover {
            color: #ff5e14;
        }

    .footer-bottom .footer-nav {
        position: relative;
        text-align: right;
    }

        .footer-bottom .footer-nav li {
            position: relative;
            display: inline-block;
            margin-left: 29px;
        }

            .footer-bottom .footer-nav li:first-child {
                margin-left: 0px;
            }

            .footer-bottom .footer-nav li:before {
                position: absolute;
                content: '';
                background: #9ea0a9;
                width: 1px;
                height: 14px;
                top: 7px;
                left: -18px;
            }

            .footer-bottom .footer-nav li:first-child:before {
                display: none;
            }

.logo-box img {
    max-width: 220px;
}


/*test CSS  ----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------  bg image  starts */
.hero-image {
    height: 100%;
}

/*This is where you place your image url. Most images should work by just replacing the url. */
.hero-image-container {
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url('/Img//Houses.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
/*    width: min(300px, 80vw);
    height: 400px;*/
 
}
.glassBg {
    background: radial-gradient(#fff2 30%, #fff4);
    /*border-radius: 20px;*/
    box-shadow: 5px 5px 10px #0007, -1px -1px 2px #fff, 1px 1px 2px #555;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: translateY(25px);
    transition: transform .25s;
}

.glassssss {
     
    backdrop-filter: blur(10px);
    background: rgba(1, 17, 27, 0.378);
    border-radius: 15px;
    border: 3px solid rgba(255, 255, 255, 0.082);
    border-width: 3px solid;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.86);
/*    width: 300px;
    height: 300px;*/
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    transition: transform 0.1s ease-in-out, box-shadow 0.3s ease-in-out;

}
.hero-text {
    /*height: 90%;*/
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*.hero-title {
    font-weight: 400;
    font-size: 3em;
    background: linear-gradient(0.25turn, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    padding: 10px 10px 15px 10px;*/
    /*letter-spacing: .3em;*/
/*}*/
.hero-titleH2 {
    font-weight: 400;
    font-size: 3em;
    background: linear-gradient(0.25turn, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  
}

/*.hero-p {
    font-size: 1em;*/
    /*letter-spacing: .3em;*/
    /*padding: 10px;
    max-width: 550px;
    background: linear-gradient(0.25turn, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}*/

.hero-butt {
    font-weight: 400;
    margin-top: 20px;
    text-decoration: none;
    color: white;
    font-size: 1em;
    background: linear-gradient(0.25turn, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    padding: 10px 20px;
    /*letter-spacing: .3em;*/
    transition: padding .1s;
}



@media (max-width: 600px) {
    .hero-title {
        font-size: 2em;
    }

    .hero-p {
        font-size: .8em;
    }
}

@media (max-width: 400px) {
    .hero-title {
        font-size: 1.5em;
    }

    .hero-p {
        padding: 10px 20px 10px 20px;
        font-size: .7em;
    }
}
.textcolllllor {
    color: #800000 !important;
}

/*
.your-element {
    height: 58vh
}
@media (max-width: 768px) {
    .your-element {
        height: 100vh;
    }
}*/
/*-------------------------------------------------------  bg image  ends */