﻿@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff !important;
    font-family: Roboto, sans-serif !important;
    height: 100%;
}

.img-center img {
    margin: 0 auto;
    max-width: 375px;
}

.img-center span {
    display: block;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

.header {
    border-top: 4px solid #df560b;
    background: #fff;
}


.login-part {
    /*border-top: 5px solid #df560b;*/
    /*background: url("../../img/login-bg.jpg") no-repeat top center;
    background: #fff9eb;*/
   /*background: #002147;*/  /*Added by: Pratima on 08-July-2026*/
   /*background: #011E41;*/  /*Added by: Pratima on 08-July-2026*/
    background-size: cover;
    height: 100vh;
}

.login-box-shadow {
    -webkit-box-shadow: 0 0 5px 0 rgb(194 194 194);
    -moz-box-shadow: 0 0 5px 0 #c2c2c2;
    box-shadow: 0 0 5px 0 rgb(194 194 194);
    background: #fff;
    border-radius: 20px;
    margin: 35px 32px;
    overflow: hidden;
    display: inline-flex;
    flex-wrap: wrap;
}
.top-logo-area
{
    background: #011e41;
        padding: 1.5em 0em;
}

.login-left-part {
    width: 34%;
}

.login-right-part {
    width: 66%;
    position: relative;
    overflow: hidden;
    background: #0e0f10;
}

.login-img {
    position: relative;
}

.login-cover {
    background: rgba(10, 10, 10, .50);
    position: absolute;
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 50px;
}

.login-area {
    padding: 40px 30px;
}

.login-logo {
    text-align: left;
    /*margin-bottom: 30px;*/
}

.login-heading {
    text-align: left;
    margin-bottom: 18px;
}

    .login-heading h2 {
        font-size: 16px;
        color: #333;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        padding-bottom: 10px;
    }

    .login-heading p {
        font-size: 14px;
        color: #666;
        padding-top: 18px;
    }

    .login-heading h2:after {
        content: '';
        width: 71px;
        height: 3px;
        background: #000;
        display: block;
        margin-top: 7px;
    }

.login-field {
    text-align: left;
}

.login-area input:focus, .login-area textarea:focus {
    outline: 0;
}

.login-area input.question, .login-area textarea.question {
    font-size: 13px;
    border-radius: 2px;
    margin: 0;
    border: none;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    transition: padding-top .2s ease, margin-top .2s ease;
    overflow-x: hidden;
}

    .login-area input.question + label, .login-area textarea.question + label {
        display: block;
        position: relative;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        width: 100%;
        border-top: 1px solid #5c5c5c;
        -webkit-transition: width .4s ease;
        transition: width .4s ease;
        height: 0;
    }

    .login-area input.question:focus + label, .login-area textarea.question:focus + label {
        width: 100%;
    }

    .login-area input.question:focus, .login-area input.question:valid {
        padding-top: 35px;
    }

    .login-area textarea.question:focus, .login-area textarea.question:valid {
        margin-top: 35px;
    }

    .login-area input.question:focus + label > span, .login-area input.question:valid + label > span {
        top: -50px;
        font-size: 12px;
        color: #333;
    }

    .login-area textarea.question:focus + label > span, .login-area textarea.question:valid + label > span {
        top: -50px;
        font-size: 12px;
        color: #333;
    }

    .login-area input.question:valid + label, .login-area textarea.question:valid + label {
        border-color: #9d0026;
    }

    .login-area input.question:invalid, .login-area textarea.question:invalid {
        box-shadow: none;
    }

    .login-area input.question + label > span, .login-area textarea.question + label > span {
        font-weight: 300;
        margin: 0;
        position: absolute;
        color: #4a4a4a;
        font-size: 14px;
        top: -40px;
        left: 0;
        -webkit-transition: top .2s ease, font-size .2s ease, color .2s ease;
        transition: top .2s ease, font-size .2s ease, color .2s ease;
        font-weight: 700;
    }

@-webkit-keyframes appear {
    100% {
        opacity: 1;
    }
}

@keyframes appear {
    100% {
        opacity: 1;
    }
}

.login-area .btn-part {
    width: 50%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
}

.login-area .btn-otp {
    width: 100%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
}

.login-area .pwd-part {
    width: 50%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
}

.login-area .pwd-otp {
    width: 100%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
}

.form-group {
    margin-bottom: 23px;
}

.prt-regs .form-group {
    margin-bottom: 10px;
}

.btn-change {
    background: #df560b;
    border: 0;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0 0 0 #1f2024 inset;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 15px;
}

    .btn-change:hover {
        box-shadow: 220px 0 0 #002147 inset;
    }

.frget {
    text-align: right;
    margin-top: 10px;
}

    .frget a {
        font-size: 14px;
        text-align: right;
        color: #060a0e;
        text-decoration: none;
    }

        .frget a:hover {
            color: #df560b;
        }

        .frget a i {
            color: #df560b;
        }

.mrgn-space {
    margin-bottom: 40px;
}

.mrgn-space-none {
    margin-bottom: 0;
}

.right-heading {
    text-align: left;
    color: #b5022d;
    position: absolute;
    bottom: 30px;
}

    .right-heading h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 35px;
    }

        .right-heading h1:after {
            content: '';
            width: 71px;
            height: 2px;
            background: #fff;
            display: block;
            margin-top: 7px;
        }

    .right-heading p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        padding-right: 50px;
    }

.bottom-bg {
    background: #002147;
    padding: 9px 0 7px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.bottom-link {
    font-size: 12px;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .bottom-link p {
        font-size: 12px;
        color: #fff;
        margin: 0px;
    }

        .bottom-link p br {
            display: none !important;
        }

        .bottom-link p a {
            text-decoration: none;
            color: #fff;
        }

.session {
    background: #000;
    padding: 5px 0px;
}

.session-text {
    text-align: left;
}

    .session-text p {
        font-size: 13px;
        color: #fff;
        margin: 0px;
    }

.intrnl-top {
    background: #fff;
}

.login-field .form-control {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 6px 0px;
    background-color: #fff !important;
}

.login-field label {
    margin: 0px;
    color: #666;
}

.login-heading .alert {
    padding: 2px 10px;
    margin-bottom: 0px;
}

/*16-08-2022 -internal page*/
.logo-section {
    border-top: 3px solid #df560b;
    padding: 10px 0px 8px;
}

.navi-section {
    background: #002147;
    padding: 6px 0 4px;
}

.icon-link {
    text-align: right;
}

    .icon-link ul {
        margin: 0;
        padding: 0;
    }

        .icon-link ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: inline-block;
            margin-left: 20px;
        }

            .icon-link ul li a {
                color: #003e87;
                text-decoration: none;
                width: 22px;
                height: 22px;
                text-align: center;
                line-height: 22px;
                display: block;
                font-size: 13px;
            }

                .icon-link ul li a:hover {
                    color: #fff;
                    text-decoration: none;
                    background: #e25679;
                    border-radius: 100px;
                }

                .icon-link ul li a.selected {
                    color: #fff;
                    text-decoration: none;
                    background: #e25679;
                    border-radius: 100px;
                }

.top-search {
    text-align: left;
    padding-top: 11px;
}

    .top-search .form-control {
        border: 1px solid #e25679;
        border-radius: 100px 0 0 100px;
        border-right: none;
    }

.user-part {
    text-align: right;
    padding-top: 4px;
}

    .user-part ul {
        margin: 0px;
        padding: 0px;
        text-align: right;
    }

        .user-part ul li {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
            display: inline-block;
            position: relative;
        }

            .user-part ul li:first-child {
                position: relative;
                top: 6px;
                margin-right: 35px;
            }

            .user-part ul li .red-value {
                width: 22px;
                height: 22px;
                background: #c83328;
                border-radius: 100px;
                position: absolute;
                font-size: 11px;
                color: #fff;
                top: -10px;
                right: 0px;
                line-height: 23px;
                text-align: center;
                z-index: 9;
            }

                .user-part ul li .red-value span {
                    color: #fff !important;
                }

            .user-part ul li:hover i {
                border: 2px solid #df560b;
                background: #df560b;
                color: #fff;
                transition: .5s;
            }

            .user-part ul li:hover p {
                color: #df560b;
                transition: .5s;
            }

                .user-part ul li:hover p a {
                    color: #df560b;
                }




            .user-part ul li i {
                float: left;
                width: 35px;
                height: 35px;
                border-radius: 100px;
                border: 2px solid #f1f1f1;
                line-height: 27px;
                padding: 2px;
                background: #f1f1f1;
                text-align: center;
                margin-right: 10px;
                transition: .5s;
            }

            .user-part ul li a {
                color: #212529;
            }

            .user-part ul li p {
                display: inline-block;
                font-size: 13px;
                color: #333;
                font-weight: bold;
                margin: 0px;
                padding: 0px;
                line-height: normal;
                padding-top: 2px;
                text-align: left;
            }

                .user-part ul li p a {
                    color: #333;
                    text-decoration: none;
                }

                .user-part ul li p span {
                    display: block;
                    font-weight: normal;
                }

.top-search input::placeholder {
    font-size: 13px;
}

.btn-pink {
    color: #000;
    border-color: #e25679;
    border-radius: 0px 100px 100px 0px;
    border-left: none;
}

.oxford-logo {
    text-align: left;
}

.upbutton {
    display: inline-block;
    background-color: #df560b;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    .upbutton i {
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        line-height: 40px;
    }

    .upbutton:hover {
        cursor: pointer;
        background-color: #333;
    }

    .upbutton:active {
        background-color: #555;
    }

    .upbutton.show {
        opacity: 1;
        visibility: visible;
    }

.login-height {
    position: relative;
    /*display: table-cell;
    vertical-align: middle;*/
    display: flex;
    align-items: center;
    justify-content:center;
    height: 85vh;
}


/*Added by Hitesh*/

/* Return Page*/

.fixTable {
    width: 100% !important;
}

.classAnchor {
    border-right: #2e4369 1px solid;
    border-top: #96a9cc 1px solid;
    font-weight: bold;
    font-size: 11px;
    border-left: #6e89b8 1px solid;
    cursor: hand;
    color: #f0fbff;
    border-bottom: #1e2c46 1px solid;
    font-family: Arial;
    background-color: rgba(30,36,81,1);
    cursor: pointer;
    /*height: 18px;*/
    border: none;
    display: inline-block;
    padding: 5px 5px 0 5px;
    min-width: 120px;
}

.btn-excel {
    border-right: #2e4369 1px solid;
    border-top: #96a9cc 1px solid;
    font-weight: bold;
    font-size: 11px;
    border-left: #6e89b8 1px solid;
    cursor: hand;
    color: #f0fbff;
    border-bottom: #1e2c46 1px solid;
    font-family: Arial;
    background-color: rgba(30,36,81,1);
    cursor: pointer;
    border: none;
    display: inline-block;
    padding: 5px;
    min-width: 120px;
}

.spanRAFReceived {
    position: relative;
    top: -3px;
}

.trRAF {
    display: none;
}

#rowtablRETURNTITLES, #rowtblAddMoreOrderProposal, #rowtblBookDetailsByISBN, #rowtblBulkUpload, #rowReturnReason {
    display: none;
}

#txtReturnRemark {
    width: 190px;
    height: 65px;
}

.rowhead {
    background-color: #002147 !important;
    color: #f0fbff;
    font-size: 14px;
    padding-left: 12px;
}

.button {
    border-right: #2e4369 1px solid;
    border-top: #96a9cc 1px solid;
    font-weight: bold;
    font-size: 11px;
    border-left: #6e89b8 1px solid;
    cursor: hand;
    color: #f0fbff;
    border-bottom: #1e2c46 1px solid;
    font-family: Arial;
    background-color: #002147;
    cursor: pointer;
    height: 25px;
    border: none;
    display: inline-block;
    padding: 0 5px 0 5px;
    min-width: 120px;
}

.btn-button {
    font-weight: bold;
    font-size: 11px;
    cursor: hand;
    color: #f0fbff;
    background-color: #002147;
    cursor: pointer;
    display: inline-block;
    padding: 5px 5px;
    min-width: 120px;
    position: relative !important;
}

    .btn-button:hover {
        background: #df560b;
    }

input.btn-button {
    min-width: 120px !important;
    width: 120px !important;
}

.btn-button:before {
    content: none !important;
}

.btn-button:after {
    content: none !important;
}

.red {
    font-weight: bold;
    color: #ff0000;
    font-size: 11px;
    font-family: Verdana;
    word-break: break-all;
}

/*AddCatalogueOrder*/

.btn.btn-info {
    color: #fff;
    background-color: #002147;
    border-color: #002147;
    margin-top: 15px;
}

    .btn.btn-info:hover {
        color: #fff;
        background-color: #ff8643;
        border-color: #ff8643;
    }

.right {
    text-align: right;
}

#tblAddMoreOrderProposal th {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #002147;
    color: white;
}


#tblBookDetailsByISBN th {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #002147;
    color: white;
}

.dropdown-toggle:after {
    content: none !important;
}

.table thead > tr > th {
    vertical-align: top !important;
}

.topmargin {
    margin-top: 10px;
}

.star-mark {
    color: #b5022d;
    font-size: 14px;
}

.submit-btn {
    border: none;
    outline: none;
    background: #b5022d;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 8px 15px;
    margin: 30px 0px 10px;
}

/* 25/01/2022* Radio button to star css*/
.rate {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
}

    .rate:not(:checked) > input {
        position: fixed;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 20px;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 25px;
        color: #999;
        font-weight: bold;
        position: relative;
        margin-right: 10px;
    }

        .rate:not(:checked) > label:before {
            content: '★';
        }

    .rate > input:checked ~ label {
        color: #e94809;
    }

    .rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
        color: #ea7547;
    }

    .rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label {
        color: #ba4010;
    }


/*----------Half Start Rating using Radio button---------------------*/
.dacimalrate {
    display: inline-block;
    border: 0;
    color: #b0afaf;
}

    .dacimalrate > input {
        display: none;
    }

    .dacimalrate > label {
        float: right;
    }

        .dacimalrate > label:before {
            display: inline-block;
            font-size: 25px;
            padding: .3rem .2rem;
            margin: 0;
            cursor: pointer;
            font-family: FontAwesome;
            content: "\f005 ";
        }

    .dacimalrate .half:before {
        content: "\f089 ";
        position: absolute;
        padding-right: 0;
    }

/*input:checked ~ label,
label:hover, label:hover ~ label {
    color: #dbc00b;
}*/

input:checked + label:hover, input:checked ~ label:hover,
input:checked ~ label:hover ~ label,
label:hover ~ input:checked ~ label {
    color: #f2ec35;
}
/*18-08-2025*/

.upload-box {
    background: #f7f7f7;
    padding: 30px;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .upload-box input[type=file] {
        border: 1px solid #555;
        width: 100%;
    }



    .upload-box #lnk_fileFormat {
        font-size: 16px;
        color: #df560b;
        text-decoration: none;
        display: inline-block;
    }

        .upload-box #lnk_fileFormat:hover {
            color: #000;
        }

    .upload-box p {
        font-size: 16px;
        padding-bottom: 10px;
        text-align: left;
        margin-bottom: 0px;
    }

        .upload-box p a {
            color: #df560b;
            text-decoration: none;
        }

.shadow-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
}

    .shadow-box.pd-mrgn {
        padding: 20px 20px;
        margin-left: 100px;
        margin-right: 100px;
    }




.log-id #login-content {
    display: none;
    position: absolute;
    top: 37px;
    right: 0;
    background: #fff;
    padding: 5px 20px 8px;
    border-radius: 5px;
    color: #000;
    font-weight: normal;
    -webkit-box-shadow: 2px 3px 18px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 18px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 18px -4px rgba(0, 0, 0, 0.75);
    right: 5px;
    width: 200px;
    z-index: 9999999;
}



/*--------------------*/

/*--------------------*/

#login-content ul {
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    display: block;
}

    #login-content ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        border-bottom: 1px solid #CCC;
        padding: 10px 0;
        width: 100%;
        text-align: left;
        color: #929292;
    }

        #login-content ul li a {
            font-size: 15px;
            text-decoration: none;
            font-weight: normal;
            text-decoration: none;
            color: #333;
        }




            #login-content ul li a i {
                float: none;
                width: auto;
                height: auto;
                border-radius: 0px;
                border: none;
                line-height: normal;
                padding: 0px;
                background: transparent;
                text-align: center;
                margin-right: 5px;
                transition: .5s;
            }


#login-content:before {
    position: absolute;
    top: -7px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-bottom-color: rgba(fff, fff, fff, 0.2);
    content: '';
    z-index: 99999999;
    right: 20px;
}

.user-part ul li:hover #login-content ul li i {
    color: #929292;
}







#login-content ul li a:hover {
    color: #ea4602 !important;
}

    #login-content ul li a:hover i {
        color: #ea4602 !important;
    }

.multi-search {
    margin-top: 4px;
    position: relative;
}

form select {
    width: 188px;
    height: 17px;
}

.dataTables_length select {
    width: auto;
    height: auto;
}

.multi-search select {
    width: 20%;
    padding: 6px 14px;
    border-radius: 0px;
    border: 1px solid #ccc;
}

    .multi-search select.bdrleft {
        border-radius: 5px 0px 0px 5px;
    }

    .multi-search select.bdrnone {
        border-left: none;
    }

.multi-search i {
    font-size: 20px;
    cursor: pointer;
    background: #002147;
    color: #fff;
    padding: 9px 14px;
    border-radius: 0 5px 5px 0;
}

    .multi-search i:hover {
        background: #df560b;
    }

.multi-search .form-control:focus {
    box-shadow: none !important;
}


.multi-search input {
    padding: 6px 14px;
    border-radius: 0px !important;
    border: 1px solid #ccc;
    border-left: none;
    outline: none;
    width: auto;
    height: auto;
    /*font-size: 16px;*/
}

/*22-0/-2025*/
.classy-navbar {
    /*display: block !important;*/
    display: inline-block !important;
}

.breakpoint-off .classynav ul li .dropdown {
    left: 0;
}

.account-area {
    text-align: right;
    padding-top: 10px;
    margin-right: 0px;
}

    .account-area ul {
        margin: 0px;
        padding: 0px;
        text-align: right;
        display: inline-flex;
        column-gap: 10px;
    }

        .account-area ul li {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
            position: relative;
            padding: 0 10px 0 0;
        }

            .account-area ul li span {
                font-size: 16px;
                color: #333;
                text-transform: uppercase;
            }

            .account-area ul li .price {
                position: absolute;
                top: -10px;
                text-align: center;
                font-size: 14px;
                color: #e45919;
                left: 4px;
                right: 0;
            }

.oxford-logo {
    text-align: left;
    display: flex;
}

.faith-main-menu {
    background: #fff;
    padding-top: 5px;
    z-index: 99 !important;
}

.sticky-wrapper {
    z-index: 9999 !important;
    height: auto !important;
}

.classy-menu {
    background: #002147;
    padding: 5px 0;
}

#sticky-wrapper {
    height: auto !important;
}

.mrgn-top25 {
    margin-top: 25px;
}

.mrng-btm8 {
    margin-bottom: 8px;
}

.modal {
    z-index: 99999999999;
    background: rgba(000, 000, 000, .20);
}

.pagination li a {
    color: #070eed;
}

/*.table a {
    color: #070eed !important;
}*/

input[type="radio"] {
    appearance: auto !important; /* Restores default radio button style */
    -webkit-appearance: radio !important; /* For Safari */
    -moz-appearance: radio !important; /* For Firefox */
    margin-right: 5px;
    vertical-align: middle;
}

#suggestions a {
    color: #000 !important;
    text-transform: lowercase;
    padding: 5px 14px;
}
/*#suggestions a:before {
   content: '\f09a'; 
       font-family: "Font Awesome";
    color: #000;
    display: inline-flex;
}*/

.highlight {
    font-weight: bold;
    border-radius: 3px;
    padding: 0 2px;
}



.toast-message {
    position: fixed;
    top: 60px;
    right: 10px;
    min-width: 250px;
    max-width: 350px;
    padding: 12px 18px;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    opacity: 0.95;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: slideIn 0.3s ease-out;
}

    /* Success - Green */
    .toast-message.success {
        background: linear-gradient(135deg, #28a745, #34d058);
    }

    /* Warning - Orange */
    .toast-message.warning {
        background: linear-gradient(135deg, #ffc107, #ffcd39);
        color: #212529;
    }

    /* Error - Red */
    .toast-message.error {
        background: linear-gradient(135deg, #dc3545, #ff6b6b);
    }

/* Animation for smooth entry */
@keyframes slideIn {
    from {
        transform: translateX(120%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.nowrap {
    white-space: nowrap;
}

.Pager1 {
    display: flex; /* Arrange buttons in a row */
    justify-content: center; /* Center pagination */
    gap: 8px; /* Adds space between buttons */
    margin-top: 10px;
}

    .Pager1 button {
        padding: 6px 12px;
        border: 1px solid #ddd;
        background: #f8f8f8;
        cursor: pointer;
        border-radius: 6px;
        transition: all 0.2s ease-in-out;
    }

        .Pager1 button:hover {
            background: #e0e0e0;
        }

        .Pager1 button.active {
            background: #007bff;
            color: white;
            font-weight: bold;
            border-color: #007bff;
        }


.Pager {
    display: flex; /* Arrange buttons in a row */
    justify-content: center; /* Center pagination */
    gap: 8px; /* Adds space between buttons */
    margin-top: 10px;
}

    .Pager button {
        padding: 6px 12px;
        border: 1px solid #ddd;
        background: #f8f8f8;
        cursor: pointer;
        border-radius: 6px;
        transition: all 0.2s ease-in-out;
    }

        .Pager button:hover {
            background: #e0e0e0;
        }

        .Pager button.active {
            background: #007bff;
            color: white;
            font-weight: bold;
            border-color: #007bff;
        }



table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}


.badge {
    background-color: #df560b !important;
    margin-left: 5px !important;
}

