.container-fluid {
    max-width: 100% !important;
}

.page-content {
    margin-top: 0px !important;
}

.topnav {
    margin-top: 0px;
}


/* ========rutika css=========== */
body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.topnav {
    background-color: #c4c4c4;
    border: solid gray;
    border-width: 2px 0;
    position: sticky;
    top: 0;
}

.topnav a.nav-link {
    padding: 3px 15px !important;
    background-color: #fbfbfb;
    border-radius: 13px 13px 0 0;
    border: solid;
    border-width: 1px 1px 0;
    letter-spacing: 1px;
    text-shadow: 1px 0px 0px #9f9f9f;
    font-weight: 400;
    font-size: 15px !important;
}

.topnav a.nav-link.active,
.topnav a.nav-link:hover,
.topnav .navbar-nav .dropdown.active>a { 
    background-color: #f3f3f3 !important;
    font-weight: 500;
    color: #000 !important;
    transition: none;
    box-shadow: inset -3px -3px 10px -4px #8d8d8d;
}

.topnav i.fa-solid.fa-user {
    font-size: 12px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .page-content {
    padding: 15px 0 !important;
}

.main-content .card-body {
    background-color: #ffffff00;
    padding: 5px 12px;
}

.main-content .card {
    background-color: transparent;
    box-shadow: none;
}

div#v-pills-tab {
    display: flex;
    gap: 5px;
    align-items: center;
    border-bottom: 2px solid #cfcfd0;
    margin-bottom: 5px;
}

div#v-pills-tab .nav-link.active,
div#v-pills-tab .nav-link:hover {
    font-weight: 500;
    color: #000;
    background-color: #ffffff;
    border-radius: 10px 0 0 0;
    box-shadow: none;
    border: 1px solid #cfcfcf;
}

div#v-pills-tab .nav-link {
    padding: 3px 10px;
    letter-spacing: 1px;
    text-shadow: 1px 0px 0px #9f9f9f;
    font-weight: 400;
    background-color: white;
    box-shadow: 2px 2px 2px #c5c5c5;
    border-radius: 0;
    transition: all 0s ease;
    border: 1px solid transparent;
}

.tableoldsoftware th {
    padding: 6px;
    background-color: #d9d9d9;
    color: #000;
    letter-spacing: .3px;
    border-color: #bbb;
    box-shadow: inset -2px -2px 4px #c9c9c9;
    border-bottom-width: 2px;
}

.tableoldsoftware td {
    padding: 6px;
    color: #000;
    letter-spacing: .3px;
    border-color: #bbb;
    vertical-align: middle;
    font-weight: 400;
    box-shadow: inset -3px -4px 15px #efefef;
}

.oldsoftboxdiv {
    padding: 5px;
    border: 2px solid #bdbdbd;
    overflow: hidden;
    margin-bottom: 30px;
}

.oldsoftboxdiv .tableoldsoftware {
    margin: 0;
}

.oldsoftboxdiv .abc p {
    margin: 0;
}

a.nav-link.logotag {
    background-color: #fff !important;
    border-radius: 0;
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-right: 10px;
    border-top-width: 0;
    border-bottom-width: 0;
    height: 100%;
    font-style: italic;
}

.btn-oldsoft {
    background-color: #d5d5d5;
    padding: 2px 5px;
    box-shadow: 0px 0px 0px #ababab, inset -2px -2px 10px #ababab;
    transition: none;
    letter-spacing: .3px;
    font-size: 15px;
    color: #000;
}

.btn-oldsoft:hover {
    box-shadow: 0 0 #ddd, inset 2px 2px 6px #ababab;
    border-color: #ddd;
    transition: none;
}

.oldsoftboxdiv .tableoldsoftware td:first-child,
.oldsoftboxdiv .tableoldsoftware th:first-child {
    border-left-width: 1px !important;
}

.oldsoftboxdiv .tableoldsoftware tr:last-child td {
    border-bottom-width: 1px;
}

ul.pagination a.page-link {
    padding: 5px 10px;
    font-size: 12px;
    border-color: lightgrey;
}

ul.pagination .previous.disabled a.page-link {
    box-shadow: inset 3px 3px 4px #dbdbdb;
    background-color: #efefef;
    color: #afafaf;
    border-radius: 0;
}

ul.pagination .page-item.active a.page-link {
    background-color: #d5d5d5;
    box-shadow: 0px 0px 0px #ababab, inset -2px -2px 6px #ababab;
    transition: none;
    color: #000;
    border-color: #9b9b9b;
}

ul.pagination .next a.page-link {
    box-shadow: inset 3px 3px 4px #dbdbdb;
    background-color: #efefef;
    color: #afafaf;
    border-radius: 0;
}

ul.pagination a.page-link:hover {
    box-shadow: inset 2px 2px 6px #ababab !important;
}

.oldsoftformdiv {
    .form-group {
        margin-top: 0;
        margin-bottom: 20px;
    }

    input:not([type="radio"]):not([type="checkbox"]),
    select,
    .forminput {
        height: 37px;
        font-size: 15px !important;
        border: 1px solid #bdbdbd;
        border-radius: 0;
        box-shadow: inset -3px -2px 17px -10px #979797, 1px 1px 0px #ddd;
        background-color: #f9f9f9;
        transition: none;
    }

    input[type="radio"],
    input[type="checkbox"] {
        accent-color: #bdbdbd;
    }

    textarea {
        font-weight: 400 !important;
        font-size: 15px !important;
        border: 1px solid #bdbdbd;
        border-radius: 0;
        box-shadow: inset -3px -2px 17px -10px #979797, 1px 1px 0px #ddd;
        background-color: #f9f9f9;
        transition: none;
    }

    .form-group:has(.btn-oldsoft) {
        margin-bottom: 7px;
    }

}


.oldsoftbox {
    padding: 5px;
    border: 2px solid #bdbdbd;
    background-color: #ebebeb;
    box-shadow: inset -5px -5px 8px #ddd;
    height: 100%;
}

.oldsoftbox .block-heading {
    background-color: #6a6a6a;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.oldsoftbox .block-heading h4 {
    margin: 0;
    color: #fff;
}

.oldsoftbtn-close {
    border-color: #898989;
    box-shadow: inset 3px 3px 2px #d9d9d9;
    outline: 0;
}

.footer {
    /* position: sticky; */
}

.topnav .dropdown .dropdown-menu {
    border: 1px solid #c4c4c4;
    padding: 0;
}

.topnav .dropdown .dropdown-menu a.dropdown-item.active {
    background-color: #d7d7d7 !important;
    box-shadow: 0px 0px 0px #ababab, inset -2px -2px 12px #7c7c7c;
    transition: none;
    letter-spacing: .3px;
    font-size: 15px;
    color: #000;
}

.topnav .dropdown .dropdown-menu a.dropdown-item:hover {
    border-color: #ddd;
    background-color: #d7d7d7 !important;
    box-shadow: 0px 0px 0px #ababab, inset -2px -2px 12px #7c7c7c;
    transition: none;
    letter-spacing: .3px;
    font-size: 15px;
    color: #000;
}

.topnav .dropdown .dropdown-menu a.dropdown-item {
    box-shadow: 0px 0px 0px #ababab, inset -2px -2px 12px #ababab;
    transition: none;
    margin-bottom: 2px;
    background-color: #e9e9e9 !important;
    letter-spacing: 1px;
    text-shadow: 1px 0px 0px #9f9f9f;
    font-weight: 400;
    font-size: 15px !important;
}

.alert-success {
    background-color: #d9d9d9;
    border-color: #b1b1b1;
    border-radius: 0;
    color: #000;
    letter-spacing: .3px;
    padding: 8px;
    box-shadow: inset -2px -2px 11px #919191, inset 4px 4px 10px -4px #b3b3b3;
}

.alert button {
    background-color: transparent;
    border: none;
}

.modal button.close {
    background-color: #d5d5d5;
    padding: 1px 10px;
    box-shadow: 0px 0px 0px #ababab, inset -2px -2px 10px #ababab;
    transition: none;
    letter-spacing: .3px;
    font-size: 20px;
    color: #000;
    border: none;

    &:hover {
        box-shadow: 0 0 #ddd, inset 2px 2px 6px #ababab;
        border-color: #ddd;
        transition: none;
    }
}


.ck-button {
    background-color: #d5d5d5 !important;
    box-shadow: 0px 0px 0px #ababab, inset -2px -2px 10px #ababab;
    transition: none !important;
    letter-spacing: .3px;
    color: #000 !important;

    &:hover {
        box-shadow: 0 0 #ddd, inset 2px 2px 6px #ababab;
        border-color: #ddd;
        transition: none;
    }
}

.ck.ck-toolbar.ck-toolbar_grouping {
    background-color: #6e6e6e !important;
}

.oldsoftlogindiv {
    max-width: 400px;
    margin: auto;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oldsoftlogindiv .oldsoftlogin--page {
    width: 100%;
    /* input{
        height: auto !important;
    } */
}

.forminput i {
    width: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 20px;
    color: #495057;
}

.forminput input {
    border-left-width: 0 !important;
}

.reportcard {
/*    max-width: 991px;*/
    margin: auto;
}