@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

.master_card_group .card>.card-body {
    box-shadow: -5px 5px 10px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -5px 5px 10px 0px rgb(0 0 0 / 8%);
}

.signup_custom_box {
    background-color: transparent;
    position: relative;
    border: none;
    z-index: 1;
}

.signup_custom_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgb(8 7 16 / 60%);
    padding: 50px 35px;
        z-index: -1;
}

.signup_custom_box .shape>span {
        height: 100px;
        width: 100px;
        position: absolute;
        border-radius: 50%;
        -webkit-animation: rotate-shape 5s normal linear infinite;
        animation: rotate-shape 5s normal linear infinite;
        z-index: -2;
}

.shape>span:first-child {
    background: -webkit-gradient(linear, left top, left bottom, from(#1845ad), to(#23a2f6));
    background: -o-linear-gradient(#1845ad, #23a2f6);
    background: linear-gradient(#1845ad, #23a2f6);
    left: -30px;
    top: -30px;
}

.shape>span:last-child {
    background: -webkit-gradient(linear, left top, right top, from(#ff512f), to(#f09819));
    background: -o-linear-gradient(left, #ff512f, #f09819);
    background: linear-gradient(to right, #ff512f, #f09819);
    right: -30px;
    bottom: -30px;
}

@keyframes rotate-shape {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.signup_custom_box .nk-block-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}

.signup_custom_box .form-label-group .form-label {
    display: block;
    color: #ffeb3b;
    font-size: 15px;
    font-weight: 400;
    display: none;
}

.signup_custom_box .form-control {
    display: block;
    height: auto;
    width: 100%;
    color: #fff;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 3px;
    padding: 10px 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}

.signup_custom_box .form-control:focus {
    border-color: #ffeb3b;
}

.signup_custom_box .form-control::placeholder {
    color: #e5e5e5;
}

.nk-footer.bg-dark {
    border-top: 1px solid #283650;
}

.nk-footer.bg-dark-green {
    border-top: 1px solid #003631;
}

.thankyou_custom_box {
    position: relative;
    background-color: transparent;
    z-index: 1;
}

.thankyou_custom_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgb(8 7 16 / 9%);
    padding: 50px 35px;
    z-index: -1;
}

.thankyou_custom_box .card-group>.card {
    background-color: rgb(255 255 255 / 0%);
}

/* ---Partner Registration form--- */
 
.partner_step_registration .steps>ul>li{text-align:center;}

.partner_step_registration .steps ul li h5 {
    border: none;
    padding: 0 0 6px 0;
    letter-spacing:0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #616162;
}

.partner_step_registration .actions ul{
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
    
}
.partner_step_content>.nk-block-title{
    background-color: #1d98d4;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.partner_step_content table th, .partner_step_content table td{
    vertical-align: middle;
}

.partner_step_content .table-responsive>.table-bordered {
    border: 1px solid #dbdfea;
}

.declaration_group input{
    border: none;
    margin: 0 15px;
    border-bottom: 1px solid #1d98d4;
    border-radius: 0;
    height: auto;
    padding: 3px 10px;
    color: #000;
}

.form-control:disabled{cursor: not-allowed;}


.actions ul li>a[href="#finish"]
{
    display:none;
}

.qutitle{color: #333;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;}
    .custom_filemain{display: flex; gap: 15px;  align-items: center;}
    .view_upload{}
    .view_upload a em{font-size: 28px;
    border: solid 1px #ddd;
    padding: 3px;
    border-radius: 4px;}
    .mysubt{    float: right;
    background-color: #f58432 !important;
    border-color: #f58432 !important;
    opacity: 9 !important;
    font-size: 15px;
    padding: 8px 12px;}
    .tercant{}
    .form-text {color: #333;font-size: 12px;}
    .custom-control-label{color: #333;}


