﻿html {
    font-size: 16px;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Verdana, sans-serif;
    background: #269647;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    padding: 15px 2rem;
}

    #header h2 {
        color: white;
        font-weight: bold;
    }

    #header.header-scrolled,
    #header.header-inner-pages {
        background: #940b36;
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        width: 27rem;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            max-height: 800px;
        }


/********************SDC************/

/*--------------------------------------------------------------
# DairyKCC Css Start
--------------------------------------------------------------*/
h1 {
    text-align: center;
    color: #940b36;
    margin-bottom: 2rem;
}

    h1::after {
        content: "";
        display: block;
        width: 8rem;
        height: 3px;
        background-color: #fdbd30;
        margin: 0px auto;
    }


/*--------------------------------------------------------------
# DairyKCC Css End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Modal pop-up
--------------------------------------------------------------*/
.modal-holder {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

.modal-header {
    background-color: #940b36;
    color: white;
    padding: 0.6rem 17px !important;
}

    .modal-header * {
        color: white;
    }


.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 36px;
    padding: 2rem 2rem;
}

div.modal-footer {
    justify-content: center;
    padding: 1.3rem;
}

.OTPbox-container {
    display: flex;
    gap: 6px;
}

    .OTPbox-container .tOTP-form-input {
        width: 40px;
        text-align: center;
        cursor: not-allowed;
        pointer-events: none;
    }

        .OTPbox-container .tOTP-form-input:focus {
            outline: none;
            box-shadow: 0 0 0 0.08rem rgb(148 11 54 / 36%);
        }

        .OTPbox-container .tOTP-form-input:nth-child(1) {
            cursor: pointer;
            pointer-events: all;
        }

.modal-body table tr td:first-child::after {
    content: ":";
    padding-left: 0.3rem;
}

.modal-body table tr td:nth-child(2) {
    text-align: left;
}

.modal-body table tr td:first-child {
    text-align: right;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Post-Login-Site
--------------------------------------------------------------*/

div.master-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

div.post-login-nav {
    background-color: #940b36;
}

header.post-login-header {
    display: flex;
    justify-content: space-between;
}

div.post-login-nav::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 10px;
    background-color: #fdbd30;
}

div.DLRepeater-container {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
    border: 1px solid #940b3638;
    border-radius: 6px;
}

div.DLLabel {
    display: flex;
    flex-grow: 1;
}

.DLLabel span:nth-child(1) {
    font-weight: 600;
    flex-grow: 1;
    width: 11vw;
    color: #940b36;
}

.DLLabel span {
    min-width: 181px;
    padding: 0.6rem;
    border: 2px solid #f8f9fa;
    border-collapse: collapse;
    background-color: #940b3617;
}

div.container-customer-holder {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1.2rem 0;
    flex-wrap: wrap;
    gap: 0.5rem;
}

    div.container-customer-holder div span:nth-child(1) {
        font-weight: 600;
        padding-right: 1rem;
    }

    div.container-customer-holder span {
        font-size: 1.2rem;
    }



/*------------ Pre-requisistes Start-----------------*/
h1 {
    text-align: center;
    color: #940b36;
}

h2 {
    font-weight: bold;
}

.invalid-feedback {
    font-size: 0.8rem;
    color: red;
    margin-left: 1rem;
}

input.disabled-box {
    background-color: #a9a6a6;
    pointer-events: none;
}

.btn-custom {
    padding: 0.6rem 2rem;
    margin-top: 1rem;
    background-color: #940B37;
    color: white;
    border: 2px solid #940b36;
    font-weight: 600;
    border-radius: 5px;
    transition: all ease-in 0.15s;
    box-sizing: border-box;
    width: 30%;
    margin-bottom: 1rem;
}

    .btn-custom:hover {
        background-color: white;
        color: #940b36;
    }

.discl-text {
    font-size: 0.82rem;
    line-height: 1.4rem;
    text-align: justify;
}

.table-custom tbody {
    display: flex;
    width: 100%;
    min-width: 100%;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    border: 1px solid #e3e3e3;
    background-color: #d7d7d738;
}

    .table-custom tbody tr {
        width: 100%;
        /* display: flex; */
        flex-wrap: wrap;
        border-bottom: 1px solid #e3e3e3;
    }



    .table-custom tbody td:first-child {
        min-width: 20%;
        display: flex;
        align-items: center;
        font-weight: 600;
    }

    .table-custom tbody td:nth-child(2) {
        flex-grow: 1;
    }

    .table-custom tbody td {
        padding: 1rem;
    }

        .table-custom tbody td input {
            margin: 0;
        }

.disabled-box {
    background-color: #a9a6a6;
    pointer-events: none;
    border-color: transparent;
}


/*Loader Code*/
.loader {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.percent-loader {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 2rem;
}

.loader::before, .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}

.loader::after {
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #FF3D00;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)
    }

    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)
    }

    75%, 100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)
    }
}

.loader-box {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
    height: 100vh;
    justify-content: space-evenly;
    align-items: center;
    background-color: #00000059;
    transition: 0.3s ease;
    flex-direction: column;
}

.progressLabel {
    padding-top: 0rem;
    color: white;
    font-size: 2rem;
}

.placementToTop {
    position: absolute;
    left: 350px;
    top: 200px
}
/*Loader Code Ends*/

/*------------ Pre-requisistes End-----------------*/




/* ---------Media Queries Start -----------  */
@media all and (max-width:1150px) {
}

@media all and (max-width:420px) {
    html {
        font-size: 14px;
    }

    .btn-custom {
        width: 100% !important;
    }

    .OTP-container * {
        text-align: center !important;
    }
}
/* ---------Media Queries End -----------  */


:root {
    --pnb-red: #9f1945;
    --pnb-yellow: #fdbd30;
    --btn-green: #166f15;
    --bg-white-op: #ffffff;
    --div-pill-bg: #287cd1;
    --body-bg: #fff7e5;
    --btn-red: #dc3545;
    --btn-info: #178298;
    --btn-black: #000;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url("../fonts/Roboto-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url("../fonts/Roboto-Medium.ttf") format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/Roboto-Bold.ttf") format('truetype');
}

html {
    font-size: 14px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.text-color-pnb {
    color: var(--pnb-red);
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
}

/*Main Area Start */
.body-content {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
}

.navbar-pnb {
    padding: 0.5rem;
    background: var(--bg-white-op);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Trac-bar {
    background-color: var(--pnb-red);
    color: var(--bg-white-op);
}

.Trac-bar-below::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 0.7rem;
    background-color: var(--pnb-yellow);
}

.nav-Logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .nav-Logo img {
        width: 25%;
    }

.navbar-pnb > * {
    width: 25%;
}

.navbar-pnb .journey-name {
    font-size: 1.8rem;
}

/*.post-login-nav::after {
    content: " ";
    display: block;
    width: 100%;
    height: 0.6rem;
    background-color: var(--pnb-yellow);
}*/

.body-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer#footer {
    padding: 1rem;
}

.loader-box {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
    height: 100vh;
    justify-content: space-evenly;
    align-items: center;
    background-color: #00000059;
    transition: 0.3s ease;
    flex-direction: column;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

    .loader::before, .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #FFF;
        animation: prixClipFix 2s linear infinite;
    }

    .loader::before {
        border-color: var(--pnb-red);
    }

    .loader::after {
        inset: 8px;
        transform: rotate3d(90, 90, 0, 180deg );
        border-color: var(--pnb-yellow);
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)
    }

    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)
    }

    75%, 100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)
    }
}

.logout-sec a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
}

.logout-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    min-width: fit-content;
}

.sess-elements {
    padding: 0 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--bg-white-op);
}

.body-layout {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--body-bg);
    padding-bottom: 5rem;
}

.body-layout-trac {
}

.Trac-Bg {
    background-image: url(/Assets/img/bg.jpg);
    background-position: center;
    background-size: cover;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*Main Area End */

/*Login Area Start*/
.login-container {
    width: 25%;
    margin: 0 auto;
    margin-top: 20vh;
    background-color: var(--bg-white-op);
    padding: 1rem;
    border-radius: 0.5rem;
}

.Trac-login-container > div {
    flex: 1;
}

.Trac-Feature-container h2 {
    color: var(--pnb-red);
    font-weight: bold;
    margin-top: 2rem;
}

.Trac-login-container {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.Trac-Feature-container {
    padding: 3rem 0rem 0rem 9rem;
}

.feature-list {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}

.feature-icon {
    text-align: center;
}

    .feature-icon img {
        max-width: 100%;
        max-height: 12rem;
        margin: 0 auto;
    }

.feature-text {
    background-color: var(--bg-white-op);
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    padding: 5rem 1rem 1rem 1rem;
    margin-top: -5rem;
    color: var(--pnb-red);
    min-height: 10rem;
}

.glass-bg {
    background-color: #ffffff8a;
    border-radius: 15px;
    padding: 2rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.glass-bg-side {
    background-color: #ffffff8a;
    border-radius: 15px;
    padding: 2rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 14rem 0rem;
}

.login-holder {
    width: 40%;
    margin: 0 auto;
    margin-top: 20vh;
    background-color: var(--bg-white-op);
    padding: 2rem;
    border-radius: 0.5rem;
}

.login-area {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

    .login-area > * {
        width: 100%;
    }

.login-container .heading {
    border-bottom: 1px solid #ddd;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.input-holder {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #858484;
    padding: 8px;
    border-radius: 4px;
}

.heading-red {
    color: var(--pnb-red);
}

.input-holder input[type=text]:focus, .input-holder input[type=text]:focus-visible,
.input-holder input[type=password]:focus, .input-holder input[type=password]:focus-visible,
.input-holder textarea:focus, .input-holder textarea:focus-visible {
    border: none;
    outline: none;
}

.input-holder input[type=text], .input-holder input[type=password], .input-holder textarea {
    width: 100%;
    border: none;
    background-color: transparent;
}

    .input-holder input[type=text]::placeholder, .input-holder input[type=password]::placeholder, .input-holder textarea::placeholder {
        font-style: italic;
        color: #6565658f;
    }

.input-disabled {
    background: #959595;
}

    .input-disabled input[type=text], .input-disabled input[type=password], .input-disabled textarea {
        pointer-events: none;
        background: transparent;
    }

.input-holder:has(>.input-validation-error) {
    border-color: red;
}

.field-validation-error {
    color: red;
    font-size: small;
    font-weight: bold;
    padding-left: 1rem;
}

.btn-custom-info {
    background: var(--btn-info);
    color: white;
    font-weight: bold;
    padding: 0.6rem 0.2rem;
    border-width: 2px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
}
/*
.btn-custom {
    background: var(--pnb-red);
    /*background: var(--btn-black);
    color: white;
    /*font-weight: bold;
    padding: 0.6rem 0.2rem;
    border-width: 2px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
}*/

.btn-custom-rev {
    background: transparent;
    color: var(--pnb-red);
    /*color: (--var-black);*/
    /*font-weight: bold;*/
    padding: 0.6rem 0.2rem;
    border-width: 2px;
    border-radius: 5px;
    border-color: var(--pnb-red);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
}

.btn-custom-danger {
    background: var(--btn-red);
    color: white;
    font-weight: bold;
    padding: 0.6rem 0.2rem;
    border-width: 2px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
}

.btn.btn-custom:hover, .btn.btn-custom:focus-visible, .btn.btn-custom:active {
    color: var(--pnb-red);
    border-color: var(--pnb-red);
    background-color: transparent;
}

.btn.btn-custom-rev:hover, .btn.btn-custom-rev:focus-visible, .btn.btn-custom-rev:active {
    color: var(--pnb-red);
    border-color: var(--pnb-red);
    background-color: transparent;
    text-decoration: underline;
}

.btn.btn-custom-danger:hover, .btn.btn-custom-danger:focus-visible, .btn.btn-custom-danger:active {
    color: var(--btn-red);
    border-color: var(--btn-red);
    background-color: transparent;
}

.btn.btn-custom-info:hover, .btn.btn-custom-info:focus-visible, .btn.btn-custom-info:active {
    color: var(--btn-info);
    border-color: var(--btn-info);
    background-color: transparent;
}

.otp-holder > input {
    border: 1px solid black;
    border-radius: 4px;
    padding: 4px;
    width: 3rem;
    text-align: center;
}

.otp-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}
/*Login Area End*/

/*Customer Det Area Start*/
.cust-det-container {
    width: 50%;
    margin: 0 auto;
    margin-top: 5vh;
    background-color: var(--bg-white-op);
    padding: 1rem;
    border-radius: 0.5rem;
}

.det-container {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    padding: 1rem;
}

    .det-container > * {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 0.5rem 1rem;
    }

        .det-container > *:last-child {
            border-bottom: none;
        }

        .det-container > * > span:first-child {
            font-weight: bold;
        }

.big-checkbox {
    width: 1.5rem;
    height: 1.5rem;
}

.input-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 15px;
    font-size: 0.9rem;
}

.applicant-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2rem;
}

    .applicant-holder > * {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 16px;
        padding: 0.8rem;
        font-size: 0.8rem;
        gap: 0.3rem;
        background: var(--btn-black);
        color: white;
        min-width: 30%;
        max-width: 50%;
    }

    .applicant-holder > div > span {
        width: 100%;
        text-align: center;
    }

        .applicant-holder > div > span svg {
            font-size: 1.2rem;
        }

        .applicant-holder > div > span:nth-child(2) {
            font-size: 1rem;
            font-weight: bold;
        }

        .applicant-holder > div > span:last-child {
            display: flex;
            justify-content: space-around;
            margin-top: 1rem;
        }

            .applicant-holder > div > span:last-child a {
                flex: 1;
                text-decoration: none;
                color: white;
            }
/*Customer Det Area End*/


/* Tractor Implements Area Start */
.input-card {
    width: 80%;
    margin: 0 auto;
    margin-top: 5vh;
    background-color: var(--bg-white-op);
    padding: 2rem;
    border-radius: 0.5rem;
}

.form-container {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

    .form-container > div > span:nth-child(2) {
        flex: 1;
    }

    .form-container > div > span:first-child {
        font-weight: bold;
        width: 40%;
    }

    .form-container > div {
        /*border: 1px solid #ccc;*/
        padding: 1rem 1rem;
        /*border-left: 4px solid var(--pnb-red);*/
        /*border-radius: 10px;*/
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        /*margin: 0.5rem 0;*/
        gap: 1rem;
    }
/* Tractor Implements Area End */
/*Assets Area Start */
.side-view-container {
    width: 80%;
    margin: 0 auto;
    margin-top: 5vh;
    background-color: var(--bg-white-op);
    padding: 1rem;
    border-radius: 0.5rem;
    display: flex;
    position: relative;
}

    .side-view-container .form-container {
        padding: 0.5rem;
    }

.Left-side-view {
    flex: 1;
}

.Right-side-view {
    min-width: 30%;
    position: sticky;
    top: 1rem;
    align-self: flex-start;
}

.Left-side-view, .Right-side-view {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .Left-side-view .input-card, .Right-side-view .input-card {
        width: 100%;
        margin: 0;
        padding: 1rem;
        border-radius: 0.5rem;
        background-color: var(--bg-white-op);
    }

.side-view-container table {
    margin-top: 1rem;
    font-size: 0.9rem;
}
/*Assets Area End */

/*Branch Layout Start*/
.utility-bar {
    display: flex;
    justify-content: space-between;
    background-color: var(--pnb-red);
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
}

.branch-det-container {
    width: 80%;
    margin: 0 auto;
    margin-top: 5vh;
    background-color: var(--bg-white-op);
    padding: 1rem;
    border-radius: 0.5rem;
}

.nav-links .action-link {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    padding: 0 1rem;
    gap: 2rem;
}

.check-success {
    background: var(--btn-green);
    color: white;
    font-size: 2rem;
    padding: 6px 14px;
    border-radius: 6rem;
    outline: 1px solid var(--btn-green);
    outline-offset: 5px;
}

    .check-success svg {
        -webkit-filter: drop-shadow(2px 7px 0px rgba(0, 0, 0, .7));
        filter: drop-shadow(2px 7px 0px rgba(0, 0, 0, .5));
    }

.check-reject {
    background: var(--btn-red);
    color: white;
    font-size: 2rem;
    padding: 6px 20px;
    border-radius: 6rem;
    outline: 1px solid var(--btn-green);
    outline-offset: 5px;
}

    .check-reject svg {
        -webkit-filter: drop-shadow(2px 7px 0px rgba(0, 0, 0, .7));
        filter: drop-shadow(2px 7px 0px rgba(0, 0, 0, .5));
    }
/*Branch Layout End*/
/*Dashboard Start*/
table#MainDatatable td {
    vertical-align: middle;
}

button.btn.btn-dt-custom {
    background: transparent;
    color: var(--pnb-red);
    padding: 0rem 0rem;
    border-width: 2px;
    border-radius: 5px;
    border-color: var(--pnb-red);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
}

.btn.btn-dt-custom:hover, .btn.btn-dt-custom:focus-visible, .btn.btn-dt-custom:active {
    color: white;
    border-color: var(--pnb-red);
    background-color: var(--pnb-red);
    text-decoration: none;
}
/*Dashboard End*/
/*Error Page Start*/
.card {
    border-radius: 10px;
}

.card-title {
    font-size: 28px;
    font-weight: bold;
}

.card-text {
    font-size: 18px;
    color: #555;
}

.fa-ban {
    color: #a12d4f;
}
/*Error Page End*/
@media all and (max-width:550px) {
    html {
        font-size: 16px;
    }

    .navbar-pnb > * {
        width: 75%;
    }

    .login-container, .branch-det-container, .cust-det-container {
        width: 80%;
    }

    .otp-holder > input {
        width: 2.4rem;
    }


    .det-container > *, .form-container > div {
        flex-direction: column;
        padding: 1.5rem 0.5rem;
    }

        .form-container > div > span {
            width: 100% !important;
            text-align: start;
        }

    /*CoApplicant Start*/

    .customer-section, .coapplicant-column {
        margin-bottom: 20px;
    }

    .coapplicants-container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .coapplicant-column {
        border: 1px solid #ccc;
        padding: 15px;
        border-radius: 6px;
        background-color: #f9f9f9;
        flex: 1 1 300px;
    }
    /*CoApplicant End*/


    .Trac-login-container {
        flex-wrap: wrap-reverse;
    }

    .login-holder {
        width: 95%;
    }

    .Trac-Feature-container {
        padding: 2rem;
    }

    .feature-list {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
    }

    .Trac-login-container > div {
        flex: auto;
        width: 100%;
    }
}