﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 750px;
}


.failedreport table thead tr th a {
    padding: 5%;
}

.tbody-background {
    background-color: #eeeeee;
}
.coapplcntdiv {
    display: none
}

.tr-border {
    border: none;
}
.div-width {
    width: 160px;
}

.textbox-width {
    width: 1000px;
}
@media (min-width: 961px) {
    .tableme h2 {
    padding-left: 23%
}
    .grid-cell {
        padding: 1%;
    }
    .failedreport table.table-responsive {
        margin: 1% 0 1% 0;
    }
    .failedreport table > tbody > tr > td:nth-child(5) {
        min-width: 150px
    }
    .table-responsive.tableme {
        overflow-x: hidden;
    }

    #Deposit > div > table > tbody > tr td {
        min-width: 200px;
    }
}

@media (max-width: 960px) {
    .failedreport table > tbody > tr > td:nth-child(5) {
        min-width: 150px
    }
    .failedreport table.table-responsive {
        margin: 2% 0 2% 0;
    }
    .failedreport table > thead > tr > th a {
        padding: 2%;
    }
    .failedreport table > tbody > tr td {
        width: auto;
        float: none;
    }
    
    .leadwebform {
        padding: 0 15% 0 10%;
    }

   table > tbody > tr td {
        width: 100%;
        float: left;
    }


    table > tbody > tr:nth-child(6) > td > input.btn.btn-success {
        margin-bottom: 4%;
    }

    table > tbody > tr:nth-child(6) > td > input.btn.btn-danger {
        margin-bottom: 4%;
        margin-right: 10%;
    }

   #CaptchaImage {
        width: 50% !important;
    }

    table > tbody > tr td select {
        width: 100% !important;
    }
}

.table-bordered td.hedingreport {
    border: 1px solid transparent;
}
.leadwebform {
    padding: 0 2% 0 2%;
}


.hidefield {
    display: none !important;
}

.msg {
    width: 100%;
    font: italic bold normal 15px Roboto;
    opacity: 1;
    color: #280071;
}
.lblrequired {
    color: red;
}


.lblrequiredMarque {
    color: red;
    font-size: x-large;
    font-weight: bold;
    color: #ab3c3c;
    margin-left: 2px;
    margin-right: 2px;
}
.outlined-input {
    outline: none;
    border: 1px solid #1BA8E0;
    width: 100%;
    padding: 12px 11px;
    border-radius: 4px;
}

.input-outlined {
    position: relative;
    margin-bottom: 30px;
}


    .input-outlined label {
        position: absolute;
        font-size: 1rem;
        left: 0;
        transform: translateY(-50%) scale(.8);
        background-color: white;
        color: gray;
        /*padding: 0 0.3rem;*/ /* commented by sumaiya on 10092024 for AB0851_Multilang*/
        margin: 0 0.5rem;
        transition: .1s ease-out;
        transform-origin: left top;
        pointer-events: none;
        color: #280071;
    }

.divposition {
    position: relative;
}


.tableres {
    width: 100%;
    max-width: 100%;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 1%;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

/*Added by Abdullah FOR CSP and Captcha on 12-03-2025*/
.modalStyle-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

footer {
    margin-top: 10px;
    height: 30px;
    background: #280071;
    padding: 0px;
    color: white;
    padding: 8px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}


.page-title {
    margin: 0px;
    font-weight: bold;
    font-size: 150%;
    color: #FFF;
    background-color: #662B7D;
    margin-top: 0px !important;
}

.page-title1 {
    margin-top: 0px !important;
}

.row-header {
    text-align: center;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.WordWrap {
    width: 100%;
    text-align: start;
    word-wrap: break-word;
}

.customDropdown {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

.visible {
    display: none;
}

.layer {
    display: none;
}

    .layer:first-child {
        display: block;
    }

body {
    font-family: Arial, sans-serif;
}

.layer {
    margin: 20px 0;
}

.hidden {
    display: none;
}

.btn {
    margin: 5px;
    padding: 10px 20px;
    cursor: pointer;
}

.center-bold-label {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.question-item {
    width: 720px;
    height: 50px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    cursor: pointer; /* Make it look clickable */
    transition: background-color 0.2s; /* Add a smooth transition */
}

    .question-item:hover {
        background-color: #f0f0f0; /* Highlight on hover */
    }


.main {
    display: flex;
    min-height: calc(100vh - 150px);
    background: white;
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.left_box {
    background: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.left_box_1 {
    background: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}


.right_box {
    display: flex;
    justify-content: center;
    /*align-items: flex-start;*/
    width: 50%;
    flex-direction: column;
    padding: 0px 30px;
}

@media screen and (max-width:1023px) {
    .main {
        flex-direction: column;
        min-height: calc(100vh - 210px);
    }

    /* added by sumaiya on 29062024 for QRfeedback*/
    .resetbtn {
        width: auto;
    }

    .submitbtn {
        width: auto;
    }
    /* added by sumaiya on 29062024 for QRfeedback*/

    .left_box {
        width: 100%;
        height: 30vh;
        padding: 20px;
    }

    .right_box {
        width: 100%;
    }

    .header_wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .headerleft {
        width: 100%;
        justify-content: space-between;
    }

    .headerlogo {
        height: 40px;
        margin: 10px;
    }

    .headertitle {
        font-size: 16px;
        margin-left: 0px;
    }

    .headerright {
        width: 100%;
    }

    .headerrighttop {
        height: 40px;
        flex-direction: column;
        justify-content: center;
    }

    .headerrightbtm {
        width: 100%;
        flex-direction: column;
    }

    /*.headerrightbtm nav {
                margin-left: 0px;
            }Commented by Aditya on 16042024 for AB0811*/

    .languageselector {
        position: absolute;
        top: 15px;
        right: 100px;
    }

    .headerrightbtn {
        height: 30px;
        position: absolute;
        top: 15px;
        right: 10px;
        border-radius: 20px;
        padding: 0px 20px;
        font-size: 10px; /*changed by sumaiya on 20082024 for AB085 - CRCF multilingual*/
    }

    .thankyoubox {
        width: 80%;
        margin-left: 10%;
    }
}

@media screen and (max-width:500px) {
    .main {
        min-height: calc(100vh - 200px);
    }

    /* added by sumaiya on 29062024 for QRfeedback*/
    .OtpButtonStyle {
        width: auto;
        font-size: 11px;
        font-weight: 500;
    }
    /* added by sumaiya on 29062024 for QRfeedback*/

    .headerlogo {
        height: 30px;
        margin: 10px;
    }

    .headertitle {
        font-size: 16px;
        padding: 10px;
        text-align: center;
    }

    .headerrightbtm nav ul li a {
        font-size: 13px;
    }

    .headerrightbtm nav ul li {
        margin-left: 30px;
    }

    .languageselector {
        left: 95px;
        top: 10px;
        width: 150px; /*changed by sumaiya on 20082024 for AB085 - CRCF multilingual*/
    }

    .headerrightbtn {
        top: 10px;
    }

    .thankyoubox {
        width: 90%;
        margin-left: 5%;
    }
}

.left_box_img {
    height: 80%;
    object-fit: contain;
    width: 90%;
}




/*Added by Abdullah FOR CSP and Captcha on 12-03-2025*/

.navbar-main {
    background-color: #fff;
    color: white;
}
.img-Layout {
    text-align: center;
}

.img-float {
    float: left
}

.table .th {
    text-align: center;
}

#loaderDiv {
    display: none;position: fixed;z-index: 9999;top: 0;left: 0;width: 100vw;height: 100vh;background-color: rgba(0,0,0,0.5);display: flex;align-items: center;justify-content: center;
}
.loader{border-top: 8px solid #3498db;border-radius: 50%; width: 60px;height: 60px;animation: spin 1s linear infinite;
}
@keyframes spin{
    0%{ transform: rotate(0deg);}
    100%{ transform: rotate(360deg);}
}



