﻿html {
    font-size: 16px;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Verdana, sans-serif;
    background: #fbbd15;
}

/*--------------------------------------------------------------
# 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************/

/*--------------------------------------------------------------
# Godam 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;
    }


/*--------------------------------------------------------------
# Godam 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 -----------  */

