/*======================================
   GOOGLE FONT
=======================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*======================================
   RESET
=======================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins',sans-serif;  
    color: #1d3557;
    background: #ffffff;
    margin:0;
}

    /*======================================
   BACKGROUND IMAGE
=======================================*/

    /*body::before {
        content: "";
        position: fixed;
        inset: 0;
        
        z-index: -3;
    }*/

/*.bgOverlay{
    position:fixed;
    inset:0;
    background:
    radial-gradient(circle at top right,
    rgba(58,134,255,.30),
    transparent 35%),
    radial-gradient(circle at bottom left,
    rgba(0,255,180,.18),
    transparent 30%);
    z-index:-4;
}*/

.bgOverlay {
    position: absolute;
    inset: 0;
    background:linear-gradient(90deg, #ffffff0d, #ffffffde);
}


/*body{

    font-family:'Poppins',sans-serif;

    overflow:hidden;

    background:#081528;

}

body::before{

    content:"";

    position:fixed;

    inset:0;

    background:
    linear-gradient(rgba(5,18,45,.72),rgba(5,18,45,.72)),
    url("images/business-bg.jpg");

    background-size:cover;

    background-position:center;

    background-attachment:fixed;

    z-index:-5;

}

.bgOverlay{

    position:fixed;

    inset:0;

    background:
    radial-gradient(circle at top right,
    rgba(58,134,255,.30),
    transparent 35%),

    radial-gradient(circle at bottom left,
    rgba(0,255,180,.18),
    transparent 30%);

    z-index:-4;

}*/

/*body::after {
    content: "";
    position: fixed;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: rgba(0,123,255,.18);
    filter: blur(120px);
    top: -180px;
    right: -120px;
    z-index: -1;
}

.glassCircle {
    position: absolute;
    border-radius: 50%;
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    animation: float 8s infinite ease-in-out;
}

.circle1 {
    width: 170px;
    height: 170px;
    top: 40px;
    right: 120px;
}

.circle2 {
    width: 90px;
    height: 90px;
    left: 120px;
    bottom: 80px;
    animation-delay: 2s;
}

.circle3 {
    width: 70px;
    height: 70px;
    top: 45%;
    right: 40px;
    animation-delay: 4s;
}

@keyframes float {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(0);
    }
}*/

/*======================================
   WRAPPER
=======================================*/

.loginWrapper {
    width: 100%;
    min-height: 100vh;
    /*padding: 40px 15px;*/
    position: relative;
    background: url("/Content/Login/bgLogin.jpg") center center/cover no-repeat;
}

/*======================================
   LOGIN CARD
=======================================*/

.loginCard {
    /*position: relative;
    overflow: hidden;*/
    /*border-radius: 28px;
    background: #ffffffc9;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.20);
    box-shadow: 0 25px 60px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.15);*/
}

/*======================================
   LEFT PANEL
=======================================*/

.loginLeft {
    /*background: #ffffff;*/
    padding: 55px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #ffffffc9;
    /* background: linear-gradient(#432952, #121013); */
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .20);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .15);
}

/*======================================
   RIGHT PANEL
=======================================*/

.loginRight {
    position: relative;
    height: 100%;
    /*min-height: 600px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #ffffff;
    /*background: linear-gradient( #432952, #653e7b), url("/Content/LoginNew/rightbg.jpg");*/
    background-size: cover;
    background-position: center;
}

/*======================================
   RIGHT OVERLAY
=======================================*/

/*.loginRight .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(140deg, #4329520a, #00000033);
    }*/

/*======================================
   CONTENT
=======================================*/

.content {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 70px;
}

/*======================================
   LOGO
=======================================*/

.logoBox {
    /*display:flex;

    align-items:center;

    gap:12px;*/
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

    .logoBox img {
        height: 65px;
        /*margin: 0 auto;
    display: block;*/
    }

    .logoBox h5 {
        font-size: 30px;
        font-weight: 700;
        margin: 0;
        color: #1e40af;
    }

/*======================================
   TITLES
=======================================*/

.loginLeft h2 {
    font-size: 42px;
    font-weight: 700;
    color: #14213d;
    margin-bottom: 12px;
}

    .loginLeft h2 span {
        color: #2563eb;
    }

.loginLeft p {
    color: #6b7280;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
}

/*======================================
   RIGHT TITLE
=======================================*/

.badgeText {
  display: inline-block;
    background: #e6deee;
    border: 1px solid rgba(255, 255, 255, .25);
    padding: 5px 15px;
    border-radius: 40px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.content h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
}

    .content h1 span {
        /*color: #6cb6ff;*/
        background: linear-gradient(90deg, #9c7cd2, #7e2ed0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.content p {
    max-width: 520px;
   font-size: 13px;
    line-height: 20px;
    opacity: .92;
    margin-bottom: 15px;
    color: #424242;
}

/*======================================
   DECORATIVE CIRCLES
=======================================*/

/*.loginCard::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    top: -150px;
    right: -120px;
}

.loginCard::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    bottom: -120px;
    left: -90px;
}*/

/*======================================
   SCROLLBAR
=======================================*/

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #653e7b;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    background: #edf2f7;
}

/*======================================
    LOGIN FORM
======================================*/

.inputBox {
    margin-bottom: 10px;
}

    .inputBox label {
        display: block;
        font-size: 13px;
        font-weight: 500;
        color: #545454;
        margin-bottom: 2px;
    }

/*======================================
    INPUT FIELD
======================================*/

.inputField {
    position: relative;
}

    .inputField input,
    .inputField select {
        width: 100%;
        height: 58px;
        border: 1px solid #d8e3ef;
        border-radius: 14px;
        background: #ffffff;
        padding-left: 52px;
        padding-right: 55px;
        font-size: 14px;
        font-weight: 400;
        color: #1f2937;
        transition: .35s;
        outline: none;
    }

        .inputField input::placeholder {
            color: #9aa8b8;
        }

        .inputField input:focus,
        .inputField select:focus {
            border-color: #2d6df6;
            box-shadow: 0 0 0 4px rgba(45,109,246,.12);
        }

    /*======================================
    LEFT ICON
======================================*/

    .inputField > i {
        position: absolute;
        top: 50%;
        left: 18px;
        transform: translateY(-50%);
        font-size: 18px;
        color: #7b8aa2;
        transition: .3s;
    }

    .inputField input:focus + i,
    .inputField:focus-within > i {
        color: #2d6df6;
    }


.inputFieldReg {
    position: relative;
}

    .inputFieldReg input,
    .inputFieldReg select {
        width: 100%;
        border: 1px solid #ccbad6;
        border-radius: 4px;
        background: #ffffff;
        padding: 7px 15px;
        font-size: 14px;
        font-weight: 400;
        color: #1f2937;
        transition: .35s;
        outline: none;
    }

        .inputFieldReg input::placeholder {
            color: #9aa8b8;
        }

        .inputFieldReg input:focus,
        .inputFieldReg select:focus {
            border-color: #9971b0;
            box-shadow: 0 0 0 4px #be9ad226;
        }
/*======================================
    PASSWORD BUTTON
======================================*/

.togglePassword {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #7b8aa2;
    cursor: pointer;
    font-size: 18px;
    transition: .3s;
}

    .togglePassword:hover {
        color: #2d6df6;
    }

/*==================================================
    SELECT
==================================================*/

.inputField select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.inputselect {
    position: relative;
}

    .inputselect::after {
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        color: #7d8ca0;
        pointer-events: none;
    }
/*======================================
    REMEMBER ROW
======================================*/

.rememberRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-check-input {
    cursor: pointer;
    border: 2px solid #b8c7da;
}

    .form-check-input:checked {
        background: #2d6df6;
        border-color: #2d6df6;
    }

.form-check-label {
    cursor: pointer;
    color: #516173;
    margin-left: 4px;
}

.rememberRow a {
    text-decoration: none;
    color: #8c4eae;
    font-weight: 600;
    transition: .3s;
}

    .rememberRow a:hover {
        color: #0b4ddb;
    }

/*======================================
    LOGIN BUTTON
======================================*/

.loginBtn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(40deg, #653e7b, #381f46);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .35s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /*box-shadow: 0 12px 30px rgba(37,99,235,.30);*/
}

    .loginBtn:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px #9560b4;
    }

    .loginBtn:active {
        transform: scale(.98);
    }

    .loginBtn i {
        font-size: 18px;
    }

/*======================================
    DIVIDER
======================================*/

.divider {
    position: relative;
    text-align: center;
    margin: 15px 0;
}

    .divider::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: #dde7f2;
    }

    .divider span {
        position: relative;
        background: #fff;
        padding: 0 18px;
        font-size: 13px;
        color: #94a3b8;
        font-weight: 500;
    }

/*======================================
    SOCIAL LOGIN
======================================*/

.socialLogin {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

    .socialLogin a {
        height: 55px;
        border-radius: 14px;
        border: 1px solid #dbe6f2;
        background: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #334155;
        font-weight: 600;
        transition: .35s;
    }

        .socialLogin a:hover {
            border-color: #2d6df6;
            transform: translateY(-2px);
            box-shadow: 0 10px 22px rgba(0,0,0,.08);
        }

    .socialLogin img {
        width: 22px;
    }

/*======================================
    BOTTOM TEXT
======================================*/

.bottomText {
    margin-top: 12px;
    text-align: center;
    font-size: 15px;
    color: #64748b;
}

    .bottomText a {
        color: #7d3da0;
        font-weight: 600;
        text-decoration: none;
        margin-left: 4px;
        font-size: 13px;
    }

        .bottomText a:hover {
            text-decoration: underline;
        }

/*======================================
    FORM ANIMATION
======================================*/

.loginLeft {
    animation: fadeLeft .8s ease;
}

@keyframes fadeLeft {

    from {
        opacity: 0;
        transform: translateX(-35px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*=========================================
    RIGHT SIDE CONTENT
=========================================*/

.featureList {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.featureItem {
    display: flex;
    align-items: center;
    gap: 12px;
    padding:15px 0px;
    /*background: rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.18);*/
    border-radius: 10px;
    transition: .35s;
}

    .featureItem:hover {
        transform: translateX(8px);
        background: rgba(255,255,255,.18);
    }

    .featureItem .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #ffffff;
        color: #845bca;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        flex-shrink: 0;
        box-shadow: 0 10px 25px rgba(0,0,0,.15);
    }

    .featureItem h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
   color: #424242;
    }

    .featureItem small {
        font-size: 14px;
        color: #424242;
        opacity:0.85;
    }


.QRfeatureList {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 15px;
    width: 100%;
    flex-wrap: wrap;
}

.QRfeatureItem {
 display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
background: linear-gradient(240deg, #fefefe, #b4a6c28a);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    transition: .35s;
    width: 49%;
}

    .QRfeatureItem:hover {
        /*transform: translateX(8px);
        background: rgba(255,255,255,.18);*/
    }

    .QRfeatureItem .icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #ffffff;
        color: #845bca;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        flex-shrink: 0;
        box-shadow: 0 10px 25px rgba(0,0,0,.15);
    }

    .QRfeatureItem h5 {
       font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #261e30;
    }

    .QRfeatureItem small {
       font-size: 13px;
    color: #222;
    }

/*=========================================
    FLOATING GLASS SHAPES
=========================================*/

/*.loginRight::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,.10);
    top: -80px;
    right: -70px;
    filter: blur(5px);
}

.loginRight::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    bottom: 40px;
    right: 60px;
}*/

/*=========================================
    IMAGE EFFECT
=========================================*/

.loginRight {
    overflow: hidden;
}

    .loginRight img {
        max-width: 100%;
        animation: floatImage 5s ease-in-out infinite;
    }

@keyframes floatImage {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*=========================================
    BUTTON HOVER EFFECT
=========================================*/

.loginBtn {
    position: relative;
    overflow: hidden;
}

    .loginBtn::before {
        content: "";
        position: absolute;
        width: 40px;
        height: 220%;
        background: rgba(255,255,255,.35);
        top: -60%;
        left: -120px;
        transform: rotate(25deg);
        transition: .8s;
    }

    .loginBtn:hover::before {
        left: 120%;
    }

/*=========================================
    CARD HOVER
=========================================*/

.loginCard {
    /*transition: .4s;*/
}

    /*.loginCard:hover {
        transform: translateY(-5px);
        box-shadow: 0 35px 70px rgba(0,0,0,.40);
    }*/

/*=========================================
    LOGO HOVER
=========================================*/

.logoBox img {
    transition: .4s;
}

    .logoBox img:hover {
        transform: rotate(8deg) scale(1.08);
    }

/*=========================================
    LARGE DESKTOP
=========================================*/

@media (max-width:1400px) {

    .content {
        padding: 30px;
    }

        .content h1 {
            font-size: 17px;
                    color: #48375a;
        }

    .loginLeft {
        padding: 20px;
    }
}

/*=========================================
    LAPTOP
=========================================*/

@media (max-width:1200px) {

    .loginLeft {
        padding: 40px;
    }

    .content {
        padding: 45px;
    }

        .content h1 {
            font-size: 40px;
        }

    .loginRight {
        min-height: 680px;
    }
}

/*=========================================
    TABLET
=========================================*/

@media (max-width:991px) {

    .loginCard {
        border-radius: 25px;
    }

    .loginRight {
        min-height: 520px;
        order: -1;
    }

    .content {
        text-align: center;
        padding: 50px 35px;
    }

        .content p {
            margin: auto;
            margin-bottom: 35px;
        }

    .featureList {
        margin-top: 35px;
    }

    .featureItem {
        text-align: left;
    }

    .loginLeft {
        padding: 40px 35px;
    }
}

/*=========================================
    MOBILE
=========================================*/

@media (max-width:767px) {

    .loginWrapper {
        padding: 20px 10px;
    }

    .loginLeft {
        padding: 30px 22px;
    }

    .loginRight {
        min-height: 420px;
    }

    .content {
        padding: 35px 25px;
    }

        .content h1 {
            font-size: 30px;
        }

    .loginLeft h2 {
        font-size: 30px;
    }

    .featureItem {
        padding: 15px;
        gap: 12px;
    }

        .featureItem .icon {
            width: 50px;
            height: 50px;
            font-size: 20px;
        }

    .socialLogin {
        grid-template-columns: 1fr;
    }

    .logoBox {
        margin-bottom: 25px;
    }

    .QRfeatureItem {
        width: 100%;
    }
}

/*=========================================
    SMALL MOBILE
=========================================*/

@media (max-width:480px) {

    .loginCard {
        border-radius: 18px;
    }

    .loginLeft {
        padding: 25px 18px;
    }

    .content {
        padding: 25px 18px;
    }

        .content h1 {
            font-size: 17px;
        }

        .content p {
            font-size: 15px;
            line-height: 26px;
        }

    .loginBtn {
        height: 54px;
    }

    .inputField input {
        height: 54px;
    }

    .featureItem {
        flex-direction: column;
        text-align: center;
    }

        .featureItem .icon {
            margin-bottom: 8px;
        }
}

/*#mouseGlow {
    position: fixed;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(44,132,255,.18);
    filter: blur(70px);
    pointer-events: none;
    transform: translate(-50%,-50%);
    z-index: 999;
}*/



/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*==================================================
    WRAPPER
==================================================*/

.registerWrapper {   
     width: 100%;
    min-height: 100vh;
    /*padding: 40px 15px;*/
    position: relative;
    background: url("/Content/Login/bgLogin.jpg") center center/cover no-repeat;
}

/*==================================================
    MAIN CARD
==================================================*/

.registerCard {
        transition: .4s;
    position: relative;
    overflow: hidden;
    padding:25px;
    /*border-radius: 15px;*/
    /*background: rgba(255,255,255,.12);*/
    /* background: linear-gradient(#432952, #121013);*/
    /*backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.20);*/
    /*box-shadow: 0 25px 60px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.15);*/
}

    .registerCard:hover {
        transform: translateY(-4px);
    }


    .bgOverlayRegister {
    position: absolute;
    inset: 0;
    background:linear-gradient(90deg, #ffffff0d, #ffffff9c);
}
/*==================================================
    LEFT SIDE
==================================================*/

.registerLeft {
    background: #ffffffc9;
    padding:15px 30px 30px 30px;
    height: 90vh;
    overflow:auto;
    border-radius:15px;
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .20);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .15);
}

/*==================================================
    RIGHT SIDE
==================================================*/

.registerRight {
    position: relative;
    /*min-height: 600px;
    height: 100%;*/
    display: flex;
    align-items: flex-start;
    color: #fff;
    overflow: hidden;
    /*background: linear-gradient(rgba(6,35,78,.45), rgba(6,35,78,.45)), url("images/business-bg.jpg");*/
    background-size: cover;
    background-position: center;
}

/*==================================================
    RIGHT OVERLAY
==================================================*/

/*.registerRight .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient( 135deg, rgba(0,80,255,.15), rgba(0,0,0,.20));
    }*/


/*==================================================
    LEFT TITLE
==================================================*/

.registerLeft h2 {
    font-size: 17px;
    font-weight: 600;
    /* color: #13294b; */
    margin-bottom: 10px;
    background: linear-gradient(to right, #3e264c, #9c7cd2, #3e264c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*border-bottom: 1px dashed #ddd2f0;
    padding-bottom: 5px;*/
}

    .registerLeft h2:after {
        background: #ff0000;
        height: 5px;
        width: 150px;
        position: absolute;
    }

.registerLeft p {
color: #64748b;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 15px;
}

/*==================================================
    RIGHT TITLE
==================================================*/

/*==================================================
    DECORATIVE CIRCLES
==================================================*/

/*.registerCard::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    top: -150px;
    right: -130px;
}

.registerCard::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,.05);
    bottom: -100px;
    left: -80px;
}*/


.otpMobile {
    display: flex;
    gap: 15px;
}

    .otpMobile .inputField {
        flex: 1;
    }

.otpBtn {
    width: 125px;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    background: #623c77;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

    .otpBtn:hover {
        background: #174acb;
    }

/*====================================
      OTP
====================================*/

.otpText {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 15px;
}

.otpWrapper {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

    .otpWrapper input {
        width: 60px;
        height: 65px;
        border-radius: 15px;
        border: 2px solid #d8e3ef;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        outline: none;
        transition: .3s;
    }

        .otpWrapper input:focus {
            border-color: #2563eb;
            box-shadow: 0 0 0 5px rgba(37,99,235,.10);
        }

/*====================================
      UPLOAD
====================================*/

.uploadBox {
    margin-top: 2px;
}

.uploadLabel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 110px;
    border: 1px dashed #dbbcec;
    border-radius: 8px;
    background: #fdf9ff;
    cursor: pointer;
    transition: .35s;
    text-align: center;
    padding: 8px;
}

    .uploadLabel:hover {
        border-color: #2563eb;
        background: #edf4ff;
    }

.uploadIcon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #945db2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    margin: 0 auto 10px auto;
}

.uploadLabel h5 {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 2px;
    font-size: 15px;
}

.uploadLabel span {
    font-size: 11px;
    color: #64748b;
    line-height: 16px;
}

/*====================================
      PREVIEW
====================================*/

.receiptPreview {
    margin-top: 20px;
    display: none;
}

    .receiptPreview img {
        width: 176px;
        padding: 3px;
        border-radius: 10px;
        border: 2px solid #e6d4f0;
    }


.qrImage img {
    display: block;
    /*margin: 0 auto;*/
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.successWrapper {
 width: 100%;
    min-height: 100vh;
    /*padding: 40px 15px;*/
    position: relative;
    background: url("/Content/Login/bgLogin.jpg") center center/cover no-repeat;

}

/*====================================================
    SUCCESS CARD
====================================================*/

.successCard {
    overflow: hidden;
    /*border-radius: 28px;
    background: linear-gradient(#432952, #121013);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);*/
    /*border: 1px solid rgba(255, 255, 255, .15);*/
    /*box-shadow: 0 30px 80px rgba(0, 0, 0, .35);*/
    transition: .4s;
      margin-top: 20px;
          margin-bottom: 20px;
}

/*====================================================
    LEFT PANEL
====================================================*/

.successLeft {
      padding: 55px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #ffffffc9;
    /* background: linear-gradient(#432952, #121013); */
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .20);
    /*box-shadow: 0 25px 60px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .15);*/
}

/*====================================================
    RIGHT PANEL
====================================================*/

.successRight {
    height: 100%;
    padding: 30px;
    /*background: linear-gradient(135deg,#0f4c81,#2563eb);*/
    color: #ffffff;
}

/*====================================================
    SUCCESS ICON
====================================================*/

.successIcon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    /*box-shadow: 0 20px 45px rgba(22,163,74,.35);*/
    animation: popSuccess 1s ease;
}

@keyframes popSuccess {

    0% {
        transform: scale(.3);
        opacity: 0;
    }

    70% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/*====================================================
    BADGE
====================================================*/

.successBadge {
    display: inline-block;
    padding: 10px 22px;
    background: #dcfce7;
    color: #15803d;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

/*====================================================
    HEADING
====================================================*/

.successLeft h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    color: #9b79d2;
    margin-bottom: 10px;
}

    .successLeft h1 span {
        color: #423550;
    }

.successLeft p {
 font-size: 13px;
    color: #606060;
    line-height: 20px;
    /*max-width: 560px;*/
    margin-bottom: 15px;
}

/*====================================================
    RIGHT TITLE
====================================================*/

.successRight h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
}

/*====================================================
    SUMMARY BOX
====================================================*/

.summaryBox {
    /*background: linear-gradient(45deg, transparent, #ffffffc7);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 20px;
    padding: 25px;*/
}

/*====================================================
    SUMMARY ITEM
====================================================*/

.summaryItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ebe7f3;
}

    .summaryItem:last-child {
        /*border: none;*/
    }

    .summaryItem span {
           color: #7b7584;
    font-size: 13px;
    font-weight: 600;
    }

    .summaryItem strong {
        color: #222;
    font-size: 13px;
    font-weight: 700;
    }

/*====================================================
    FLOATING CIRCLES
====================================================*/

.circle {
    position: fixed;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    animation: float 7s ease-in-out infinite;
}

.circle1 {
    width: 170px;
    height: 170px;
    top: 70px;
    right: 70px;
}

.circle2 {
    width: 90px;
    height: 90px;
    left: 70px;
    bottom: 70px;
    animation-delay: 2s;
}

.circle3 {
    width: 70px;
    height: 70px;
    right: 220px;
    bottom: 150px;
    animation-delay: 4s;
}

@keyframes float {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/*==================================================
    STATUS ROW
==================================================*/

.statusRow {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.statusItem {
        display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    color: #0f172a;
    font-size: 12.5px;
    font-weight: 600;
    transition: .35s;
}

    .statusItem:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
    }

    .statusItem i {
       width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    gap:10px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
    background: #16a34a;
    }

    .statusItem.pending i {
        background: #f59e0b;
    }

    .statusItem.pending {
        background: #fff7ed;
    }

/*==================================================
    PROCESS TIMELINE
==================================================*/

.processTimeline {
    margin-top: 40px;
    position: relative;
}

    .processTimeline::before {
        content: "";
        position: absolute;
        left: 20px;
        top: 15px;
        bottom: 15px;
        width: 3px;
        background: #dbeafe;
    }

.step {
    position: relative;
    padding-left: 70px;
    margin-bottom: 28px;
    color: #64748b;
    font-size: 15px;
    font-weight: 600;
}

    .step:last-child {
        margin-bottom: 0;
    }

    .step span {
        position: absolute;
        left: 0;
        top: -2px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #cbd5e1;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        z-index: 2;
    }

    .step.completed {
        color: #16a34a;
    }

        .step.completed span {
            background: #16a34a;
        }

    .step.active {
        color: #2563eb;
    }

        .step.active span {
            background: #2563eb;
            box-shadow: 0 0 0 6px rgba(37,99,235,.15);
        }

/*==================================================
    ACTION BUTTONS
==================================================*/

.actionButtons {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .actionButtons a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        height: 56px;
        border-radius: 14px;
        font-size: 15px;
        font-weight: 600;
        transition: .35s;
    }

/* Download */

.btnDownload {
    background: #ffffff;
    color: #2563eb;
}

    .btnDownload:hover {
        background: #eff6ff;
        transform: translateY(-3px);
    }

/* Print */

.btnPrint {
    background: #f59e0b;
    color: #fff;
}

    .btnPrint:hover {
        background: #d97706;
        color: #fff;
        transform: translateY(-3px);
    }

/* Home */

.btnHome {
    background: #16a34a;
    color: #fff;
}

    .btnHome:hover {
        background: #15803d;
        color: #fff;
        transform: translateY(-3px);
    }

/*==================================================
    SUCCESS GLOW
==================================================*/

.successIcon {
    position: relative;
}

    .successIcon::before {
        content: "";
        position: absolute;
        width: 105px;
        height: 105px;
        border-radius: 50%;
        border: 2px solid rgba(22,163,74,.20);
        animation: pulseSuccess 2.5s infinite;
    }

@keyframes pulseSuccess {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

/*==================================================
    SUMMARY BOX HOVER
==================================================*/

.summaryBox {
    transition: .35s;
}

    .summaryBox:hover {
        /*transform: translateY(-4px);
        box-shadow: 0 20px 45px rgba(0,0,0,.18);*/
    }

/*==================================================
    CARD ANIMATION
==================================================*/

.successCard {
    animation: cardFade .8s ease;
}

@keyframes cardFade {

    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==================================================
    SUCCESS MESSAGE
==================================================*/

.successMessage {
    margin-top: 30px;
    padding: 18px;
    background: #ecfdf5;
    border-left: 5px solid #16a34a;
    border-radius: 12px;
    color: #166534;
    font-size: 15px;
    line-height: 28px;
}

/*==================================================
    SUCCESS CARD HOVER
==================================================*/

.successCard {
    transition: .40s;
}

    .successCard:hover {
        /*transform: translateY(-6px);
        box-shadow: 0 40px 80px rgba(0,0,0,.40);*/
    }

/*==================================================
    BUTTON ICON ANIMATION
==================================================*/

.actionButtons a i {
    transition: .35s;
}

.actionButtons a:hover i {
    transform: translateX(5px);
}

/*==================================================
    FLOATING BACKGROUND SHAPES
==================================================*/

.circle {
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,.10);
}

.circle1 {
    animation: float1 7s ease-in-out infinite;
}

.circle2 {
    animation: float2 8s ease-in-out infinite;
}

.circle3 {
    animation: float3 9s ease-in-out infinite;
}

@keyframes float1 {

    0%,100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes float2 {

    0%,100% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(20px);
    }
}

@keyframes float3 {

    0%,100% {
        transform: translate(-10px,0);
    }

    50% {
        transform: translate(10px,-20px);
    }
}

/*==================================================
    SUCCESS ICON GLOW
==================================================*/

.successIcon {
    animation: successBounce 1s ease;
}

@keyframes successBounce {

    0% {
        transform: scale(.5);
        opacity: 0;
    }

    60% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/*==================================================
    SUMMARY ITEMS
==================================================*/

.summaryItem {
    transition: .30s;
}

    .summaryItem:hover {
        padding-left: 10px;
        background: rgba(255,255,255,.05);
    }

/*==================================================
    STATUS ITEM
==================================================*/

.statusItem {
    cursor: default;
}

    .statusItem:hover {
        transform: translateY(-4px);
    }

/*==================================================
    SCROLL ANIMATION
==================================================*/

.successLeft,
.successRight {
    /*animation: fadeUp .9s ease;*/
}

@keyframes fadeUp {

    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==================================================
    LARGE SCREEN
==================================================*/

@media (max-width:1400px) {
    .successLeft {
               padding: 30px;
        /*margin-top: 15px;*/
    }

    .successRight {
        padding: 0px;
    }

    .successLeft h1 {
        font-size: 18px;
    }
}

/*==================================================
    LAPTOP
==================================================*/

@media (max-width:1200px) {
    .successLeft {
        padding: 40px;
    }

    .successRight {
        padding: 40px;
    }

    .summaryBox {
        padding: 20px;
    }
}

/*==================================================
    TABLET
==================================================*/

@media (max-width:991px) {
    .successRight {
        min-height: auto;
    }

    .successLeft {
        padding: 35px;
    }

    .successRight {
        padding: 35px;
    }

    .successLeft {
        text-align: center;
    }

    .successIcon {
        margin: 0 auto 25px;
    }

    .statusRow {
        justify-content: center;
    }

    .processTimeline {
        margin-top: 35px;
        text-align: left;
    }

    .actionButtons {
        margin-top: 30px;
    }
}

/*==================================================
    MOBILE
==================================================*/

@media (max-width:768px) {
    .successWrapper {
        padding: 20px 10px;
    }

    .successCard {
        border-radius: 20px;
    }

    .successLeft {
        padding: 25px;
    }

    .successRight {
        padding: 25px;
    }

    .successLeft h1 {
        font-size: 34px;
    }

    .successRight h3 {
        font-size: 24px;
        text-align: center;
    }

    .statusRow {
        flex-direction: column;
    }

    .statusItem {
        width: 100%;
        justify-content: flex-start;
    }

    .summaryItem {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .actionButtons a {
        height: 52px;
        font-size: 15px;
    }

    .successIcon {
        width: 55px;
        height: 55px;
        font-size: 25px;
    }

        .successIcon::before {
            width: 80px;
            height: 80px;
        }

    .statusGrid {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 10px !important;
        margin-bottom: 10px;
    }

    .actionButtons {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 10px !important;
        margin-bottom: 10px;
    }

    .summaryItem {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

/*==================================================
    SMALL MOBILE
==================================================*/

@media (max-width:480px) {
    .successLeft {
        padding: 20px;
    }

    .successRight {
        padding: 20px;
    }

    .successLeft h1 {
        font-size: 18px;
    }

    .successLeft p {
        font-size: 14px;
        line-height: 25px;
    }

    .successBadge {
        font-size: 11px;
        padding: 8px 16px;
    }

    .processTimeline::before {
        left: 15px;
    }

    .step {
        padding-left: 55px;
        font-size: 14px;
    }

        .step span {
            width: 34px;
            height: 34px;
            font-size: 13px;
        }

    .summaryItem {
        padding: 12px 0;
    }

    .actionButtons {
        gap: 12px;
    }

        .actionButtons a {
            font-size: 14px;
        }

    .circle {
        display: none;
    }
}
/*==================================================
    PRINT
==================================================*/

@media print {

    body {
        background: #fff;
    }

    .bgOverlay,
    .circle {
        display: none;
    }

    .successCard {
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .actionButtons {
        display: none;
    }

    .registrationSuccessCard {
        box-shadow: none;
        border: 1px solid #ccc;
    }

    .actionButtons {
        display: none;
    }

    .successRight {
        background: #fff !important;
        color: #000;
    }

    .summaryCard {
        background: #fff;
        border: 1px solid #ddd;
    }

    .summaryItem span {
        color: #555;
    }

    .summaryItem strong {
        color: #000;
    }
}
/*------------------------------------------------------------------------------------------------------------------------------------------*/
/*==================================================
    REGISTRATION TIMELINE
==================================================*/

.registrationTimeline {
    position: relative;
    margin-top: 40px;
}

    .registrationTimeline::before {
        content: "";
        position: absolute;
        left: 22px;
        top: 18px;
        bottom: 18px;
        width: 3px;
        background: #dbeafe;
    }

.timelineStep {
    position: relative;
    padding-left: 70px;
    margin-bottom: 28px;
    color: #64748b;
    font-size: 15px;
    font-weight: 600;
}

    .timelineStep:last-child {
        margin-bottom: 0;
    }

    .timelineStep span {
        position: absolute;
        left: 0;
        top: -3px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #cbd5e1;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        z-index: 2;
    }

    .timelineStep.completed {
        color: #16a34a;
    }

        .timelineStep.completed span {
            background: #16a34a;
            box-shadow: 0 0 0 6px rgba(22,163,74,.12);
        }

/*==================================================
    LOGIN NOTICE
==================================================*/

.loginNotice {
    margin-top: 15px;
    padding: 10px;
    border-radius: 8px;
    background: rgb(255 255 255 / 70%);
    border: 1px solid #dadada;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 22px;
    color: #48375a;
    font-size: 13px;
}

    .loginNotice i {
        font-size: 22px;
        color: #fde047;
        margin-top: 3px;
    }

/*==================================================
    ACTION BUTTONS
==================================================*/

.actionButtons {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

    .actionButtons a {
        height: 48px;
        border-radius: 8px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        font-weight: 600;
        transition: .35s;
    }

        .actionButtons a i {
            font-size: 18px;
        }

/*==================================================
    DASHBOARD BUTTON
==================================================*/

.btnDashboard {
    background: #16a34a;
    color: #fff;
}

    .btnDashboard:hover {
        background: #15803d;
        color: #fff;
        transform: translateY(-4px);
        box-shadow: 0 18px 35px rgba(22,163,74,.35);
    }

/*==================================================
    LOGIN BUTTON
==================================================*/

.btnLogin {
    background: #2563eb;
    color: #fff;
}

    .btnLogin:hover {
        background: #1d4ed8;
        color: #fff;
        transform: translateY(-4px);
        box-shadow: 0 18px 35px rgba(37,99,235,.35);
    }

/*==================================================
    ID CARD BUTTON
==================================================*/

.btnID {
    background: #ffffff;
    color: #0f172a;
}

    .btnID:hover {
        background: #f8fafc;
        color: #2563eb;
        transform: translateY(-4px);
    }

/*==================================================
    PRINT BUTTON
==================================================*/

.btnPrint {
    background: #f59e0b;
    color: #fff;
}

    .btnPrint:hover {
        background: #d97706;
        color: #fff;
        transform: translateY(-4px);
        box-shadow: 0 18px 35px rgba(245,158,11,.35);
    }

/*==================================================
    BUTTON ICON ANIMATION
==================================================*/

.actionButtons a:hover i {
    transform: translateX(5px);
    transition: .35s;
}

/*==================================================
    SUMMARY CARD HOVER
==================================================*/

.summaryCard {
    transition: .35s;
}

    .summaryCard:hover {
        /*transform: translateY(-5px);
        box-shadow: 0 25px 45px rgba(0,0,0,.18);*/
    }

/*==================================================
    STATUS CARD EFFECT
==================================================*/

.statusCard {
    cursor: pointer;
}

    .statusCard:hover {
        border-color: #2563eb;
    }

/*====================================================
    STATUS GRID
====================================================*/

.statusGrid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-bottom: 25px;
}

.statusCard {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #d9d2ea82; /*
    border: 1px solid #e2e8f0;*/
    border-radius: 10px;
    transition: .35s;
}

    .statusCard:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(0,0,0,.08);
    }

    .statusCard i {
          width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
        background: #2563eb;
        color: #fff;
    }

    .statusCard.success i {
        background: #16a34a;
    }

    .statusCard h5 {
       margin: 0;
    font-size: 13px;
    line-height: 10px;
    font-weight: 600;
    color: #16a34a;
    }

    .statusCard span {
        color: #3c2f4a;
        font-size: 13px;
        font-weight: 600;
    }

/*==================================================
    SUCCESS GLOW
==================================================*/

.successIcon {
    position: relative;
}

    .successIcon::before {
        content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 2px solid rgba(22,163,74,.18);
        animation: successPulse 2.5s infinite;
    }

@keyframes successPulse {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

/*==================================================
    SUCCESS MESSAGE CARD
==================================================*/

.successMessage {
    margin-top: 35px;
    padding: 20px;
    border-left: 5px solid #16a34a;
    background: #ecfdf5;
    border-radius: 14px;
    color: #166534;
    font-size: 15px;
    line-height: 28px;
}

/*==================================================
    CARD ENTRY ANIMATION
==================================================*/

.registrationSuccessCard {
    animation: cardAnimation .8s ease;
}

@keyframes cardAnimation {

    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*=========================================
        REFERRAL CARD
==========================================*/

.referralCard {
    margin-top: 0;
    padding: 15px;
    border-radius: 10px;
    background: #adaab44d;
    border: 1px solid rgba(255,255,255,.15);
}

.referralHeader {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}

.referralIcon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.referralHeader h4 {
        margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #423550;
}

.referralHeader p {
   margin: 2px 0 0;
    color: #7b7584;
    font-size: 14px;
}

/*=========================================
        REFERRAL BOX
==========================================*/

.referralBox {
    display: flex;
    gap: 10px;
    margin-top: 0px;
}

    .referralBox input {
        flex: 1;
        height: 44px;
        border: none;
        border-radius: 7px;
        padding: 8px 15px;
        background: #fff;
        color: #1e293b;
        font-size: 14px;
    }

.copyBtn {
    width: 120px;
    border: none;
    border-radius: 8px;
    background: #16a34a;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

    .copyBtn:hover {
        background: #15803d;
    }

/*=========================================
        SHARE BUTTONS
==========================================*/

.shareButtons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.share {
    flex: 1;
    min-width: 120px;
    height: 48px;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 600;
    transition: .3s;
}

.whatsapp {
    background: #25D366;
}

.telegram {
    background: #0088cc;
}

.facebook {
    background: #1877F2;
}

.share:hover {
    color: #fff;
    transform: translateY(-3px);
}

@media (max-width:768px) {

    .referralHeader {
        align-items: flex-start;
    }

    .shareButtons {
        grid-template-columns: repeat(2,1fr);
    }
}

/*=============================
    Mobile
==============================*/

@media (max-width:576px) {

    .referralCard {
        padding: 18px;
    }

    .referralHeader {
        flex-direction: column;
        text-align: center;
    }

    .referralIcon {
        margin: auto;
    }

    .referralContent h4 {
        font-size: 20px;
    }

    .referralBox {
        flex-direction: column;
    }

        .referralBox input {
            width: 100%;
        }

    .copyBtn {
        width: 100%;
        height: 40px;
    }

    .shareButtons {
        grid-template-columns: 1fr;
    }

    .share {
        width: 100%;
    }
}


.loaderform {
    display: none;
    background: #ffffffc7;
    top: 0;
    left: 0;
    padding: 37% 0px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    bottom: 0;
    z-index: 999;
    position: absolute;
}


#testy {
    margin: 0 auto;
    position: fixed;
    z-index: 999999999;
    right: 30px;
    text-align: left;
    top: 30px;
}