#login-box {
    margin-top: 190px;
    width: 100% !important;
    font-size: 15px;

}

#login-box2 {
    margin-top: 215px !important;
    width: 100% !important;
    font-size: 15px;
}

/* #login-box3 { */
/* margin-top: 225px !important; */
/* width: 100% !important; */
/* font-size: 15px; */
/* margin-left: 60px; */
/* } */

/* #login-box4 { */
/* margin-top: 194px !important; */
/* width: 100% !important; */
/* font-size: 15px; */
/* margin-left: 61px; */
/* } */

.m-t-7 {
    margin-top: 7px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.m-t-10 {
    margin-top: 10px !important;
}

#toolbarContainer {
    display: none !important;
}

.print-btn {
    float: right !important;
}

.track {
    float: right !important;
}

.header-title {
    border: 1px solid #4CAF50;
    padding: 10px !important;
    color: #000;
    background: #5fcd5f;
}

.text-secondary {
    font-weight: 600;
}

.main-footer {
    padding: 20px !important;
}

.panel-info {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.info-heading {
    color: #007bff;
    font-weight: bold;
    margin-top: 0px;
}

.fees-details {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

#keyword-list {
    float: left;
    list-style: none;
    padding: 0;
    z-index: 999999;
    position: absolute;
}

#keyword-list li {
    padding: 5px;
    background: #ebeff2;
    border-bottom: #ffffff 1px solid;
    width: 270px;
    position: relative;
    border-radius: 5px;
    overflow: auto;
}

#keyword-list li:hover {
    background: #115bd4;
    color: #ffffff;
}

.sheet-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 13px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #f8f9fa;
}

.sheet-item label {
    margin: 0 6px;
    font-weight: 500;
}

.sheet-item a {
    margin-left: 6px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#progressbar li {
    list-style-type: none;
    font-size: 23px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}

#progressbar li:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #c5cae9;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 0px;
    line-height: 40px;
    position: relative;
    z-index: 5;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #c5cae9;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
}

#progressbar li:first-child:after {
    width: 50%;
    left: 50%;
}

#progressbar li:last-child:after {
    width: 50%;
    right: 50%;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #4caf50;
    ;
}

#progressbar li.pending:before {
    content: '1';
    background-color: #c5cae9;
}

#progressbar li.inprogress:before {
    content: '2';
    background-color: #c5cae9;
}

#progressbar li.uploaded:before {
    content: '3';
    background-color: #c5cae9;
}

#progressbar li.active.pending:before {
    content: '✓';
    background-color: #4caf50;
    ;
}

#progressbar li.active.inprogress:before {
    content: '✓';
    background-color: #4caf50;
    ;
}

#progressbar li.active.uploaded:before {
    content: '✓';
    background-color: #4caf50;
    ;
}

.tracking-status {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.tracking-status:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.tracking-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.tracking-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.token-number {
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.arrow {
    color: #212529;
    background-color: #ffffffb8;
    box-shadow: none;
}

.help-guide-link {
    display: inline-block;
    background: #f05050;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    animation: blink 1.2s infinite;
}

.help-guide-link:hover {
    background: #d43f3f;
    transform: scale(1.05);
    text-decoration: none;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0.5;
    }
}

/* 1. Extra Small Devices (Phones) - Up to 320px */
@media (max-width: 320px) {
    #login-box {
        margin-top: 125px !important;
    }

    .mobile-box {
        margin-top: 10px !important;
    }

    .public {
        margin-top: 5px !important;
    }

    .info-heading {
        font-size: 16px !important;
    }

    .controls {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
}

/* 2. Small Phones (320px - 480px) */
@media (min-width: 321px) and (max-width: 480px) {
    #login-box {
        margin-top: 50px !important;
    }

    .mobile-box {
        margin-top: 10px !important;
    }

    .public {
        margin-top: 5px !important;
    }

    .info-heading {
        font-size: 16px !important;
    }
}

/* 3. Larger Phones & Phablets (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    #login-box {
        margin-top: 70px !important;
    }

    .mobile-box {
        margin-top: 10px !important;
    }

    .public {
        margin-top: 5px !important;
    }
}

/* 4. Tablets (Portrait & Landscape) - 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    #login-box {
        margin-top: 100px !important;
    }

    .mobile-box {
        margin-top: 100px !important;
    }
}

/* 5. Small Laptops (1025px - 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
    #login-box {
        margin-top: 180px !important;
    }

    .mobile-box {
        margin-top: 180px !important;
    }
}

/* 6. Large Screens & Desktops (1367px - 1920px) */
@media (min-width: 1367px) and (max-width: 1920px) {
    #login-box {
        margin-top: 190px !important;
    }

    .mobile-box {
        margin-top: 190px !important;
    }
}

/* 7. Extra Large Screens (Above 1920px) */
@media (min-width: 1921px) {
    #login-box {
        margin-top: 190px !important;
    }

    .mobile-box {
        margin-top: 190px !important;
    }
}

@media (max-width: 992px) {

    /* Tablets & below */
    .table-responsive {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {

    /* Mobile screens */
    #tableDocSearch td {
        display: block;
        width: 100%;
        padding: 10px;
    }

    #tableDocSearch label {
        font-weight: bold;
    }

    .m-t-30 {
        text-align: center;
        margin-top: 0px !important;
    }
}

/* For desktop (≥992px) */
@media (min-width: 681px) {
    #login-box3 {
        margin-top: 225px !important;
        width: 100% !important;
        font-size: 15px;
        margin-left: 60px;
    }

    #login-box4 {
        margin-top: 194px !important;
        width: 100% !important;
        font-size: 15px;
        margin-left: 61px;
    }
}

/* For mobile (<992px) */
@media (max-width: 680px) {
    #login-box3 {
        width: 100% !important;
        font-size: 15px;
    }

    #login-box4 {
        width: 100% !important;
        font-size: 15px;
    }
}

.dpt {
    font-size: 18px !important;
    width: 100% !important;
	height: 100% !important;
}