.video-iframe{
    min-height: 350px;
}
.w-available{
    width: -webkit-fill-available;
    width: -moz-available;
}
.score-container{
    width: 50%;
    margin: auto;
}
.stor-quantity-value{
    width: -webkit-fill-available !important;
    width: -moz-available !important;
}
.quantity-counter{
    display: flex;
}
.line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
input{
    outline: none;
}

.auth-split {
    flex-direction: row-reverse;
}

.brand-logo {
    text-align: left;
    height: 10%;
}
.auth-container{
    max-height: 100vh;
    height: 100vh;
    overflow: hidden;
}
.nk-auth-body {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: -webkit-fill-available;
    overflow: hidden;
    padding: 3em 8em;
    margin: 0;
    max-width: none;
}
.side-svg > svg{
    width: 24px;
    fill: transparent;
    /* stroke: black; */
    /* color: black; */
}
.active .side-svg > svg, .nk-menu-link:hover > .side-svg > svg{
    width: 24px;
    fill: white;
    /* stroke: white; */
    /* color: #0057FD; */
}

.active .side-svg-diff > svg, .nk-menu-link:hover > .side-svg-diff > svg{
    color: white !important;
}
/* .nk-auth-form {
    height: 90%;
    margin-top: 50px;
} */
.currency{
    font-family: 'nunito';
}
.overflow-scroll-hidden::-webkit-scrollbar-track, .overflow-scroll-hidden::-webkit-scrollbar {
    display: none;
}
.nk-auth-form {
    /* height: -webkit-fill-available; */
    /* overflow: scroll; */
}

.nk-block-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: black;
}

.nk-block-des{
    font-size: 0.9rem;
}

.form-control-lg,.form-label,.form-label-group > .link-sm,.form-note-s2,.auth-label{
    font-size: 0.8rem;
}

/* .auth-btn {
    font-size: 18px;
    font-family: 'inter';
    font-weight: 600;
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
} */
.auth-btn {
    font-size: .9rem;
    font-weight: 600;
    padding: 0.7rem;
    margin-top: 0.7rem;
    border-radius: 10px;
}
.passcode-switch{
    height: fit-content !important;  
    bottom: 12px;
    /* transform: translateY(-50%); */
}
.form-label-group {
    margin-top: 20px;
}

.auth-form {
    margin-top: 20px;
}
.auth-field {
    padding: 12px 10px;
    line-height: normal;
    /* border-radius: 10px; */
}

input#password {
    padding-right: 40px !important;
}

.nk-split-content.nk-block-area.nk-block-area-column.nk-auth-container {
    width: 70%;
}

.nk-split-content.nk-split-stretch.nk-auth-image {
    width: 50%;
    padding: 60px;
    display: flex;
}
.img-fitting{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.auth-image-container {
    background: #FAFAFA;
    height: -webkit-fill-available;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.form-group-container {
    display: flex;
    justify-content: space-between;
}

.form-group-container > div {
    width: 48.5%;
}

.nk-central {
    margin: auto;
    padding: 0;
}

.secondary-background{
    background-color: #FAFAFA;
}

.curved{
    border-radius: 20px;
}

a{
    color: #1869ff;
}

a:hover{
    color: #0057FD;
}


.auth-check {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 15px;
    display: block;
    position: relative;
    padding-left: 21px;
    cursor: pointer;
  }
  
  /* Hide the browser's default checkbox */
  .auth-check input {
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
    position: absolute;
  }
  
  /* Create a custom checkbox */
  .auth-checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #c4c4c4;
    background: transparent;
    border-radius: 50%;
  }
  
  /* When the checkbox is checked, add a blue background */
  .auth-check input:checked ~ .auth-checkmark {
    border: 1px solid #0BB14B;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .auth-checkmark::after {
    content: '';
    position: absolute;
    border: solid #c4c4c4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(44deg);
    width: 4px;
    height: 8px;
    top: 2px;
    left: 4.5px;
  }
  
  /* Style the checkmark/indicator */
  .auth-check input:checked ~ .auth-checkmark::after {
    border-color: #0BB14B;
  }
  .password-strenght{
    color: #c4c4c4;
    font-size: 0.8rem;
  }

/* style.css */

/* OTP styling  */
.otp-container { 
	display: flex; 
	justify-content: center; 
	align-items: center; 
} 

.otp-input { 
	width: 2rem; 
    border-radius: 5px;
	border: 1px solid #c4c4c4; 
	/* margin: 0 10px;  */
	text-align: center; 
	font-size: 1.2rem; 
	cursor: not-allowed; 
	pointer-events: none; 
} 

.otp-input:focus { 
	/* border-bottom: 3px solid orange;  */
	outline: none; 
} 

.otp-input:nth-child(1) { 
	cursor: pointer; 
	pointer-events: all; 
}
.otp-code-des{
    color: #3e3e3e;
    font-size: 0.7rem;
}

/* Dashboard Styling  */
.header-search{
    width: 40%;
    border-radius: 30px;
    background: #FAFAFA;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.header-search-icon{
    position: absolute;
    right: 20px;
    color: #c4c4c4;
}
.ni-bell{
    color: #3E3E3E;
}
.pota-font{
    color: white;
}
.pota-container{
    background: #0057FD;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.pota-container-dark{
    background: black;
}
.card-title{
    color: #3e3e3e;
    font-weight: 500;
}
.amount-style{
    color: #0057FD;
}
.amount-line-h{
    line-height: 30px;
}
.analysis{
    width: fit-content;
    background: rgba(11, 177, 75, 0.2);
    padding: 3px;
    font-size: 0.65rem;
    color: #0BB14B;
}
.success{
    background: rgba(11, 177, 75, 0.2);
    color: #0BB14B;

}
.warning{
    color: #F5B300;
    background:  rgba(245, 179, 0, 0.20);
}
.rotate-ni{
    transform: rotate(45deg);
    width: fit-content;
}
.analysis > .change{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}
.nk-tb-list .tb-date{
    color: #7B7B7B;
}
.nk-tb-list .tb-dark{
    color: black;
}
.market-tools{
    font-size: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CECECE;
    border-radius: 10px;
    color: #CECECE;
    padding: 1px;
}
.market-tools > div{
    padding: 4px 15px;
    border-radius: 10px;
    cursor: pointer;
}
.market-tools > .active{
    background: #0057FD;
    color: white;
}
.card-title > .ppt{
    color: #7B7B7B;
}
/* Start Chatbox STyling  */
.active-agent{
    background: #E1EAFA;
}
.what_you_want_title{
    color: #3E3E3E;
}
.tab-header, .tab-body{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    row-gap: 20px;
    color: #7B7B7B;
    align-items: stretch;
    flex-wrap: wrap;
}
.tab-header-btn, .tab-body-btn{
    background: white;
    width: 9rem;
    padding: 0.7rem;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #CECECE;
}
.tab-header-btn:hover, .tab-body-btn:hover{
    background: #0057FD;
    color: white;
    border-color: #0057FD;
}
.tab-body-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    height: 8rem;
}
.tab-body-btn > img{
    width: 2rem;
    margin-bottom: 0.6rem;
}
.active-tab{
    background: #0057FD;
    color: white;
}
.payment-input >input, .payment-input > select {
    padding: 10px;
    outline: 0;
    border-radius: 10px;
    border: 1px solid #CECECE;
    color: #3E3E3E;
}
.payment-input{
    position: relative;
}
.clipboard{
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.nxt, .prv{
    width: 8rem;
    padding: 0.6rem;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.btn-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}
.prv{
    color: #0057FD;
    border: 1px solid#0057FD;
}
.nxt{
    color: white;
    border: 1px solid#0057FD;
    background: #0057FD;
}
.details-container{
    background: white;
    padding: 1rem;
    border-radius: 10px;
}
.details-container > div{
    color: #7B7B7B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.acct-details{
    color: #0057FD;
}
.upload-input{
    height: 20rem;
    background: white;
    padding: 10px;
    outline: 0;
    border-radius: 10px;
    border: 1px solid #CECECE;
    color: #3E3E3E;
    cursor: pointer;
    
}
.preview-upload{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.user-card > .bg-transparent-dim{
    background: transparent;
}
.upload-placeholder{
    flex-direction: column;
    row-gap: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #7B7B7B;
}
.simplebar-content:has(#start-chat) {
    height: calc(100% - 20px);
}
.chat-msg:has(img) {
    margin-left: auto;
    max-width: 50%;
    padding: 0.4rem;
}
.chat-msg > img{
    max-width: 100%;
    max-height: 20rem;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    position: relative;
}
.chat-msg > img::after{
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(0, 0, 0, 0.5);
    position: absolute;
}
.chat-msg{
    position: relative;
    min-width: 8rem;
}
.chat-msg > p{
    position: absolute;
    right: 1rem;
    bottom: 0.2rem;
    font-size: 10px;
	text-wrap: nowrap;
}

.is-me{
	max-width: 50%;
	margin-left: auto;
}
.chat-msg{
	padding-bottom: 1.5rem;
	padding-left: 1rem;
}
.is-you{
	max-width: 50%;
	margin-right: auto;
}
.chat-msg{
	border-radius: 20px;
}
.hidden{
    display: none;
}
.show{
    display: block !important;
}
.notification-dropdown .show{
    display: flex !important;
    flex-direction: column;
}
.flex{
    display: flex;
}
.nk-chat-body{   
    position: static;
    opacity: 1;
    pointer-events: auto;
}
.chat_input{
    background: #FAFAFA;
    border-radius: 50px;
    padding: 0px 20px;
    margin-left: 20px;
    margin-right: 20px;
}


/* Paybills style  */
.provider_analysis{
    color: #7B7B7B;
    border-radius: 50px;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 10px;
    outline: none;
    border: 1px solid #CECECE;
}
.earn_perrypoints{
    background: white;
    border-radius: 15px;
    height: fit-content;
    width: 100%;
}
.sevice_container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 20px;
    justify-content: space-between;
    align-items: center;
	width: fit-content;
}
.services{
    background: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #7B7B7B;
    width: 7rem;
    padding: 20px 15px;
    font-size: 12px;
    cursor: pointer;
}
.services > .svg_container{
    background: #C4C4C4;
    padding: 5px;
    border-radius: 10px;
}
.refer_alarm{
    background: #E1EAFA;
    border-radius: 50px;
    padding: 10px;
}
.earn_perrypoints_title{
    color: black;
    font-weight: 500;
    font-size: 14px;
}
.earn_perrypoints_desc{
    color: #C4C4C4;
    font-weight: 500;
    font-size: 12px;
}
.share_link{
    color: #7B7B7B;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    background: #E1EAFA4D;
    border-radius: 50px;
    margin-top: 20px;
    padding: 1rem;
    padding-right: 2.5rem;

}
.share_link > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}
.copy{
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}
.provider_image{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #C4C4C4;
}
.provider_selected{
    font-weight: 500;
}
.provider_image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
}
.provider-input{
    display: flex;
    flex-direction: column;
    column-gap: 10px;
    row-gap: 5px;
    
}
.provider-input > label{
    color: #C4C4C4;
    font-size: 14px;
    font-weight: 500;
}
.provider-input > input, .provider-input > textarea, .provider-input > select{
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    outline: none;
    padding: 10px;
}
.package_period{
    color: #7B7B7B;
    background: #E1EAFA;
    border: 1px solid #E1EAFA;
    border-radius: 8px;
    padding: 10px;
    width: 8rem;

}
.chart_container{
    width: 100%;
    height: 100px;
    margin: 0;
}
.chart_card{
    padding: 0;
}
.chart_card >.card-title-group{
    padding: 1.5rem;
}
.overlay_container{
    height: 100vh;
    width: 100vw;
    background: #00000040;
    position: fixed;
    z-index: 10000;
    top: -100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.show_overlay{
    top: 0 !important;
}
#provider-selector, .pointer{
    cursor: pointer;
}
.overlay_card{
    background: white;
    border-radius: 20px;
    max-height: 90%;
    overflow-y: scroll;
    padding: 10px;
    width: 50%;
}
.providers{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.provider_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    width: 100%;
    color: black;
    border-bottom: 1px solid rgba(196, 196, 196, 0.50);
    cursor: pointer;
}
.provider_item:hover{
    background: #0057FD;
    color: white;
    border-color: #0057FD;
}
.provider_item_details{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
.provider_item_image{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #C4C4C4;
}
.provider_item_image > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.provider_item > .ni{
    font-size: 30px;
    color: black;
}
.provider_item:hover > .ni{
    font-size: 30px;
    color: white;
}
.providers:last-child{
    border-bottom: 0 !important;
}
.providers .provider_item:last-child {
    border-bottom: 0 !important;
}
.service_nxt{
    width: 6rem;
    padding: 5px ;
    background: #0057FD;
    color: white;
    border-radius: 8px;
    border: 0;
}
.service_prv{
    width: 6rem;
    padding: 5px ;
    background: transparent;
    color: #0057FD;
    border-radius: 8px;
    border: 1px solid #0057FD;
}
.cart-container{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.back-btn{
    background: #0057FD;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 10px;
    text-align: center;
    width: 8rem;
}
.cart-icon{
    border-radius: 50%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart{
    background: #E1EAFA;

}
.cart > svg{
    fill: #0057FD;
    stroke: #0057FD;
}
.fav > svg{
    fill: #0057FD;
    stroke: white !important;
}
.cart-icon:hover{
    background: #E1EAFA;
}
.cart-icon > svg{
    width: 20px;
}

.banner > .card{
    background-color: #E0E4EE;
    background-image: url('/images/store/banner-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 17rem;
}
.banner_card > div{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #3E3E3E;
}
.banner_card > div > img{
    margin-left: auto;
}
.banner_card{
   display: flex;
   justify-content: center;
   align-items: center; 
   padding: 0 3rem;
}
.banner-title{
    font-size: 1.8rem;
    font-weight: 600;
    color: black;
    margin-top: 10px;
}
.product-title{
    font-weight: 500;
    color: black;
    margin-top: 10px;
}
.banner-desc{
    font-size: 1rem;
}
.banner-btn{
    background: #0057FD;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    margin-bottom: 10px;
}
.products-container > .card-title{
    font-size: 1.3rem;
}
.product {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #7B7B7B;
    width: 100%;
    padding-bottom: 20px;
    font-size: 12px;
	max-width: 16rem;
    overflow: hidden;
    border-radius: 10px;
	background: #fff;
}
.product-image-container{
    width: 100%;
    height: 10rem;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-image-container > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.favourite > svg{
    width: 15px;
    stroke: #130F26;
    cursor: pointer;
}
.favourite:hover > svg{
    stroke: white;
    fill: #0057FD;
}
.product-name{
    color: #1A1423;
    font-weight: 400;
	font-size: 15px;
}
.product-size{
    color: #1A1423;
    font-weight: 400;
	font-size: 11px;
    margin-top: 2px;
}
.product-price{
	color: #1A1423;
	font-weight: 800;
	font-size: 15px;
	margin-top: 15px;
    margin-bottom: 10px !important;
}
.product-details{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.product-add-btn{
    color: #828282;
    text-align: center;
    background: none;
    font-weight: 600;
    border: none;
    border-radius: 7px;
    width: 100%;
	border: 1px solid #828282;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cart-plus{
	height: 20px;
	width: 20px;
	border: 1px solid #828282;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.cart-plus-active{
	border-color: #fff !important;
	color: #fff !important;
}
.quiz-btn{
    color: white;
    text-align: center;
    background: #0057FD;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    width: -webkit-fill-available;
}
.quiz-btn:hover{
    color: white;
}
.quiz-prv-btn{
    color: #0057FD;
    text-align: center;
    background: #E1EAFA;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    width: -webkit-fill-available;
}
.quiz-prv-btn:hover{
    color: #0057FD;
}
.quiz-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    flex-grow: 1;
}
.product-added-btn{
    background: rgba(196, 196, 196, 0.50);
    color: black;

}
.product-details-container{
    display: flex;
    justify-content: center;
    align-items: stretch;
    background: transparent;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}
.product-banner{
    border-radius: 10px;
    overflow: hidden;
}
.product-banner > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.product-details-desc{
    font-size: 14px;
    color: #7B7B7B;
}
.p-details{
    position: relative;
}
.abs-favourite{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
}
.ab-favourite{
    cursor: pointer;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.prev, .next{
    border: none;
    border-radius: 5px;
    width: 30px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #0057FD;
}
.next{
    transform: rotate(180deg);
}
.rotate-90{
    transform: rotate(90deg);
    width: fit-content;
}
.quantity{
    column-gap: 5px;
    font-weight: 600;
    color: black;
}
.process-btn{
    background: #0057FD;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    border: none;
}
.process-btn:hover{
    color: white;
}
.checkout-image{
    height: 6rem;
    border: 1px solid #0057FD;
    width: 8rem;
}
.checkout-container{
    width: 100%;
    max-width: 700px;

}
.checkout-price{
    color: #0057FD;
    font-size: 10px;
    font-weight: 500;
}
.checkout-qty{
    font-size: 12;
    font-weight: 500;
	margin-left: 10px;
}
.payment-card{
    background: #FAFAFA;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10rem;
    flex-direction: column;

}
.payment-card:hover, .active-payment{
    background: #0057FD;
    border-color: #0057FD;
}
.payment-card:hover .payment-method, .active-payment .payment-method{
    background: #FFF;
}
.payment-card:hover .pota-font, .active-payment .pota-font{
    color: #0057FD;
}
.payment-card:hover .payment-name, .active-payment .payment-name{
    color: white;
}
.payment-method{
    background: black;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 30px;
}
.payment-name{
    color: #7B7B7B;
}
.delivery-title{
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.proceed{
    font-weight: 500;
}
.h-cacl{
    height: calc(100vh - 11rem)
}
.varieties-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
.size-container p, .color-container p{
    margin-bottom: 0;
    color: black;
    font-weight: 500;
}
.size-container div, .color-container div{
    column-gap: 8px;
    color: black;
    font-weight: 500;
}
.size-container  span{
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding:5px 10px;
    font-size: 11px;
    color: black;
    font-weight: 600;
    cursor: pointer;
}
.size-container  span:hover{
    background: #F6F9FE;
}
.color-container  span{
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.fav-add-btn{
    width: fit-content;
    padding: 10px 15px;
    font-size: 12px;

}
.edit-address{
    background: #0057FD;
    border: none;
    border-radius: 7px;
    padding: 3px 5px;
}
.edit-address > img{
    width: 17px;
}
.card-form label{
    color: #C4C4C4;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}
.progress-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
.progress-container div{
    background: #E1EAFA;
    height: 8px;
    border-radius: 10px;
}
.quiz-question{
    font-size: 13px;
    font-weight: 400;
}
.quiz-question span{
    font-weight: 500;
}
.option-container{
    display: flex;
    justify-content:  flex-start;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
.option{
    background: white;
    padding: 5px;
    border-radius: 8px;
    color: #000;
    border: 1px solid #C4C4C4;
    font-weight: 500; 
    flex-grow: 1;
    cursor: pointer;
}
.option:hover{
    background: #F6F9FE;
    color: #0057FD;
    border-color: #0057FD;
}
.like-container{
    background: white;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}
.like-container:hover{
    background: #F6F9FE;
    border-color: #0057FD;
}
.like-option{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    width: 100%;
}
.input-answer{
    background: white;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
}
.multioption{
    padding: 5px 130px 5px 5px;
}
.input-answer:focus{
    border-color: #0057FD;
}
#cardPayButton:disabled, #cardPayButton:disabled:hover, button:disabled, button:disabled:hover {
    background: rgba(196, 196, 196, 0.50);
    color: #000;
    cursor: not-allowed;
    border-color: rgba(196, 196, 196, 0.50);;
}
.setting-sub-title{
    color: #7B7B7B;
}
.btn-container{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;

}
.delete-acct-btn{
    color: #000;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    background: rgba(196, 196, 196, 0.50);
    padding: 10px 15px;
}
.security-title{
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.security-title > span{
    color: #0BB14B;
    background: rgba(11, 177, 75, 0.20);
    font-size: 10px;
    padding: 1px;
}
.security-desc{
    font-size: 12px;
}
.pass-btn {
    background: #0057FD;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 10px;
    text-align: center;
}
.last-change{
    color: #7B7B7B;
    font-size: 10px;
    font-style: italic;
    margin-right: 5px;
}
.active-answer{
    color: #0057FD;
    border-color: #0057FD;
    background: #F6F9FE;
}
.splide__arrow {
    display: none !important;
}
.score-progress-container{
    width: 100%;
    height: 20px;
    position: relative;
    display: flex;
    transform: bendX(90deg)
}
.inner-score-progress-container{
    height: 100%;
    border-radius: 10px;
}
.progress-1{
    background: #E81818;
    width: 35%;
}
.progress-2, .progress-4, .progress-6{
    background: #FAFAFA;
    width: 5%;
}
.progress-3{
    background: #FFD469;
    width: 18%;
}
.progress-5{
    background: #0057FD;
    width: 16%;
}
.progress-7{
    background: #20A50B;
    width: 16%;
}
.bar-wrapper{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #E1EAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    left: 30%;
}
.bar{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFF;
}
.quiz-review{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.quiz-review > div{
    border-radius: 10px;
    background: var(--FAFAFA, #FAFAFA);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
    width: 6rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #0057FD;
    font-weight: 500;
    height: 5rem;
}
.score-container >.quiz-review > .correct{
    color: white;
    background-color: #0057FD;
}
.score-percentage{
    border-radius: 10px;
    background: var(--FAFAFA, #FAFAFA);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #0057FD;
    font-weight: 500;
    width: 6rem;
    height: 5rem;
    position: relative;
    font-size: 20px;
}
.crown{
    position: absolute;
    top: -56px;
    left: -27px;
}
.crown > img{
    width: 90%;
}
.qr-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nk-block .flex-sevice_container{
    display: flex;
}
.package_list, .package-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swap-perry-btn{
	width: auto !important;
	min-width: 9rem;
}
.rounded-20{
	border-radius: 20px;
}
.swap-title-container{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #C4C4C4;
}
.alert-position{
	position: fixed;
	top: 0;
	z-index: 99999999;
	right: 0;
}
.nk-tb-item-dash:not(.nk-tb-head):hover{
    background: rgba(255, 255, 255, 0.69) !important;
    box-shadow: 0 2px 15px -4px rgba(133, 79, 255, 0.4);
}
.nk-tb-item-dash:not(.nk-tb-head){
    background: #FAFAFA !important;
	border-radius: 15px !important;
	/* overflow: hidden; */
}
.nk-tb-item-dash:not(.nk-tb-head) div{
    border-bottom: 0 !important;
	border: 0 !important;
	max-width: 10%;
    /* padding: 1rem 0.2rem; */
}
.nk-tb-list.is-separate .nk-tb-item > .nk-tb-col{
	background: transparent !important;
	box-shadow: none !important;
}
.nk-tb-list.is-separate .nk-tb-head-dash > .nk-tb-col{
	border-bottom: 1px solid #F1E7FE !important;
}
.nk-tb-list.is-separate .nk-tb-item-dash > .nk-tb-col:first-child{
	border-radius: 15px 0 0 15px !important;
}
.nk-tb-list.is-separate .nk-tb-item-dash > .nk-tb-col:last-child{
	border-radius: 0 15px 15px 0 !important;
}
.table-name{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.more-cus{
	width: 1.5rem;
    height: 2rem;
}
.agent-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid  rgba(196, 196, 196, 0.50);
}
.agent-logo{
	border: 2px solid rgba(196, 196, 196, 0.50);
}
.nk-activity-data .agent-email{
	color: #C4C4C4 !important;
}
.arrow-size{
	font-size: 2rem;
}
.agent-name{
    width: calc(100% - 50px);
}

.nk-auth-body > div{
	/* width: 60%; */
	/* margin-left: auto; */
	margin-right: auto;
}



@media screen and (max-width: 991px){
    
.multioption{ 
    padding: 5px 90px 5px 5px;
}
}
@media screen and (min-width: 1860px) {	
	.nk-auth-body > div{
		/* width: 60%; */
		/* margin-left: auto; */
		margin-right: auto;
	}
}
@media screen and (max-width: 1024px) {	
	.nk-auth-body{
		padding: 3em 4em;
	}
}
@media screen and (max-width: 991px) {
    /* .nk-chat-aside {
      width: 345px;
      border-right: 1px solid #e5e9f2;
    } */
    .nk-chat{
      /* flex-direction: column; */
    }
	.nk-auth-body{
		padding: 3em 3em;
	}
    .chatbox-title{
        display: none;
    }
    .nk-chat-aside{
        width: 100%;
    }
    .nk-chat-panel{
        flex-grow: 1;
    }
    .chat-list{  
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow-x: scroll;
        column-gap: 9px;
        margin: 10px 0;
    }
    .chat-item {
        border-radius: 50%;
    }
    .chat-list .setting-tab{
        border-radius: 10px;
    }
    .chat-list .chat-from .name {
        display: none;
    }
    .setting-inner-container{
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        margin-top: 10px;
        width: 100%;
    }
    .chat-list .setting-tab .chat-from .name {
        display: flex;
    }
    .chat-list .chat-link {
        padding: 0.75rem 0;
        width: 44px;
        height: 44px;
    }
    .chat-list .setting-tab .chat-link {
        padding: 0.75rem;
        width: fit-content;
        white-space: nowrap;
    }
    .multioption{
        padding: 5px 50px 5px 5px;
    }
}
@media screen and (min-width: 768px){
    .otp-input {
        width: 3.5rem;
        margin: 0 3px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 769px){
    .nk-split-content.nk-split-stretch.nk-auth-image {
        display: none;
    }
	.nk-auth-body{
		padding: 3em 6em;
	}
    .auth-split {
        flex-direction: column;
    }
    .nk-split-content.nk-block-area.nk-block-area-column.nk-auth-container.bg-white {
        width: 100%;
    }
    .brand-logo {
        text-align: left;
		width: 40%;
    }
    .overlay_card{
        width: 70%;
    }
    .product{
        /* width: 10rem; */
        padding: 0;
		/* max-width: 10rem; */
    }
    .sevice_container{
        grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    }
    .banner_card {
        padding: 0 1rem;
    }
    .banner-title {
        font-size: 1.3rem;
        font-weight: 600;
        color: black;
    }
    .banner-desc {
        font-size: 0.8em;
    }
    .banner-btn {
        font-size: 12px;
    }
    .products-container > .card-title {
        font-size: 1rem;
    }    
    .multioption{
        padding: 5px 1px 5px 5px;
    }
    .product-details-container{
        padding: 0;
    }
    .score-container{
        width: 80%;
    }
	.tab_button {
		padding: 9px 7px;
		font-size: 12px;
	}
	.logo-img {
		max-height: 26px !important;
	}
}

@media screen and (max-width: 480px){
    .nk-auth-body {
        padding: 20px;
    }
    .overlay_card{
        width: 90%;
    }
    
    .product{
        /* width: 48%; */
        padding: 0;
		/* max-width: 48%; */
    }
    .sevice_container{
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    }
    .sevice_container {
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 10px;
        row-gap: 20px;
    }
    .score-container{
        width: 100%;
    }
}

