/*******************UPLOAD BTN*/


div#lottie_success {
    width: 100%;
    height: 300px;
    margin: -60px 0;
}

body {
    /* background-image: linear-gradient(#c7c1fe, #98a3f6); */
    /* background-color: #EFF3FF; */
    background-image: url(../../assets/images/bg_img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

li {
    list-style: none;
}


h2 {
    font-size: 25px;
}


h3{
    font-family: Gilroy-Regular ☞ !important;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 40px !important;
    line-height: 45px;
    font-weight: 400;
}
strong {
    font-family: Gilroy-Bold ☞;
}


ul.go_continue li a:hover {
    background-color: #6cd360 !important;
    color: #fff !important;
}

header {
    padding-top: 30px;
}


.banner {
    margin: 30px 0;
}
.uploading_status {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
    transition: .5s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.status_wrap {
    width: 300px;
    margin: auto;
    display: table;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 45px;
}


.uploading_status img.icon_img {
    margin-right: 10px;
}

div#lottie_file_transfer {
    margin: -40% 0 -20%;
}














strong.myborder{
    position: relative;
}
strong.myborder:before {
    content: "";
    width: 100%;
    height: 6px;
    background-color: #3EBBFE;
    position: absolute;
    left: 0;
    bottom: 11px;
    z-index: -1;
}

ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

a {
    text-decoration: none !important;
}



ul.go_continue {
    padding: 0 !important;
}



h2 {
    font-family: Gilroy-Bold â˜ž;
    font-size: 25px;
}


.active_status {
    opacity: 1;
}





/**************************POPUP CSS*/
.paypopup {position: fixed;z-index: -1;backdrop-filter: blur(20px);left: 0;right: 0;top: 0;bottom: 0;display: inline-grid;align-items: center;transition: .5s !important;opacity: 0;}
.poppup_box {width: 30%;margin: auto;display: table;padding: 2%;border-radius: 10px;background-color: #fff;border: 10px solid #fff;position: relative;transition: .5s !important;transform: scale(0);opacity: 1;box-shadow: 0px 0px 60px 0px #00000017;}
.pop_close {position: absolute;right: 0;top: 0;width: 40px;height: 40px;text-align: center;font-size: 20px;color: #000;border-radius: 50%;line-height: 37px;cursor: pointer;font-family: cursive;z-index: 999999999999;}
.pop_close:before {content: "x"; width: 40px; height: 40px; background-color: #2f83de; border-radius: 50%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: .5s !important; z-index: 9999; transform: scale(0); }
.pop_close:hover:before {transform: scale(1); color: #fff; }
.field {margin-bottom: 20px; }
.field input, .field select {background-color: #fff !important; border-radius: 30px !important; padding: 10px 15px !important; border: none;width: 100%; height: 50px; border: 1px solid #00000042; } 
p.field_title {color: #000; font-weight: 500; padding: 0; }
/**************************POPUP CSS*/












/*******************QUIZ CSS*/


.mySet {/*     position: absolute; */width: 100%;top: 25px;opacity: 0;/* transition: .5s; */pointer-events: none;display: none;}
.setp_wrap {
    position: relative;
}
.active_tab {
    opacity: 1 !important;
    pointer-events: all !important;
    top: 0;
    transition: .5s;
    display: block;
}

/*******************QUIZ CSS*/


.paypopup p {
    font-size: 18px;
}


div#lottie2 {
    height: 100px;
    transform: scale(3.1);
}



.w-100{
    width: 100%;
}
.drop_box .feald {
   width: 95%;
    border-radius: 7px;
    border: 1px solid #b7b7fb;
    padding: 15px;
    font-family: sans-serif;
}

.parent_field label {
    text-align: left !important;
    float: left;
    padding: 10px 0 !important;
}

span.select2.select2-container.select2-container--default.select2-container--focus.select2-container--below {
    width: 100% !important;
    text-align: left;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
    text-align: left;
}

span.select2-selection.select2-selection--multiple {
     width: 100%;
     border-radius: 7px;
     border: 1px solid #b7b7fb;
     padding: 8px;
     padding-top: 3px;
     font-family: sans-serif;
     height: 50px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f7fbfe;
    border: 1px solid #b1b3fa;
    border-radius: 4px;
    font-size: 20px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 25px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.parent_field label {
    text-align: left !important;
    float: left;
    padding: 10px 0 !important;
    font-family: Gilroy-Bold ☞;
    font-size: 18px;
}

h2 {
    font-family: Gilroy-Bold ☞;
    font-size: 25px !important;
}
span.ptp_border:before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #4670FF;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 1;
    border-radius: 10px;
}

span.ptp_border {
    position: relative;
}
.theme_color {
    color: #002140;
}

.relative {
    position: relative;
    z-index: 9999;
}
.black {
    color: #000;
}
.staus_pending {
    color: #E4A800 !important;
}
.bar_pending {
    background-color: #E4A800 !important;
}
.staus_completed {
    color: #25B809;
}
.bar_completed {
    background-color: #25B809 !important;
}


/*******************UPLOAD BTN*/
/*.drop_box {*/
/*    border: 1px dashed #babec2;*/
/*    padding: 30px 20px;*/
/*    background-color: #f7fbfe;*/
/*    border-radius: 20px !important;*/
/*    height: 300px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/


.drop_box h2 {/* font-weight: 100; */ color: #0000007d; margin: 0; margin-top: 20px; }
.drop_box p {padding: 0; margin: 10px 0; color: #00000038; }
span.file_btn {position: relative;/* border: 2px solid #b22234; *//* padding: 5px 20px; */display: inline-block;/* border-radius: 7px; */font-size: 15px;font-weight: 700;cursor: pointer;transition: .5s;color: #00000094;cursor: pointer;}
input.input_file {position: absolute; inset: 0; z-index: 99999; opacity: 0; cursor: pointer; padding: 0 !important; }
/*span.file_btn:hover {background-color: #b22234; color: #fff !important; }*/
/*******************UPLOAD BTN*/

/*.main_admin {display: inline-block; width: 100%; padding: 5%; box-sizing: border-box; }*/


.main_box {
    background-color: #fff;
    padding: 50px;
    border-radius: 7px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px 0px #00000012;
}



.import_clm {
    width: 100%;
}
.tc {
    text-align: center;
}
.or {
    margin: 30px 0px;
}
.m0 {
    margin: 0 !important;
}

span.file_title {
    font-family: Gilroy-Bold ☞;
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0px;
    color:#000;
}

.uploading_bar {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 20px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    padding: 10px 15px;
}

.upload_img {
    width: 60px;
    text-align: center;
    height: 60px;
    /* border: 1px solid #0000003d; */
    margin-right: 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px 4px #546eda1a;
}
.uploading_content {
    width: 100%;
}
.file_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
    color: #000000b3;
}
span.status {
    /* color: #4670ff; */
    font-family: Gilroy-Regular ☞;
    font-size: 14px;
    /* font-weight: 600; */
}

ul.file_upload_percentage {
    margin: 0;
    display: flex;
}

ul.file_upload_percentage li {
    margin: 0 5px;
}

.file_range_wrap {
    display: inline-block;
    width: 100%;
    background-color: #E5E5E5;
    height: 15px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 4px 10px 0px #00000012;
    margin-top: 20px ;
}

.file_range_wrap .range_inner {
    display: inline-block;
    width: 10%;
    height: 100%;
    background-color: #3e55ff;
    position: absolute;
    border-radius: 10px;
    transition: .5s;
}
.title {
    margin-bottom: 20px;
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #0000001c; */
}
ul.file_upload_percentage li i {
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 22px;
    border-radius: 50%;
}
ul.file_upload_percentage li i.fa.fa-check {
    background-color: #c2ffe2;
    color: #32cf7e;
}
ul.file_upload_percentage li i.fa.fa-times {
    background-color: #EF4D3D;
    color: #fff;
    line-height: 20px;
}
div#lottie1 {
    width: 83%;
    margin: auto;
    display: table;
}
.upload_img img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}


.upload_img:before{
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.pink:before {
    /* background-color: #6bdb8b; */
}
/*.light_green:before {
    background-color: #bfed58;
}
.red:before {
    background-color: #d07873;
}
*/



.fr {
    float: right;
}

ul.go_continue {
    display: inline-block;
    width: 100%;
    /* text-align: right; */
}

ul.go_continue li {
    display: inline-block;
    margin: 0 0 0 0px;
}

ul.go_continue li a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: capitalize;
    display: inline-block;
    box-shadow: none !important;
    transition: .5s !important;
}

a.theme_btn {
    /*background-color: #ffdeff;*/
    /*padding: 12px 30px;*/
    /*color: #df777d;*/
    /*border-radius: 6px;*/
    /*border-right: 2px solid;*/
    /*border-bottom: 2px solid;*/
    background-color: #3A67FF;
    /*padding: 12px 30px;
    color: #ffff;
    border-radius: 6px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border: none;
    cursor: pointer;
    font-family: Gilroy-Bold ☞;
    font-size: 20px;
    display: inline-block;*/
}       

/*button.theme_btn {
    background-color: #3A67FF;
    padding: 12px 30px;
    color: #ffff;
    border-radius: 6px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border: none;
    cursor: pointer;
    font-family: Gilroy-Bold ☞;
    font-size: 20px;
}*/

button.theme_btn, a.theme_btn {
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: rgb(58, 103, 255) !important;
    cursor: pointer !important;
    font-family: "Gilroy-Bold ☞" !important;
    text-decoration: none !important;
    transition: all 0.5s ease 0s !important;
    padding: 12px 30px !important;
    border-radius: 0px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: rgb(58, 103, 255) !important;
    border-image: initial !important;
}

button.swal-button.swal-button--confirm {
    background-color: #3A67FF !important;
}

img.website_icon, img.password_img {
    width: 37px;
    height: 37px;
}









.footer {
    padding: 50px 0;
}
ul.contact_detail li {
    padding: 4px 0!important;
    border: none;
}
ul.contact_detail li a {
    position: relative;
    padding-left: 20px !important;
}
footer p,footer a {
    font-family: 'GILROY-REGULAR ☞';
    color: #667a8c!important;
}
ul.contact_detail li a:before {
    content: "$";
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    color: #00213F;
}
ul.contact_detail li:nth-child(1) a:before {
    content: "\f095";
}
ul.contact_detail li:nth-child(2) a:before {
    content: "\f0e0";
}
ul.contact_detail li:nth-child(3) a:before {
    content: "\f041";
}
.logo_box {
    margin-bottom: 30px;
}

.copyright p,.copyright a {
    color: #002140 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.copyright ul li {
    display: inline-block;
    margin: 0 15px;
}

.copyright ul {
    margin: 0px 0px 0px auto;
    display: table;
}
.copyright {
    border-top: 1px solid #dfe8fc;
    padding: 20px 0 !important;
}








html body div .go_live_btn span,.theme_btn span{text-transform: uppercase !important;}
html body div .go_live_btn:hover span,.theme_btn:hover span{color:#fff !important;}

html body div .go_live_btn span,.theme_btn span{
    position: relative;
    z-index: 99999;
}
button.theme_btn, a.theme_btn ,html body div .go_live_btn,html body div .go_live_btn{
    margin: auto;
    display: table;
    background-color: transparent !important;
    border: 2px solid #3A67FF;
    color: #3A67FF;
    font-family: "Gilroy-Bold ☞" !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    padding: 0 !important;
    -webkit-border-radius: 0px !important;
    height: 40px;
    width: 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
    line-height: 35px;
    border-radius: 5px !important;
    text-transform: capitalize !important;
}
button.theme_btn:before, a.theme_btn:before ,html body div .go_live_btn:before{
    content: "";
    width: 0%;
    height: 100%;
    background-color: #3a67ff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99 !important;
    transition: .5s !important;
}
html body div button.theme_btn:hover:before , html body div a.theme_btn:hover:before, html body div .go_live_btn:hover:before{
    width: 100% !important;
    color: #fff !important;
}








@media(max-width: 1024px){
    .poppup_box {width: 40%; }
    span.file_title {margin-bottom: 0px; }
}

@media(max-width: 800px){
    .poppup_box {width: 50%; }

}

@media(max-width: 800px){
    .poppup_box {width: 90%; }
}


