﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap');
/*global classes*/
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    position: relative;
}

a {
    text-decoration: none !important;
    transition: 0.5s all;
}

    a:hover {
        cursor: pointer;
    }

i {
    margin-right: 6px;
}

div:after {
    content: "";
    display: block;
    clear: both;
}

ul, li {
    /*list-style: none;*/
}

ul, ol {
    margin: 17px !important;
    padding: 0 !important;
}


.float-r {
    float: right;
}

.text_left {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}
/*custom css*/
.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    /*padding-bottom: 30px;*/
}
/*preheader css*/
.preheader {
    padding: 2px 0;
    width: 100%;
    color: #fff !important;
    background: linear-gradient(45deg, rgb(0 118 224) 0%, rgb(46 185 144) 100%);
}

    .preheader a {
        color: #fff;
        padding: 0px 8px;
        padding: 0px 10px 0px 2px;
        font-weight: 500;
        transition: 05s;
    }


        .preheader a:hover {
            color: #deedff !important;
            text-decoration-line: none !important;
        }



    .preheader img {
        width: 24px;
        margin-bottom: 4px;
    }

    .preheader .btn:hover {
        color: #0CF;
    }

.container-fluid {
    width: 90% !important;
    margin: 0 auto;
}
/*Header css*/
.header {
    width: 100%;
    padding: 4px 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px #ccc;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5);
    transition: height 1.5s ease-in;
}

.header_index {
    width: 100%;
    background-color: transparent !important;
}




.srvc_logo img {
    max-width: 260px;
}


.header_logo img {
}
/*Section Intro css*/
#intro {
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, #dee2ff 100%);
    position: relative;
    z-index: 0;
}

    #intro:before {
        position: absolute;
        content: "";
        background-image: url("../images/bg2.svg");
        background-repeat: no-repeat;
        top: 0;
        left: 10%;
        right: 10%;
        width: 80%;
        z-index: -999;
        height: 500px;
    }

.circle {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 120px;
}

.circle2 {
    position: absolute;
    right: 0;
    z-index: 0;
    width: 120px;
}

.intro_text {
    width: 100%;
    padding: 30px 0 0 0;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

    .intro_text h1, h6 {
        font-family: 'Roboto', sans-serif;
    }

.intro_btn {
    padding: 6px 15px;
    background: linear-gradient(45deg, rgba(255, 19, 113, 1) 0%, rgba(255, 102, 0, 1) 100%);
    border-radius: 20px;
    color: #fff;
    border: 0;
}

    .intro_btn:hover {
        transform: translateY(-3px);
        transition: 0.5s;
    }

.srvc_btn {
    padding: 6px 15px;
    background: linear-gradient(45deg, rgba(5, 170, 63, 1) 0%, rgba(255, 231, 0, 1) 100%);
    border-radius: 20px;
    color: #fff;
    border: 0;
    margin: 0 0 0 10px;
}

    .srvc_btn:hover {
        transform: translateY(-3px);
        transition: 0.5s;
    }

.intro_text p {
    font-family: 'Railway', sans-serif;
    margin-bottom: 0px;
}

.top_info {
    padding-top: 0px;
    position: relative;
}

    .top_info img {
        width: 70%;
        position: absolute;
        right: 16px;
        top: -40px;
    }
/*Section Heading css*/
.section_heading p {
    color: #09958e;
    margin: 0 !important;
}

.section_heading h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 200;
}

.section_heading i {
    margin: 0 6px;
    color: #007bd9;
}
/*Section Services css*/
#service {
    margin: 60px 0;
    width: 100%;
}

.service_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    margin-top: 20px;
    position: relative;
}

    .service_box p {
        color: #000;
        font-weight: 400;
    }

.servc_bg {
    padding: 20px;
    border-radius: 10px;
}

.servc_bg1 {
    transition: 0.5s;
}

    .servc_bg1:hover {
        transform: translateY(-15px);
    }

.servc_bg1 {
    background: linear-gradient(45deg, rgb(255 255 255) 0%, rgb(199 222 246) 100%);
}

    .servc_bg1 h4 {
        font-weight: 600;
        font-size: 28px;
        margin: 0;
    }

.servc_bg img {
    margin: 10px 0;
    /*width: 40%;*/
}


.go_button a {
    color: #fff;
    border-radius: 30px;
    background: linear-gradient(45deg, rgba(0, 70, 208, 1) 0%, rgba(0, 208, 255, 1) 100%);
    border: none;
    padding: 10px 34px;
    font-weight: 600;
}


.go_button:hover {
    transition: 0.5s;
    transform: translateY(-2px);
}
/*contactus Section CSS*/
#contactus {
    margin: 40px 0;
}

.contact-area {
    margin: 12px 0;
    padding-bottom: 22px;
}

    .contact-area p {
        line-height: 30px;
        color: #000;
        margin: 0;
        font-size: 15px;
    }

    .contact-area h6 {
        color: #000;
        font-size: 24px;
        margin: 5px 0;
        font-weight: 100 !important;
    }

    .contact-area img {
        width: 24px;
        margin-right: 10px;
    }

.contact-bg {
    width: 100%;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(214 231 249) 100%);
    padding: 20px 0;
    margin-top: 20px;
}
/*Footer Section CSS*/
.footer {
    padding: 6px;
    background-color: #006fff;
    background: linear-gradient(45deg, rgb(0 118 224) 0%, rgb(46 185 144) 100%);
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    width: 100%;
    /*bottom: 0;*/
}

    .footer img {
        vertical-align: middle;
    }
/*Scroll top CSS*/
#scroll-top {
    position: absolute;
    right: 20px;
    bottom: 100px;
    z-index: 999 !important;
}

    #scroll-top img {
        outline: none;
        cursor: pointer;
        position: fixed;
        right: 30px;
        bottom: 30px;
    }

@media screen and (min-width:320px) and (max-width:768px) {
    .top_info {
        display: none;
    }

    .intro_text {
        padding-top: 60px;
    }

    .service_box {
        grid-template-columns: repeat(1, 1fr);
    }

    .aboutus img {
        display: none;
    }

    #aboutus {
        margin: 40px 0;
    }

    #service {
        margin: 40px 0;
    }

    .contact_info img {
        display: none;
    }

    .contact_detail {
        margin-top: 20px;
    }

    .contact_box {
        margin-top: 50px;
    }

    .section_heading {
        text-align: center;
    }

    .srvc_logo {
        margin-bottom: 10px;
    }

    .topnav {
        margin: 0;
        position: absolute;
    }

        .topnav a.icon {
            display: block;
            position: absolute;
            right: 0;
            top: -67px;
        }

    .srvc_logo img {
        max-width: 260px;
    }

    .navbar_custom {
        position: absolute;
        right: 0;
        top: 100px;
        width: 100%;
        z-index: 9;
    }

    .header {
        position: relative;
        background-color: transparent !important;
    }

    .topnav a.active {
        display: none;
    }

    .menu {
        background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgb(234 234 234) 100%);
    }

    .cover_panel {
        display: none;
    }

    .login_content {
        float: none !important;
        width: 100% !important;
    }

    .login_bg {
        width: 100% !important;
    }

    .circle, .circle2 {
        display: none;
    }

    .contact-bg img {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:999px) {
    .contact_box {
        height: 150px;
    }
}

.animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
/* show objects being animated */
/*animation css*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: 2s;
    }

    .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
        animation-duration: .75s;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}
/*animation css end*/
.modal-dialog {
    max-width: 768px;
    margin: 1.75rem auto;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

.delay1 {
    animation-delay: 0.1s;
}

.delay2 {
    animation-delay: 0.2s;
}

.delay3 {
    animation-delay: 0.3s;
}

.delay4 {
    animation-delay: 0.4s;
}

/*login page css*************************************************************************************************************/
#login {
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(240, 249, 255, 1) 100%);
}

.login_bg {
    width: 80%;
    margin: 60px auto;
    border-radius: 10px;
    padding: 1rem 2.5rem;
    background: rgb(255, 255, 255);
    box-shadow: 0px 16px 39px #eee;
    position: relative;
}

.cover_panel {
    width: 48%;
    background: linear-gradient(45deg, rgb(0 118 224) 0%, rgb(46 185 144) 100%);
    height: 477px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

    .cover_panel img {
        margin: 80px 0 0;
    }

    .cover_panel p {
        margin: 0;
    }

.login_content {
    float: right;
    width: 46%;
}

.login_heading {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: .8rem;
}

.form-group {
    margin-bottom: .8rem;
}

.login_btn {
    padding: 10px 15px;
    border-radius: 30px;
    background: linear-gradient(45deg, rgba(0, 70, 208, 1) 0%, rgba(0, 208, 255, 1) 100%);
    color: #fff;
    border: none;
    font-weight: 200;
    width: 100%;
    margin-bottom: .8rem;
}

    .login_btn:hover {
        transform: translateY(-4px);
        transition: 0.5s all;
    }

.captcha_outer {
    height: auto;
    background-color: #fff;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    /* width: 320px !important;*/
    text-align: center;
    margin: 0 auto;
}
/*form css*************************************************************************************************************/
.innerpage_heading {
    position: relative;
}

    .innerpage_heading h4 {
        padding: 8px;
        border-radius: 6px;
        color: #000;
        background: linear-gradient(45deg, #598af72b 0%, #ffffff8c 100%);
        font-size: 20px !important;
    }


.form_container {
    margin: 0 auto;
    background-color: #fff;
}

.chayan_formtable {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
}

    .chayan_formtable th {
        padding: 10px 6px;
        background-color: #f3f7ff !important;
        color: #000;
        margin: 0;
        font-weight: 600;
        text-align: left;
    }

.table_header {
    position: sticky;
    top: 0;
}


/*.chayan_formtable td:first-child {
        border-top: none;
    }

    .chayan_formtable td:first-child {
        text-align: left;
    }

    .chayan_formtable td {
        padding: 4px;
        text-align: center;
        border: 1px solid #ebebeb !important;
    }*/

.chayan_formtable input[type=password], .chayan_formtable input[type=text], .chayan_formtable select {
    padding: 8px;
    border-radius: 4px;
    background-color: #fff;
    border: #e7e7e7 1px solid;
    width: 100%;
}

.chayan_formtable input:disabled, textarea:disabled {
    background-color: gainsboro; /* Light gray background */
    color: #888; /* Gray text color */
}

.chayan_formtable input[type=button] {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    border-radius: 4px !important;
    padding: 0px 10px !important;
}

/*.chayan_formtable input[type=submit] {  comment on 08 Nov 2024
        color: #fff;
        background-color: #13cb39 !important;
        border-color: #2ea312 !important;
        border-radius: 4px !important;
        padding: 0px 10px !important;
    }*/

.chayan_formtable input[type=submit] { /* added on 08 Nov 2024*/
    color: #fff;
    background-color: #13cb39 !important;
    /*background-color: #13cb39 !important;*/ /*updated on 07/11/2024*/
    /*border-color: #2ea312 !important;*/ /*updated on 07/11/2024*/
    border-radius: 4px !important;
    padding: 6px 10px !important; /*updated on 07/11/2024*/
    margin: 2px 0;
}



.chayan_formtable input[type=radio] {
    margin: 0 5px;
}





.chayan_formtable input[type=password]:focus, .chayan_formtable input[type=text]:focus, .chayan_formtable input[type=select]:focus {
    outline: 0;
    box-shadow: 0 0 6px #c3dbff;
    border: #deedff 1px solid;
}

.chayan_formtable input[type=password]:focus, .chayan_formtable input[type=text]:focus, .chayan_formtable input[type=select]:focus {
    border-radius: 5px;
}

.chayan_formtable select {
    width: 100%;
}

    .chayan_formtable select:focus {
        outline: 0;
        box-shadow: 0 0 10px #c3dbff;
        border: #deedff 1px solid;
    }

    .chayan_formtable select:hover {
        border: #ddd 1px solid;
        border-radius: 5px;
    }

.chayan_formtable textarea {
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
    width: 100%;
    resize: vertical;
}

    .chayan_formtable textarea:focus {
        outline: 0;
        box-shadow: 0 0 10px #c3dbff;
        border: #ddd 1px solid;
    }

.chayan_formtable2 td {
    width: 50%;
}

.chayan_formtable4 td {
    width: 25%;
}

.chayan_formtable6 td {
    width: 16.5%;
}

/*.chayan_formtable input[type=text] {
    width: 100%;
}

.chayan_formtable td:nth-child(1) {
    width: 15% !important;
}

.chayan_formtable td:nth-child(2) {
    width: 35% !important;
}

.chayan_formtable td:nth-child(3) {
    width: 15% !important;
}

.chayan_formtable td:nth-child(4) {
    width: 35% !important;
}*/

.bordered_table th {
    border: #ddd 1px solid;
}

.bordered_table td {
    border: #ddd 1px solid;
}

.btn_chayan_form {
    margin: 0;
    padding: 10px;
    background: linear-gradient(45deg, rgb(0 118 224) 0%, rgb(210 69 255) 100%); /* fallback for old browsers */
    border: none;
    border-radius: 10px;
    color: #fff;
    transition: 0.5s ease all;
}

    .btn_chayan_form:hover {
        transform: scaleY(10px) !important;
    }
/******form page CSS end********************************************************/
/******Service tablee CSS start********************************************************/
.default_table td {
    padding: 6px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 1rem;
    vertical-align: middle;
}

    .default_table td + td + td + td, .default_table td + td + td + td + td,
    .default_table th + th + th + th, .default_table th + th + th + th + th {
        /*text-align: center;*/
    }

.default_table tr {
    background: #fff;
}

    .default_table tr:nth-child(odd) {
        background: #fff;
    }

    .default_table tr:nth-child(even) {
        background: #fafafa;
    }

.default_table4 td {
    width: 25%;
}
/* default_table dashboardtable */
.default_table.dashboardtable th {
    padding: 8px;
    border-left: transparent 1px solid;
    border-top: transparent 1px solid !important;
    border-right: transparent 1px solid;
    border-bottom: #ddd 1px solid;
    color: #000;
    font-weight: 600;
    text-align: left;
    font-size: 1rem;
    vertical-align: middle;
}

.default_table.dashboardtable td {
    padding: 10px;
    border-left: transparent 1px solid;
    border-top: transparent 1px solid !important;
    border-right: transparent 1px solid;
    border-bottom: #ddd 1px solid;
    text-align: left;
    font-size: 1rem;
    vertical-align: middle;
}

    .default_table.dashboardtable td + td + td + td, .default_table.dashboardtable td + td + td + td + td,
    .default_table.dashboardtable th + th + th + th, .default_table.dashboardtable th + th + th + th + th {
        text-align: center;
    }

.default_table.dashboardtable tr {
    background: #fff;
}

    .default_table.dashboardtable tr:first-child {
        background-color: #dae3ff !important;
    }

    .default_table.dashboardtable tr:nth-child(odd) {
        background: #fff;
    }
    /*  Define the background color for all the EVEN background rows  */

    .default_table.dashboardtable tr:nth-child(even) {
        background: #fff;
    }

.default_table td .btn {
    background-color: #343f64;
    color: #fff;
}

    .default_table td .btn:hover {
        background-color: #56669b;
        color: #fff;
    }

/* Table default fields */

.default_table input[type="text"], .default_table input[type="password"], .default_table textarea, .default_table select, .default_table input[type=radio] {
    padding: 8px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}

.default_table input:focus {
    outline: none;
    box-shadow: 0px 0px 5px #ddd;
    border: #ddd 1px solid;
}

.default_table input:hover {
    border-radius: 5px;
}

.default_table select {
    width: 86%;
}

    .default_table select:focus {
        outline: none;
        box-shadow: 0px 0px 5px #ddd;
        border: #ddd 1px solid;
    }

    .default_table select:hover {
        border: #ddd 1px solid;
        border-radius: 5px;
    }

.default_table textarea:focus {
    outline: none;
    border: #ddd 1px solid;
    box-shadow: 0px 0px 5px #ddd;
}

.default_table textarea:hover {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.default_table td a:hover {
    color: #676767;
}



.table_4 td {
    width: 25%;
}

.table_6 td {
    width: 16.6%;
}

.default_table input[type="text"] {
    width: 98%;
}

.default_table textarea {
    width: 98%;
}

.default_table select {
    width: 98%;
}


.applybutton {
    padding: 5px 20px;
    background-color: #343f64;
    color: #fff;
    border-radius: 2px;
    text-decoration: none !important;
}

    .applybutton:hover {
        background-color: #5e6ea4;
        color: #fff !important;
    }

.downloadbutton:hover {
    background-color: #f4df77;
    color: #fff;
}

.downloadbutton {
    padding: 5px 20px;
    background-color: #ffd817;
    color: #fff;
    border-radius: 2px;
    text-decoration: none !important;
}


.printbutton:hover {
    background-color: #f4df77;
    color: #fff;
}

.printbutton {
    padding: 5px 20px;
    background-color: #ffd817;
    color: #fff;
    border-radius: 2px;
    text-decoration: none !important;
}



.sub_chayan_srvc {
    font-size: 15px !important;
    font-weight: 600;
}

.m-2 {
    text-align: center !important;
}

.logoutBox .logoutIcon {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.logoutBox {
    box-shadow: 0 0 !important;
    padding-top: 100px;
}

.cardtable {
    padding: 1rem;
    border: 0 !important;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
    margin: 10px !important;
}

/*03-10-2023*/
#DivServer {
    background-color: #0c5ea3;
    padding: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #fff;
}

.logoImage {
    display: none !important;
}

/*wcd Css Start*/

.right_textform {
    color: #ff0000;
    font-size: 10px;
    font-weight: 100;
}


.background {
    background-color: #f0f8ff;
    padding: 6px 20px;
    border: 1px solid #1a9cb314;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*ORG_css*/

/*ORG_css*/
.links {
    position: relative;
    background: linear-gradient(90deg, rgb(207 229 255) 0%, rgb(255 255 255) 200%);
    /* border: 1px solid #f1f1f1; */
    padding: 10px;
    margin: 1%;
    float: left;
    border-radius: 10px;
    border-bottom: 7px solid #f8f8f8;
    transition: 0.5s;
    width: 23%;
    min-height: 250px;
    z-index: 0;
    overflow: hidden;
}

    .links:hover {
        -webkit-transform: translateY(-3px);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    }

    .links table td:first-child {
        font-size: 26px !important;
        color: #FF0000;
    }

.urlbottom1 {
    font-size: 28px;
    padding-bottom: 6px;
    color: #000 !important;
    font-weight: 400;
}

    .urlbottom1 a {
        transition: 0.5s;
        display: block;
        color: #000;
        font-size: 15px;
        background-color: #bbd9ed73;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #bdd8e9;
        padding: 4px 0 4px 22px;
    }

        .urlbottom1 a:hover {
            color: #fff !important;
            padding-right: 6px !important;
            background-color: #73b0d8;
        }

.links table {
    width: 100% !important;
}

    .links table td {
        font-weight: 100 !important;
    }

        .links table td a:after {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 20px;
            left: 6px;
            background-color: #1F7219;
            z-index: 999;
            top: 14px;
        }

#OrgUserUrls_divImage {
    display: flex !important;
}


@media screen and (max-width:999px) and (min-width:320px) {
    .links {
        width: 100% !important;
    }
}

.heading {
    margin-top: 10px;
    position: relative;
}

    .heading h4 {
        font-size: 20px;
    }

.back_btn {
    position: absolute;
    right: 0;
    color: #fff;
    background-color: rgba(0, 70, 208, 1);
    padding: 0px 10px;
    top: 0;
    height: 20;
    border: navajowhite;
    border-radius: 10px;
}


/*fix table coumn for 4*/

.fix_table td:nth-child(1) {
    width: 5% !important;
}

.fix_table td:nth-child(2) {
    width: 55% !important;
}

.fix_table td:nth-child(3) {
    width: 20% !important;
}

.fix_table td:nth-child(4) {
    width: 20% !important;
}

.fix_table th:nth-child(1) {
    width: 5% !important;
    border: 1px solid #ccc !important;
}

.fix_table th:nth-child(2) {
    width: 55% !important;
    border: 1px solid #ccc !important;
}

.fix_table th:nth-child(3) {
    width: 20% !important;
    border: 1px solid #ccc !important;
}

.fix_table th:nth-child(4) {
    width: 20% !important;
    border: 1px solid #ccc !important;
}

.margin_none {
    margin: 0 !important;
}

/*fix table coumn for 5*/

.fix_table5 td:nth-child(1) {
    width: 6% !important;
}

.fix_table5 td:nth-child(2) {
    width: 20% !important;
}

.fix_table5 td:nth-child(3) {
    width: 20% !important;
}

.fix_table5 td:nth-child(4) {
    width: 27% !important;
}

.fix_table5 td:nth-child(5) {
    width: 27% !important;
}

.fix_table5 th:nth-child(1) {
    width: 6% !important;
    border: 1px solid #ccc !important;
}

.fix_table5 th:nth-child(2) {
    width: 20% !important;
    border: 1px solid #ccc !important;
}

.fix_table5 th:nth-child(3) {
    width: 20% !important;
    border: 1px solid #ccc !important;
}

.fix_table5 th:nth-child(4) {
    width: 27% !important;
    border: 1px solid #ccc !important;
}

.fix_table5 th:nth-child(5) {
    width: 27% !important;
    border: 1px solid #ccc !important;
}

.margin_none {
    margin: 0 !important;
}

/*fix table coumn for 7*/

.fix_table7 td:nth-child(1) {
    width: 6% !important;
}

.fix_table7 td:nth-child(2) {
    width: 20% !important;
}

.fix_table7 td:nth-child(3) {
    width: 20% !important;
}

.fix_table7 td:nth-child(4) {
    width: 5% !important;
}

.fix_table7 td:nth-child(5) {
    width: 22% !important;
}

.fix_table7 td:nth-child(6) {
    width: 5% !important;
}

.fix_table7 td:nth-child(7) {
    width: 22% !important;
}

.fix_table7 th:nth-child(1) {
    width: 6% !important;
}

.fix_table7 th:nth-child(2) {
    width: 20% !important;
}

.fix_table7 th:nth-child(3) {
    width: 20% !important;
}

.fix_table7 th:nth-child(4) {
    width: 5% !important;
}

.fix_table7 th:nth-child(5) {
    width: 22% !important;
}

.fix_table7 th:nth-child(6) {
    width: 5% !important;
}

.fix_table7 th:nth-child(7) {
    width: 22% !important;
}

.fix_table7 th, .fix_table7 td {
    border-left: 0 !important;
    border-right: 0 !important;
}

.fix_table7 td {
    font-size: 14px;
}

.margin_none {
    margin: 0 !important;
}

.table-container {
    max-height: 400px; /* Adjust height as needed */
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}

.table-fixed-header {
    width: 100%;
    border-collapse: collapse;
}

    .table-fixed-header th, .table-fixed-header td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .table-fixed-header thead {
        position: sticky;
        top: 0;
        background-color: #f3f7ff;
        z-index: 1;
    }
/**landingpage_womens and child_css start**/
.info_graph {
    width: 80%;
    margin: 8% auto;
    text-align: center;
    display: flex;
}

.button_group {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.info_graph img {
    width: 98%;
    height: auto;
}

.info_graph:before {
    content: '';
    width: 50%;
    left: 0;
    height: 100%;
    background: rgb(12, 115, 225);
    background: linear-gradient(0deg, #2eb990 0%, #ffffff 100%);
    position: absolute;
    top: 0;
    z-index: -999;
}

.btn1 {
    border-radius: 1rem;
    border: 1px solid #ccc;
    background: linear-gradient(45deg, rgb(234 234 234) 0%, rgb(255 255 255) 100%);
    color: #000;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 0 0 0 #0056ac;
    width: 48%;
    margin: 4% auto;
    padding: 25px 8px;
}

    .btn1:hover {
        transform: translateY(-0.3rem);
        box-shadow: 0 0.4rem 10px 0 #00000017;
    }

    .btn1 a {
        color: #000;
        font-size: 18px;
    }

    .btn1 img {
        margin-bottom: 10px;
    }

.db_wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    /*min-height: 71vh;  comment on 14 Nov 2024*/

    min-height: 100vh; /*71 to 100 vh date on 13 Nov 2024*/
}

@media screen and (min-width:320px) and (max-width:768px) {
    .info_graph {
        display: none !important;
    }

    .button_group {
        display: block !important;
    }

    .btn1 {
        width: 100%;
    }

    /**landingpage_womens and child_css end**/

    #btnOK {
        padding: 6px 10px;
        background-color: #195d7a;
        color: #fff;
        border-radius: 10px;
        border: 2px solid #fff;
        margin-bottom: 16px;
    }

    .view_eye {
        text-decoration: none;
        color: #257aa6;
    }

        .view_eye i {
            font-size: 24px;
        }


    #DivServer {
        background-color: #0c5ea3;
        padding: 2px 10px !important;
        position: absolute;
        right: 0px;
        bottom: 0px;
        color: #fff;
        top: -20px;
        height: 20px !important;
    }
}

/* demo page notification */
.demotext {
    color: Red;
    position: absolute;
    /* Text-Align: Justify; */
    right: 0;
    top: 0;
    z-index: 9999;
    margin: 0 auto;
    width: 100%;
    padding-top: 59px;
    font-size: 22px;
    height: 91px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.table-container {
    max-height: 600px; /* Adjust height as needed */
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto;
}

.table-fixed-header {
    width: 100%;
    border-collapse: collapse;
}

    .table-fixed-header th, .table-fixed-header td {
        border: 1px solid #ddd;
        padding: 0px;
        text-align: center;
    }

    .table-fixed-header thead {
        position: sticky;
        top: 0;
        background-color: #f3f7ff;
        z-index: 2;
    }

.full-width-table {
    width: 100%; /* Set the table width to 100% */
    border-collapse: collapse; /* Merge borders for a cleaner look */
}

    .full-width-table th {
        border: 1px solid #ddd; /* Add a border to the table cells */
        padding: 8px; /* Add padding for better spacing */
        text-align: center; /* Align text to the left */
    }

    .full-width-table td {
        border: 1px solid #ddd; /* Add a border to the table cells */
        padding: 8px; /* Add padding for better spacing */
        text-align: center; /* Align text to the left */
    }

    .full-width-table th {
        background-color: #f3f7ff; /* Light grey background for headers */
        font-weight: bold; /* Bold text for headers */
    }

.full-width-tablenew {
    width: 100%; /* Set the table width to 100% */
    border-collapse: collapse; /* Merge borders for a cleaner look */
}

    .full-width-tablenew th {
        border: 1px solid #ddd; /* Add a border to the table cells */
        padding: 8px;
        height: 40px; /* Add padding for better spacing */
        text-align: center; /* Align text to the left */
    }

    .full-width-tablenew td {
        border: 1px solid #ddd; /* Add a border to the table cells */
        padding: 5px;
        height: 40px;
        width: 16%; /* Add padding for better spacing */
        text-align: center; /* Align text to the left */
    }

    .full-width-tablenew th {
        background-color: #f3f7ff; /* Light grey background for headers */
        font-weight: bold; /* Bold text for headers */
    }
