:root{
    --heading--color:#174D74;
    --text--color:#494949;
    --ligt--bg:#F3F9FD;
    --light--text:#71767A;
    --primary--blue:#10375C;
    --main--bg:#1A8FE3;
    --white-color:#fff;
    --shadow: 0px 4px 20px 0px #5661E124;
}
.iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
  }
  .form-label{
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}
.bg_main{
    background:var(--main--bg);
}
.bg_grey{
    background: #F3F6F7;
}
.primary{
    color:var(--main--bg);
}
.light_text{
    color: var(--light--text);
}
.heading{
    color: var(--text--color);
}
p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
body{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;  
}
ul,li{
    list-style: none;
}
.logo_a{
    color: var(--main--bg);
}
h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6{
    color: var(--primary--blue);
}
p,span{
    color: var(--light--text);
}
a{
    text-decoration: none;
}
.container{
    max-width: 1440px;
    padding: 0 40px;
}
.sign_in{
    background: var(--main--bg);
    padding: 12px;
    overflow: hidden;
   
}
.sign_in .container{
    max-width: 1440px;
    padding: 0;
}
.img_block img{
    border-radius: 24px;
    height: 1000px;
    width: 100%;
}
.sign_content{
    padding-left: 60px;
    padding-right: 60px;
}
.sign_logo{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Plus Jakarta Sans";
}
.sign_logo i{
   font-size: 25px;
}
.sign_form .form-control{
    padding: 13px 16px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    background: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
}
.sign_form .form-control::placeholder{
    color: var(--white-color);   
}
.form-control::placeholder{
    transition: opacity 0.3s ease; 
}
.form-control:focus::placeholder {
    opacity: 0; /* Hide placeholder on focus */
}
.sign_btn{
    background: var(--white-color);
    color: var(--main--bg);
    height: 60px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 120%;
    transition: all .4s linear;
}
.sign_btn:hover{
    color: var(--white-color);
    background: transparent;
    border: 1px solid #fff;
}
.fs-5{
    line-height: 150%;
}
.otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    outline: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 1px 2px 0px #E4E5E73D;
    color: #fff;
}
.error { color: red; }
.success { color: green; }
.instactor{
    background: #F4F5F7;
}
/*  */
.pd{
    padding: 0 30px;
}
.hed_t{
    font-size: 40px;
    font-weight: 600;
}
/* header */
.header{
    position: relative;
    z-index: 99;
    padding: 20px 0px;
}
.website{
    width: 100%;
    border-bottom: 1px solid #CDCDCD4D;
}
.top_header p{
    font-size: 14px;
    line-height: 150%;
}
.btn_menu {
    padding: 0;
    color: #5A5A5A;
    font-size: 14px;
    line-height: 150%;
    text-transform: capitalize;
    display:flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}
.btn_menu.show,.btn_menu:focus{
    border: 0 !important ;
}
.logo_text{
    color: var(--main--bg);
}
.menu_dropdown{
    display: none;
    position: absolute;
    transition: all .3s linear;
}
.menu_dropdown{
    box-shadow: var(--shadow);
}
.nav_menu_ .nav-item:hover .menu_dropdown{
    display: block;
}
.nav_menu_ .nav-item .bi-chevron-down{
    transition: all .3s linear;
}
.nav_menu_ .nav-item:hover .bi-chevron-down{
   transform: rotate(180deg);
}
.btn_menu::after{
  display: none;
}
.logo_wrap{
    border: 1px solid #10375C;
    padding: 14px 22px;
    border-radius: 44px;
    box-shadow: var(--shadow);
    color: var(--main--bg);
}
.logo_wrap img{
    width: 80px;
}
.insteactor{
    background: #F4F5F7;
}
.nav_menu{
    padding: 5px;
    border-radius: 44px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav_link{
    color: var(--light--text);
    font-size: 14px;
    line-height: 100%;
    padding: 15px 20px;
    transition: all .4s linear;
    border-radius: 44px;
}
.nav_link:hover{
    background: var(--main--bg);
    color: var(--white-color);
}
.nav_link.active{
    background: var(--main--bg);
    color: var(--white-color);
}
.icon_wraper{
    width: 56px;
    height: 56px;
    border-radius: 44px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_serch .form-control{
    width: 390px;
    padding-left: 46px;
    height: 44px;
    border-radius: 50px !important;
    font-size: 12px;
    line-height: 150%;
}
.btn_h{
    padding: 10px 20px;
    border-radius: 8px;
    color: var(--main--bg);
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    width: fit-content;
}
.top_header{
    padding: 13px 30px;
    background: var(--main--bg);
    border-radius: 5px;
}
.btn_bg{
    background: var(--main--bg);
    color: var(--white-color);
}
.btn_bg span{
    color: var(--white-color);
} 
.header_serch .btn{
    position: absolute;
    border: 0;
    top: 10px;
    padding: 0;
    left: 16px;
    z-index: 9;
}

.hero_box{
    padding: 50px 0;
}
.box_wraper{
    padding: 20px 21px;
    border: 1px solid #EFF4FF;
    border-radius:30px;
    box-shadow: var(--shadow);
}
.box_image {
    width: 64px;
    height: 64px;
    padding: 9px;
    border-radius: 10px;
    background: #f3f9fd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_image img{
    width: 36px;
    height: 36px;
}
.box_title{
    color: var(--heading--color);
    font-size: 30px;
}
.box_btn{
    padding: 10px 15px;
    background:#E8F4FC;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--text--color);
    border-radius: 33px;
    width: fit-content;
    font-size: 12px;
    line-height: 100%;
}
.box_content p{
    line-height: 12.57px;
}
.card{
    padding: 17px;
    border-radius: 30px;
    border: 1px solid #EFF4FF;
    box-shadow: var(--shadow);
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 40px;
}
.dot.blue{
    background: #176DBF;
}
.dot.red{
    background: #FD5602;
}
.drop_btn{
    padding: 10px 20px;
    width: fit-content;
    border-radius: 30px;
    border: 1px solid #EFF4FF;
    box-shadow: var(--shadow);
}
.btn.show{
    border: 1px solid #EFF4FF;
}
.dropdown-menu {
    padding: 20px 15px;
    border: 0;
    background: #fff;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
}
.dropdown-menu.show{
    display: flex;
}
.dropdown-item{
    padding: 10px;
}
.dropdown-item:hover{
    background: var(--ligt--bg);
}
.myTable th{
    font-size: 12px;
    color: #7F7F8A;
}
.myTable tr{
  border: 0 !important;
}
.myTable th{
    padding-bottom: 15px !important;
    border-bottom: 2px dashed #D0D0D0 !important;
}
.myTable td{
    font-size: 12px;
    color: var(--text--color);
}
.myTable td i{
    color: var(--main--bg);
}
.user_img img{
   width: 23px;
   height: 23px;
}
table.dataTable thead th, table.dataTable thead td{
    padding:10px;
}
.myTable.dataTable.display tbody td{
   border-top: 0;
}
.myTable.dataTable.display tbody tr.odd{
    background: transparent;
}
.myTable.dataTable.display tbody tr{
    border-radius: 20px;
}
.myTable.dataTable.display tbody tr:hover{
    background: var(--main--bg);
}
.myTable.dataTable.display tbody tr:hover td,.myTable.dataTable.display tbody tr:hover td span,.myTable.dataTable.display tbody tr:hover td i{
    color: var(--white-color) !important; 
}
.dataTables_info{
    font-size: 12px;
    color: var(--text--color);
}
.dataTables_paginate {
    display: flex;
    align-items: center;
    gap: 10px;
}
.paginate_button {
    padding: 7px 10px !important;
    border-radius: 6px !important;
    border: 1px solid #F1F1F1 !important;
    font-size: 12px;
    line-height: 100%;
    color: #333333;
}
.dataTables_length,.dataTables_filter{
    display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: var(--main--bg) !important;
    color: var(--white-color) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: var(--main--bg) !important;
    color: var(--white-color) !important;
}
/* website */

.container.md{
    max-width: 1190px;
    padding: 0 20px;
}
.top_co{
    padding: 14px 32px;
    border-radius: 30px;
    color: var(--main--bg);
    border: 1px solid var(--main--bg);
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
}
.heading-1{
    font-size: 50px;
    line-height: 75px;
    font-weight: 700;
}
.hero_c p{
    font-size: 18px;
    line-height: 30px;
}
.hero_input {
    border-radius: 30px;
    height: 60px;
}
.btn_serch {
    position: absolute;
    right: 5px;
    top: 3px;
    padding: 19px 47px;
    border-radius: 30px;
    background: var(--main--bg);
    color: var(--white-color);
    border: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
}
.img_w .img-fluid {
    height: 600px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.bg-l{
    background: var(--ligt--bg);
}
section{
    padding: 80px 0px;
}
.main_t{
    color: var(--text--color);
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
}
.f-14{
    font-size: 14px;
    font-weight: 400;
    line-height: 24.2px;
}
.course_img_wrper{
    width: 52px;
    height: 52px;
    border-radius: 5px;
}
.course_wraper {
    padding: 20px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    background: var(--white-color);
}
.f-18{
    font-size: 18px;
    line-height: 30px;
}
.choose_wraper{
    background: var(--ligt--bg);
    border: 1px solid #E2E2E2;
    padding: 30px;
    border-radius: 20px;
}
.choose_icon_wrap{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
}
.choose_icon{
    width: 60px;
    height: 60px;
}
.course_tab {
    border: 1px solid #F3F3F3;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: fit-content;
    padding: 5px;
    margin: 0 auto;
    background: var(--ligt--bg);
}
.course_tab .nav-link{
    padding: 18px 32px;
    border-radius: 30px;    
    color: var(--text--color);
}
.course_tab .nav-link.active{
    background: var(--main--bg);
}
.tranding_wraper{
    box-shadow: 0px 9.53px 57.16px 0px #262D7614;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.trnd_img_wraper img{
    height: 170px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.customers-badge{
    padding: 5px 16px;
    border-radius: 20px;
    height: 40px;
    background: #fafafa;
    position: relative;
    top: -20px;
    width: fit-content;
    margin: 0 auto;
}
.customers-badge .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: -8px;
}
.trand_content{
    padding: 14px;
    margin-top: -10px;
}
.trnd_h{
    font-size: 16.79px;
    line-height: 150%;
    letter-spacing: 0.42px;

}
.f-12{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}
.mr_t{
    margin-top: -50px;
}
.video_wraper video{
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}
.skill_wraper {
    padding: 16px 40px;
    border: 1px solid #E2E2E2;
    border-radius: 100px;
}
.skill_img_wraper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--ligt--bg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer{
    background: #3B636C;
    padding: 50px 0 0px;
}

.so_icon {
    border: 0.43px solid #FFFFFF;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.user_details{
    padding-bottom: 30px;
    border-bottom: 1px solid #B6B6B6;
}
.user_img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
.user_i{
    width: 24px;
    height: 24px;
}
.mt-n3{
    margin-top: -20px;
}
.couse_sum p,.p{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    line-height: 32px;
}
.accordion-button{  
    font-weight: 800;
    font-size: 14.79px;
    line-height: 150%;
    letter-spacing: 0.37px;
    color: var(--text--color);
}
#accordionExample .accordion-item{
    border: 0;
}
#accordionExample .accordion-button{
    border: 0;
    background: #F2F2F2;
    padding: 14px 30px;
    border-radius: 0;
}
#accordionExample .accordion-button:not(.collapsed){
    background: var(--main--bg);
    box-shadow: none;
    color: var(--white-color);
}
#accordionExample .accordion-button:not(.collapsed)::after{
    filter: invert(1) brightness(1000%);
}
.sticky-lg-top{
    top:30px;
}
.intl-tel-input {
    display: flex;
    gap: 20px;
}
.intl-tel-input .flag-container {
    position: static;
    border: 1px solid #fff;
    border-radius: 10px;
}
.intl-tel-input.separate-dial-code .selected-dial-code{
    color: var(--white-color);
}
.intl-tel-input .selected-flag .iti-arrow{
    border-top: 4px solid #fff;
}
.intl-tel-input input[type=tel]{
    padding-left: 16px !important;
}
.f-22{
    font-size: 22px;
}
.user_img_t img{
    width: 23px;
    height: 23px;
    border-radius: 50%;
}
.das_t{
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
}
.ds_s .form-control{
    width: 250px;
}
.box_grid{
    grid-template-columns: repeat(7,1fr);
    grid-gap: 25px;
    display: grid;
}
.cat_box{
    border: 1px solid #EFF4FF;
    padding: 30px 21px;
    background: var(--white-color);
    box-shadow: var(--shadow);
    border-radius: 20px; 
    align-items: center;   
    position: relative;
}
.cat_img_wraper{
    width: 64px;
    height: 64px;
    padding: 9px;
    border-radius: 10px;
    background: var(--ligt--bg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat_img_wraper img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.cat_t{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: var(--text--color);
}
.img_pre{
    width: 43px;
    height: 43px;
    object-fit: cover;
}

.modal-content{
    border-radius: 20px;
}
.add_ct{
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
}
.add_ct  input{
    border: 1px solid #00000066;
    padding: 14px 16px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;       
}
.add_ct #formFile{
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.icon_delet{
    width: 30px;
    height: 30px;
    background: #FF0000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
}
.icon_delet i{
color: var(--w);
}
.sub_box{
    border: 1px solid #EFF4FF;
    padding: 20px 21px;
    border-radius: 30px;
    box-shadow: var(--shadow);
}
.sub_t{
    font-size: 20px;
    color: #174D74;
    letter-spacing: -2%;
    font-weight: 600;
}
.sub_b_t{
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #174D74;
}
.sub_p{
    font-weight: 500;
    font-size: 16px;
    line-height: 12.57px;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.sub_img_w{
    background: var(--ligt--bg);
    border-radius: 10px;
    padding: 9px;
    width: 123px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_img_w img{
    width: 77px;
    height: 77px;
}
.quick_box{
    border-bottom: 1px dashed #D0D0D0;
    padding-bottom:20px ;
}
.quick_box:last-child{
    border-bottom: 0px;
    padding-bottom:0px ;
}
.q_img_w {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--ligt--bg);
    padding: 5px;
}
.q_img_w img{
    width: 37px;
    height: 37px;
}
.per_c_img{
    width: 48px;
    height: 48px;
}
.per_c_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.per_icon_wr{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ligt--bg);
    color: var(--text--color);
}
.per_icon_wr i{
   font-size: 14px;
}
.act {
    background: #6AFF44;
    color: var(--text--color);
}
.dec,.cou_del{
    color: var(--white-color);
    background: #FF3131;
}
.single_t{
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}
.st{
    box-shadow: var(--shadow);
    border-radius: 10px;
    padding: 15px;
}
.st_box_img_wraper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ligt--bg);
}
.st_box_img_wraper img{
    width: 33px;
    height: 33px;
    object-fit: cover;
}
.modulesAco .accordion-item{
    border: 0;
    background: #F7F9FB;
    border-radius: 20px;
    padding: 20px;
}
.modulesAco .accordion-button{
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none !important;
    color: var(--primary--blue);
    font-size: 20px;
    font-weight: 600;
}
.modulesAco .accordion-body{
    padding: 0;
}
.w-60{
    width: 60%;
}
.box_q {
    border: 1px solid #E4EEF4;
    border-radius: 10px;
    padding: 16px;
}
.top_hed_quiz{
    padding-bottom: 10px;
    border-bottom: 1px dashed #D0D0D0;
}
.user-details .form-control,.ins-details .form-control,.ins-details .form-select,.insQuali .form-control{
    padding: 14px 15px;
    border-radius: 10px;
    font-size: 14px;
    color: #6E6E6E;
}
.user-details label,.ins-details label,.insQuali label{
    font-size: 14px;
    color: #060606;
}
.user_img_wraper img{
    width: 100%;
}
.userStaBox{
    padding: 20px;
    border: 1px solid #EFF4FF;
    border-radius: 30px;
    box-shadow: var(--shadow);
}
.userStaBoxImgWraper {
    width: 49px;
    height: 49px;
    display: flex;
    background: var(--ligt--bg);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.userStaBoxImgWraper img{
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.completeCourse .progress{
    height: 2px;
    border-radius: 1px;
}
.completeCourse .progress-bar{
    background: var(--main--bg);
}
.completeCourse{
    margin-top: auto;
}
.lin_b {
    width: 109%;
    position: relative;
    left: -16px;
    border-top: 2px dashed #D0D0D0;
}
.payment_top_box {
    background: #F5F6F8;
    padding:15px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.py_h{
    font-size: 29px;
    font-weight:700;
}
.g{
    color: #0EAD69;
}
.py_text{
    font-size: 13.32px;
    color: #49454FCC;
}
.bg_g{
    background: #DCFAED;
}
.py_t_h {
    font-weight: 400;
    font-size: 21.31px;
    line-height: 100%;
    color: #222222E5;
}
.rounde_p{
    width: 60px;
    height: 60px;
    background-color: #F5F7FA;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.line_l {
    width: 5px;
    height: 36px;
    background: #D9D9D9;
    border-radius: 10px;
}
.cir_l {
    width: 5px;
    height: 36px;
    border-radius: 13px;
    background: #1A8FE3;
}
.ach_img_wraper img{
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
}
.dwn_btn{
    background: #F5F7FA;
    color: #174D74;
    text-decoration: underline;
}
.cert_boxed{
    border-radius: 20px;
    padding: 20px;
    box-shadow: var(--shadow);
}

/* .req_scroll {
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 20px;
} */

.nav_link_ins{
    color: var(--text--color);
    font-size: 14px;
    font-weight: 500;
}
.nav_link_ins.active,.nav_link_ins:hover{
    color: var(--main--bg);
    text-decoration: underline;
}
.icon_wraper_ins {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dash_box {
    background: var(--main--bg);
    border-radius: 12px;
    padding: 15px;
    overflow: hidden;
    position: relative;
}
.box1 {
    position: absolute;
    width: 254px;
    height: 110px;
    background: #FFFFFF4D;
    border-radius: 97px;
    left: 232px;
    top: -15px;
}
.box2 {
    left: 171px;
    bottom: -115px;
    height: 140px;
    width: 269px;
    position: absolute;
    background: #FFFFFF4D;
    border-radius: 50px;
    transform: rotate(51deg);
}
.box3 {
    border-radius: 97px;
    width: 302px;
    border: 1px solid #FFFFFF4D;
    position: absolute;
    height: 128px;
    transform: rotate(-75deg);
    top: -130px;
    left: 74px;
}
.bg_red{
    background: #F44771;
}
.bg_yellow{
    background: #FF9A3E;
}
.perf_img_wraper{
    width: 76px;
    height: 76px;
}
.perf_img_wraper img{
    width: 100%;
    border-radius: 8px;
}
.cat_{
    padding: 6px 12px;
    background: var(--ligt--bg);
    color: var(--main--bg);
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 70px;
    width: fit-content;
    font-weight: 600;
}
.f-10{
    font-size: 10px;
    line-height: 100%;
}
.course_list_wraper{
    border-radius: 8px;
    padding-bottom: 20px;
    box-shadow: var(--shadow);
}
.course_list_img_wraper {
    width: 100%;
    height: 207px;
}
.course_list_img_wraper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.list_wraper {
    padding: 15px 15px 0;
}
.step_box{
    padding: 16px;
    border: 1px solid #EFF4FF;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px #5661E124;
    background: #fff;
    position: relative;
}
.step_box.active{
    background: #F6FBFE;
    border: 1px solid #1A8FE3;
}
.stp_btn {
    padding: 6px 12px;
    width: fit-content;
    background: #1a8fe32e;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    color: var(--main--bg);
}
.stp_option,.stp_complete{
    padding: 6px 12px;
    width: fit-content;
    background: #A9A9A9;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    color: var(--white-color);
}
.stp_complete{
    background: var(--main--bg);
    color: var(--white-color);
}
.step_box:before {
    content: '';
    border: 1px solid #A9A9A9;
    width: 2px;
    position: absolute;
    height: 40px;
    bottom: -41px;
}
.step_box:last-child::before{
    display: none;
}
.step_form label{
    font-size: 18px;
    font-weight: 500;
    color: #060606;
}
.step_form .form-control,.step_form .form-select{
    padding: 18px 26px;
    border-radius: 10px;
    font-size: 14px;
}
.form-text{
    font-size: 10px;
    font-weight: 400;
}
.bck_btn{
    background: #A9A9A9;
    color: #fff
}
.btn_round{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.btn_round i{
    font-size: 14px;
}
.module_t {
    padding: 12px 16px;
    background:#E3F2FB;
    border-radius: 6px;
}
.blue_dot{
    width: 9px;
    height: 8px;
    border-radius: 50%;
    background: var(--main--bg);
    position: relative;
}
.topic {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 8px 16px;
    width: 100%;
    transition: all .3s linear;
}
.topic.active,.topic:hover{
    background:#E3F2FB;
}
.blue_dot:before {
    content: '';
    border: 1px solid #A9A9A9;
    width: 1px;
    height: 24px;
    position: absolute;
    left: 3px;
    top: 11px;
}
.blue_dot:last-child:before {
    display: none;
}
.pad_{
    padding: 70px;
}
.hed {
    border: 1px solid #D9D9D9;
    background: #F9F9F9;
    padding: 16px;
    border-radius: 8px 8px 0 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.botom_content_wrap{
    padding-bottom: 40px;
    min-height: 300px;
}
.h-100vh{
    height: 100vh;
}
.add_page{
    font-size:33px;
    font-weight: 700;
    color: var(--text--color);
}
.bor_{
    padding:16px 40px;
    border-radius: 4px;
    border: 2px dashed #C2C2C2;
    min-width: 300px;
    transition: all .3s linear;
}
.bor_ h6{
    font-weight: 400;
    transition: all .3s linear;
}
.bor_:hover h6{
    font-weight: 600;
}
.bor_ i{
    font-size: 60px;
    color: #000;
    transition: all .3s linear;
}
.bor_:hover i{
   color: var(--main--bg);
}
#layout {
    display: flex;
    gap: 10px;
}
#layout .nav-link{
    background: #F3F6F7;
    border-radius: 4px;
    padding:6px 30px;
    width: fit-content;
    color: #70767A;
    font-size: 12px;
    font-weight: 500;
}
#layout .nav-link.active{
    background: var(--main--bg);
    color: #fff;
}
.layout_boxed{
    border-radius: 8px;
    background: #E3F2FB;
    min-width: 200px;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    border: 0;
}
.outside_border{
    position: relative;
    border: 0px dashed #D9D9D9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all .3s linear;
}
.outside_border:hover{
  border-width: 1px;
}
.cross_btn{
    border: 1px solid #D9D9D9;
    position: absolute;
    right: -15px;
    top: -15px;
    opacity: 0;
    transition: all .3s linear;
}
.outside_border:hover .cross_btn{
    opacity: 1;
}
.layouts .swiper-button-next,.layouts .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #D9D9D9;
}
.layouts .swiper-button-next{
    right: 0;
}
.layouts .swiper-button-prev{
    left: 0;
}
.layouts .swiper-button-next:after,.layouts .swiper-button-prev:after{
    font-size: 12px;
    color: #000000;
    font-weight: 600;
}
.wh_place::placeholder {
    color: #fff;
}
.upload-box {
    border: 2px dashed #C2C2C2;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    width: 500px;
    background: #fff;
  }
.upload-box-2{
    width:100%;
}
  .upload-box:hover {
    border-color: var(--main--bg);
  }

  .upload-box input {
    display: none;
  }

  .choose-btn {
    padding: 10px 20px;
    border: 1px solid #1A8FE3;
    color: var(--main--bg);
    border-radius: 50px;
    cursor: pointer;
    font-size:14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.upload_wraper {
    width: 80px;
    height: 80px;
    background: #E3F2FB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
}
.upload_wraper i{
    font-size: 30px;
}
  .progress-bar {
    margin-top: 20px;
    width: 100%;
    height: 10px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
  }

  .progress-bar-fill {
    height: 100%;
    width: 0%;
    background: #3f8efc;
    transition: width 0.3s;
  }
  .table-controls {
    border: 1px solid var(--main--bg);
    width: fit-content;
    padding: 4px 15px;
    border-radius: 10px;
}
.btn_plus {
    cursor: pointer;
    background: #ECECEC;
    border: 1px solid #D3D3D3;
    padding: 6px 9px 6px 11px;
    border-radius: 8px 0 0 8px;
    background: #F9F9F9;
       font-size: 11px;
}
.btn_min{
    cursor: pointer;
    background: #ECECEC;
    border: 1px solid #D3D3D3;
    border-radius: 0 8px 8px 0;
    padding: 6px 9px 6px 11px;
    font-size: 11px;
}
.mcq_form label{
    font-size: 12px;
}
.form-check-input[type="radio"].checkbox-look {
    border-radius: 0 !important;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.3em;
    position: relative;
}
.form-check-input[type="radio"].checkbox-look:before {
    content: '✔';
    position: absolute;
    width: auto;
    height: auto;
    top: -5px;
    left: 2px;
    color: #fff;
    opacity: 0;
}
.form-check-input[type="radio"].checkbox-look:checked{
    background-image: none;
}
  .form-check-input[type="radio"].checkbox-look:checked:before {
    opacity: 1;
}
.multiSelectForm input[type='text']{
    border: 1px dashed #d3d3d3;
    font: 500 12px / 16px Montserrat, sans-serif;
    padding: 8px 6px 16px 10px;
    min-height: 58px;
    width: 100%;
    transition: color .2s ease, caret-color .2s ease;
}
.btn_delet {
    position: absolute;
    right: 11px;
    top: 14px;
}