/**=====================UTGST css=====================**/
.utgst-container {
    padding: 90px 0px;
}
.table-utgst {
    width: 100%;
    border-collapse: collapse;
}
.table-utgst thead {
    background-color: #161b40;
}
.table-utgst thead tr th {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.35px;
    color: #fff;
    opacity: 1;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}

.table-utgst tbody tr td {
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #000;
    font-weight: 400;
    padding: 10px 24px;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}
.table-utgst tbody tr:nth-child(even){
    background-color: #dae2e8;
}
.pagination-header {
    display: flex;
    justify-content: space-between;
}
#table-size {
    width: 75px;
    height: 30px;
}
#table-size option {
    text-align: center;
}
.pagination-footer {
    display: flex;
    justify-content: space-between;
}
.pagination-buttons {
    display: inline-block;
}
.pagination-buttons a{
    color: #000;
    border: 1px solid #ddd;
    padding: 8px 8px;
    margin: 0px 2px;
    text-decoration: none;
}
.pagination-buttons a.active {
    background: linear-gradient(0deg, rgba(70,130,180,1) 0%, rgba(92,156,199,0.7483368347338936) 86%);
    color: #fff;
    border: 1px solid #979797;
}
.pagination-buttons a:hover {
    color: #fff !important;
    background: linear-gradient(0deg, rgba(70,130,180,1) 0%, rgba(92,156,199,0.7483368347338936) 86%);
}
.pagination-details {
    margin: 0px 0px 0px auto;
}
.tfoot {
    background: #dae2e8;
    padding: 17px;
    margin-right: 22px;
    margin: auto;
} 
/* .img-img img {
    max-width: 40px;
    text-align: center;
} */
.img-img {
    text-align: center;
}

.img-img img {
    max-width: 40px;
    display: block;
    margin: 0 auto;
}
/* .popup {
    display:none;
    position: fixed;
    top: 44%;
    left: 54%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    width: 40%;
    height: 63%;
} */

.popup-header {
  background-color: cadetblue;
  padding: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-title {
  font-size: 16px;
  font-weight: bold;
}

.popup-controls {
  display: flex;
}

.control-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  font-size: 18px;
}

.pdf-btn{
    border: none;
    padding: 0px !important;
}

.popup-body {
  height: calc(100% - 40px);
}
.image img{
  /* padding:12px; */
  background-color: cadetblue;
}
@media only screen and (min-width:350px) and (max-width: 576px) {
    .utgst-container {
        /* padding: 90px 20px;  */
        box-sizing: border-box; 
        width: 100%; 
        max-width: 100%; 
        margin: 0 auto; 
    }
    .container {
        width: 100%; 
        max-width: 100%; 
        padding: 0 10px;
        box-sizing: border-box; 
    }
    .table-utgst {
        width: 100%; 
        max-width: 100%; 
        border-collapse: collapse;
    }
    .img-img {
        text-align: center;
    }
    .img-img img {
        display: block;
        margin: 0 auto;
        max-width: 40px;
    }
    .table-utgst tbody tr td {
        font-size: 11px;
        letter-spacing: 0.35px;
        color: #000;
        font-weight: 700;
        padding: 5px 3px;
        border: 2px solid #ddd;
        font-family: 'Open Sans', sans-serif;
    }
    .table-utgst thead tr th {
        font-size: 11px;
        font-weight: 700;
    }
    /* .popup {
        display: none;
        position: fixed;
        top: 50%; 
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        border: 1px solid #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        z-index: 9999;
        width: 90%; 
        max-width: 400px; 
        height: 70%;
        max-height: 600px; 
        overflow: auto;   
} */

}
@media only screen and (min-width:577px) and (max-width: 767px){
    .utgst-container {
        padding: 90px 0px;
    }
    .table-utgst tbody tr td {
        font-size: 14px;
        letter-spacing: 0.35px;
        color: #000;
        /* font-weight: 400; */
        padding: 5px 13px;
        border: 2px solid #ddd;
        /* font-family: 'Open Sans', sans-serif; */
    }
    .table-utgst thead tr th {
        font-size: 16px;
        font-weight: 700;
    }
    /* .popup {
        display: none;
        position: fixed;
        top: 64%;
        left: 54%;
        transform: translate(-50%, -50%);
        background-color: white;
        border: 1px solid #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        z-index: 9999;
        width: 73%;
        height: 67%;
    } */
   

}
@media only screen and (min-width:768px) and (max-width: 991px){
    .utgst-container {
        padding: 90px 19px;
    }
    .table-utgst thead tr th {
        font-size: 16px;
        font-weight: 700;
    }
    /* .popup {
        position: fixed;
        top: 64%;
        left: 54%;
        width: 73%;
        height: 67%;
    } */
}
@media only screen and (min-width:992px) and (max-width: 1200px){
    .utgst-container {
        padding: 90px 0px;
    }
    .table-utgst thead tr th {
        font-size: 16px;
        font-weight: 700;
    }
}
@media only screen and (min-width:1201px) and (max-width: 1500px){
    .utgst-container {
        padding: 90px 0px;
    }
    .table-utgst thead tr th {
        font-size: 16px;
        font-weight: 700;
    }
}
@media only screen and (min-width:1500px) and (max-width: 1919px){
    .utgst-container {
        padding: 90px 0px;
    }
    .table-utgst thead tr th {
        font-size: 16px;
        font-weight: 700;
    }
}
/* compensationrate notification */
.csr-container {
    padding: 90px 0px;
}
.table-csr {
    width: 100%;
    border-collapse: collapse;
}
.table-csr thead {
    background-color: #161b40;
}
.table-csr thead tr th {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.35px;
    color: #fff;
    opacity: 1;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}

.table-csr tbody tr td {
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #000;
    font-weight: 400;
    padding: 10px 24px;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}
.table-csr tbody tr:nth-child(even){
    background-color: #dae2e8;
}
.popup {
    display:none;
    position: fixed;
    top: 62%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    width: 52%;
    height: 63%;
}

.popup-header {
  background-color: cadetblue;
  padding: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-title {
  font-size: 16px;
  font-weight: bold;
}

.popup-controls {
  display: flex;
}

.control-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  font-size: 18px;
}

@media only screen and (min-width:350px) and (max-width: 576px){
    
    .csr-container {
        padding: 90px 10px; 
    }
    .container {
        width: 100%;
        /* overflow-x: auto; */
    }
    .table-csr {
        width: 100%;
        border-collapse: collapse;
        margin: 0 auto;
    }
    .table-csr tbody tr td,
    .table-csr thead tr th {
        font-size: 11px;
        font-weight: 700;
        padding: 10px 2px;  
    }
    .img-img {
        text-align: center;
    }
    .img-img img {
        display: block;
        margin: 0 auto;
        max-width: 40px;
    }
    .popup {
        /* position:fixed;
        left:50%;
        top:50%; */
        width:74%;
        height: 63%;
    }
}
@media only screen and (min-width:577px) and (max-width: 767px){
    .csr-container {
        padding: 90px 10px; 
    }
    .container {
        width: 100%;
        overflow-x: auto;
    }
    .table-csr {
        width: 100%;
        border-collapse: collapse;
        margin: 0 auto;
    }
    .table-csr tbody tr td,
    .table-csr thead tr th {
        font-size: 13px;
        padding: 13px 8px;  
    }
    .img-img {
        text-align: center;
    }
    .popup {
        position:fixed;
        left:50%;
        width:50%;
        width:78%;
        height: 63%;
    }
   
}
@media only screen and (min-width:768px) and (max-width: 991px){
    .csr-container {
        padding: 90px 20px; 
    }
    .container {
        width: 100%;
        /* overflow-x: auto; */
    }
    .table-csr {
        width: 100%;
        border-collapse: collapse;
        margin: 0 auto;
    }
    .table-csr tbody tr td,
    .table-csr thead tr th {
        font-size: 13px;
        padding: 13px 9px;  
    }
    .img-img {
        text-align: center;
    }
}
@media only screen and (min-width:992px) and (max-width: 1200px){
    .csr-container {
        padding: 90px 25px; 
    }
    .rs-menu > ul {
        text-align: center;
    }
}
@media only screen and (min-width:1201px) and (max-width: 1500px){
    .csr-container {
        padding: 90px 25px; 
    }
}
@media only screen and (min-width:1501px) and (max-width: 1919px){
    .csr-container {
        padding: 90px 25px; 
    }

}

/************************ igst rules ************************/
.IGST-container {
    padding: 90px 327px;
}
.igst-rules .heading:before{
    content: url("../images/services/check\ \(1\).png");
    margin-right: 5px; /* Adjust the spacing between the check mark and the text */
}
 .heading{
    color:black;
    font-size: 23px;
    padding:2px;
}
.igst-rules  .para{
    font-style: normal;
    font-size: 17px;
    padding:4px;
}
.lists{
    margin-left:0;
}
.igst-rules .lists .para{
    padding:14px;
}
.ordered-para {
    margin-left: 0px;
    list-style: none;
}
.para {
    text-align: justify;
}
.sequence{
    list-style-type: none;
}
@media only screen and (min-width:350px) and (max-width: 576px) {

    .IGST-container {
            padding:  20px; /* Adjusted padding values */
            box-sizing: border-box; /* Ensures padding is included in total width */
    }
    .heading {
            color: black;
            font-size: 18px;
            padding: 2px;
            font-weight: 400;
    }
    ol{
        padding:0px;
    }
    .ordered-para {
        margin-left: 0px;
        padding:0px
    }
    .sequence{
        padding: 0px;
    }
    .igst-rules .lists{
        margin-left: 0px;
    }
    .igst-rules .lists .para{
          padding:0px
    }
    
    }
@media only screen and (min-width:577px) and (max-width: 767px) {
    .IGST-container {
        padding: 60px 34px;
    }
    .heading {
        color: black;
        font-size: 28px;
        padding: 8px;
    }
    .footer-center{
        text-align: center;
    }
    .footer-con {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .rs-footer .footer-top {
        padding: 80px 14px 76px;
    }
    .grvo-copy{
        display: flex;
        flex-wrap: nowrap; 
    }

}
@media only screen and (min-width:768px) and (max-width: 991px){
    .IGST-container {
        padding: 60px 34px;
    }
    .heading {
        color: black;
        font-size: 28px;
        padding: 8px;
    }
    .rs-footer .footer-bottom {
        padding: 20px 29px 20px;
}
    .rs-footer .footer-top {
    padding: 80px 30px;
}
}
@media only screen and (min-width:992px) and (max-width: 1200px){
    .IGST-container {
        padding: 60px 34px;
    }
    .heading {
        color: black;
        font-size: 28px;
        padding: 8px;
    }
    .igst-rules .para {
        font-style: normal;
        font-size: 17px;
        padding: 4px;
    }

}
@media only screen and (min-width:1201px) and (max-width: 1500px){
    .IGST-container {
        padding: 60px 34px;
    }
    .heading {
        color: black;
        font-size: 28px;
        padding: 8px;
    }
    .igst-rules .para {
        font-style: normal;
        font-size: 17px;
        padding: 4px;

}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 13px;
    padding: 0;
}
.rs-footer .footer-top {
    padding: 80px 9px 76px;
}
}
@media only screen and (min-width:1501px) and (max-width: 1919px){
    .IGST-container {
        padding: 60px 34px;
    }
    .heading {
        color: black;
        font-size: 28px;
        padding: 8px;
    }
    .igst-rules .para {
        font-style: normal;
        font-size: 17px;
        padding: 4px;

}

}
/********************* CGST PART A PAGE in rules************/

.stateact-container {
    padding: 40px 0px;
}

.state-act {
    width: 100%;
    border-collapse: collapse;
}

.state-act thead {
    background-color: #161b40;
}

.state-act thead tr th {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.35px;
    color: #fff;
    opacity: 1;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ddd;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.state-act tbody tr td {
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #000;
    /* font-weight: 500; */
    padding: 10px 24px;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}

.state-act tbody tr td .btn-view {
    width: 98px;
    text-decoration: none;
    line-height: 35px;
    color: #fff;
    display: block;
    font-size: 20px;
    background-color: #004d80;
    text-align: center;
    opacity: 1;
    display: inline-block;
    border-radius: 20px 21px;
    font-weight: medium;
    border: 1px solid #ddd;
}

.state-act tbody tr:nth-child(even) {
    background-color: #dae2e8;
}

.element {
    background-color: white;
    width: 47%;
    height: 610px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    border: 8px solid #b3d9ff;
}

.stateact-header {
    padding: 3px;
    color: white;
    background-color: #b3d9ff;
    display: flex;
    justify-content: space-between;
    border-width: 0;
    cursor: move;
}

.head {
    display: flex;
    gap: 20px;
    font-size: 16px;
}

#actions {
    display: flex;
    gap: 20px;
    cursor: pointer;
}

.content {
    padding: 9px;
    text-align: center;
}

.content .stateact-contents {
    font-size: 26px;
    font-weight: bold;
    margin-top: 19px;
}

.content .stateact-user {
    margin-bottom: 14px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    text-align: justify;
    font-size: 16px;
    /* padding: 20px 46px; */
}

.stateact-conten {
    overflow-y: auto;
    height: 562px;
    overflow-x: auto;
    color: #000;
}

.stateact-row {
    display: block;
}

.state-act-contain {
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    text-align: center;
}

.table-act-header,
.stateact-list {
    display: flex;
}

.table-act-header .state-cell,
.stateact-list .state-cell {
    color: #000;
    flex: 1;
    /* padding: 12px 15px; */
    border: 3px double;
    border-spacing: 2px;
}

.table-act-header {
    font-weight: bold;
}


.state-cell:nth-child(1) {
    flex: 0.5;
}

.state-cell:nth-child(2) {
    flex: 3;
}

.state-cell:nth-child(3) {
    flex: 2;
}

.state-cell:nth-child(4) {
    flex: 2;
}

.max-act {
    font-size: 15px;
}

.stateact-span {
    color: #000;
    font-size: 18px;
    font-weight: 800;
}

.pagination-items {
    display: flex;
    gap: 10px;
}

.pagination-header {
    display: flex;
    justify-content: space-between;
}

#table-size {
    width: 75px;
    height: 30px;
}

#table-size option {
    text-align: center;
}

.pagination-footer {
    display: flex;
    justify-content: space-between;
}

.pagination-buttons {
    display: inline-block;
}

.pagination-buttons .onclick {
    color: #000;
    border: 1px solid #ddd;
    padding: 8px 8px;
    margin: 0px 2px;
    text-decoration: none;
}

.pagination-buttons .onclick.active {
    background: linear-gradient(0deg, rgba(70, 130, 180, 1) 0%, rgba(92, 156, 199, 0.7483368347338936) 86%);
    color: #fff;
    border: 1px solid #979797;
}

.pagination-buttons .onclick:hover {
    color: #fff !important;
    background: linear-gradient(0deg, rgba(70, 130, 180, 1) 0%, rgba(92, 156, 199, 0.7483368347338936) 86%);
}

.pagination-details {
    margin: 0px 0px 0px auto;
}

.tfoot {
    background: #dae2e8;
    padding: 17px;
    margin: auto;
}

.color {
    display: flex;
    gap: 4px;
}

.colors {
    color: #000;
}

#actions img {
    max-width: 250px;
}

.actions.minimized {
    overflow: hidden;
    height: 30px;
    /* Adjust based on your design */
}

.actions.maximized {
    width: 100% !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
}

@media only screen and (min-width:350px) and (max-width: 576px){
    .stateact-container {
        /* padding: 40px 0px; */
        margin: 0px 6px 0px 7px;
    }
    .state-act {
        width: 100%;
        border-collapse: collapse;
    }
    .state-act tbody tr td {
        font-size: 13px;
        font-weight: 600;
        padding: 3px 8px;
    }
    .state-act tbody tr td .btn-view {
        width: 65px;
        text-decoration: none;
        line-height: 35px;
        color: #fff;
        display: block;
        font-size: 16px;
        background-color: #004d80;
        text-align: center;
        opacity: 1;
        display: inline-block;
        border-radius: 20px 21px;
        font-weight: medium;
        border: 1px solid #ddd;
    }
    .element {
        background-color: white;
        width: 77%;
        height: 610px;
        border-radius: 2px;
        position: absolute;
        left: 0;
        right: 0;
        top: 571px;
        bottom: 0;
        margin: auto;
        display: none;
        border: 8px solid #b3d9ff;
    }
    .head {
        display: flex;
        gap: 3px;
        font-size: 16px;
    }
    
    #actions {
        display: flex;
        gap: 3px;
        cursor: pointer;
    }
    #actions img {
        width: 22px;
    }
    .pagination-items {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .pagination-footer {
        display: flex;
        width: fit-content;
        justify-content: space-between;
    }
    .color {
        display: flex;
        gap: 4px;
        width: fit-content;
    }
    .pagination-buttons .onclick {
        color: #000;
        border: 1px solid #ddd;
        padding: 4px 3px;
    }
    .page-details{
        width: fit-content;   
    }
}

   @media only screen and (min-width: 577px) and (max-width: 767px){
        .stateact-container {
            /* padding: 40px 0px; */
            margin: 0px 6px 0px 7px;
        }
        .pagination-buttons .onclick {
            padding: 13px 3px;
            margin: 0px 1px;     
        }
        .element {
            width: 77%;
            height: 610px;
            position: absolute;
            left: 0;
            right: 0;
            top: 571px; 
        }
        .state-act tbody tr td {
            font-size: 14px;
            font-weight: 600;
            padding: 3px 8px;
        }
        .state-act tbody tr td .btn-view {
            width: 75px;
            font-size: 15px;
        }
        .pagination-items {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            flex-direction: row;
        }
        .pagination-footer {
            display: flex;
            width: fit-content;
            justify-content: space-between;
        }
        .color {
            display: flex;
            gap: 4px;
            width: fit-content;
        }
        .pagination-buttons .onclick {
            color: #000;
            border: 1px solid #ddd;
            padding: 4px 8px;
        }
        .page-details{
            width: fit-content;   
        }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .stateact-container {
        /* padding: 40px 0px; */
        margin: 0px 12px 0px 15px;
    }
    .pagination-buttons .onclick {
        padding: 0px 6px; 
    }
    .element {
        /* padding:0px 2px; */
        width: 77%;
        position: absolute;
        left: 0;
        right: 0;
        top: 571px;
    }
    .content {
        padding: 20px;
        text-align: center;
    }
    .state-act tbody tr td .btn-view {
        width: 85px;
        font-size: 16px;
    }
    #actions img {
        width: 19px;
    }
    .head {
        display: flex;
        gap: 3px;
        font-size: 16px;
    }
    #actions {
        display: flex;
        gap: 5px;
        cursor: pointer;
    }
   
    
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .stateact-container {
        /* padding: 40px 0px; */
        margin: 0px 12px 0px 15px;
    }
    .element {
        position: absolute;
        left: 0;
        right: 0;
        top: 571px;
    }
    element {
        /* padding:0px 2px; */
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 400px;
    }
    .head {
        gap: 3px;
    }
    #actions {
        gap: 5px;
    }
    .content {
        padding: 20px;
        text-align: center;
    }
    .state-act thead tr th {
        font-size: 16px;
    }
    
    .state-act tbody tr td {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1500px){
    .stateact-container {
        /* padding: 40px 0px; */
        margin: 0px 27px 0px 23px;
    }
    element {
        /* padding:0px 2px; */
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 90px;
    }
    .head {
        gap: 3px;
    }
    #actions {
        gap: 5px;
    }
    .content {
        padding: 20px;
        text-align: center;
    }
    .state-act thead tr th {
        font-size: 16px;
    }
    
    .state-act tbody tr td {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1501px) and (max-width: 1919px){
     /* .stateact-container {
       
        margin: 0px 27px 0px 23px;
    }  */
    element {
        /* padding:0px 2px; */
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 571px;
    }
    .head {
        gap: 3px;
    }
    #actions {
        gap: 7px;
    }
    .content {
        padding: 20px;
        text-align: center;
    }
    /* .state-act thead tr th {
        font-size: 1px;
    }
    
    .state-act tbody tr td {
        font-size: 18px;
    } */
}






/************* circular company law ***********/

.circulars-container {
    padding: 90px 0px;
}
.table-circulars {
    width: 100%;
    border-collapse: collapse;
}
.table-circulars thead {
    background-color: #161b40;
}
.table-circulars thead tr th {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.35px;
    color: #fff;
    opacity: 1;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}

.table-circulars tbody tr td {
    font-size: 16px;
    letter-spacing: 0.35px;
    color: #000;
    font-weight: 400;
    /* padding: 10px 24px; */
    border: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
}
/* .table-tbody tr:nth-child(even){
    background-color: #dae2e8;
} */
.table-circulars tbody tr:nth-child(even){
    background-color: #dae2e8;
}
.pagination-header {
    display: flex;
    justify-content: space-between;
}
#table-size {
    width: 75px;
    height: 30px;
}
#table-size option {
    text-align: center;
}
.pagination-footer {
    display: flex;
    justify-content: space-between;
}
.pagination-buttons {
    display: inline-block;
}
.pagination-buttons a{
    color: #000;
    border: 1px solid #ddd;
    padding: 8px 8px;
    margin: 0px 2px;
    text-decoration: none;
}
.pagination-buttons a.active {
    background: linear-gradient(0deg, rgba(70,130,180,1) 0%, rgba(92,156,199,0.7483368347338936) 86%);
    color: #fff;
    border: 1px solid #979797;
}
.pagination-buttons a:hover {
    color: #fff !important;
    background: linear-gradient(0deg, rgba(70,130,180,1) 0%, rgba(92,156,199,0.7483368347338936) 86%);
}
.pagination-details {
    margin: 0px 0px 0px auto;
}
.tfoot {
    background: #dae2e8;
    padding: 17px;
    margin: auto;
} 
/* popup css */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.modal-content .pencil{
    color:black;
    font-size: 20px;
    padding: 5px;
}
.close {
    color: black;
    position: absolute;
    right: 22px;
    top: 8px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover {
    color:red;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (min-width: 350px) and (max-width: 576px){
    .circulars-container {
        padding: 90px 0px;
    }
    .table-circulars tbody tr td {
        font-size: 11px;
        letter-spacing: 0.35px;
        color: #000;
        font-weight: 600;
        padding: 8px 4px;
        border: 1px solid #ddd;
        font-family: 'Open Sans', sans-serif;
    }
    .pagination-items {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .pagination-footer {
        display: flex;
        width: fit-content;
        justify-content: space-between;
    }
    .color {
        display: flex;
        gap: 4px;
        width: fit-content;
    }
    .pagination-buttons a {
        color: #000;
        border: 1px solid #ddd;
        padding: 2px 2px;
        margin: 0px 2px;
        text-decoration: none;
    }
    .page-details{
        width: fit-content;   
    }
   
    .modal-content .pencil {
        font-size: 17px;
        font-weight: 400;
    }
    .modal-content {
        width: 73%;
    }
    .modal {
    padding-top: 235px;
   }
}
@media only screen and (min-width: 577px) and (max-width: 767px){
    .circulars-container {
        padding: 90px 0px;
    }
    .pagination-buttons a {
        color: #000;
        border: 1px solid #ddd;
        padding: 0px 5px;
        margin: 0px 2px;
        text-decoration: none;
    }
  
   .modal-content .pencil {
    font-size: 17px;
    font-weight: 400;
}
    .modal-content {
      width: 73%;
}
    .modal {
    padding-top: 295px;
}

}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .circulars-container {
        padding: 89px 3px;
    }
    .pagination-buttons a {
        color: #000;
        border: 1px solid #ddd;
        padding: 4px 6px;
        margin: 0px 2px;
        text-decoration: none;
    }

   .modal-content .pencil {
    font-size: 17px;
    font-weight: 400;
}
    .modal-content {
      width: 73%;
}
    .modal {
    padding-top: 329px;
}

}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .circulars-container {
        padding: 90px 14px;
    }

    .modal-content {
        width: 80%;
  }
    .modal {
        padding-top: 335px;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1500px){
    .circulars-container {
        padding: 90px 29px;
    }
   
    .modal {
        padding-top: 335px;
    }
}
@media only screen and (min-width: 1501px) and (max-width: 1919px){
    .circulars-container {
        padding: 90px 29px;
    }
 
}   
/* importantlinks more */
.mid-text-box-inner {
    padding: 20px;
    background-color: #f0f0f0;
  }
  
  .mid-text-box-inner .container {
    max-width: 960px;
    margin: 0 auto;
  }
  
  .mid-text-box-inner ul {
    list-style-type: none;
    padding: 0;
  }
  
  .mid-text-box-inner ul li {
    margin-bottom: 10px;
    position: relative; 
    padding-left: 30px; 
  }
 
  .mid-text-box-inner ul li::before {
    content: ''; 
    position: absolute;
    left: 0;
    top: 50%; 
    transform: translateY(-50%);
    width: 20px; 
    height: 20px; 
    background-image: url("../images/services/point.png"); 
    background-size: contain; 
    background-repeat: no-repeat;
  } 
  .mid-text-box-inner ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #000; 
  }
  .mid-text-box-inner ul li a:hover {
    text-decoration: underline;
  }
  .high a {
    color: blue !important;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}
@media only screen and (min-width: 350px) and (max-width: 576px){
.link-box table tbody td tr{
    margin-left:0px !important;
}
}


.ul-hover li a:hover{
    color: #0a9dff;
    text-decoration: underline;

}