body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Urbanist';
    overflow-x: hidden;
}
body.grey{
    background-color: #F0F1F1;
    overflow-x: hidden;
}
a,a:hover{
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
.h2,.h3,h4,p{
    color: #000;
    font-family: 'Urbanist';
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 !important;
}
.h3{
    font-size: 34.667px;
}
.h4{
    font-size: 24px;
}
p{
    font-weight: 400;
    font-size: 16px;
}
.flex-div{
    display: flex;
    align-items: center;
    height: 100vh;
}
.flex-div .login-block .h2{
    font-size: 40px;
    font-weight: 800;
}
.flex-div .login-left{
    width: 35%;
    background-image: url('../img/login.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: fixed;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.flex-div .login-left::after{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(112deg, rgba(0, 77, 84, 0.80) -3.3%, rgba(0, 45, 54, 0.80) 103.39%);
    opacity: 0.8;
    z-index: -1;
}
.flex-div .login-right{
    width: 65%;
    margin-left: 35%;
}
.flex-div .login-block{
    text-align: center;
}
.flex-div .login-block .h2,
.flex-div .login-block p{
    color: #fff;
    text-align: center;
}
.flex-div .login-block .h2{
    padding: 10px 0px;
}
.login-wrapper{
    max-width: 785px;
    margin: 0 auto;
    padding: 0px 16px;
}
.flex-div .login-right .h2{
    padding-bottom: 15px;
}
.flex-div .login-right form{
    padding-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.flex-div .login-right .grup{
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
.flex-div .login-right .grup label{
    text-transform: capitalize;
}
.flex-div .login-right .grup label,
.flex-div .login-right .grup input,
.flex-div .login-right .grup input::placeholder,
.link,
.main_tab_sec .form-group label,
.main_tab_sec .form-group .form-control,
.users-update-profile .form-group .form-control,
.users-update-profile .form-group label,
.users-update-profile .select2-selection__rendered,
.user-bank-form .form-group .control-label,
.user-bank-form .form-group .form-control,
.payment-requests-form .control-label,
.payment-requests-form .form-control,.reset_password{
    color: #333;
    font-family: 'Urbanist';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.flex-div .login-right .grup input:focus{
    box-shadow: none;
}
.flex-div .login-right .grup input::placeholder{
    opacity: 0.6;
}
.flex-div .login-right .grup input,
.flex-div .login-right .grup select,
.main_tab_sec .form-group .form-control,
.users-update-profile .form-group .form-control,
.user-bank-form .form-group .form-control,
.payment-requests-form .form-control{
    color: #000;
    border-radius: 8px;
    border: 1px solid #CACACA;
    padding: 22px 18px 22px 40px;
    width: 90%;
}
.main_tab_sec .form-group .form-control,
.users-update-profile .form-group .form-control,
.user-bank-form .form-group .form-control,
.payment-requests-form .form-control{
    padding: 22px 18px 22px 18px;
    box-shadow: none !important;
    appearance: auto;
}
.payment-requests-form .form-control.select-chosen,
.payment-requests-form .form-control.select2{
    padding: 0;
    height: 46px;
}
.main_tab_sec .form-group .help-block{
    font-weight: 800;
    color: #df0101;
}
.flex-div .login-right .grup.password .link{
    text-align: right;
    opacity: 0.6;
}
.flex-div .login-right .grup.checkbox input{
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.flex-div .login-right .grup.checkbox label{
    position: relative;
    cursor: pointer;
}
.flex-div .login-right .grup.checkbox label::before{
    content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #004D54;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
}
.flex-div .login-right .grup.checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 3px;
    height: 8px;
    border: solid #004D54;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
.custom-btn{
    border-radius: 8px;
    background: linear-gradient(112deg, rgba(0, 77, 84, 0.80) -3.3%, rgba(0, 45, 54, 0.80) 103.39%);
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0;
    color: #fff;
    width: 163px;
    cursor: pointer;
    font-size: 16px;
}
.flex-div .login-right .grup .email,
.flex-div .login-right .grup .fa{
    position: absolute;
    height: 24px;
    width: 24px;
    left: 10px;
    top: 50%;
}
.flex-div .login-right .grup .fa{
    font-size: 20px;
    height: auto;
    width: auto;
    top: 50px;
}
.flex-div.sign-up{
    align-items: flex-start;
    height: auto;
}
.sign-up .login-right{
    padding: 50px 0px;
}
.btn,
.btn-prev {
    padding: 15px 50px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    background: #3a3a3a;
    background: -moz-linear-gradient(top, #3a3a3a 0%, #252525 100%);
    background: -webkit-linear-gradient(top, #3a3a3a 0%, #252525 100%);
    background: linear-gradient(to bottom, #3a3a3a 0%, #252525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#252525',GradientType=0 );
    font-family: "Lato", serif;
    text-transform: uppercase;
    font-size: 20px;
    transition: all 0.6s ease;
}

.btn-secondary,.btn,.btn-primary {
    display: flex;
    font-family: 'Urbanist';
    width: 163px;
    padding: 16px 24px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px !important; 
    background: linear-gradient(112deg, rgba(0, 77, 84, 0.80) -3.3%, rgba(0, 45, 54, 0.80) 103.39%) !important;
    text-align: center !important;
    border: 2px solid transparent !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important; 
    cursor: pointer;
}
.btn-secondary:hover,.btn:hover,.btn-primary:hover{
    color: #fff !important;
}
.custom-work,.custom-detail {
    width: 100%;
    display: block;
    text-align: left;
}
.custom-work ul.steps
,.custom-detail ul.steps {
    margin: 0;
    padding: 0;
    display: table;
}
.custom-work ul.steps li ,
.custom-detail ul.steps li{
    display: inline-block;
    margin-right: 80px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 13px;
    font-weight: 600;
    background: #E0E0E0;
    text-align: center;
    line-height: 24px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.custom-work ul.steps li:before,
.custom-detail ul.steps li:before{
    content: "";
    width: 80px;
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.custom-work ul.steps li.active,
.custom-detail ul.steps li.active{
    background: linear-gradient(112deg, #004D54 -3.3%, #002D36 103.39%);
    z-index: 2;
}
.custom-work ul.steps li:last-child,
.custom-detail ul.steps li:last-child {
    margin: 0;
}
.custom-work ul.steps li:last-child:before,
.custom-detail ul.steps li:last-child:before{
    display: none;
}
.custom-work ul.steps li.active:before,
.custom-detail ul.steps li.active:before{
    background: linear-gradient(112deg, #004D54 -3.3%, #002D36 103.39%);
}
.multi-step .content {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    /* display: none; */
    transition: all ease-in-out 0.3s;
}
.multi-step .hide-now {
    display: none;
}
.multi-step .active-now {
    display: block;
}

.multi-step #checkul{
    margin: 0;
    padding: 0;
    /* padding-top: 60px; */
}
.flex-div .login-right .multi-step form{
    padding-top: 30px;
}
.multi-step .content .h4{
    text-align: left;
    padding-bottom: 24px;
    color: #000;
    font-family: 'Urbanist';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin:0 !important;
} 
.multi-step .content .row{
    text-align: left;
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    flex-wrap: nowrap;
}
.multi-step .content .row.full .grup{
    width: 95%;
}
.multi-step .content .row:last-child{
    padding-bottom: 0;
}
.flex-div .login-right .multi-step .grup input{
    padding: 21px 18px;
    width: 100%;
}
.flex-div .login-right .grup label span{
    color: #AFAFAF;
}
.flex-div .login-right .multi-step .grup{
    width: 46%;
    padding: 0;
}
#spcl-prev-btn{
    margin-right: 15px;
}
.multi-step .link{
    display: inline-block;
    padding-top: 15px;
    text-decoration: none !important;
    /* display: none; */
}
#spcl-prev-btn img {
    margin-right: 5px;
}
/*navbar*/
header{
    background-color: #004D54;
    padding: 15px 0px;
    border-bottom: 1px solid #fff;
}
.custom-dashbord-nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.custom-dashbord-nav .hamburger {
	background: transparent;
	border: none;
	cursor: pointer;
	display: none;
	outline: none;
	height: 30px;
	position: relative;
	width: 30px;
	z-index: 1000;
}
.custom-dashbord-nav .hamburger-line {
	background: #fff;
	height: 3px;
    position: absolute;
left: 0;
	transition: all 0.2s ease-out;
	width: 100%;
    bottom: -15px;
}
.custom-dashbord-nav .hamburger:hover .hamburger-line {
	background: #fff;
}
.custom-dashbord-nav .hamburger-line-top {
	top: 3px;
}
 .menu-active .custom-dashbord-nav .hamburger-line-top {
	top: 50%;
	transform: rotate(45deg) translatey(-50%);
}
.custom-dashbord-nav .hamburger-line-middle {
	top: 50%;
	transform: translatey(-50%);
}
 .menu-active .custom-dashbord-nav .hamburger-line-middle {
	left: 50%;
	opacity: 0;
	width: 0;
}
.custom-dashbord-nav .hamburger-line-bottom {
	bottom: 3px;
}
 .menu-active .custom-dashbord-nav .hamburger-line-bottom {
	bottom: 50%;
	transform: rotate(-45deg) translatey(50%);
}
.custom-dashbord-nav .nav-menu {
	display: flex;
    gap: 20px;
	list-style: none;
    align-items: center;
	margin: 0;
	padding: 0;
	transition: all 0.25s ease-in;
}
.custom-dashbord-nav .nav-menu .menu-item a {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
    font-family: 'Urbanist';
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none !important;
}

.custom-dashbord-nav .nav-menu .menu-item a::after {
	background: none repeat scroll 0 0 transparent;
	bottom: -15px;
	content: "";
	display: block;
	height: 6px;
    border-radius: 50%;
	left: 0;
    right: 0;
    margin: 0 auto;
	position: absolute;
	background: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.custom-dashbord-nav .nav-menu .menu-item a:hover::after,
.custom-dashbord-nav .nav-menu .menu-item a.active::after {
	left: 0;
    right: 0;
    width: 6px;
    margin: 0 auto;
}
.custom-dashbord-nav .nav-menu .menu-item a::before{
    position: absolute;
content: "\f106";
    font-family: 'FontAwesome';
    text-align: center;
    bottom: -49px;
    opacity: 0;
    font-size: 22px;
    visibility: hidden;
    left: 0;
    height: auto;
    right: 0;
    bottom: -48px;
margin: 0 auto;
    transition: all ease-in-out 0.3s;
    filter: brightness(0) invert(1);
}
.custom-dashbord-nav .nav-menu .menu-item a:hover::before,
.custom-dashbord-nav .nav-menu .menu-item a.active::before{
    opacity: 1;
    visibility: visible;
}
/*navbar css end*/
.dashboard-wrapper{
    max-width: 1396px;
    margin: 0 auto;
    padding: 0px 22px;
}
.custom-dashbord-nav .nav-menu .link-block .nav__link::before,
.custom-dashbord-nav .nav-menu .link-block .nav__link::after{
    display: none;
}
.custom-dashbord-nav .nav-menu .link-block .nav__link img{
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.20);
    padding: 16px;
    transition: all ease-in-out 0.4s;
}
.custom-dashbord-nav .nav-menu .link-block .nav__link:hover img{
    transform: rotateY(360deg);
}
.custom-dashbord-nav .nav-menu .link-block{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    margin-left: 70px;
    width: auto;
}
.custom-dashbord-nav .nav-menu .link-block .nav__link{
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 400;
}
.custom_dropdown .dropdown {
    background-color: transparent;
    position: unset;
}
.custom_dropdown .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
  }
.custom_dropdown  .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
  }
.custom_dropdown  .dropdown__options-filter {
    width: 100%;
    cursor: pointer;
    margin: 0;
  }
.custom_dropdown  .dropdown__filter,
.custom_dropdown  .dropdown__filter a {
    display: flex;
    padding: 0;
    list-style: none;
    font-family: Inter;
    font-weight: 700;
    color: #fff;
    background: transparent;
    border: 0;
    border-radius: 28px;
    font-size: 12px;
    text-transform: capitalize;
    transition: 0.3s;
    margin: 0;
  }
  .custom_dropdown .dropdown__filter:focus {
    border: 0;
    outline: none;
    box-shadow: none;
  }
  .custom_dropdown  .dropdown__filter::after {
    position: absolute;
    top: 40%;
    right: 15px;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
    display: none;
  }
  .custom_dropdown  .dropdown__select {
    position: absolute;
    list-style: none;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    background: rgba(0, 77, 84, 0.90);
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    padding: 20px 10px;
    transition: 0.2s ease-in-out;
  }
  .custom_dropdown .dropdown__select-option {
    transition: 0.3s;
  }
  .custom_dropdown .dropdown__select-option:last-of-type {
    border-bottom: 0;
    font-family: Inter;
    font-weight: 700;
  }
  .custom_dropdown {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.20);
    padding: 10px 10px 10px 10px;
    border-radius: 30px;
    position: relative;
}
.custom_dropdown > a{
    display: flex;
    gap: 10px;
}
.div-top{
    border-radius: 0px 0px 42px 42px;
    background: #004D54;
    padding-top: 80px;
}
.progress-sec{
    padding: 30px 0px;
}
.alert-success{
    padding: 0;
    margin: 0;
}
.progress-sec .h4{color: #fff;font-weight: 700;}
.progress-sec .progress-block{
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding-top: 40px;
}
.progress-sec .card{
    border-radius: 25px;
    background: #FFF;
    padding: 20px;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    transition: all ease-in-out 0.3s;
}
.progress-sec .card:hover,.tab-section .flex-block .flex-card:hover{
    transform: translateY(-5px);
}
.progress-sec .card .h4{
    color: #000;
    font-weight: 400;
}
.progress-sec .card .card-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
    background-color: #fff;
    border: 0;
    padding: 0;
}
.progress-sec .card .progressfill{
    border-radius: 30px;
    height: 5px;
    width: 100%;
    background-color: #ADB7CC;
    margin-top: 8px;
}
.progress-sec .card .progressfill span{
    background-color: #000000;
    display: block;
    height: 5px;
    border-radius: 30px;
}
.div-bottom{
    margin-top: 120px;
    margin-bottom: 50px;
}
.div-bottom .tab-section{
    background-color: #fff;
    border-radius: 42px;
    padding: 20px;
}
.tab-section .nav-tabs,
.myprofile .tab_view ul,
.tab_view ul{
    border: 0;
    padding: 8px !important;
    border-radius: 100px;
    background: #F0F5FF;
    gap: 10px;
    width: fit-content;
}
.tab-section .nav-link,
.myprofile .tab_view ul a,
.tab_view ul a{
    border: 0;
    border-radius: 100px;
    background: transparent;
    color: #0000005c;
    font-family: 'Urbanist';
    font-weight: 500;
    font-size: 16px;
}
.myprofile .tab_view ul .tab_item,
.tab_view ul .tab_item{
    padding: 10px;
}
.myprofile .tab_view ul .tab_item.active a,
.tab_view ul .tab_item.active a{
    color: #fff;
}
.myprofile .tab_view ul .tab_item a,
.tab_view ul .tab_item a{
    text-transform: capitalize;
}
.tab-section .nav-link.active,
.myprofile .tab_view ul .tab_item.active,
.tab_view ul .tab_item.active {
    color: #fff;
    background: #004D54;
    border-radius: 30px;
}
.tab-section .accordion-body{
    padding: 20px 0px 20px 0px;
}
.tab-section .tab-pane {
    border: 0;
}
.tab-section .flex-block .flex-card{
    padding: 21px;
    border-radius: 21.99px;
    background: #F7FFF0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 35px;
    width: 23.9%;
    transition: all ease-in-out 0.3s;
}
.tab-section .flex-block{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.tab-section .flex-block .flex-card .flex-header{
    display: flex;
    gap: 10px;
    align-items: center;
}
.tab-section .flex-block .flex-card .flex-header .h4{
    color: #1B2021;
    font-family: 'Urbanist';
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3; 
}
.tab-section .flex-block .flex-card .bottom-flex{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.tab-section .flex-block .flex-card .bottom-flex .right{
    color: #1B2021;
    font-family: 'Urbanist';
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.tab-section .flex-block .flex-card .bottom-flex .right .h2{
    font-size: 32px;
    font-weight: 500;
}
.dashbord-banner .h2{
    font-size: 48px;
    line-height: normal;
    font-weight: 400;
    padding-bottom: 8px;
}
.dashbord-banner span{
    font-size: 16px;
    font-weight: 500;
}
.profile-tab-sec,.tab_view {
    padding-top: 40px;
}
.profile-tab-sec .nav-link{
    color: #00000099;
    border: 0;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    padding: 0;
}
.profile-tab-sec .nav-link.active{
    color: #000;
    border-bottom: 2px solid #000;
}
.white-block{
    border-radius: 42px;
    background: #FFF;
    padding: 30px;
}
.profile-tab-sec .nav-tabs,
.tab_view ul{
    gap: 30px;
    border: 0;
}
.profile-tab-sec .tab-pane {
    border: 0;
}
.profile-tab-sec .tab-pane .accordion-body{
    padding: 30px 0px;
}
.profile-tab-sec .sponser-block{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
}
.profile-tab-sec .form-block{
    width: 70%;
}
.profile-tab-sec .form-left{
    width: 30%;
    border-radius: 16px;
    border: 1px solid #004D54;
    background: #FFF;
    padding: 16px 24px;
}
.profile-tab-sec .form-block form{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.profile-tab-sec .form-block .grup{
    display: flex;
    flex-direction: column;
    width: 48%;
}
.profile-tab-sec .form-block .grup label{
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}
.profile-tab-sec .form-block .grup input,
.profile-tab-sec .form-block .grup select{
    padding: 21px 18px;
    border-radius: 8px;
border: 1px solid #CACACA;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}
.profile-tab-sec .form-block .grup input::placeholder{
    text-transform: capitalize;
    font-weight: 600;
}
.save-btn,.mdc-button {
    text-align: center;
    color: #fff !important;
    padding: 16px 24px;
    border-radius: 8px;
    background: linear-gradient(112deg, #004D54 -3.3%, #002D36 103.39%);
    color: #fff;
    font-family: 'Urbanist';
    color: #333;
    font-size: 16px;
    font-weight: 600;
line-height: 1.2; 
    border: 0;
    outline: 0;
    width: 163px;
}
.mdc-button{
    border-radius: 30px !important;
}
.myprofile-user .form-group .mdc-button{
    margin-top: 20px;
}
.profile-tab-sec .form-left .h4{
    background: linear-gradient(112deg, #004D54 -3.3%, #002D36 103.39%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
    font-weight: 800;
}
.profile-tab-sec .form-left .sponser-dtl{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.profile-tab-sec .form-left .sponser-dtl:last-child{
    padding-bottom: 0;
}
.profile-tab-sec .form-left .sponser-dtl p.left{
    font-weight: 600;
}
.profile-tab-sec .form-block .grup.full{
    width: 100%;
}
.profile-tab-sec .kyc-block{
    display: flex;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.profile-tab-sec .kyc-block .kyc-card{
    width: 49%;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    border-radius: 16px;
border: 1px solid #A0A0A0;
}
.profile-tab-sec .kyc-block .kyc-card .kyc-column{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding-bottom: 18px;
}
.profile-tab-sec .kyc-block .kyc-card .kyc-column .h4{
    font-weight: 700;
    text-transform: capitalize;
}
.profile-tab-sec .kyc-block .kyc-card .kyc-column span{
    border-radius: 16px;
    background: #26B602;
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    color: #FFF;
    font-family: 'Urbanist';
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.profile-tab-sec .kyc-block .kyc-card .kyc-column p{
    color: #00000099;
    font-weight: 500;
    text-transform: capitalize;
}
.profile-tab-sec .kyc-block .kyc-card .kyc-column p.bold{
    font-weight: 600;
    color: #000;
}
.profile-tab-sec .kyc-block .kyc-card .kyc-column .img-block{
    width: 50%;
}
.profile-tab-sec .kyc-block .kyc-card form{
    width: 100%;
}
.profile-tab-sec .kyc-block .kyc-card .kyc-column:last-child{
    padding-bottom: 0;
}
.profile-tab-sec .table-block{
    display: flex;
    border-radius: 8px;
    background: linear-gradient(94deg, #EAF5F5 0%, #EBF5F5 53.01%);
    gap: 10px;
    padding: 10px;
}
.profile-tab-sec .table-block .column{
    width: 15%;
    display: flex;
    flex-direction: column;
}
.profile-tab-sec .table-block .column p{
    padding: 12px 24px;
    display: flex;
    text-align: center;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    white-space: nowrap;
}
.profile-tab-sec .table-block .column p.white{
    background-color: #fff;
}
.profile-tab-sec .table-block .column.seven{
    width: 20%;
}
.profile-tab-sec .table-block .column.one{
    width: 10%;
}
.save-btn.big{
    width: auto;
}
.profile-tab-sec .save-btn{
    margin-top: 50px;
    display: inline-block;
    color: #fff;
}
.profile-tab-sec .h3{
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}
.plot-booking-sec .form-block{
    padding-top: 30px;
    width: 100%;
}
.plot-booking-sec .form-block .grup{
    width: 32%;
    position: relative;
}
.plot-booking-sec .form-block .grup p{
    font-size: 15px;
    font-weight: 600;
    opacity: 0.6;
}
.sign-up .login-right .h2{
    font-weight: 800;
}
.sign-up .login-right p{
    margin: 0 !important;
}
.back-btn,.back-btn:hover,.back-btn:focus{
    background: #fff !important;
    border-color: #004D54 !important;
    color: #004D54 !important;
}
.flex-div .login-right .multi-step .custom-work .btn img{
    margin-bottom: 2px;
}
.plot-booking-sec .form-block .grup.checkbox input:checked + label:after{
    width: 5px;
    top: 7px;
}
.plot-booking-sec .form-block .grup .save-btn{
    margin-top: 10px;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.div-bottom.dashbord-home{
    margin-top: 50px;
}
.custom-dashbord-nav .sub_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease;
    margin: 0 auto;
    border-radius: 20px;
    z-index: 999;
}
.custom-dashbord-nav .nav-menu li:hover .sub_menu {
    visibility: visible;
    opacity: 1;
}
.custom-dashbord-nav .sub_menu .nav_link::before,
.custom-dashbord-nav .nav-menu .menu-item .sub_menu a::after{
    display: none;
}
.custom-dashbord-nav .nav-menu .menu-item .sub_menu a{
    color: #004D54;
    padding: 13px;
    border-radius: 20px;
}
.custom-dashbord-nav .nav-menu .menu-item .sub_menu a:hover,
.custom-dashbord-nav .nav-menu .menu-item .sub_menu a.active{
    background-color: #004D54;
    color: #fff;
}

.custom-dashbord-nav .nav-menu .menu-item .sub_menu a:hover img,
.custom-dashbord-nav .nav-menu .menu-item .sub_menu a.active img{
    filter: brightness(0) invert(1);
}
.login-right .custom-work .pull-right {
    float: none !important;
}
.tab_view ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tab_view ul a{
    font-family: 'Urbanist';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #00000099;
    border: 0;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    padding: 0;
    text-transform: capitalize;
    text-decoration: none !important;
    padding-bottom: 2px;
}
.main_tab_sec {
    padding-top: 30px;
}
.main_tab_sec .mdc-layout-grid__inner{
    display: flex;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_tab_sec .stretch-card.mdc-layout-grid__cell--span-8{
    width: 65%;
}
.main_tab_sec .stretch-card.mdc-layout-grid__cell--span-4 {
    width: 30%;
}
.main_tab_sec .stretch-card.mdc-layout-grid__cell--span-12{
    width: 100%;
}
.main_tab_sec .stretch-card h4{
    background: linear-gradient(112deg, #004D54 -3.3%, #002D36 103.39%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Urbanist';
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}
.main_tab_sec .mdc-button{
    width: auto;
    padding: 16px 24px ;
}
.main_tab_sec .mdc-card.view_user_detail {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #004D54;
    display: flex;
    flex-direction: column;
}
.main_tab_sec .mdc-card.view_user_detail .row{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9eaef;
}
.main_tab_sec .mdc-card.view_user_detail .row .col-md-6:last-child{
    text-align: right;
    font-weight: 700;
}
.main_tab_sec .mdc-card.view_user_detail .row:last-child,
.main_tab_sec .mdc-card.view_sponser_detail .row:last-child{
    margin-bottom: 0;
}
.main_tab_sec .mdc-card.view_user_detail .d-flex {
    margin-bottom: 20px;
}
.main_tab_sec .mdc-card.view_user_detail .row .col-md-6,
.main_tab_sec .mdc-card.view_sponser_detail .row .col-md-6{
    font-family: 'Urbanist';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}   
.main_tab_sec .stretch-card .mdc-card.view_sponser_detail {
    border-radius: 16px;
    border: 1px solid #004D54;
    background: #FFF;
    padding: 16px 24px;
    margin-bottom: 24px;
}
.main_tab_sec .stretch-card .mdc-card.view_sponser_detail:last-child{
    margin-bottom: 0;
}
.main_tab_sec .mdc-card.view_sponser_detail .row{
    margin-bottom: 10px;
}
footer{
    background: linear-gradient(118.26deg, rgba(8, 83, 89, 0.88) 1.39%, rgba(8, 83, 89, 0.39) 101.45%);
    color: #fff;
    padding: 20px 30px 16px;
}
footer .mdc-layout-grid__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .mdc-layout-grid__inner span,
footer .mdc-layout-grid__inner a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
#kyc .mdc-card.view_user_detail{
    box-shadow: none;
    border-radius: 16px;
    border: 1px solid #A0A0A0;
    padding: 24px;
}
#kyc .mdc-card.view_user_detail .d-flex {
    margin-bottom: 10px;
}
.users-update-profile .form-group .form-control,
.user-bank-form .form-group .form-control,
.payment-requests-form .form-control{
    width: 100%;
}
.users-update-profile .select2-container--krajee-bs3 .select2-selection{
    height: 46px;
    color: #000;
    border-radius: 8px;
    border: 1px solid #CACACA;
}
.users-update-profile .select2-selection__arrow{
    height: 45px !important;
}
.users-update-profile .select2-selection__rendered{
    position: absolute;
    top: 14px;
    color: #333 !important;
}
.users-update-profile .progress-bar{
    background-color: #004D54;
    border-radius: 30px;
}
.users-update-profile .row .row{
    padding: 0;
}
.user-bank-form .card-body,
.user-bank-form .card{
    padding: 0;
    border: 0;
}
.progress-bar{
    background-color: #004D54 !important;
}
.has-error .help-block{
    color: #eb0904;
    font-weight: 800;
}
.has-error .form-control{
    border-color: #eb0904 !important;
}
.payment-requests-index .summary,
.users-pairing-record-index .summary{
    padding: 10px 0px;
}
.users-pairing-record-index .summary,
.users-update-direct-customer .summary{
    font-size: 16px;
}
.payment-requests-index .table th,
.payment-requests-index .table tr,
.payment-requests-index .table td,
.table th,
.table tr,
.table td{
    border: 0 !important;
    box-shadow: none;
    background: transparent !important;
}
.payment-requests-index .table,
.table{
    background: linear-gradient(94deg, #EAF5F5 0%, #EBF5F5 53.01%);
    border-radius: 10px;
    margin-top: 20px;
    border: 0;
}
.payment-requests-index .table th a,
.users-pairing-record-index .table th a,
.users-pairing-record-index .table th{
    color: #000;
    font-family: 'Urbanist';
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2; 
}
.payment-requests-index .table td select,
.payment-requests-index .table td input,
.table td input{
    border: 0 !important;
    box-shadow: none !important;
    font-size: 12px;
    font-weight: 500;
}
.payment-requests-index .table td,
.table td{
    font-size: 16px;
    font-weight: 500;
}
.payment-requests-index .table td .btn{
    padding: 10px 15px !important;
    width: auto;
}
.payment-requests-index .table td img{
    height: 70px;
    width: 70px;
}
.payment-requests-form .input-group.date{
    flex-wrap: nowrap;
}
.payment-requests-form .date .input-group-addon{
    background: transparent;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.payment-requests-form .date .input-group-addon.kv-date-remove{
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px !important;
}
.payment-requests-form .date .glyphicon:empty{
    top: 8px;
    left: -5px;
}
.payment-requests-form .pull.pull-right{
    float: none !important;
}
.payment-requests-form .form-check label{
    font-size: 16px;
}
.users-pairing-record-index h1{
    font-size: 40px;
}
.users-pairing-record-index .pull-right {
    float: none !important;
    display: flex;
    justify-content: flex-end;
}
.table-responsive{
    border: 0;
}
.projects .summary,
.project_view .summary,
.subscroption-box .summary{
    font-size: 16px;
}
 .kv-panel-before,
 .panel,
 .kv-panel-after {
    border: 0;
}
 .kv-grid-table th,
 .kv-grid-table th a{
    font-size: 16px;
    color: #333;
}
.project_view{
    padding-top: 100px;
}
.panel-footer{
    background-color: #004d54b0;
    border: 0;
}
.panel-footer .pagination{
    justify-content: center;
}
.panel-footer .pagination .active a{
    background-color: #004D54;
    color: #fff;
    border: 1px solid transparent;
}
.videos-view h2{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    opacity: 0.6;
}
.videos-view .view_user_detail .steps h3{
    font-size: 22px;
    font-weight: 700;
}
.videos-view .mdc-card.view_user_detail{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}
.videos-view .youtube-container iframe{
    height: 430px;
    width: 735px;
    border-radius: 24px;
}
.videos-view .view_user_detail .steps{
    border-radius: 16px;
    border: 1px solid #004D54;
    background: #FFF;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 60%;
    height: fit-content;
    margin: 0 auto;
    text-align: left;
}
.plot-req p.text-right a.mdc-button {width: auto;}
.videos-view .view_user_detail .steps span{
    font-size: 16px;
    font-weight: 500;
    display: list-item;
    list-style-position: inside;
    list-style-type: disclosure-closed;
}
.videos-view .view_user_detail .steps span::marker {
    color: #004d54;
}
.videos-view .view_user_detail #video-frame{
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.video-income-index .table th a,
.subscroption-box .table th,
.subscroption-box .table th a,
.users-update-direct-customer .table th,
.users-update-direct-customer .table a,
.referral-rewards-index .table th a,
.luxury-reward-index .table th a,
.call-service-data-index .table th a{
    color: #333 !important;
}
.call-service-data-index .btn {
    width: 300px;
}
.luxury-reward-index .table td img{
    height: 20px;
    width: 20px;
}
.users-update-direct-customer .table th,
.users-update-direct-customer .table a,
.subscroption-box .table th,
.subscroption-box .table th a{
    font-size: 16px;
}   
.referral-rewards-index .pull-right{
    float: none;
    display: flex;
    justify-content: flex-end;
}
.main_tab_sec #team_structure .mdc-layout-grid__inner{
    display: block;
}
.main_tab_sec form#tree-view-form {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.main_tab_sec form#tree-view-form #tree-search {
    width: auto;
    padding: 12px 15px !important;
}
.main_tab_sec form#tree-view-form #tree-search-id{
    padding: 15px 105px 15px 8px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    background: #F0F5FF;
}
.main_tab_sec .genealogy-tree .member-details {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.custom_dropdown .dropdown__select form button{
    background: transparent;
    border: 0;
    color: #fff;
    font-family: 'Inter';
    font-weight: 700;
}
.main_tab_sec .tab-view{
    display: none;
}
.main_tab_sec .tab-view.active{
    display: block;
}
.multi-step #checkul .field-signupform-country_id{
    margin-bottom: 0px !important;
}
.multi-step #checkul .select2-selection{
    height: 44px;
    border-radius: 8px;
}
.vidos-sec .extra,
.vidos-sec .gift-block{
    width: 100%;
    text-align: center;
}
.multi-step #checkul .select2-selection__arrow{
    height: 43px;
}
.multi-step #checkul .select2-selection__rendered{
    position: absolute;
    top: 15px;
}
.invalid-feedback{
    color: #ea0016 !important ;
    font-weight: 800;
}
.multi-step #checkul .field-signupform-dob .hasDatepicker {
    padding: 10px 18px;
}
.is-invalid{
    border-color: #ea0016 !important;
}
.users-update-profile .form-group #updateprofileform-country_id{
    padding: 0 8px;
    height: 48px;
}
.custom-detail #checkul .password input{
    padding: 21px 18px 21px 35px;
}
.custom-detail #checkul .row {
    padding-bottom: 20px;
}
.custom-detail #checkul .row{
    gap: 8px;
}
.log-out a{
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.20);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.log-out a img{
    transition: all ease-in-out 0.3s;
}
.log-out a:hover img{
    transform: rotateY(360deg);
}
#w0-success-0,#w1-success-0{
    border: 0;
    padding: 10px;
}
#w0-success-0 .btn-close,#w1-success-0 .btn-close{
    padding: 15px 10px!important;
}
footer{
    display: none;
}
.videos .videos-view .view_user_detail.videos-dtl p{
    margin: 20px 0px !important;
}
.videos .videos-view .view_user_detail.videos-dtl a{
    margin: 0px 10px;
}

.call-service-data-create .call_service_form .form-group .btn{
    margin-top: 20px;
}
.mcq-view .view_user_detail span{
    display: block;
}
.mcq-view #w0 .btn {
    margin: 10px auto 0 auto;
}

.videos .videos-view .view_user_detail.videos-dtl a img{
    width: 45px;
    border-radius: 50%;
}
.alert.alert-dismissible {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transform: translateY(-50%);
    z-index: 9999;
    max-width: 400px;
    background-color: #fff;
    border: 2px solid #004D54 !important;
}
.alert-dismissible .btn-close {
    position: relative;
}
.dashbord-home .tab-section .nav-tabs{
    width: fit-content;
}
.dashbord-banner {
    padding: 50px 0px;
}
.dashbord-banner .h2,
.dashbord-banner span{
    color: #fff;
}
.myprofile,.myprofile_update,.permanet-address,.plot-req,.team-bonus
,.vidos-sec,.brokeg{
    margin-top: 22px !important;
}
.myprofile_update .field-kycform-adhaar_number{
    margin-bottom: 30px;
}
.myprofile_update .field-kycform-adhaar_number .control-label{
    margin-bottom: 15px;
}
#verify-otp-form .modal-title{
    font-size: 30px;
}
.myprofile .tab-view .label-success{
    margin: 0 !important;
}
.table  th a,
.projects .table  td a{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.projects .grid-view .panel-footer,
.plot-custom-req .panel-footer{
    background: transparent;
    box-shadow: none;
    border: 0 !important;
}
.projects .grid-view .panel,
.plot-custom-req .grid-view .panel{
    box-shadow: none !important;
}
.projects .grid-view .kv-table-header,
.kv-table-header{
    background: linear-gradient(94deg, #EAF5F5 0%, #EBF5F5 53.01%);
   
}
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child{
    border-top-left-radius: 8px!important;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child{
    border-top-right-radius: 8px!important;
}
.income-report{
    padding-top: 80px;
}
.breadcrumb{display: none;}
.custom-dashbord-nav .link-block  .menu-item{
    position: relative;
}
.custom-dashbord-nav .link-block  .menu-item .nav__link.active span{
    visibility: visible;
    opacity: 1;
}
.custom-dashbord-nav .link-block  .menu-item .nav__link span{
    position: absolute;
    bottom: -30px;
    font-weight: 700;
    right: 0;
    display: inline-block;
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #002D36;
    color: #004D54;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    text-transform: capitalize;
}
.tab-section .flex-block .flex-card .bottom-flex.center-text{
    justify-content: center;
}
.tab-section .flex-block .flex-card .bottom-flex.center-text .right .h2{
    text-align: center;
}
.custom_dropdown img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.transactions-index .pagination{
    gap: 10px;
}
.daashboard-top{
    padding-top: 100px;
}
.datepicker-dropdown{
    top: 320px !important;
}
.custom_dropdown .dropdown__filter{
    flex-direction: column;
}
.support  table a.label {
    color: #000;
}
.suport-view .mdc-card h6 i::before{
    display: none;
}
.suport-view .mdc-card h6 span{
    font-weight: 700;
}
.suport-view .timeline {
    padding: 0;
    list-style: none;
}
.suport-view  form .form-group{
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.suport-view .title_head {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
}
.suport-view .timeline .user_comm{
    margin-bottom: 20px;
}
.suport-view .timeline .user_comm .timeline-header{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    
}
.sticky-div{
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99;
    background: linear-gradient(112deg, #004D54 -3.3%, #002D36 103.39%);
    padding: 12px 20px;
    border-radius: 12px;
}
.sticky-div a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}
.sticky-div a img{
    margin-left: 10px;
    height: 20px;
    width: 20px;
}
.custom-dashbord-nav .nav-menu .menu-item a.heighlight {
    background-color: #fff;
    padding: 3px;
    border-radius: 8px;
    color: #000;
    transition: all 0.4s;
    animation: mybg 2s infinite linear;
}
@keyframes mybg {
    0% {background-color: #fff;}
    50% {background-color: #ffffff9e;}
    100% {background-color: #fff;}
}
.custom-dashbord-nav .nav-menu .menu-item a.heighlight::before{font-size: 25px;}
.site-error,.alert-success, .alert, .alert-dismissible,div#w0-success-0 {
    width: 771px !important;
    min-height: 299px;
    border-radius: 24px;
    border: 2px solid #004D54;
    background: #FFF;
    box-shadow: 0px 255px 71px 0px rgba(0, 0, 0, 0.00), 0px 163px 65px 0px rgba(0, 0, 0, 0.01), 0px 92px 55px 0px rgba(0, 0, 0, 0.05), 0px 41px 41px 0px rgba(0, 0, 0, 0.09), 0px 10px 22px 0px rgba(0, 0, 0, 0.10);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 90% !important;
    max-height: 90%;
    color: #000;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.352px;
    text-transform: uppercase;
    background-image: url(../img/popup_bg.svg);
    background-repeat: no-repeat;
    background-position: top center; 

  } 
  .alert-dismissible .btn-close, #w0-success-0 .btn-close, #w1-success-0 .btn-close {
    border-radius: 100px;
    background: linear-gradient(90deg, #004D54 -3.74%, #008DA9 100%);
    position: relative;
    top: auto;
    margin: 10px auto 0;
    display: flex;
    width: 144px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 10px !important;
  }
  .alert-dismissible .btn-close::before {
    content: "Close";
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
.table > thead {
    vertical-align: top;
}
select:hover option:hover {
    background-color: #002d36;
    color: white;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    vertical-align: top !important;
}
th.kv-align-center.kv-align-middle.kv-merged-header {
    vertical-align: top !important;
}
.payment-requests-index .table td input {
    max-width: 300px;
}
form#verify-otp-form .modal-header .close {
    display: none;
}
form#verify-otp-form  input#userotp-otp {
    font-size: 16px;
}
form#verify-otp-form  label.control-label {
    font-size: 16px;
}
form#verify-otp-form  .modal-footer {
    justify-content: center;
}
.suport-view .mdc-card {
    border: 2px solid #002d36;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.suport-view .mdc-card h6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.suport-view .timeline .timeline-body {
    padding: 5px 10px;
    background-color: #336f7461;
    border-radius: 5px;
    font-size: 16px;
}
.suport-view .timeline .admin_comm .timeline-body {
    background-color: #e3e3e3;
}
.suport-view .timeline .admin_comm .timeline-item {
    margin-left: 20px;
}
.main_tab_sec .mdc-button a.label.label-success {
    background-color: transparent !important;
}
span#toggle-password {
    right: 30px;
    left: auto;
}
.mcq_section * {
    text-align: left;
}
.mcq-view .view_user_detail span {
    text-align: left;
    display: list-item;
    list-style-position: inside;
}
.mcq-view  #mcq-user_ans {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mcq-view .view_user_detail  form#w0 {
    text-align: left;
}
.mcq-view .view_user_detail  .form-group.field-mcq-user_ans {
    margin-top: -20px !important;
}
.flex-div .login-right .grup input{
width: 100% !important;
box-sizing: border-box; 
}
.alert img {
    max-width: 80px;
    margin-bottom: 20px;
    box-shadow: 0px 75px 21px 0px rgba(0, 0, 0, 0.01), 0px 48px 19px 0px rgba(0, 0, 0, 0.04), 0px 27px 16px 0px rgba(0, 0, 0, 0.15), 0px 12px 12px 0px rgba(0, 0, 0, 0.26), 0px 3px 7px 0px rgba(0, 0, 0, 0.29);
    border-radius: 50%;
    background-color: transparent;
}