﻿.captchaRefresh {
    cursor: pointer;
    height: 30px;
}
.loginborder {
    border: 1px #1E7096 solid;
}
.loginlogo {
    width: 100% !important
}
/* Column width classes */
th-0 {
    width: 0% !important;
}
.th-5 {
    width: 5%!important;
}
.th-7 {
    width: 7% !important;
}
.th-10 {
    width: 10%!important;
}

.th-15 {
    width: 15%!important;
}

.th-20 {
    width: 20% !important;
    word-wrap: break-word;
}
.th-25 {
    width: 25%!important;
}
.th-30 {
    width: 30% !important;
    word-wrap: break-word;
}
.table-study {
    width: 100%;
    table-layout: auto; /* fixed column layout */
    border-collapse: collapse;
}

    .table-study th,
    .table-study td {
        padding: .75rem;
        vertical-align: middle;
        border: 1px solid #dee2e6;
        overflow-wrap: normal; /* modern browsers */
        word-wrap: normal; /* legacy */
        white-space: normal; /* allow multi-line */
    }

    /* Header specific */
    .table-study th {
        background-color: #1E7096;
        text-align:center;
        color: White;
        width:1%;
    }

/* Tablet responsive */
@media (max-width: 768px) {
    .table-study th {
        font-size: 0.8rem; /* थोड़ा छोटा */
    }
}

/* Mobile responsive */
@media (max-width: 480px) {
    .table-study th {
        font-size: 0.7rem; /* और छोटा */
        padding: 4px; /* padding कम ताकि जगह बचे */
    }
}
.btnBG {
    background-color: #1e7096 !important;
    padding: .375rem .75rem !important;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5;
    border-radius: .25rem;
    font-weight:600;
}
.btnSaveBG {
    background-color: #1e7096 !important;
}