﻿


/*------------------------------------------------------logo----------------------------------------*/


.jjm-header {
    background: #ffffff;
    /* padding: 15px 20px; */
    /* border-bottom: 1px solid #e5e5e5; */
}


.jjm-logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}


.jjm-logo {
    text-align: center;
}

    .jjm-logo img {
        height: 90px;
        width: auto;
        display: block;
        margin: 0 auto;
    }

.jjm-satyamev {
    font-size: 12px;
    color: #d77b00;
    font-weight: 600;
    display: block;
    margin-top: 4px;
}


.jjm-text h2 {
    font-size: 20px;
    font-weight: 700;
    color: #2494d4;
    margin: 0;
}

.jjm-text h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0px 0;
}

.jjm-text p {
    margin: 0;
    font-size: 13px;
    color: #1c75bc;
    font-weight: 500;
    line-height: 20px;
}


@media (max-width: 768px) {
    .jjm-logo-wrap {
        /*flex-direction: column;
        text-align: center;*/
    }

    .jjm-text h2 {
        font-size: 17px;
    }

    .jjm-text h4 {
        font-size: 14px;
    }

    .jjm-text p {
        font-size: 10px;
        line-height: 15px;
    }

    .jjm-logo img {
        height: 110px;
    }

    .header-mid-one-wrapper .header-right {
        margin-right: 0px;
    }

        .header-mid-one-wrapper .header-right .single-component .icon {
            margin-right: 0px;
        }
}


/*-----------------------------------------------end--------------------------------------------*/



/*----------------------------------------------dashboard---------------------------------------*/


.wm-dashboard {
    background: #f4f7fb;
    padding: 20px 0px 40px;
    position: relative;
}

.wm-card-wrapper {
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(26, 23, 64, 0.08), 0 4px 20px rgba(26, 23, 64, 0.05);
    border: 1px solid #dddaf0;
}

.wm-main-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #1e97dc;
    padding: 7px 10px;
    background: linear-gradient(269deg, #0a7281a1, #007889);
    border-radius: 10px;
    font-size: 18px;
}

.wm-section-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    color: #ffffff;
    background-color: #1e97dc;
    padding: 7px 10px;
    background: linear-gradient( 269deg, #37a9eacc, #0a8eda);
    border-radius: 10px;
    font-size: 18px;
}

.wm-card {
    padding: 10px 18px;
    border-radius: 14px;
    border: 1px solid #f2a975;
    transition: 0.3s ease;
    min-height: 130px;
    /* box-shadow: 4px 5px 4px rgb(0 0 0 / 17%); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 152px;
    box-shadow: rgb(233 104 12 / 57%) 4px 4px;
}

    .wm-card:hover {
        transform: translateY(-6px);
    }



.wm-bg-1 {
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);
    border-color: #4f46e5;
    border-left: 5px solid #4f46e5;
}

.wm-bg-2 {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border-color: #10b981;
    border-left: 5px solid #10b981;
}

.wm-bg-3 {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-color: #0284c7;
    border-left: 5px solid #0284c7;
}

.wm-bg-4 {
    background: linear-gradient(135deg, #fef2f2, #fee2e2);
    border-color: #ef4444;
    border-left: 5px solid #ef4444;
}

.wm-bg-5 {
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border-color: #f97316;
    border-left: 5px solid #f97316;
}

.wm-bg-6 {
    background: linear-gradient(135deg, #f5f3ff, #ddd5ff);
    border-color: #7c3aed;
    border-left: 5px solid #7c3aed;
}

.wm-bg-7 {
    background: linear-gradient(135deg, #f0fdfa, #ccfbf1);
    border-color: #14b8a6;
    border-left: 5px solid #14b8a6;
}

.wm-bg-8 {
    background: linear-gradient(135deg, #fdf4ff, #f4d8fc);
    border-color: #d946ef;
    border-left: 5px solid #d946ef;
}


.wm-text-1 {
    color: #4f46e5;
}

.wm-text-2 {
    color: #10b981;
}

.wm-text-3 {
    color: #0284c7;
}

.wm-text-4 {
    color: #ef4444;
}

.wm-text-5 {
    color: #f97316;
}

.wm-text-6 {
    color: #7c3aed;
}

.wm-text-7 {
    color: #14b8a6;
}

.wm-text-8 {
    color: #d946ef;
}

.wm-card small {
    font-size: 15px;
    color: #262626;
    font-weight: 500;
}

.wm-card-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #131313;
    line-height: 25px;
    max-width: 75%;
}

.wm-card h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0;
    line-height: 40px;
    color: #222222;
}

.wm-sub-split {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 0px;
    width: 80%;
}

    .wm-sub-split span {
        width: 50%;
        line-height: 20px;
        color: #262626;
    }





.login-panel {
    /* background: linear-gradient(1deg, #1e98de 0%, #1d9ce4 50%, #0488d3 100%); */
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(26, 23, 64, 0.08), 0 4px 20px rgba(26, 23, 64, 0.05);
    border: 1px solid #dddaf0;
    background: #ffffffb5;
    backdrop-filter: blur(10px);
    position: relative;
}


.login-heading {
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 26px;
    color: #ffa900;
    /* border-bottom: 1px solid #ffffff54; */
    /* padding-bottom: 10px; */
}


.login-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    margin-bottom: 0px;
    background: linear-gradient(135deg, #1e97dc, #6ec2f2);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgb(255 255 255 / 19%);
    box-shadow: rgb(49 161 225 / 24%) 4px 4px;
    flex-direction: column;
    /* background: rgba(255,255,255,0.1); */
    backdrop-filter: blur(10px);
    text-align: center;
}


.login-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff52;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffffc9;
    font-size: 18px;
    transition: 0.3s ease;
    border: 1px solid #ffffff7a;
    backdrop-filter: blur(10px);
}


.login-text h6 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}

.login-text span {
    font-size: 12px;
    color: #666;
}


.login-tab:hover {
    background: linear-gradient(135deg, #1e97dc, #6ec2f2);
    transform: translateX(5px);
    /* border-color: #ffffff7a; */
    text-decoration: none;
}

    .login-tab:hover .login-icon {
        background: #ffffff;
        color: #ff9900;
    }

    .login-tab:hover .login-text h6,
    .login-tab:hover .login-text span {
        color: #ffffff;
    }


.lab-card {
    /* margin-top: 10px; */
    background: #ffffff;
    padding: 8px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.lab-btn {
    display: block;
    padding: 14px;
    background: #2494d4;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    transition: 0.3s ease;
    border: 1px solid #2494d4;
}

    .lab-btn i {
        margin-right: 6px;
    }

    .lab-btn:hover {
        background: #2494d4;
        transform: translateY(-3px);
        color: #fff;
    }


.wm-icon {
    position: absolute;
    /* top: 0px; */
    right: 20px;
    font-size: 25px;
    transition: 0.3s ease;
    height: 60px;
    width: 59px;
    line-height: 60px;
    background-color: #ffa900;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #ffffff33;
    color: #fff;
    /* margin-right: -16px; */
}




.bg-card-blue {
    background: linear-gradient(to right, #0060c414, #4277af00) !important;
}

.bg-card-orange {
    background: linear-gradient(135deg, #fc9e021f, #eab45b00);
}

.bg-card-green {
    background: linear-gradient(to right, #13991d1a, #67c76b00) !important;
}

.bg-card-purple {
    background: linear-gradient(135deg, #b861dc38, #8d52a500);
}

.bg-card-pink {
    background: linear-gradient(135deg, #7B1E28, #c74e5c);
}

.bg-card-teal {
    background: linear-gradient(135deg, #2fedef1f, #40b7c000);
}

.bg-card-red {
    background: linear-gradient(135deg, #d01f1f17, #e5393500);
}

.bg-card-cyan {
    background: linear-gradient(135deg, #646b6e2b, #02c1f800);
}

.bg-card-indigo {
    background: linear-gradient(135deg, #0014e326, #5c6bc000);
}

/*-----------------------------------------------end--------------------------------------------*/



/*----------------------------------------------quality dashboard-------------------------------*/


.left-panel {
    /* background: #ffffff; */
    /* padding: 15px 20px 0px 20px; */
}

    .left-panel h1 {
        font-size: 38px;
        font-weight: 700;
        color: #0b3c5d;
    }

    .left-panel h2 {
        color: #393939;
        font-size: 41px;
        margin-bottom: 0px;
        font-weight: 700;
    }

    .left-panel p {
        color: #343434;
        max-width: 500px;
        margin-bottom: 0px;
    }

.stat-card {
    background: #ffffff;
    border: 1px solid #e3ecf5;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

    .stat-card:hover {
        transform: translateY(-5px);
    }

    .stat-card h3 {
        color: #00a8e8;
        font-weight: 700;
    }

    .stat-card span {
        color: #6c7a89;
        font-size: 14px;
    }

    .stat-card.wide {
        text-align: left;
    }

.wqi-table h5 {
    color: #0b3c5d;
}

.wqi-table table {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.wqi-table thead {
    background: #eaf4fb;
    color: #0b3c5d;
}

.wqi-table td,
.wqi-table th {
    border: none;
    padding: 12px;
}

.wqi-table tbody tr {
    border-bottom: 1px solid #eef3f8;
}

.c1 {
    color: #28c76f;
}

.c2 {
    color: #1e90ff;
}

.c3 {
    color: #ff9f43;
}

.c4 {
    color: #ff6b6b;
}

.c5 {
    color: #d63031;
}

.right-panel {
    /* background: #ffffff; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* padding: 15px 0px 0px 20px; */
}


.login-box {
    background: #ffffff;
    border-radius: 15px;
    width: 100%;
    max-width: 468px;
    border: 1px solid #e3ecf5;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 16px;
}

    .login-box h4 {
        color: #00a8e8;
        font-weight: 600;
    }

.role {
    background: #f4f8fb;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    transition: 0.3s;
    border: 1px solid transparent;
}

    .role i {
        display: block;
        margin-bottom: 6px;
        color: #00a8e8;
    }

    .role:hover {
        border: 1px solid #00a8e8;
        background: #eaf6fd;
    }

    .role.active {
        border: 1px solid #00a8e8;
        background: #00a8e8;
        color: #fff;
    }

        .role.active i {
            color: #fff;
        }


.form-control {
    /* background: #f4f8fb; */
    border: 1px solid #e3ecf5;
    border-radius: 10px;
    padding: 10px;
}

    .form-control::placeholder {
        color: #9aa7b2;
    }


.btn-otp {
    background: #00a8e8;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 10px;
    transition: 0.3s;
}

    .btn-otp:hover {
        background: #0077b6;
    }


a {
    color: #00a8e8;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

@media (max-width: 768px) {
    .left-panel {
        text-align: center;
    }

        .left-panel p {
            /* margin: auto; */
        }
}


.u-dashboard {
    background: #f5f7fb;
}


.u-top-card {
    background: linear-gradient(135deg, #eef6ff, #ffffff);
    border-radius: 0px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #e3eaf3;
    margin-bottom: 10px;
}

    .u-top-card h3 {
        font-weight: 700;
        margin-bottom: 5px;
    }

    .u-top-card p {
        color: #6c757d;
        margin-bottom: 10px;
    }

.u-badge {
    background: #e0f2ff;
    color: #007bff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    margin-right: 10px;
}

.u-live {
    color: #00b894;
    font-weight: 600;
    margin-left: 10px;
}

.u-stat {
    height: 100%;
    min-height: 150px;
}


.u-stat {
    border-radius: 14px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

    .u-stat:hover {
        transform: translateY(-5px);
    }



.u-stat-1 {
    background: linear-gradient(135deg, #f0f9ff, #ffffff);
    border-top-color: #0dcaf0;
}

.u-stat-2 {
    background: linear-gradient(135deg, #ecfdf5, #ffffff);
    border-top-color: #20c997;
}


.u-stat-3 {
    background: linear-gradient(135deg, #fff7ed, #ffffff);
    border-top: 4px solid #f59e0b;
    /* border: 1px solid #f59e0b; */
}

.u-stat-4 {
    background: linear-gradient(135deg, #eef2ff, #ffffff);
    border-top-color: #6366f1;
}

.u-stat-5 {
    background: linear-gradient(135deg, #f0fdfa, #ffffff);
    border-top-color: #14b8a6;
}

.u-stat p {
    font-size: 12px;
    color: #6c757d;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.u-stat h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 6px 0;
}

.u-sub {
    font-size: 13px;
    color: #666;
}

.u-progress {
    height: 6px;
    background: #e9ecef;
    border-radius: 10px;
    margin: 8px 0;
    overflow: hidden;
}

.u-bar {
    height: 100%;
    background: linear-gradient(to right, #00c6ff, #00b894);
    border-radius: 10px;
}




.u-card-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #e9eef5;
    box-shadow: 0 2px 10px rgba(26, 23, 64, 0.08), 0 4px 20px rgba(26, 23, 64, 0.05);
}

.u-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .u-card-header h5 {
        margin: 0;
        font-weight: 700;
    }


.u-badge {
    background: #ffc3c34d;
    color: #f70606;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}


    .u-badge.red {
        background: #ffe5e5;
        color: #dc3545;
    }

    .u-badge.green {
        background: #e6f9f0;
        color: #20c997;
    }

    .u-badge.yellow {
        background: #fff4e5;
        color: #f59e0b;
    }


.u-table thead {
    background: #f1f5f9;
}

.u-table th {
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    border: none;
}

.u-table td {
    border: none;
    padding: 10px 8px;
    font-size: 14px;
}

.u-progress-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

    .u-progress-item span {
        width: 160px;
        font-size: 14px;
        color: #000;
    }

.u-bar-wrap {
    flex: 1;
    height: 7px;
    background: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
}

.u-bar {
    height: 100%;
    border-radius: 10px;
}

    .u-bar.blue {
        background: linear-gradient(90deg,#0dcaf0,#0d6efd);
    }

    .u-bar.green {
        background: linear-gradient(90deg,#20c997,#198754);
    }

    .u-bar.yellow {
        background: linear-gradient(90deg,#fbbf24,#f59e0b);
    }

    .u-bar.red {
        background: linear-gradient(90deg,#ff4d4f,#dc3545);
    }

.u-progress-item b {
    width: 40px;
    font-size: 13px;
}

.u-auth-box {
    width: 100%;
    /* max-width: 400px; */
    /* padding: 20px; */
}


.u-label {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #050505;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 500;
}


.u-input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #bdbdbd6e !important;
    padding: 0 15px;
    font-size: 15px;
    outline: none;
    margin-bottom: 15px;
    transition: 0.3s;
    color: #fff !important;
}

    .u-input:focus {
        border-color: #999;
    }


.u-btn {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    background: linear-gradient(90deg,#fbbf24,#f59e0b);
    color: #fffffff5;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #ffffff82;
    backdrop-filter: blur(10px);
}

    .u-btn:hover {
        background: linear-gradient(135deg, #1e97dc, #6ec2f2);
        color: #ffffff;
    }


.u-text {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #353536;
}

    .u-text a {
        color: #168cf4;
        text-decoration: none;
        font-weight: 500;
    }

./*u-input::-webkit-input-placeholder {
    color: #ffffff !important;
}

.u-input:-ms-input-placeholder {
    color: #ffffff !important;
}

.u-input::placeholder {
    color: #ffffff !important;
    opacity: 1;
}*/


.u-table {
    border-collapse: collapse;
    width: 100%;
}

.u-table th,
.u-table td {
    border: 1px solid #00000030;
    padding: 4px;
    text-align: center;
    font-size: 13px;
}

@media (min-width:1200px) and (max-width: 1399.8px){
    .u-table th,
.u-table td {
    white-space: nowrap;
}
    .login-panel {
    padding: 20px 10px;
}
    .login-tab {
    padding: 10px 10px;
}
    .login-text h6 {
    font-size: 16px;
}
    .u-card-box {
    padding: 10px;
}
    .u-progress-item {
    margin-bottom: 14px;
}
}


.u-table thead tr:first-child th {
    background: #daede6; 
    font-weight: 600;
}

.u-table thead tr:nth-child(2) th {
    background: #bdeaff;
}

.u-table tbody td {
    background: #ffffff;
}


.u-table tfoot td {
    background: #ffc3c3;
    font-weight: 700;
}

.u-table td:first-child,
.u-table th:first-child {
    text-align: left;
}


.u-card-white {
    background: #fff1e4bf;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(26, 23, 64, 0.08), 0 4px 20px rgba(26, 23, 64, 0.05);
}


.u-table th {
    background: #f1f5f9;
    font-size: 12px;
    text-transform: uppercase;
}

.u-table td {
    font-size: 14px;
}


.u-green { color: #198754; font-weight: 600; }
.u-blue { color: #0d6efd; font-weight: 600; }
.u-yellow { color: #f59e0b; font-weight: 600; }
.u-orange { color: #fd7e14; font-weight: 600; }
.u-red { color: #dc3545; font-weight: 600; }

.u-badge-blue {
    background: #e6f0ff;
    color: #0d6efd;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
}

/* CARD */
.u-white-card {
    background: #ffffff;
    border-radius: 12px;
    /* border: 1px solid #e3e3e3; */
    overflow: hidden;
    box-shadow: rgb(233 104 12 / 57%) 4px 4px;
    height: 100%;
}


.s-card-header {
    padding: 12px 16px;
    background: #0a9ad8;
    border-bottom: 1px solid #f0f0f0;
}

.s-card-header h6 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.u-card-body {
    padding: 10px 10px;
    color: #000;
    background: #ffffff;
}


.u-link-list,
.u-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.u-link-list li,
.u-info-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #000;
    margin-top: 0px;
}

.u-link-list a,
.u-info-list a {
    color: #0e0e0e;
}


.u-desc {
    font-size: 13px;
    color: #131313;
    margin-top: 10px;
    line-height: 20px;
}


.u-info-list span {
    color: #fd7e14;
    font-weight: 600;
}

.u-phone {
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px;
}

.u-sub {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: 500;
}

.u-ai {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.u-ai a {
    color: #070707;
    text-decoration: none;
    font-size: 15px;
}

/*------------------------------------------------end--------------------------------------------*/



.jjm-logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 0px;
  }

  .jjm-logo-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00c6ff, #1e97dc);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .jjm-logo-icon i {
    color: #ffffff;
    font-size: 30px;
  }

  .jjm-logo-text {
    display: flex;
    flex-direction: column;
  }

  .jjm-logo-title {
    font-size: 24px;
    font-weight: bold;
    color: #003366;
    letter-spacing: 1px;
    margin-bottom: 2px;
  }

  .jjm-logo-subtitle{

  }

  .logo3 img{
      width: 55px;
      height:auto;
  }
.menu-divider {
  position: relative;
}

.menu-divider::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background-color: #ccc;
}


.login-header-box {
  background: linear-gradient(
179deg, #1e97dc, #6ec2f2);
  padding: 0px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  border-radius: 20px 20px 0px 0px;
}

.login-heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff; 
  padding: 9px;
}
.u-card-body i{

height: 30px;

width: 30px;

line-height: 30px;

background-color: #ffa900;

color: #fff;

border-radius: 50%;

text-align: center;

font-size: 13px;
}
.mt-20{
    margin-top:20px;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #00000030;
}

.trcolor11 {
    background: #b6ecea !important;
}

.trcolor1 {
    background: #c7eec3 !important;
}

.trcolor3 {
    background: #fff4d3 !important;
}

.trcolor4{
    background:#fde467 !important;
}

.trcolor5{
    background:#bdeaff !important;
}

.trcolor6 {
    background: #c7eec3 !important;
}

.trcolor7{
    background:#fde467 !important;
}

.trcolor8{
    background:#ffc3c3 !important;
}

.bottom-margin{
    margin-bottom:80px;
}

/*-------------------------------------------------register modal-----------------------------------*/

    .modal-backdrop.show {
      background-color: rgba(10, 25, 45, 0.85);
    }

    .modal-content {
      background: #ffffff; 
      border-radius: 12px;
      padding: 30px 25px;
      color: #000;
      margin: auto;
    }

    .modal-header {
      justify-content: space-between;
      align-items: center;
      padding: 0px 0px 20px 0px;
      margin-bottom: 20px;
    }
    .modal-title {
      font-size: 24px;
    }

    .btn-close {
      filter: brightness(0.5);
      transition: filter 0.3s ease;
    }
    .btn-close:hover {
      filter: brightness(1);
    }

    .form-control,
    .form-select {
      border-radius: 6px;
      padding: 10px 14px;
      font-size: 15px;
      /* background: #f8f9fa; */
      border: 1px solid #ced4da;
      color: #4e4e4e;
      transition: border-color 0.3s ease;
    }
    .form-control:focus,
    .form-select:focus {
      border-color: #0d6efd;
      box-shadow: none;
      outline: none;
    }

    .otp-input {
      width: 45px;
      height: 45px !important;
      /* font-size: 1.2rem !important; */
      text-align: center;
      border-radius: 6px;
      border: 1px solid #ced4da;
      margin-right: 12px;
    }

    .btn-primary {
      background: linear-gradient(90deg, #24a0e0, #43abf7);
      border: none;
      padding: 12px 20px;
      font-weight: 600;
      border-radius: 8px;
      transition: background 0.3s ease;
      font-size: 15px;
    }
    .btn-primary:hover {
      background: linear-gradient(90deg, #1b5ecc, #2399e6);
    }

    .form-row {
      display: flex;
      gap: 12px;
      margin-bottom: 10px;
    }
    .form-row .form-group {
      flex: 1;
    }

#registrationModal form {
    margin: 0;
    height: 500px;
    overflow: auto;
}

/*------------------------------------------------end-----------------------------------------------*/

@media (min-width: 1400px){
    .login-panel {
    padding: 20px 15px;

}
    .right-panel {
    /* padding: 15px 0px 0px 10px; */
}
    .login-tab {
    padding: 10px 10px;
}
    .u-progress-item {
    margin-bottom: 13px;
}
}

@media (min-width: 1200px) and (max-width: 1399.8px){
    .jjm-logo-icon {
    width: 50px;
    height: 50px;
}
    .jjm-logo-title {
    font-size: 20px;
}
    .jjm-logo-subtitle {
    font-size: 13px;
}
    .rts-btn {
    font-size: 14px;
}
    .right-panel {
    /* padding: 15px 0px 0px 10px; */
}
    .left-panel {
    /* padding: 15px 10px 0px 10px; */
}
}
 
@media (max-width: 767px){
.header-seven .header-main {
    padding: 0 15px;
}
.jjm-logo-title {
    font-size: 20px;
}
.jjm-logo-subtitle{
    font-size:13px;
 }
.jjm-logo-container {
    align-items: self-start;
}
.right-panel {
    padding: 15px 10px 0px 10px;
}
.wm-card {
    min-height: 130px;
    text-align: left;
}
.u-progress-item {
    text-align: left;
}
.bottom-margin{
    margin-bottom:140px;
}
.copyright-area-one p {
    font-size: 15px;
}
}

