.custom-nk-header-brand{
    display: flex;
    gap: 4px;
    align-items: center;
}
.custom-nk-header-brand h4{
   color: white;
}
.w-xl {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.active button.btn-tab {
    background: #bcbcbc;
    border: 2px solid rgb(30 224 172 /50%);
}

.price-md-pm .active .icon-arrow {
    display: block;
}

.price-md-pm .pm-inner {
    padding-right: 0;
    padding-top: 0;
}

.price-md-pm .tab-content {
    margin-top: 0;
}

.price-md-pm .icon-arrow {
    font-size: 21px;
    display: none;
}

button.btn-tab {
    min-width: 110px;
    margin: 10px 0;
    border: 2px solid rgb(255 255 255 / 50%);
    height: 32px;
    display: flex !important;
    justify-content: flex-start;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    position: relative;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #000000;
    border-color: #ffffff transparent #000000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

div#tab-ct-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    opacity: 0.5;
}
#payment-tabContent{
    position: relative;
}
#tab-ct-overlay{
    display: none;
}
#tab-ct-overlay.active{
    display: block;
}
.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-left: 0.25rem;
    font-weight: 700;
}
#background-cus {
    background-image: url(../../images/background.jpg);
    height: 100vh;
    background-repeat: no-repeat;
}
.card-bordered-sign {
    border: 1px solid #6D6D6D;
    border-radius: 20px;
}
.btn-cus-login {
    padding: 0.313rem 1.5rem !important; 
}
.box {
    position: relative;
}
.box .square {
    position: absolute;
    animation: animate 10s linear infinite;
    animation-delay: calc(-1s * var(--i));
}

@keyframes animate {
    0%,100% {
        transform: translateY(-40px);
    }
    50% {
        transform: translateY(40px);
    }
}

.box .square:nth-child(1) {
    width: 23px;
    height: 23px;
    top: 40%;
    right: 14%;
    background-color: #2263B3;
    border-radius: 20rem;
    z-index: 2;
}
.box .square:nth-child(2) {
    width: 57px;
    height: 57px;
    top: 38%;
    right: 26%;
    background-color: #FFD15B;
    border-radius: 20rem;
    z-index: 2;
}
.box .square:nth-child(3) {
    width: 23px;
    height: 23px;
    top: 24%;
    left: 28%;
    background-color: #2263B3;
    border-radius: 20rem;
    z-index: 2;
}
.box .square:nth-child(4) {
    width: 67px;
    height: 67px;
    bottom: 38%;
    left: 24%;
    background-color: transparent;
    border: 4px solid #FFD772;
    border-radius: 20rem;
    z-index: 2;
}
.nk-block-top {
    margin-top: 6% !important;
}
.sub-text-custom {
    color: #000;
}
.fw-600 {
    font-weight: 600;
}
.text-soft-custom {
    color: #888888 !important;
}