html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%; 
}

body {
  margin-bottom: 60px;
}

input:disabled ,
input:read-only 
{
    caret-color: transparent;
}
.navbar  a,
.navbar a:focus {
    display: flex;
    margin-top:2px;
    font-size: 15px;
    font-weight: 500;
}
.dropdown:hover > .dropdown-menu {
    display: block !important;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
    left: 100%;
    margin-top: -30px;
  
}

.dropdown-item {
    font-size: small; 
}

.dropdown-toggle::after {
    font-size: var(--font-md);
    margin-bottom: 2px;
}

.dropdown-menu li a.active {
    margin-top:50px;
    background:white;
}

.custom-toggle-arrow {
    font-size: 18px;
    margin-top: 1px;
    line-height: 12px;
}

@media (max-width: 768px) {
    .res-1 {
        flex-direction: row;
        float:left
    }
}
@media (max-width: 991px) {
    .res-nav {
        margin-top: 10px; /* Add margin between rows */
    }

        .res-nav .col-12 {
            margin-bottom: 20px; /* Add margin between columns */
        }
}

@media (min-width:768px) and (max-width:992px){
    .open-bal-lab{
        width:104%;
    }
}


@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }

        #printSection .container {
            margin-left: auto;
            margin-right: auto;
        }

        #printSection .table {
            width: 100%;
            max-width: 100%;
            overflow-x: hidden;
        }

    button.print-button {
        display: none;
    }

    @page {
        size: portrait;
        margin: 180px 80px;
    }
}

@media (max-width:768px) and (min-width:576px){
    .box-size {
        width:100% !important;
    }
}

@media (max-width:990px) and (min-width:768px) {
    .box-size {
        width: 80% !important;
    }
}

.input-drop::-webkit-inner-spin-button,
.input-drop::-webkit-outer-spin-button{
    display:none;
}
