.my-account-container{
    max-width: 100%;
    padding: 0;
}
.NK-form{
    margin: 0;
    position: relative;
}
.NK-form label{
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 400;
    color: var(--ajax-login-body-text-color);
    margin-bottom: 0.6rem;
}
.NK-form a.forget-password{
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #42C1C9;
}
.NK-form .NK-form-group{
    position: relative;
}
.NK-form .NK-form-group:not(:last-of-type){
    margin-bottom: 1.5rem;
}
.NK-form .NK-input::placeholder{
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
}
.NK-form .NK-input{
    border: 0.05rem solid var(--ajax-login-border-color);
    height: 2.8rem;
    padding: 0 1.6rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2rem;
    color: var(--ajax-login-body-text-color);
    margin-bottom: 0;
    box-shadow: none !important;
    width: 100% !important;
    background-color: transparent !important;
    margin: 0 !important;
}
.NK-form .NK-input:focus{
    border-color: var(--ajax-login-main-color);
}
.nk-login-radius .NK-form .NK-input,
.nk-login-radius .NK-form button.submit-form-btn{
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border-radius: 5rem;
}
.nk-login-dark-mode .NK-form .NK-input{
    background-color: var(--ajax-login-black-color);
    color: var(--ajax-login-white-color);
}
.nk-login-dark-mode section.account-login-page .ajax-form-wrapper{
    background-color: var(--ajax-login-black-color);
    -webkit-backdrop-filter: blur(.625em);
    backdrop-filter: blur(.625em);
}
.custom-radio-wrap > span.custom-radio{

    background-color: var(--ajax-login-black-color);
}
.nk-login-dark-mode .NK-show-password path{
    stroke: #FFF;
}
.NK-form .radio-wrap label{
    margin: 0;
}
.NK-form .radio-wrap .radio-item{
    margin-left: 1rem;
}
.NK-form .radio-wrap{
    display: flex;
    align-items: center;
}
.NK-button,
.NK-form button.submit-form-btn{
    color: var(--ajax-login-white-color);
    outline: none !important;
    width: 100%;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
    border: 0.05rem solid var(--ajax-login-main-color);
    background-color: var(--ajax-login-main-color);
    color: var(--ajax-login-white-color);
    margin: 0;
    text-transform: initial;
}
.NK-button{
    width: max-content;
    max-width: 100%;
    gap: 0.5rem
}
.NK-button span.icon{
    display: flex;
}
.NK-button:hover{
    background-color: var(--ajax-login-white-color);
    color: var(--ajax-login-main-color);
}
.NK-form button.submit-form-btn{
    height: 2.5rem;
    width: auto;
    padding: 0 1.5rem;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.NK-form .NK-form-input{
    position: relative;
}
.NK-form .NK-form-error-mess{
    background-color: var(--ajax-login-error-color);
    border-radius: 1rem;
    color: var(--ajax-login-white-color);
    box-sizing: border-box;
    line-height: normal;
    height: calc(100% - 0.5rem);
    text-align: left;
    margin: 0;
    padding-left: 0.8rem;
    padding-right: 1.8rem;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    opacity: 0;
    transform: translateY(-100%);
    position: absolute;
    pointer-events: none;
    z-index: 8;
    left: 0.25rem;
    right: 0.25rem;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.NK-form .NK-form-error-mess .content-error{
    font-size: 0.7rem;
    flex-grow: 1;
    width: max-content;
    display: inline-block;
}
.NK-form .invalid .NK-form-error-mess{
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: all;
    cursor: pointer;
    top: 50%;
}
.NK-form .invalid .NK-form-error-mess:after{
    position: absolute;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    top: 50%;
    right: 0.6rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNyAxTDEgNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03IDdMMSAxIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: cover;
}
.NK-form.is-submitting{
    pointer-events: none !important;
}
.NK-form.is-submitting > div{
    filter: blur(0.2rem);
}
.NK-form.is-submitting:before{
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    content: '';
    z-index: 8;
    border: 0.25rem solid var(--ajax-login-border-color);
    border-bottom-color: var(--ajax-login-main-color);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    left: calc(50% - 1.75rem);
    top: calc(50% - 1.75rem);
}
.NK-form .form-respond-output{
    border-radius: 0.25rem;
    font-size: 0.8rem;
    width: 100%;
    margin-top: 1rem;
    color: var(--ajax-login-white-color);
    padding: 0.2rem 0.8rem;
    text-align: center;
    display: none;
}
.form-respond-warning{
    border-radius: 0.25rem;
    font-size: 0.8rem;
    width: 100%;
    margin-top: 1rem;
    color: var(--ajax-login-white-color);
    padding: 0.2rem 0.8rem;
    text-align: center;
    background-color: var(--ajax-login-warning-color);
    display: block;
}
.NK-form.is-failed .form-respond-output{
    background-color: var(--ajax-login-error-color);
    display: block;
}
.NK-form.is-success .form-respond-output{
    background-color: var(--ajax-login-success-color);
    display: block;
}
section.account-login-page{
    padding: 5rem 0;
    background: #F1FBFB;
}
section.account-login-page .ajax-form-wrapper{
    width: 40rem;
    max-width: calc(100% - 1.5rem);
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 3.5rem;
}
section.account-login-page .ajax-form-wrapper.smaller-form{
    width: 35rem;
}
.ajax-form-title{
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0C1F75;
    margin-bottom: 1.8rem;
    font-family: Lora;
}
.ajax-form-desc{
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 600;
    color: var(--ajax-login-body-text-color);
    margin-bottom: 0.5rem;
}
section.account-login-page .ajax-form-wrapper .ajax-form-redirect{
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: 500;
    color: var(--ajax-login-body-text-color);
    margin-bottom: 1.5rem;
}
.text-center{
    text-align: center;
}
.d-flex{
    display: flex;
}
.ai-center{
    align-items: center;
}
.jc-between{
    justify-content: space-between;
}
.m-0{
    margin: 0 !important;
}
.custom-radio-wrap > input[type='radio'],
.custom-radio-wrap > input[type='checkbox']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.custom-radio-wrap{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.custom-radio-wrap > span.custom-radio{
    width: 1.2rem;
    height: 1.2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0.05rem solid var(--ajax-login-main-color);
    position: relative;
    background-color: var(--ajax-login-white-color);
    display: flex;
    margin-right: 0.6rem
}
.custom-radio-wrap > span.custom-radio:before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    border: 0.35rem solid var(--ajax-login-main-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom-radio-wrap > input:checked+span.custom-radio:before{
    opacity: 1;
}
.mt-2{
    margin-top: 1rem;
}
.mt-4{
    margin-top: 2rem;
}
.NK-show-password{
    position: absolute;
    top: 50%;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}
.NK-show-password.active:before{
    width: 110%;
    height: 0.075rem;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    background-color: var(--ajax-login-body-text-color);
    transform: translate(-50%, -50%) rotateZ(30deg);
}

.NK-result-notify .notify-circle-icon{
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: auto auto 2.5rem;
}
.NK-result-notify.error .notify-circle-icon{
    border: 0.1rem solid red;
}
.NK-result-notify.success-box .notify-circle-icon{
    border: 0.1rem solid green;
}
.NK-result-notify .NK-notify-title{
    color: var(--ajax-login-body-text-color);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.NK-result-notify .NK-notify-message{
    font-size: 0.8rem;
    color: var(--ajax-login-body-text-color);
    font-weight: 400;
}
.NK-result-notify .NK-notify-message b{
    font-size: 1rem;
    font-weight: 600;
}
.NK-result-notify.success-box .NK-notify-message a{
    text-decoration: underline;
    font-weight: 600;
    color: var(--ajax-login-body-text-color);
}
.NK-result-notify.success-box .NK-notify-message{
    font-size: 0.9rem;
}
.NK-socials-login{
    text-align: center;
}
.NK-socials-login .log-options{
    margin-top: 1rem !important;
    justify-content: center;
}
.NK-socials-login .log-options .nsl-button-label-container{
    display: none !important;
}
.NK-socials-login .log-options .nsl-container .nsl-container-buttons > a{
    margin: 0 !important;
}
.NK-socials-login .log-options .nsl-container .nsl-container-buttons{
    grid-template-columns: unset;
    padding: 0 !important;
}
.NK-socials-login .log-options .nsl-button{
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    width: 2.7rem !important;
    height: 2.7rem !important;
    padding: 0.6rem;
    border: 0.05rem solid #E2E2E2
}
.NK-socials-login .log-options .nsl-button .nsl-button-svg-container > svg{
    width: 100%;
    height: 100%;
}
.NK-socials-login .log-options .nsl-button .nsl-button-svg-container{
    padding: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.NK-my-account{
    display: flex;
}
.NK-my-account .NK-my-account-nav-wrap{
    flex: 0 0 auto;
    width: 35%;
    padding: 0;
    background: var(--2_E3F6F7, #E3F6F7);
    Colors
    Color format
    Hex
    Background colors

    2_E3F6F7


    Export






    Toolbelt Mode

    Draw

    Design mode

    Dev Mode;
    padding-left: 16rem;
    padding-top: 6.3rem;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-information{
    text-align: left;
    padding: 0 0 1rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar{
    margin-bottom: 0.6rem;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar img{
    width: 7.25rem;
    height: 7.25rem;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-information h1.my-account-name{
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0.6rem 0 0 0;
    word-break: break-word;
    color: var(--20-c-1-f-75, #0C1F75);
    font-family: Lora;
    font-weight: 600;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav{
    list-style: none;
    margin: 0;
    padding: 0;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link{
    margin: 0;
    padding: 0;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav > li.NK-my-account-nav-link+li.NK-my-account-nav-link{
    margin-top: 0;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a{
    color: #000;
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0;
    padding: 0.9rem 0;
    border-right: 3px solid var(--1_42C1C9, #42C1C9);
    Colors
    Color format
    Hex
    Border colors

    1_42C1C9

    Selection colors

    1_42C1C9


    Assets
    Icons


    Outlined / People / User
    24 x 24 (px)

Export






Toolbelt Mode

Draw

Design mode

Dev Mode;
    border-color: transparent;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a > svg{
    width: 1.2rem;
    height: 1.2rem;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a > svg,
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a > svg path{
    transition: all 0.4s;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:after{
    position: relative;
    display: block;
    margin-left:  auto;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTJIMjAuMjUiIHN0cm9rZT0iIzI3MkQzNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTMuNSA1LjI1TDIwLjI1IDEyTDEzLjUgMTguNzUiIHN0cm9rZT0iIzI3MkQzNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat !important;
    background-size: cover !important;
    width: 1.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    transform: unset;
    bottom: unset;
    left: unset;
    content: '';
    transition: all 0.4s;
    display: none;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:hover:after,
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link.is-active > a:after{
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:hover,
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link.is-active > a{border-color: #42C1C9;color: #42C1C9;}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:hover path, .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link.is-active > a path{
    stroke: #42C1C9;
}
.NK-my-account .NK-my-account-content{
    width: 65%;
    padding-right: 16rem;
    padding-left: 4.9rem;
    padding: 6.3rem 16rem 5rem 4.9rem;
}
.NK-my-account .NK-my-account-content #NK-reset-form{
    width: 50%;
}
#NK-update-profile-form{
    display: flex;
    align-items: flex-start;
}
#NK-update-profile-form .avatar-wrap label{
    position: relative;
    width: 7.2rem;
    height: 7.2rem;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0;
    cursor: pointer;
}
#NK-update-profile-form .avatar-wrap label img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#NK-update-profile-form .avatar-wrap .avatar-overlay{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#NK-update-profile-form .avatar-wrap input{
    display: none !important;
}
#NK-update-profile-form .avatar-wrap .avatar-overlay:hover{
    opacity: 1;
}
#NK-update-profile-form .avatar-wrap{
    margin-right: 2.4rem;
}
#NK-update-profile-form .form-fields-wrap{
    flex-grow: 1;
}
.NK-my-account-inner{
    background-color: #FFF;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}
.NK-order-item{
    display: flex;
    box-shadow: 0 0 0.25rem #dedede;
    margin-bottom: 1rem;
    padding: 0.8rem;
}
.NK-order-item .order-item-thumbnail{
    width: 20%;
    padding-right: 0.8rem;
    border-right: 0.05rem solid #dedede;
}
.NK-order-item .order-item-actions{
    width: 20%;
    padding-left: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.NK-order-item .order-item-actions > a{
    margin: 0.4rem 0;
}
.NK-order-item .order-item-details{
    flex-grow: 1;
    padding: 0 0.8rem;
    border-right: 0.05rem solid #dedede;
}
.NK-order-item .order-item-details table{
    border: none !important;
    margin: 0;
}
.NK-order-item .order-item-details h3.order-id{
    font-size: 1rem;
    color: #000;
    margin-bottom: 0.6rem;
}
.NK-order-item .order-item-details table th{
    padding: 0.4rem 0.8rem 0.4rem 0;
    border: none;
    text-transform: unset;
    color: #000;
    width: 50%;
    border-bottom: 0.05rem solid #dedede;
}
.NK-order-item .order-item-details table td{
    padding: 0 0 0 0.8rem;
    border: none;
    color: var(--ajax-login-main-color);
    border-bottom: 0.05rem solid #dedede;
}
.NK-order-item .order-item-details table tr.order-status span{
    width: 5rem;
    text-align: center;
    padding: 0 0.5rem;
    font-size: 0.7rem;
    line-height: 1.2rem;
    font-weight: 500;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border-radius: 5rem;
    color: #FFF;
    display: block;
}
.NK-order-item .order-item-details table tr.order-status span.pending{
    background: #FFA500;
}
.NK-order-item .order-item-details table tr.order-status span.success{
    background: var(--ajax-login-success-color);
}
.NK-order-item .order-item-details table tr.order-status span.cancel{
    background: #808080;
}
.NK-order-item .order-item-details table tr.order-status span.failed{
    background: var(--ajax-login-error-color);
}
.NK-order-item .order-item-details table tr.order-status span.processing:after,
.NK-order-item .order-item-details table tr.order-status span.processing:before{
    display: none;
}
.NK-order-item .order-item-details table tr.order-status span.processing{
    background: #0000FF;
}
.NK-forms-popup{
    opacity: 0;
    visibility: hidden !important;
    pointer-events: none !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.NK-forms-popup .bg-close{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.8;
}
.NK-forms-popup .NK-popup-inner{
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.NK-forms-popup .NK-popup-inner{
    width: 36rem;
    max-width: 100%;
    box-shadow: 0 0.2rem 1rem 0 #1477C014;
    background-color: var(--ajax-login-white-color);
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 3.5rem;
}
.nk-login-radius .NK-forms-popup .NK-popup-inner{
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}
.NK-forms-popup .NK-popup-inner .popup-tabs-wrap{
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.NK-forms-popup .NK-popup-inner .popup-tabs-wrap .popup-item{
    width: 100%;
    min-width: 100%;
    display: none;
}
.NK-forms-popup .NK-popup-inner .popup-tabs-wrap .popup-item.is-active{
    display: block;
    animation: NK-fade-up 1s;
}
.NK-forms-popup .NK-form .NK-form-group:not(.signup-gender) label{
    display: none !important;
}
.NK-forms-popup .NK-form .NK-form-group:not(:last-of-type){
    margin-bottom: 1rem;
}
@keyframes NK-fade-up {
    from{
        opacity: 0;
        transform: translateY(2rem);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.NK-forms-popup .popup-navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.NK-forms-popup .popup-navigation > div{
    color: var(--ajax-login-black-color);
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: 700;
    cursor: pointer;
}
.NK-forms-popup .ajax-form-desc{
    margin-bottom: 1.5rem;
}
.socials-login-heading{
    color: var(--ajax-login-black-color);
    font-weight: 700;
    margin-bottom: 0;
}
.ui-datepicker{
    background: #FFF;
    z-index: 9999 !important;
    box-shadow: 0 0 0.6rem 0 #c3c3c3;
}
.ui-datepicker .ui-datepicker-header{
    display: flex;
    align-items: center;
    padding: 0.5rem 0.2rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span{
    display: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 0.6rem !important;
    width: 0.35rem !important;
    padding: 0.7rem 0.6rem;
    margin: 0 !important;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
    filter: brightness(0);
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next{
    order: 3;
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 0.6rem !important;
    width: 0.4rem !important;
    padding: 0.7rem 0.6rem;
    margin: 0 !important;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
    filter: brightness(0);
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title{
    display: flex;
    flex-grow: 1;
    gap: 0.4rem
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title > select{
    margin-bottom: 0;
    font-size: 0.65rem;
    line-height: 1.2rem;
    flex-grow: 1;
    height: 1.8rem;
    padding: 0 1rem 0 0.5rem;
}
.ui-datepicker .ui-datepicker-calendar{
    padding: 0.2rem;
    margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-calendar thead th{
    color: #000;
    font-size: 0.6rem;
    font-weight:700;
    line-height: 0.8rem;
    text-align: center;
    padding: 0.2rem;
    border: none;
}
.ui-datepicker .ui-datepicker-calendar tbody td{
    border: 0.05rem solid #FFF;
    padding: 0;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1rem;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar tbody td > a{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.4rem;
    aspect-ratio: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today > a{
    color: #FFF;
    background: #a7a7a7;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day > a,
.ui-datepicker .ui-datepicker-calendar tbody td:hover > a{
    color: #FFF !important;
    background: var(--ajax-login-main-color);
}
.NK-forms-popup.is-active{
    opacity: 1;
    visibility: unset !important;
    pointer-events: unset !important;
}
.NK-forms-popup.is-active .NK-popup-inner{
    transform: translate(-50%, -50%) scale(1);
}
.my-account-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding-bottom: 0.6rem;
    margin-bottom: 1.2rem;
}
.my-account-heading .NK-button{
    flex: 0 0 auto;
}
.my-account-heading h1{
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--ajax-login-main-color);
    margin: 0;
}
.NK-orders-list.woo-orders{
    box-shadow: 0 0 1rem 0 #d4d4d4;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.NK-orders-list.woo-orders .order-item-row,
.NK-orders-list.woo-orders .order-list-title{
    display: flex;
}
.NK-orders-list.woo-orders .order-list-title{
    background-color: var(--ajax-login-main-color);
    color: #FFF;
    text-align: center;
}
.NK-orders-list.woo-orders .order-item-column{
    min-height: 2.5rem;
    padding: 0.6rem 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.NK-orders-list.woo-orders .order-list-title .order-item-column{
    border-right: 0.05rem solid rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 400;
}
.NK-orders-list.woo-orders .order-list .order-item-column{
    border-right: 0.05rem solid rgb(213, 213, 213);
}
.NK-orders-list.woo-orders .order-item-column:nth-child(1){
    width: 10%;
}
.NK-orders-list.woo-orders .order-item-column:nth-child(2){
    width: 20%;
}
.NK-orders-list.woo-orders .order-item-column:nth-child(3){
    width: 20%;
}
.NK-orders-list.woo-orders .order-item-column:nth-child(4){
    width: 30%;
}
.NK-orders-list.woo-orders .order-item-column:nth-child(5){
    width: 20%;
}
.NK-orders-list.woo-orders .order-item-column .title{
    display: none;
}
.NK-orders-list.woo-orders .order-item-column .value > a.text-primary{
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--ajax-login-main-color);
}
.NK-orders-list.woo-orders .order-item-column .value{
    color: #333;
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: 400;
}
.NK-orders-list.woo-orders .order-item:nth-of-type(even){
    background-color: #f1f1f1;
}
.NK-order-details .order-details-table{
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0 1rem 0 #d4d4d4;
}
.NK-order-details .order-details-table thead th{
    background: var(--ajax-login-main-color);
    padding: 0.6rem 1.6rem;
    color: #FFF;
    border-bottom: none;
    text-align: right;
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 400;
    text-transform: initial;
}
.NK-order-details .order-details-table thead th.product-name{
    border-right: 0.05rem solid rgba(255, 255, 255, 0.6);
    text-align: left;
}
.NK-order-details .order-details-table tbody td{
    padding: 0.6rem 1.6rem;
    border-bottom: none;
    background: #FFF;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #333;
}
.NK-order-details .order-details-table tbody td:first-of-type{
    border-right: 0.05rem solid rgb(213, 213, 213);
    width: 66%;
}
.NK-order-details .order-details-table tfoot th{
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: 700;
    color: #333;
    text-transform: initial;
    border: none;
    padding: 0.3rem 0.6rem 0.3rem 1.6rem;
}
.NK-order-details .order-details-table tfoot td{
    border: none;
    padding: 0.3rem 1.6rem 0.3rem 0.6rem;
    text-align: right;
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: 400;
    color: #333;
}
.NK-order-details .order-details-table tfoot .order_total td{
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.NK-order-details .order-details-table tfoot tr:first-of-type > *{
    border-top: 0.05rem solid rgb(213, 213, 213);
    padding-top: 0.8rem;
}
.NK-order-details .order-details-table tfoot tr:last-of-type > *{
    padding-bottom: 0.8rem;
}
.NK-order-details .order-addresses{
    margin-top: 2rem;
}
.NK-order-details .order-addresses ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.NK-order-details .order-addresses ul > li{
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: rgb(142, 142, 142);
    margin-bottom: 0.4rem;
}
.NK-order-details .order-addresses ul > li > strong{
    color: #333;
}
span.NK-order-status{
    margin-right: auto;
    display: flex;
    width: max-content;
    padding: 0.3rem 0.9rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: 400;
    color: #FFF;
    font-weight: 700;
}
span.NK-order-status.is-pending{
    background-color: #f0ad4e;
}
span.NK-order-status.is-on-hold{
    background: #f7b924;
}
span.NK-order-status.is-refunded{
    background: #ab47bc;
}
span.NK-order-status.is-completed{
    background: var(--ajax-login-success-color);
}
span.NK-order-status.is-cancelled{
    background: #6c757d;
}
span.NK-order-status.is-failed{
    background: var(--ajax-login-error-color);
}
span.NK-order-status.is-processing{
    background: #5bc0de;
}
.NK-order-details .my-account-heading h1{
    width: max-content;
    max-width: 70%;
}
.NK-notify-box .notify-text{
    padding: 0.5rem 1rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background-color: #fff;
    font-size: 0.9rem;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
}
.NK-notify-box .notify-text:before{
    position: relative;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    min-width: 1.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: '';
    margin-right: 0.5rem;
}
.NK-notify-box .notify-text.error-type{
    background-color: #ffeeee;
    color: #eb0000;
}
.NK-notify-box .notify-text.success-type{
    background-color: #f7fff7;
    color: #069206;
}
.NK-notify-box .notify-text.warning-type{
    background-color: #fffdf6;
    color: #f6c50d;
}
.NK-notify-box .notify-text.success-type:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIuMjVDMTAuMDcxNiAyLjI1IDguMTg2NTcgMi44MjE4MyA2LjU4MzE5IDMuODkzMTdDNC45Nzk4MiA0Ljk2NDUyIDMuNzMwMTMgNi40ODcyNiAyLjk5MjE4IDguMjY4ODRDMi4yNTQyMiAxMC4wNTA0IDIuMDYxMTQgMTIuMDEwOCAyLjQzNzM1IDEzLjkwMjFDMi44MTM1NSAxNS43OTM0IDMuNzQyMTUgMTcuNTMwNyA1LjEwNTcxIDE4Ljg5NDNDNi40NjkyOCAyMC4yNTc5IDguMjA2NTYgMjEuMTg2NSAxMC4wOTc5IDIxLjU2MjdDMTEuOTg5MiAyMS45Mzg5IDEzLjk0OTYgMjEuNzQ1OCAxNS43MzEyIDIxLjAwNzhDMTcuNTEyNyAyMC4yNjk5IDE5LjAzNTUgMTkuMDIwMiAyMC4xMDY4IDE3LjQxNjhDMjEuMTc4MiAxNS44MTM0IDIxLjc1IDEzLjkyODQgMjEuNzUgMTJDMjEuNzQ3IDkuNDE1MDYgMjAuNzE4OCA2LjkzNjg0IDE4Ljg5MSA1LjEwOTAxQzE3LjA2MzIgMy4yODExOCAxNC41ODQ5IDIuMjUyOTkgMTIgMi4yNVYyLjI1Wk0xNi42NDM2IDEwLjI5MjdMMTEuMTQzMSAxNS41NDI3QzExLjAwMzIgMTUuNjc1OCAxMC44MTc2IDE1Ljc1IDEwLjYyNDUgMTUuNzVDMTAuNDMxNSAxNS43NSAxMC4yNDU4IDE1LjY3NTggMTAuMTA2IDE1LjU0MjdMNy4zNTY0NSAxMi45MTc3QzcuMjEyOCAxMi43ODAxIDcuMTI5NjUgMTIuNTkxMSA3LjEyNTI0IDEyLjM5MjNDNy4xMjA4NCAxMi4xOTM0IDcuMTk1NTUgMTIuMDAwOSA3LjMzMjk3IDExLjg1NzFDNy40NzAzOCAxMS43MTMzIDcuNjU5MjcgMTEuNjI5OSA3Ljg1ODEzIDExLjYyNTJDOC4wNTY5OSAxMS42MjA2IDguMjQ5NTYgMTEuNjk1IDguMzkzNTYgMTEuODMyM0wxMC42MjQ1IDEzLjk2MjlMMTUuNjA2NCA5LjIwNzI4QzE1Ljc1MDQgOS4wNzAwNCAxNS45NDMgOC45OTU1OCAxNi4xNDE5IDkuMDAwMjNDMTYuMzQwNyA5LjAwNDg5IDE2LjUyOTYgOS4wODgyOCAxNi42NjcgOS4yMzIxQzE2LjgwNDUgOS4zNzU5MiAxNi44NzkyIDkuNTY4NDEgMTYuODc0OCA5Ljc2NzI3QzE2Ljg3MDQgOS45NjYxNCAxNi43ODcyIDEwLjE1NTEgMTYuNjQzNiAxMC4yOTI3VjEwLjI5MjdaIiBmaWxsPSIjMDY5MjA2Ii8+Cjwvc3ZnPgo=");
}
.NK-notify-box .notify-text.warning-type:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIuMjVDMTAuMDcxNiAyLjI1IDguMTg2NTcgMi44MjE4MyA2LjU4MzE5IDMuODkzMTdDNC45Nzk4MiA0Ljk2NDUxIDMuNzMwMTMgNi40ODcyNiAyLjk5MjE4IDguMjY4ODRDMi4yNTQyMiAxMC4wNTA0IDIuMDYxMTQgMTIuMDEwOCAyLjQzNzM1IDEzLjkwMjFDMi44MTM1NSAxNS43OTM0IDMuNzQyMTUgMTcuNTMwNyA1LjEwNTcxIDE4Ljg5NDNDNi40NjkyOCAyMC4yNTc5IDguMjA2NTYgMjEuMTg2NSAxMC4wOTc5IDIxLjU2MjdDMTEuOTg5MiAyMS45Mzg5IDEzLjk0OTYgMjEuNzQ1OCAxNS43MzEyIDIxLjAwNzhDMTcuNTEyNyAyMC4yNjk5IDE5LjAzNTUgMTkuMDIwMiAyMC4xMDY4IDE3LjQxNjhDMjEuMTc4MiAxNS44MTM0IDIxLjc1IDEzLjkyODQgMjEuNzUgMTJDMjEuNzQ3MSA5LjQxNTAzIDIwLjcxODkgNi45MzY3OCAxOC44OTExIDUuMTA4OTNDMTcuMDYzMiAzLjI4MTA4IDE0LjU4NSAyLjI1MjkyIDEyIDIuMjVWMi4yNVpNMTEuMjUgNy41QzExLjI1IDcuMzAxMDkgMTEuMzI5IDcuMTEwMzIgMTEuNDY5NyA2Ljk2OTY3QzExLjYxMDMgNi44MjkwMiAxMS44MDExIDYuNzUgMTIgNi43NUMxMi4xOTg5IDYuNzUgMTIuMzg5NyA2LjgyOTAyIDEyLjUzMDMgNi45Njk2N0MxMi42NzEgNy4xMTAzMiAxMi43NSA3LjMwMTA5IDEyLjc1IDcuNVYxMi43NUMxMi43NSAxMi45NDg5IDEyLjY3MSAxMy4xMzk3IDEyLjUzMDMgMTMuMjgwM0MxMi4zODk3IDEzLjQyMSAxMi4xOTg5IDEzLjUgMTIgMTMuNUMxMS44MDExIDEzLjUgMTEuNjEwMyAxMy40MjEgMTEuNDY5NyAxMy4yODAzQzExLjMyOSAxMy4xMzk3IDExLjI1IDEyLjk0ODkgMTEuMjUgMTIuNzVWNy41Wk0xMiAxNy4yNUMxMS43Nzc1IDE3LjI1IDExLjU2IDE3LjE4NCAxMS4zNzUgMTcuMDYwNEMxMS4xOSAxNi45MzY4IDExLjA0NTggMTYuNzYxMSAxMC45NjA2IDE2LjU1NTVDMTAuODc1NSAxNi4zNSAxMC44NTMyIDE2LjEyMzggMTAuODk2NiAxNS45MDU1QzEwLjk0IDE1LjY4NzMgMTEuMDQ3MiAxNS40ODY4IDExLjIwNDUgMTUuMzI5NUMxMS4zNjE4IDE1LjE3MjIgMTEuNTYyMyAxNS4wNjUgMTEuNzgwNSAxNS4wMjE2QzExLjk5ODggMTQuOTc4MiAxMi4yMjUgMTUuMDAwNSAxMi40MzA1IDE1LjA4NTZDMTIuNjM2MSAxNS4xNzA4IDEyLjgxMTggMTUuMzE1IDEyLjkzNTQgMTUuNUMxMy4wNTkgMTUuNjg1IDEzLjEyNSAxNS45MDI1IDEzLjEyNSAxNi4xMjVDMTMuMTI1IDE2LjQyMzQgMTMuMDA2NSAxNi43MDk1IDEyLjc5NTUgMTYuOTIwNUMxMi41ODQ1IDE3LjEzMTUgMTIuMjk4NCAxNy4yNSAxMiAxNy4yNVoiIGZpbGw9IiNGNkM1MEQiLz4KPC9zdmc+Cg==");
}
.NK-notify-box .notify-text.error-type:before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIuMjVDMTAuMDcxNiAyLjI1IDguMTg2NTcgMi44MjE4MyA2LjU4MzE5IDMuODkzMTdDNC45Nzk4MiA0Ljk2NDUyIDMuNzMwMTMgNi40ODcyNiAyLjk5MjE4IDguMjY4ODRDMi4yNTQyMiAxMC4wNTA0IDIuMDYxMTQgMTIuMDEwOCAyLjQzNzM1IDEzLjkwMjFDMi44MTM1NSAxNS43OTM0IDMuNzQyMTUgMTcuNTMwNyA1LjEwNTcxIDE4Ljg5NDNDNi40NjkyOCAyMC4yNTc5IDguMjA2NTYgMjEuMTg2NSAxMC4wOTc5IDIxLjU2MjdDMTEuOTg5MiAyMS45Mzg5IDEzLjk0OTYgMjEuNzQ1OCAxNS43MzEyIDIxLjAwNzhDMTcuNTEyNyAyMC4yNjk5IDE5LjAzNTUgMTkuMDIwMiAyMC4xMDY4IDE3LjQxNjhDMjEuMTc4MiAxNS44MTM0IDIxLjc1IDEzLjkyODQgMjEuNzUgMTJDMjEuNzQ3IDkuNDE1MDYgMjAuNzE4OCA2LjkzNjg0IDE4Ljg5MSA1LjEwOTAxQzE3LjA2MzIgMy4yODExOCAxNC41ODQ5IDIuMjUyOTkgMTIgMi4yNVYyLjI1Wk0xNS41MzAzIDE0LjQ2OTdDMTUuNiAxNC41MzkzIDE1LjY1NTQgMTQuNjIyIDE1LjY5MzIgMTQuNzEzQzE1LjczMSAxNC44MDQgMTUuNzUwNCAxNC45MDE2IDE1Ljc1MDUgMTUuMDAwMkMxNS43NTA1IDE1LjA5ODcgMTUuNzMxMiAxNS4xOTYzIDE1LjY5MzUgMTUuMjg3NEMxNS42NTU4IDE1LjM3ODQgMTUuNjAwNSAxNS40NjEyIDE1LjUzMDggMTUuNTMwOEMxNS40NjEyIDE1LjYwMDUgMTUuMzc4NCAxNS42NTU4IDE1LjI4NzQgMTUuNjkzNUMxNS4xOTYzIDE1LjczMTIgMTUuMDk4NyAxNS43NTA1IDE1LjAwMDIgMTUuNzUwNUMxNC45MDE2IDE1Ljc1MDQgMTQuODA0MSAxNS43MzEgMTQuNzEzIDE1LjY5MzJDMTQuNjIyIDE1LjY1NTQgMTQuNTM5MyAxNS42IDE0LjQ2OTcgMTUuNTMwM0wxMiAxMy4wNjA1TDkuNTMwMjggMTUuNTMwM0M5LjM4OTU5IDE1LjY3MDcgOS4xOTg5MiAxNS43NDk1IDkuMDAwMTcgMTUuNzQ5NEM4LjgwMTQyIDE1Ljc0OTIgOC42MTA4MyAxNS42NzAyIDguNDcwMyAxNS41Mjk3QzguMzI5NzYgMTUuMzg5MiA4LjI1MDc1IDE1LjE5ODYgOC4yNTA2NSAxNC45OTk4QzguMjUwNTQgMTQuODAxMSA4LjMyOTM0IDE0LjYxMDQgOC40Njk3MyAxNC40Njk3TDEwLjkzOTUgMTJMOC40Njk3MyA5LjUzMDI3QzguMzI5MzQgOS4zODk1OCA4LjI1MDU0IDkuMTk4OTIgOC4yNTA2NSA5LjAwMDE3QzguMjUwNzUgOC44MDE0MSA4LjMyOTc2IDguNjEwODMgOC40NzAzIDguNDcwMjlDOC42MTA4MyA4LjMyOTc1IDguODAxNDIgOC4yNTA3NSA5LjAwMDE3IDguMjUwNjRDOS4xOTg5MiA4LjI1MDU0IDkuMzg5NTkgOC4zMjkzNCA5LjUzMDI4IDguNDY5NzNMMTIgMTAuOTM5NUwxNC40Njk3IDguNDY5NzNDMTQuNjEwNCA4LjMyOTM0IDE0LjgwMTEgOC4yNTA1NCAxNC45OTk4IDguMjUwNjRDMTUuMTk4NiA4LjI1MDc1IDE1LjM4OTIgOC4zMjk3NSAxNS41Mjk3IDguNDcwMjlDMTUuNjcwMyA4LjYxMDgzIDE1Ljc0OTMgOC44MDE0MSAxNS43NDk0IDkuMDAwMTdDMTUuNzQ5NSA5LjE5ODkyIDE1LjY3MDcgOS4zODk1OCAxNS41MzAzIDkuNTMwMjdMMTMuMDYwNiAxMkwxNS41MzAzIDE0LjQ2OTdaIiBmaWxsPSIjRUIwMDAwIi8+Cjwvc3ZnPgo=");
}
.header-account-item .sub-menu {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.4s;
    transform: translateY(2rem);
    opacity: 0;
    background-color: #FFF;
    z-index: 99;
    pointer-events: none;
    box-shadow: 0 0 0.6rem 0 #c3c3c3;
    width: max-content;
    max-width: 14rem;
}
.header-account-item:hover .sub-menu{
    transform: translateY(0);
    opacity: 1;
    pointer-events: unset;
}
.header-account-item .sub-menu > li{
    margin: 0;
    padding: 0;
}
.header-account-item .sub-menu > li > a{
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #333;
    padding: 0.6rem 0.8rem;
    gap: 0.6rem;
    transition: all 0.4s;
}
.header-account-item .sub-menu > li > a > svg{
    width: 1rem;
    height: 1rem;
}
.header-account-item .sub-menu > li > a path{
    transition: all 0.4s;
}
.header-account-item .sub-menu > li+li > a{
    border-top: 0.05rem solid var(--ajax-login-border-color);
}
.header-account-item .sub-menu > li > a:hover{
    color: var(--ajax-login-main-color);
}
.header-account-item .sub-menu > li > a:hover path{
    stroke: var(--ajax-login-main-color);
}
.col.large-6.medium-6.NK-form-group.signup-phone {
    display: none;
}
.nk-password-wrapper {
    width: 100%;
}

form#NK-login-form {}

form#NK-login-form a.NK-show-password {
    display: none;
}

.toggle-password-wrapper.active:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 94%;
    background: #333;
    transform: translate(-50%, -50%) rotate(
            317deg);
}

.content_form {
    color: var(--text-333333, #333);
    font-size: 0.8rem;
}

.content_form a {
    color: var(--1_42C1C9, #42C1C9);
    transition: .4s all;
}

.content_form a:hover {
    text-decoration: underline;
}

.NK-form .NK-input:focus {border-color: #42C1C9;color: #42C1C9;}

.NK-form button.submit-form-btn:hover {
    background: var(--20-c-1-f-75, #0C1F75);
}

form#NK-login-form button.submit-form-btn {
    margin: auto;
}
.page-template-register section.account-login-page .ajax-form-wrapper {
    width: 57rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

form#NK-signup-form button.submit-form-btn {margin: auto;}

.signup-gender {flex-wrap: wrap;}

.signup-gender>label {
    width: 100%;
}

.NK-form .radio-wrap label+.radio-item {
    margin-left: 0;
}

.page-template-register .content.bottom.content_form {
    text-align: center;
}
.mentor_register .ajax-form-wrapper {padding: 2.5rem 4.5rem !important;}

.mentor_register  h1.ajax-form-title {
    margin-bottom: 1rem;
}

.mentor_register  .content_form.top.text-center {
    font-size: 0.9rem;
}

h3.section-title {
    color: var(--20-c-1-f-75, #0C1F75);
    text-overflow: ellipsis;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: Lora;
    padding-left: .75rem;
    position: relative;
    line-height: 1.3;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

h3.section-title:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #42C1C9;
    left: 0;
}

.account-login-page .col {
    padding-bottom: 0;
}

.form-section .row {
    margin: 0 -15px;
    width: auto;
    min-width: 100%;
}

.nk-login-radius .NK-form textarea.NK-input {border-radius: 1rem;padding: 1rem 1.6rem;}

.scholarship-entry {
    border-radius: 1rem;
    border: 1px solid rgba(66, 193, 201, 0.30);
    padding: 1.5rem;
}

.scholarship-entry label {
    font-weight: 600;
    font-family: Montserrat;
}

button.upload-document-btn {
    height: 2.8rem;
    border: 1px solid var(--1_42C1C9, #42C1C9);
    Colors
    Color format
    Hex
    Border colors

    1_42C1C9

    Selection colors

    1_42C1C9


    Assets
    Icons


    UploadSimple
    24â€‰xâ€‰24 (px)

Export






Toolbelt Mode

Draw

Design mode

Dev Mode;
    border-radius: 100px;
    color: var(--1_42C1C9, #42C1C9);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: unset;
    padding: 0 1.5rem;
}

.scholarship-entry+.scholarship-entry {
    margin-top: 1rem;
}

button.remove-scholarship-btn {
    float: right;
    font-size: 0.75rem;
    padding: 0;
    margin: 0;
    line-height: 1;
    min-height: unset;
    margin-bottom: 1.6rem;
}

button.add-scholarship-btn {
    float: right;
    padding: 0;
    margin: 0;
    color: var(--1_42C1C9, #42C1C9);
    font-weight: 500;
    text-transform: unset;
    font-size: .9rem;
    transition: .5s all;
}

button.add-scholarship-btn:hover {
    color: var(--20-c-1-f-75, #0C1F75);
}

label.custom-checkbox-wrap {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.custom-checkbox {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border: 1px solid #D9D9D9;
    margin-right: .5rem;
    flex: 0 0 auto;
    border-radius: 0.1rem;
    margin-top: .1rem;
}

input:checked+.custom-checkbox {
    background: var(--1_42C1C9, #42C1C9);
    border-color: var(--1_42C1C9, #42C1C9);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M20.285 6.708l-11.39 11.39-5.18-5.18 1.414-1.414 3.766 3.766 9.976-9.976z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%;
}

.custom-checkbox-wrap input[type="checkbox"] {
    display: none;
}
button.upload-document-btn {
    display: inline-flex;
    align-items: center;
}

button.upload-document-btn svg {
    width: 1.2rem;
    height: auto;
    margin-right: .5rem;
}

.scholarship-entry>.NK-form-group {
    margin-top: 1.5rem;
}

button.upload-document-btn:hover {
    background: #b0f4f4;
}
button.remove-scholarship-btn {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

button.remove-scholarship-btn svg {
    width: 1.2rem;
    height: auto;
    display: block;
    margin-left: .2rem;
}
.wrap_file_cv {
    border-radius: 1rem;
    background: var(--f-4-f-4-f-4, #F4F4F4);
    padding: 1.5rem;
}

button.choose-file-btn {
    height: 1.6rem;
    min-height: unset;
    background: #D9D9D9;
    padding: 0;
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    border-radius: 2rem;
    font-weight: unset;
    text-transform: unset;
    color: var(--text-body, #616264);
    padding: 0 .8rem;
    margin: 0 .5rem 0 0;
}

span.file-name {
    color: var(--999999, #999);
    font-size: .8rem;
}
section.account-login-page.mentor_register button.submit-form-btn {
    margin: auto;
}
form#NK-signup-form .NK-form-group.form-submit {
    margin-top: 1.5rem;
}
a.NK-show-password {
    display: none;
}
section.NK-my-account-page {
    background: #fff !important;
}

.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:hover {
    border-color: #42C1C9;
    color: #42C1C9;
}

span.id_user {
    font-size: 0.7rem;
    color: var(--4, #333);
}

.NK-my-account-page .row .col {
    padding-bottom: 0;
    margin-bottom: 1.25rem;
}

.NK-my-account-page .row {
    margin: 0 -15px;
    width: auto;
    min-width: 100%;
}

.NK-my-account-page .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    margin: .7rem -0.5rem 0;
}

.NK-my-account-page .checkbox-group label.custom-checkbox-wrap {
    width: calc(calc(100% / 3));
    padding: 0 .5rem .7rem;
}

.my-account-heading h1 {
    color: var(--20-c-1-f-75, #0C1F75);
    border: none !important;
    font-family: Lora;
    font-weight: 600;
    border-left: 3px solid #42C1C9 !important;
    padding-left: 1rem;
}

.cv-upload-section.wrap_file_cv .upload-description strong {
    font-family: Lora;
    font-weight: 600;
    color: var(--20-c-1-f-75, #0C1F75);
    font-size: 1rem;
    margin-bottom: .75rem;
}

.file-upload-wrapper button {
    height: 1.6rem;
    display: inline-flex;
    border-radius: 100px;
    background: #D9D9D9;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: unset;
    margin: 0 .5rem 0 0;
}

p.upload-description {
    font-size: 0.8rem;
}


span.cv-file-name {
    color: var(--999999, #999);
    font-size: 0.8rem;
}
p.upload-note {
    font-size: 0.8rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}
label.bold_title {
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
    font-size: 0.75rem;
}

.field-note {
    color: #999;
    font-size: 0.75rem;
    font-style: italic;
}
.NK-my-account-avatar {
    display: inline-block;
    position: relative;
}

.NK-my-account-avatar .upload_avatar {
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    top: 34%;
    right: -1rem;
}

.NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar {
    cursor: pointer;
}
.upload_avatar:hover circle {
    fill: #42c1c9;
}
.upload_avatar circle {
    transition: .4s all;
}
.wrap_promotion {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.item_promotion {
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem;
    display: flex;
}

.item_promotion .box_img {
    flex: 0 0 auto;
    position: relative;
}

.item_promotion .box_img svg {
    width: 6.5rem;
    height: auto;
}

.item_promotion .box_img img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 60%;
}

.item_promotion .box_content {
    background: var(--f-4-f-4-f-4, #F4F4F4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 0.8rem;
    border-radius: 0 0.5rem 0.5rem 0;
    width: 100%;
    transition: .5s all;
}

.item_promotion .box_content b {
    color: #0C1F75;
    font-family: Lora;
    font-size: 1rem;
    font-weight: 600;
}
textarea#gop_y {
    height: 10rem;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.30);
    background: rgba(255, 255, 255, 0.70);
    font-size: 0.8rem;
}

button#action_gop_y {
    margin: 2rem 0 0 0;
    display: flex;
    align-items: center;
    text-transform: unset;
}

button#action_gop_y svg {
    width: 1.2rem;
    height: auto;
    display: block;
}

.content.gop_y {
    font-size: 0.9rem;
}
button.copy_coupon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    margin: 0;
    opacity: 0;
}

.item_promotion {
    position: relative;
}
.item_promotion:hover .box_content {
    background: #e3f6f7;
}
.NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav > li.NK-my-account-nav-link:last-child {
    display: none;
}
@media only screen and (max-width: 59.95rem){
    .NK-my-account .NK-my-account-nav-wrap{
        width: 30%;
    }
    .NK-my-account .NK-my-account-content{
        width: 70%;
    }
    .NK-my-account-inner{
        padding-left: 2rem;
    }
    .my-account-container {
        padding: 1.6rem;
    }
    .NK-my-account .NK-my-account-content{
        padding-left: 0.5rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-information{
        padding: 1rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar img{
        width: 5rem;
        height: 5rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-information h1.my-account-name{
        font-size: 1rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a {
        font-size: 0.75rem;
        padding: 0.6rem 0.8rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a > svg{
        width: 1rem;
        height: 1rem;
    }
    .NK-my-account-inner{
        padding: 1rem;
    }
    .my-account-heading h1{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    #NK-update-profile-form .avatar-wrap{
        margin-right: 1.2rem;
    }
    #NK-update-profile-form .avatar-wrap label{
        width: 6rem;
        height: 6rem;
    }
    .NK-form .NK-input{
        height: 2.1rem;
        font-size: 1rem;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
    .custom-radio-wrap > span.custom-radio{
        width: 1rem;
        height: 1rem;
    }
    .custom-radio-wrap > span.custom-radio:before{
        border-width: 0.25rem;
    }
    .NK-form button.submit-form-btn{
        height: 2.1rem;
    }
    .NK-my-account .NK-my-account-content #NK-reset-form{
        width: 100%;
    }
    .NK-button{
        font-size: 0.7rem;
        padding: 0.3rem 0.6rem;
    }
    .NK-orders-list.woo-orders .order-item-column .value{
        font-size: 0.7rem;
    }
    span.NK-order-status{
        font-size: 0.6rem;
    }
    .NK-orders-list.woo-orders .order-item-column .value > a.text-primary {
        font-size: 0.8rem;
    }
    .NK-notify-box .notify-text{
        font-size: 0.8rem;
    }
}
@media only screen and (max-width: 49.55rem){
    .ajax-form-title{
        font-size: 2rem;
    }
    section.account-login-page{
        padding: 3rem 0;
    }
    #NK-update-profile-form{
        flex-direction: column;
        align-items: center;
    }
    #NK-update-profile-form .form-fields-wrap{
        padding-left: 0;
        margin-top: 1.5rem;
        width: 100%;
    }
    .NK-my-account{
        flex-wrap: wrap;
    }
    .NK-my-account .NK-my-account-nav-wrap,
    .NK-my-account .NK-my-account-content{
        width: 100%;
    }
    .NK-my-account-inner{
        padding: 0.8rem;
    }
    #NK-update-profile-form .avatar-wrap .avatar-overlay{
        opacity: 1;
    }
    h1.my-account-heading{
        font-size: 1.6rem;
    }
    .NK-my-account .touch-scroll-table{
        box-shadow: unset !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .my-account-container{
        padding: 1.6rem 0.5rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link {
        margin: 0 !important;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a{
        padding: 0.4rem 0.6rem;
    }
}
@media only screen and (max-width: 38.35rem){
    section.account-login-page{
        padding: 2rem 0;
    }
    section.account-login-page .ajax-form-wrapper{
        padding: 1rem;
    }
    section.account-login-page .ajax-form-wrapper .ajax-form-title{
        font-size: 2.3rem;
    }
    .ajax-form-desc{
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .custom-radio-wrap > span.custom-radio{
        width: 0.9rem;
        height: 0.9rem;
    }
    .custom-radio-wrap > span.custom-radio:before{
        border-width: 0.2rem;
    }
    .NK-form .NK-form-group > label{
        margin-bottom: 0.3rem;
        display: inline-block;
    }
    .NK-form .NK-form-group.radio-wrap{
        flex-wrap: wrap;
    }
    .NK-form .NK-form-group.radio-wrap > label{
        display: block;
        width: 100%;
        margin-bottom: 0.4rem;
    }
    .NK-form input[type='text'], .NK-form input[type='password'], .NK-form input[type='email'], .NK-form input[type='tel'], .NK-form input[type='date']{
        height: 2rem;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
    .NK-button, .NK-form button.submit-form-btn{
        line-height: 0.8rem;
    }
    .NK-form button.submit-form-btn{
        height: 3rem;
        font-size: 1.2rem;
    }
    .NK-form .NK-form-group:not(:last-of-type){
        margin-bottom: 0.8rem;
    }
    .NK-form .form-respond-output,
    .NK-form a.forget-password,
    .NK-form input[type='text']::placeholder,
    .NK-form input[type='password']::placeholder,
    .NK-form input[type='email']::placeholder,
    .NK-form input[type='tel']::placeholder,
    .NK-form input[type='date']::placeholder,
    .NK-form input[type='text'], .NK-form input[type='password'], .NK-form input[type='email'], .NK-form input[type='tel'], .NK-form input[type='date'],
    .NK-form .NK-form-group > label{
        font-size: 1.2rem;
        line-height: 1.4;
        height: 3.6rem;
    }
    .NK-form .NK-form-group > label.custom-radio-wrap{
        display: flex !important;
    }
    .NK-form.is-submitting:before{
        width: 2.8rem;
        height: 2.8rem;
        left: calc(50% - 1.4rem);
        right: calc(50% - 1.4rem);
        border-width: 0.2rem;
    }
    .NK-result-notify .NK-notify-message b{
        font-size: 0.8rem;
    }
    .NK-result-notify .NK-notify-title{
        font-size: 1.2rem;
    }
    .NK-result-notify.error .notify-circle-icon svg{
        width: 1.8rem;
        height: 1.8rem;
    }
    .NK-result-notify.error .notify-circle-icon{
        width: 3.5rem;
        height: 3.5rem;
        margin-bottom: 1rem;
    }
    .NK-my-account .touch-scroll-table table{
        width: 30rem;
    }
    .NK-orders-list.woo-orders table thead tr th{
        line-height: 1.2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-information{
        display: flex;
        align-items: center;
        padding: 0.6rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-information h1.my-account-name{
        margin-top: 0;
        margin-left: 0;
        font-size: 1.4rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar{
        margin-bottom: 0;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar img{
        width: 6rem;
        height: 6rem;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-avatar h1.my-account-name{
        text-align: left;
        margin-top: 0;
        margin-left: 1rem;
        font-size: 0.9rem;
    }
    .NK-my-account .NK-my-account-nav-inner{
        box-shadow: unset
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link {
        width: 100%;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav .NK-my-account-nav-link > a:after{
        display: none !important;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav{
        grid-template-columns: repeat(4, 1fr);
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav >li{
        width: 100%;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a{
        flex-direction: column;
        text-align: center;
        border-bottom: none !important;
        gap: 0.3rem;
        font-size: 1rem;
        line-height: 1.5;
        height: 100%;
        padding: 0.5rem !important;
    }
    .NK-my-account .NK-my-account-nav-wrap .NK-my-account-nav-inner .NK-my-account-nav > li > a > span{
        margin-right: 0 !important;
        font-size: 1rem;
        font-weight: 300;
    }
    .my-account-container{
        padding: 1.2rem 0.3rem;
    }
    .my-account-heading h1{
        font-size: 1.7rem;
    }
    .NK-form .radio-wrap .radio-item{
        margin-left: 0;
        margin-right: 0.8rem;
    }
    .NK-form label{
        font-size: 1rem;
    }
    .NK-orders-list.woo-orders{
        box-shadow: unset;
        border-radius: 0;
        overflow: unset;
    }
    .NK-orders-list.woo-orders .order-list-title{
        display: none !important;
    }
    .NK-orders-list.woo-orders .order-item{
        background-color: #FFF !important;
    }
    .NK-orders-list.woo-orders .order-item-row{
        flex-direction: column;
        border-radius: 0.5rem;
        overflow: hidden;
        box-shadow: 0 0 1rem 0 #ececec;
    }
    .NK-orders-list.woo-orders .order-item+.order-item{
        margin-top: 1rem;
    }
    .NK-orders-list.woo-orders .order-list .order-item-column{
        border: none !important;
        width: 100% !important;
        padding: 0;
        align-items: unset;
        min-height: unset;
    }
    .NK-orders-list.woo-orders .order-list .order-item-column+.order-item-column .title{
        border-top: 0.05rem solid rgba(255, 255, 255, 0.6);
    }
    .NK-orders-list.woo-orders .order-list .order-item-column+.order-item-column .value{
        border-top: 0.05rem solid #d5d5d5;
    }
    .NK-orders-list.woo-orders .order-item-column .title{
        display: block;
        text-align: left;
        background-color: var(--ajax-login-main-color);
        width: 32%;
        padding: 0.5rem;
        font-size: 0.7rem;
        color: #FFF;
    }
    .NK-orders-list.woo-orders .order-item-column .value{
        width: 68%;
        padding: 0 0.8rem;
        display: flex;
        align-items: center;
    }
    span.NK-order-status{
        padding: 0.2rem 0.6rem;
    }
    .NK-button{
        font-size: 0.65rem;
    }
    .NK-order-details .order-details-table thead th{
        padding: 0.5rem 0.6rem;
        font-size: 0.75rem;
    }
    .NK-order-details .order-details-table tbody td{
        padding: 0.5rem 0.6rem;
        font-size: 0.7rem;
    }
    .NK-order-details .order-details-table tfoot td,
    .NK-order-details .order-details-table tfoot th{
        padding: 0.2rem 0.6rem;
        font-size: 0.65rem;
    }
    .NK-order-details .order-details-table tfoot .order_total td{
        font-size: 0.9rem;
    }
    .NK-order-details .order-addresses ul > li{
        font-size: 0.7rem;
    }
    .NK-my-account .NK-my-account-nav-wrap {
        padding: 15px;
    }

    .NK-my-account .NK-my-account-content {
        padding: 30px 15px;
    }
    .NK-form .NK-form-group > label {
        height: auto;
    }
    .name-wrap {
        margin-left: 3rem;
    }
    .content_form {
        font-size: 1rem;
    }
    .NK-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1.2rem;
    }

    .NK-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 3.6rem;
    }

    .NK-form .select2-container--default .select2-selection--single {
        height: 3.6rem;
    }
    .page-template-register section.account-login-page .ajax-form-wrapper {
        width: 100%;
        padding: 0 !important;
    }
    .NK-form .select2-container--default .select2-selection--single {
        height: 3.6rem;
    }

    .NK-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 3.6rem;
        font-size: 1.2rem;
    }

    .select2-results__option {
        font-size: 1rem;
    }
}


