﻿
/*Field Validation*/

.highlight {
    border: 1px solid red !important;
}

.error {
    position: relative;
    color: red;
}

.loaderZ {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 3rem;
    height: 3rem;
    z-index: 99;
    border: 0.4em solid;
    border-right: 0.4em solid transparent;
}


#button {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    background-color: #eee;
    border: solid #ccc 1px;
    cursor: pointer;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.3);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px white solid;
    border-top: 5px #2f64b1 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.fs20 {
    font-size: 20px !important;
}

.fs15 {
    font-size: 15px !important;
}

hr {
    color: gray;
}


/*selet2 dropdown*/
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
}

.select2-container .select2-selection--single {
    height: 34px !important;
    border: 1px solid #dee2e6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}

.select2-container {
    width: -webkit-fill-available !important;
}

/*card hover effect*/
.card_hover {
    cursor: pointer;
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s;
}

    .card_hover:hover {
        text-decoration: none;
        transform: scale(1.02);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }


/***************************** login css START *********************/
#loginpage {
    background: url(../img/bg.jpg) no-repeat 0 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}

#mainbox {
    width: 1120px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.8);
}

.mainpanel {
    display: flex;
}

.leftpanel {
    width: 50%;
    padding: 50px;
}

    .leftpanel h3 span {
        display: block;
        color: #000;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        text-transform: capitalize;
    }

    .leftpanel h3 {
        font-family: 'Oswald', sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        margin: 20px 0;
        text-transform: uppercase;
    }

    .leftpanel label {
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
    }

    .leftpanel input.form-control {
        padding: 10px 10px;
        margin-top: 4px;
        border-radius: 5px;
        border-color: #D4D4D4;
    }

        .leftpanel input.form-control:focus {
            color: #000;
        }

        .leftpanel input.form-control:focus {
            border-color: #2C2D86;
        }

.btn-purple {
    border-radius: 10px;
    background: #3F4089;
    border-color: #3F4089;
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
}

    .btn-purple:hover {
        background: #2C2D86;
        border-color: #2C2D86;
        color: #fff;
    }

.rightpanel {
    width: 50%;
    padding: 50px;
    background: url(../img/upper-bg.png) no-repeat 0 0;
    height: 670px;
    background-size: cover;
}

.inner {
    width: 86%;
    margin: auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

    .inner p {
        position: relative;
    }

        .inner p:before {
            content: " ";
            background: url(../img/2.png) no-repeat 0 0;
            height: 29px;
            width: 34px;
            position: absolute;
            top: -10px;
            left: -20px;
        }

.leftpanel .col-form-label {
    font-weight: 400;
    text-transform: capitalize;
}

.inner p:after {
    content: " ";
    background: url(../img/1.png) no-repeat 0 0;
    height: 29px;
    width: 34px;
    position: absolute;
    bottom: -20px;
    right: -40px;
}

.rightpanel span {
    color: #EFDD39;
    font-size: 22px;
}

.leftpanel .text-right {
    text-align: right
}

    .leftpanel .text-right a {
        color: #3F4089;
    }

.rightpanel h3 {
    color: #EFDD39;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    text-transform: capitalize;
}

.rightpanel p {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.rightpanel span {
    color: #EFDD39;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.leftpanel .containerchk {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .leftpanel .containerchk input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .leftpanel .containerchk label {
        padding: 0;
    }

.leftpanel .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px #ddd solid;
}

.leftpanel .containerchk:hover input ~ .checkmark {
    background-color: #fff;
}

.leftpanel .containerchk input:checked ~ .checkmark {
    background-color: #2C2D86;
}

.leftpanel .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.leftpanel .containerchk input:checked ~ .checkmark:after {
    display: block;
}

.leftpanel .containerchk .checkmark:after {
    left: 7px;
    top: 2px;
    width: 10px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media(max-width:1199px) {
    #mainbox {
        width: 970px;
    }

    .rightpanel .inner h3 {
        font-size: 32px;
    }
}

@media(max-width:991px) {
    #mainbox {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: auto;
    }

    #loginpage {
        background-size: auto;
    }

    .mainpanel {
        flex-direction: column;
    }

    .leftpanel, .rightpanel, .inner {
        width: 100%;
    }

    .rightpanel {
        height: auto;
    }

        .rightpanel .inner {
            top: auto;
            transform: none;
        }

            .rightpanel .inner p {
                font-size: 22px;
                line-height: 1.4;
            }

                .rightpanel .inner p:after {
                    bottom: -10px;
                    right: 0px;
                }

                .rightpanel .inner p:before {
                    left: -30px;
                }

            .rightpanel .inner h3 {
                font-size: 30px;
            }
}

/***************************** login css END *********************/

.border-top-primary {
    border-top: 3px solid #3b7ddd !important;
}

.border-top-danger {
    border-top: 3px solid #dc3545 !important;
}

.form-control:disabled {
    background-color: #f8f8f8 !important;
    cursor: not-allowed;
}

.btn:disabled {
    cursor: not-allowed !important;
}
/*.content{
    margin-top: 50px;
}
.navbar {
    width: calc(100% - 240px);
    right: 0;
    left: auto;
}*/


.ulList {
    display: flex;
    padding-bottom: 5px;
    list-style: none;
    padding-top: 5px;
}

.list {
    flex-wrap: nowrap;
    padding-top: 8px;
    padding-bottom: 5px;
    direction: ltr;
    list-style: none;
    border-bottom: 1px solid #cacdd2;
}

/* switcher */

.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 18px;
    margin-left: 10px;
    margin-top: 2px
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 12px;
        left: 1px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

#claimList {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0
}

    #claimList li.list {
        width: 31%;
        margin: 0 1%;
        margin-top: 5px;
    }

    #claimList .ulList {
        padding-left: 0;
    }

    #claimList .fontbld {
        font-weight: 700;
        font-size: 16px;
    }

    #claimList .ulList .ulList {
        margin-right: 30px;
        font-weight: normal !important;
    }

@media (max-width: 1199px) {
    #claimList li.list {
        width: 48%;
        margin: 0 1%;
    }
}

@media (max-width: 991px) {
    #claimList li.list {
        width: 100%;
        margin: 0
    }
}

.dynamicTextBox {
    line-height: inherit !important;
    height: 26px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c3c6ca;
}

.dynamicTextBox2 {
    line-height: inherit !important;
    height: 26px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c3c6ca;
}

.rowBtn {
    padding: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: #047bf8;
    color: #fff;
    text-align: center;
    line-height: 26px;
    border-radius: 50px;
    font-size: 17px;
    top: -6px;
    right: 0;
    float: right;
}

.no-border {
    border: none !important;
}

/* Remove the spinner controls for number inputs */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.fs15 {
    font-size: 15px !important;
}

/* scrollbar */
/*::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.3);
    }
*/

/*************** FILE UPLOADER CSS START *******************/

/* General Styles */

:root {
    --clr-white: rgb(255, 255, 255);
    --clr-black: rgb(0, 0, 0);
    --clr-light: rgb(245, 248, 255);
    --clr-light-gray: rgb(196, 195, 196);
    --clr-blue: rgb(63, 134, 255);
    --clr-light-blue: rgb(171, 202, 255);
}

body {
    background-color: var(--clr-light);
    color: var(--clr-black);
}

/* End General Styles */

/* Upload Area */
.upload-area {
    width: 100%;
    /*max-width: 25rem;*/
    background-color: var(--clr-white);
    /*box-shadow: 0 10px 60px rgb(218, 229, 255);*/
    border: 2px solid var(--clr-light-blue);
    border-radius: 24px;
    padding: 2rem 1.875rem 3rem 1.875rem;
    /*margin: 0.625rem;*/
    text-align: center;
}

.upload-area--open { /* Slid Down Animation */
    animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
    from {
        height: 28.125rem; /* 450px */
    }

    to {
        height: 35rem; /* 560px */
    }
}

/* Header */
.upload-area__header {
}

.upload-area__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.3125rem;
}

.upload-area__paragraph {
    font-size: 1rem;
    color: var(--clr-light-gray);
    margin-top: 0;
    text-align:left
}

.upload-area__tooltip {
    position: relative;
    color: var(--clr-light-blue);
    cursor: pointer;
    transition: color 300ms ease-in-out;
}

    .upload-area__tooltip:hover {
        color: var(--clr-blue);
    }

.upload-area__tooltip-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -125%);
    min-width: max-content;
    background-color: var(--clr-white);
    color: var(--clr-blue);
    border: 1px solid var(--clr-light-blue);
    padding: 0.625rem 1.25rem;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: none 300ms ease-in-out;
    transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
    opacity: 1;
    visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
    position: relative;
    height: 11.25rem; /* 180px */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed var(--clr-light-blue);
    border-radius: 15px;
    margin-top: 2.1875rem;
    cursor: pointer;
    transition: border-color 300ms ease-in-out;
}

    .upload-area__drop-zoon:hover {
        border-color: var(--clr-blue);
    }

.drop-zoon__icon {
    display: flex;
    font-size: 3.75rem;
    color: var(--clr-blue);
    transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
    font-size: 0.9375rem;
    color: var(--clr-light-gray);
    margin: 0;
    margin-top: 0.625rem;
    transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
    opacity: 0.7;
}

.drop-zoon__loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: var(--clr-light-blue);
    z-index: 10;
}

.drop-zoon__preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.3125rem;
    border-radius: 10px;
    display: none;
    z-index: 1000;
    transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
    opacity: 0.8;
}

.drop-zoon__file-input {
    display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
    border-color: var(--clr-blue);
}

    .drop-zoon--over .drop-zoon__icon,
    .drop-zoon--over .drop-zoon__paragraph {
        opacity: 0.7;
    }

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {
}

    .drop-zoon--Uploaded .drop-zoon__icon,
    .drop-zoon--Uploaded .drop-zoon__paragraph {
        display: none;
    }

/* File Details Area */
.upload-area__file-details {
    height: 0;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    transition: none 500ms ease-in-out;
    transition-property: opacity, visibility;
    transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.file-details__title {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--clr-light-gray);
}

/* Uploaded File */
.uploaded-file {
    display: flex;
    align-items: center;
    padding: 0.625rem 0;
    visibility: hidden;
    opacity: 0;
    transition: none 500ms ease-in-out;
    transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
    visibility: visible;
    opacity: 1;
}

.uploaded-file__icon-container {
    position: relative;
    margin-right: 0.3125rem;
}

.uploaded-file__icon {
    font-size: 3.4375rem;
    color: var(--clr-blue);
}

.uploaded-file__icon-text {
    position: absolute;
    top: 1.5625rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--clr-white);
}

.uploaded-file__info {
    position: relative;
    top: -0.3125rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .uploaded-file__info::before,
    .uploaded-file__info::after {
        content: '';
        position: absolute;
        bottom: -0.9375rem;
        width: 0;
        height: 0.5rem;
        background-color: #ebf2ff;
        border-radius: 0.625rem;
    }

    .uploaded-file__info::before {
        width: 100%;
    }

    .uploaded-file__info::after {
        width: 100%;
        background-color: var(--clr-blue);
    }

/* Progress Animation */
.uploaded-file__info--active::after {
    animation: progressMove 800ms ease-in-out;
    animation-delay: 300ms;
}

@keyframes progressMove {
    from {
        width: 0%;
        background-color: transparent;
    }

    to {
        width: 100%;
        background-color: var(--clr-blue);
    }
}

.uploaded-file__name {
    width: 100%;
    max-width: 6.25rem; /* 100px */
    display: inline-block;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uploaded-file__counter {
    font-size: 1rem;
    color: var(--clr-light-gray);
}

/*************** FILE UPLOADER CSS END *******************/

.dynamicTextBox_error {
    border-bottom: 1px solid red !important;
}

.custom-card-primary {
    border-radius: 0.5rem;
    border-top: 3px solid rgba(132,90,223,.3);
}

.custom-card-info {
    border-radius: 0.5rem;
    border-top: 3px solid rgba(73,182,245,.3);
}

.custom-card-success {
    border-radius: 0.5rem;
    border-top: 3px solid rgba(38,191,148,.3);
}

.custom-card-danger {
    border-radius: 0.5rem;
    border-top: 3px solid rgba(230,83,60,.3);
}

.custom-btn{
    border-radius:0.25rem;
}

.txtWhite{
    color:black;
}

.text-ellipsis {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow content */
    text-overflow: ellipsis; /* Display ellipsis (...) for overflow text */
    max-width: 300px; /* Adjust the maximum width as needed */
}


/*************************progress BAR CSS**************************/

#progress-container {
    width: 300px;
    margin: 50px auto;
    position: relative;
}

#draggable-progress {
    width: 0;
    height: 20px;
    background-color: blue;
    position: absolute;
    cursor: grab;
}

#progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

/* Targets devices with a max width of 768px (commonly used for tablets & phones) */
@media (max-width: 768px) {
    #serviceTable {
       width:2000px !important
    }
}

/* Targets only mobile devices (max-width: 480px) */
@media (max-width: 480px) {
    #serviceTable {
        width: 2000px !important
    }
}