/* file upload start  */
.uploadOuter,
.uploadOuter2,
.uploadOuter3,
.uploadOuter4,
.uploadOuter5,
.uploadOuter6,
.uploadOuter7,
.uploadOuter8,
.uploadOuter9,
.uploadOuter10,
.uploadOuter11,
.uploadOuter12,
.uploadOuter13,
.uploadOuter14,
.uploadOuter15 {
    text-align: center;

    strong {
        padding: 0 10px
    }
}

.dragBox,
.dragBox2,
.dragBox3,
.dragBox4,
.dragBox5,
.dragBox6,
.dragBox7,
.dragBox8,
.dragBox9,
.dragBox10,
.dragBox11,
.dragBox12,
.dragBox13,
.dragBox14,
.dragBox15 {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 95px;
    color: #999;
    border: 2px dashed #ccc;
    display: inline-block;
    transition: transform 0.3s;
}

.dragBox input[type="file"],
.dragBox2 input[type="file"],
.dragBox3 input[type="file"],
.dragBox4 input[type="file"],
.dragBox5 input[type="file"],
.dragBox6 input[type="file"],
.dragBox7 input[type="file"],
.dragBox8 input[type="file"],
.dragBox9 input[type="file"],
.dragBox10 input[type="file"],
.dragBox11 input[type="file"],
.dragBox12 input[type="file"],
.dragBox13 input[type="file"],
.dragBox14 input[type="file"],
.dragBox15 input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.draging,
.draging2,
.draging3,
.draging4,
.draging5,
.draging6,
.draging7,
.draging8,
.draging9,
.draging10,
.draging11,
.draging12,
.draging13,
.draging14,
.draging15 {
    transform: scale(1);
}

#preview,
#preview2,
#preview3,
#preview4,
#preview5,
#preview6,
#preview7,
#preview8,
#preview9,
#preview10,
#preview11,
#preview12,
#preview13,
#preview14,
#preview15 {
    text-align: center;
}

#preview img,
#preview2 img,
#preview3 img,
#preview4 img,
#preview5 img,
#preview6 img,
#preview7 img,
#preview8 img,
#preview9 img,
#preview10 img,
#preview11 img,
#preview12 img,
#preview13 img,
#preview14 img,
#preview15 img {
    max-width: 100%;
    height: 150px;
}

/* file upload start  */

/* sweet alert */
.colored-toast.swal2-icon-success {
    background-color: #28a745 !important;
    color: #fff;
    width: 200px;
}

.colored-toast.swal2-icon-error {
    background-color: #dc3545 !important;
    color: #fff;
    width: 200px;
}

.swal2-popup.swal2-toast {
    padding: 10px !important;
}

.swal2-popup.swal2-toast .swal2-title {
    font-size: 16px !important;
}

/* sweet alert */

/* .google-login */
.google-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 10px;
}

.google-icon {
    height: 20px;
    margin-right: 10px;
}

/* .google-login */

/* switch for status */
input[data-switch] {
    display: none;
}

input[data-switch]:checked+label {
    background-color: #727cf5;
}

input[data-switch=bool]+label {
    background-color: #fa5c7c;
}

input[data-switch]+label {
    width: 56px;
    height: 24px;
    background-image: none;
    border-radius: 2rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

input[data-switch]+label:before {
    color: var(--ct-emphasis-color);
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 600;
    font-size: .75rem;
    line-height: 24px;
    position: absolute;
    margin: 0 0.21667rem;
    top: 0;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

input[data-switch]:checked+label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 4px;
}

input[data-switch=bool]+label:before,
input[data-switch=bool]:checked+label:before {
    color: #fff !important;
}

input[data-switch]+label:after {
    content: "";
    position: absolute;
    left: 4px;
    background-color: var(--ct-gray-500);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 18px;
    width: 18px;
    top: 3px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

input[data-switch]:checked+label:after {
    left: 34px;
    background-color: #f6f7fb;
}

input[data-switch]+label {
    width: 56px;
    height: 24px;
    background-color: #f6f7fb;
    background-image: none;
    border-radius: 2rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

input[data-switch=bool]+label {
    background-color: #fa5c7c;
}

input[data-switch]+label:before {
    color: var(--ct-emphasis-color);
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 600;
    font-size: .75rem;
    line-height: 24px;
    position: absolute;
    right: 3px;
    margin: 0 0.21667rem;
    top: 0;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

input[data-switch=bool]+label:before,
input[data-switch=bool]:checked+label:before {
    color: #fff !important;
}

input[data-switch]+label:after {
    content: "";
    position: absolute;
    left: 4px;
    background-color: var(--ct-gray-500);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 18px;
    width: 18px;
    top: 3px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

input[data-switch=bool]+label:after {
    background-color: #f6f7fb;
}

/* switch for status */

#add_file_more {
    width: 200px;
}

@media(max-width: 768px) {
    #add_file_more {
        width: auto;
    }
}

.docoment_side img {
    width: 100% !important;
    max-height: 150px !important;
}

/* id card start */
.id_card {
    width: 67mm;
    height: 99mm;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    border-radius: 20px;
}

.id_card_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: 99;
}

.id_card_head .logo {
    height: 30px;
}

.id_card_head .profile {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: #ed6f21;
    padding: 5px;
    margin: 15px 0 10px 0;
}

.circle1 {
    position: absolute;
    left: -100px;
    top: -160px;
    width: 400px;
    height: 400px;
    background-color: black;
    border-radius: 50%;
    overflow: hidden;
    background-color: #272b36;
    z-index: 50;
}

.circle2 {
    position: absolute;
    left: -100px;
    top: -195px;
    width: 400px;
    height: 450px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ed6f21;
    z-index: 30;
}

.circle3 {
    position: absolute;
    left: -100px;
    top: -230px;
    width: 400px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f59b11;
    z-index: 10;
}

.circle4 {
    position: absolute;
    height: 80px;
    width: 150px;
    border-radius: 50%;
    background-color: white;
    z-index: 31;
    top: 49%;
    left: -11%;
}

.circle5 {
    position: absolute;
    height: 100px;
    width: 125px;
    border-radius: 50%;
    background-color: white;
    z-index: 29;
    top: 50%;
    left: 5%;
}

.id_card_content {
    z-index: 99;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.id_deta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    padding-left: 30px;
}

.id_deta .title {
    width: 80px;
    text-align: left;
}

.circle6 {
    position: absolute;
    right: -100px;
    bottom: -185px;
    width: 400px;
    height: 400px;
    background-color: black;
    border-radius: 50%;
    overflow: hidden;
    background-color: #272b36;
    z-index: 50;
}

.circle7 {
    position: absolute;
    right: -100px;
    bottom: -220px;
    width: 400px;
    height: 450px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ed6f21;
    z-index: 30;
}

.circle8 {
    position: absolute;
    right: -100px;
    bottom: -255px;
    width: 400px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f59b11;
    z-index: 10;
}

.circle9 {
    position: absolute;
    height: 80px;
    width: 150px;
    border-radius: 50%;
    background-color: white;
    z-index: 31;
    bottom: 49%;
    right: -15%;
}

.circle10 {
    position: absolute;
    height: 100px;
    width: 125px;
    border-radius: 50%;
    background-color: white;
    z-index: 29;
    bottom: 50%;
    right: 5%;
}

.id_card_content2 {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 10px;
    width: 100%;
}

.id_card_content2 .logo {
    height: 30px;
}

.adress_title {
    font-size: 15px;
    color: #ed6f21;
}

.address_p {
    color: #fff;
    font-size: 12px;
}

.id_card_head_back {
    z-index: 99;
    padding: 20px 10px;
}

.bb_1 {
    border-bottom: 2px solid #ed6f21;
}

.return_pra {
    margin-top: 10px;
    text-align: center;
}

.font_15 {
    font-size: 14px;
}

.return_pra h6 {
    font-size: 13px;
}

.return_pra p {
    font-size: 13px;
}



/* id card end  */

