* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    background-color: #F0F4FF;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-weight: 500;
    color: #313131;
}
.topbar{
    padding-left:13px;
    padding-right:13px;
}
header nav {
    min-height: 10vh;
}
.content {
    min-height: 78vh;
}
footer {
    background-color: #002045;
    color: white;
    min-height: 12vh;
}

header nav .header-right a, .menu-toggle-button {
    cursor: pointer;
    color: black;
}
header nav .header-right .menu-toggle-button{
    border:none;
    background-color:white;
}
header nav img{
    width:30px;
}
.toggle-nav-container a{
    color:black;
}
#side-navbar {
    z-index: 9999;
    background-color: white;
    top: 0;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
}
nav ul li {
    list-style: none;
    cursor: pointer;
}
.toggle-nav-container .nav-link {
    color:black;
}
#side-navbar-container{
    display:none;
}

.toggle-nav-container a {
    text-decoration: none;
    color: black;
}

.toggle-nav-container .active {
    color: white;
    background-color: #123195;
    padding: 13px 20px;
    border-radius: 8px;
}

.toggle-nav-container .nav-link:hover {
    color: #123195;
    transition: 0.2s all ease-in-out;
}
.close-container-btn{
    display:none;
}
.table-container{
    margin-top: 30px;
    max-height: 1000px;
    overflow-y: scroll;
    overflow-x: auto;
}

    .table-container::-webkit-scrollbar{
        width: 8px;
        height: 8px;
    }

    .table-container::-webkit-scrollbar-track{
        background: #f1f1f1;
        border-radius: 8px;
    }

    .table-container::-webkit-scrollbar-thumb{
        background: #5371d3;
        border-radius: 8px;
    }

        .table-container::-webkit-scrollbar-thumb:hover{
            background: #5371d3;
        }
.header-left img{
    width:40px;
}

.fs-14 {
    font-size: 14px !important;
}

.ftw-400 {
    font-weight: 400 !important;
}

.ftw-500 {
    font-weight: 500 !important;
}

.ftw-600 {
    font-weight: 600 !important;
}

.tx-al-jst {
    text-align: justify;
}
 .table td {
    font-size: 9px;
    padding: 3px;
    border: 1px solid lightgrey;
}

.table thead {
    position: sticky;
    top: 0;
    background-color: white;
    box-shadow: 0 0.5px 0 lightgrey, 0 -1px 0 lightgrey;
    z-index:10;
    text-align:center !important;
}
.table th {
    font-weight: 600;
    color: #202020;
    border-bottom: none;
    padding: 5px 0px;
    font-size: 10px;
    border: 1px solid lightgrey;
}
.table td {
    font-weight: 500;
    color: #313131;
}
h1 {
    font-size: 30px;
    font-weight: 600;
    color: #202020;
}
.btn{
    font-size:13px;
    font-weight:500;
}
    .btn:hover {
        background-color: #5371D3;
    }
.page_size {
    padding:0px 30px 0px 10px !important;
    height: 35px !important;
    background-color: #F0F4FF;
    color: #313131;
    font-size:13px;
}
.content-header {
    background-color: #FAFBFF;
    border-radius:8px;
    padding: 49px 34px;
}
.content-body{
    padding:0px 34px 49px 34px;
}
.logout-btn{
    background-color:white !important;
    border-radius:8px;
    padding:10px;
}
.table > :not(:last-child) > :last-child > *{
    border-bottom-color:inherit;
}

.page-link {
    border: none;
    color: grey;
    background-color: transparent;
}

.active1 {
    border-radius: 5px;
    background-color: #123195;
    color: white;
}

    .active1:hover {
        background-color: #123195;
        color: white;
    }

.custom {
    background-color: #123195;
    border-radius: 5px;
}

.fa-angle-double-right {
    color: white;
    border-radius: 5px;
}

.custom1 {
    border-radius: 5px;
    background: #FFF;
}

.fa-angle-double-left {
    color: black;
}

.remove {
    font-size: 14px;
}
input[type=checkbox] {
    background-color: #F0F4FF !important;
    cursor: pointer;
    border: 1px solid #D2D2D2 !important;
}
input[type=checkbox]:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}
input,textarea   {
    font-size: 13px !important;
    color: #313131 !important;
    font-weight: 500 !important;
    font-family: Montserrat !important;
}

.fa-eye {
    cursor: pointer;
}
.header-right a img{
    width:25px;
}
.toastr-error-width{
    width:400px !important;
}

.cr-pr {
    cursor: pointer !important;
}

.cst-lnk {
    text-decoration: none !important;
    color: black;
    transition: 0.2s ease-in-out all;
}

.btn-pin {
    padding: 2px !important;
    border-color: #123195;
    background-color: #123195;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}

    .btn-pin:hover {
        background-color: #5371D3;
        border-color: #5371D3;
    }
.container-fluid {
    font-size: 13px !important;
}

.min-h-AOA{
    min-height:650px !important;
}
.search-container .propIdContainer {
    margin-bottom: 3.25rem !important;
}
.search-container .csvContainer {
    margin-top: -2rem !important;
}
.icon {
    font-size: 10px;
    text-align:center;
}

.tick {
    color: green;
}

.cross {
    color: red;
}
.docType {
    width: auto;
    display: inline-block;
    font-size: 13px;
}

@media (min-width: 991px) and (max-width: 1199px) {
    li .nav-item-laptop {
        display: block !important;
    }
}
@media (min-width: 1199px) {
    .nav-right nav-item {
        display: block !important;
    }
}

/* Adjust spacing or layout to avoid overlap */
@media (min-width: 1199px) and (max-width: 1350px) {
    .nav-right .nav-item {
        margin-right: 17px; 
    }
}

.form-label.required:after {
    content: "*\00a0";
    color: red;
    padding-left: 5px;
    font-size:large;
}

/* Style for tab, mimicking Excel tab */
.excel-tab {
    cursor: pointer;
}

.excel-tab:hover {
        background-color: #ddd !important;
 }

.excel-tab.active {
    padding: 8px 20px !important;
    margin-right: 2px !important;
    background-color: #f1f1f1 !important;
    border: 1px solid #ccc !important;
    border-bottom: 1px solid #fff !important;
    color: black !important;
    border-radius: 0px !important;
    font-weight: bold !important;
 }

.icons-header {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px;
   /* padding-left: 1rem;
    padding-right: 1rem;*/
    margin-left: 5px;
}

.icon-header-help {
    background-image: url('../images/help.png');
}

.icon-header-logout {
    background-image: url('../images/logout.png');
}

/* Base button style */
.btn-primary-darkblue {
    background-color: #123195; /* Dark blue #003366*/
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth transition for color change */
    border-radius: 5px; /* Optional: to add rounded corners */
    font-weight: bold !important;
}

    /* Hover state: lighter blue */
.btn-primary-darkblue:hover {
    background-color: #5371D3; /* Lighter blue  #336699 */
    color: white;
 }

    /* Active state:lighter blue when clicked */
.btn-primary-darkblue:active {
    background-color: #5371D3; /*lighter blue */
    color: white;
}
.btn-primary-darkblue:focus {
    outline: none;
    background-color: #5371D3;
    box-shadow: 0 0 5px #5371D3;
}
.font-weight-bold {
    font-weight: bold;
}