* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
.myaccount-btn {
        cursor: pointer;
    position: relative;
    padding: 15px;
    background-color: #fff500;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    border: none;
    text-align: center;
    margin-bottom: -12px;
    display: block;
    width: 100%;
    }
    .blk-btn {
    background-color: #000000;
    color: #ffffff;
    padding: 12px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    }
    .brite-qr-myaccount-container {
        width: 100%;
    background-color: #f4f2ee;
    padding: 10px;
    }
    .brite-qr-myaccount {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
       margin: 10px auto;

       .toggle-container {
            display: flex;
            align-items: center;
        }
        .toggle {
            position: relative;
            width: 60px;
            height: 34px;
        }
        .toggle input {
            opacity: 0;
            width: 0;
            height: 0;
        }
        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: .4s;
            border-radius: 34px;
        }
        .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: .4s;
            border-radius: 50%;
        }
        input:checked + .slider {
            background-color: #2196F3;
        }
        input:checked + .slider:before {
            transform: translateX(26px);
        }
    }
    .brite-qr-myaccount-col-1 {
        flex-basis: 19%;
        background-color: #ffffff;
        border-radius: 20px;
        border: 1px solid #dddddd;
        padding: 20px;
        position: sticky;
    top: 0;
    height: 130vh;
    min-width: 19%;
    max-width: 19%;
    background: linear-gradient(40deg, #c8dcf1, #ffffff);
    }
    .brite-qr-myaccount-col-1 h2 {
    font-size: 16px !important;
    font-weight: 800;
    }
    .brite-qr-myaccount-col-1 .edit-profile-btn {
    width: 100%;
    text-align: center;
    background-color: #fff500;
    padding: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #cbcbcb;
    border-radius: 8px;
    color: #000000;
    }
    .brite-qr-myaccount-col-1-arrow {
        float: right;
    }
    .brite-qr-myaccount-profile-img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 0 auto;
    border: 4px solid #eeeeee;
    animation: avatarani 2s infinite;
    background-color: #ffffff;
    }
    .brite-qr-myaccount-profile-img:hover {
        
    }
    @keyframes avatarani {
        0% {transform: rotateX(-45deg) rotateY(30deg);}
        25% {transform: rotateX(45deg) rotateY(-30deg);}
        50% {transform: rotateX(45deg) rotateY(30deg);}
        100% {}
    }
    .brite-qr-myaccount-col-1 a {
        display: block;
    border: 1px solid #dddddd;
    padding: 10px;
    color: #000000;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
    transition: .2s ease-in-out;
    background-color:#ffffff;
    }
    .brite-qr-myaccount-col-1 a:hover {
        right: 10px;
    }
    .brite-qr-myaccount-profile-name {
        display: block;
    font-size: 1.6em;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    margin-top: 20px;
    }
    .brite-qr-myaccount-profile-username {
        font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
    text-align: center;
    margin-top: -20px;
    }
    .brite-qr-myaccount-col-2 {
        flex-basis: 60%;
        background-color: #ffffff;
        border-radius: 20px;
        border: 1px solid #dddddd;
        padding: 20px;
        min-width: 60%;
        max-width: 60%;
        /*background: linear-gradient(60deg, #c8dcf1, #ffffff);*/
    }
    .brite-qr-myaccount-col-2 h1 {
        font-size: 1.5em;
        font-weight: 600;
    }
    .brite-qr-myaccount-col-2 h2 {
        font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    }
    .brite-qr-myaccount-col-2 h3 { 
        font-size: 18px;
        font-weight: 500;
    }
    .brite-qr-myaccount-col-3 {
       flex-basis: 19%;
    /* background-color: #ffffff; */
    border-radius: 20px;
    /* border: 1px solid #dddddd; */
    /* padding: 20px; */
    position: sticky;
    top: 0;
    height: 130vh;
    min-width: 19%;
    max-width: 19%;
    /* background: linear-gradient(40deg, #c8dcf1, #ffffff);*/
    }
    .brite-qr-myaccount-col-3 h2 {
    font-size: 16px !important;
    font-weight: 800;
    }
    .brite-qr-myaccount-col-3 .edit-profile-btn {
    width: 100%;
    text-align: center;
    background-color: #fff500;
    padding: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #cbcbcb;
    border-radius: 8px;
    color: #000000;
    }
    .brite-qr-myaccount-col-1-arrow {
        float: right;
    }
    .brite-qr-myaccount-col-3 a {
        display: block;
    border: 1px solid #dddddd;
    padding: 10px;
    color: #000000;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
    transition: .2s ease-in-out;
    background-color:#ffffff;
    }
    .brite-qr-myaccount-col-3 a:hover {
        right: 10px;
    }
    .brite-qr-myaccount-form {
        input {
            background-color: #eeeeee;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
        }
        input::placeholder {
    font-size: 16px;
    color: #000000;
        }
        textarea {
            width: 100%;
            padding: 10px;
            border-radius: 12px;
            border: 1px solid #eeeeee;
            background-color: #ffffff;
            font-size: 16px;
            color: #000000;
        }
        textarea::placeholder {
            font-size: 16px;
            color: #000000;
        }
        button {
            cursor: pointer;
    position: relative;
    padding: 15px;
    background-color: #fff500;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    border: none;
    text-align: center;
    margin-bottom: -12px;
        }
    }

    /* QR Codes */
    .brite-qr-myaccount-qrcodes-list {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }
    .brite-qr-myaccount-qrcodes-list-col {
        flex-basis: 100%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .brite-qr-myaccount-qrcodes {
        display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 2px 0 #0000000a;
    margin-bottom: 10px;
    }
    .brite-qr-myaccount-qrcodes-col-1 {
        flex-basis: 49%;
    }
    .brite-qr-myaccount-qrcodes-col-2 {
        flex-basis: 49%;
    }
    .brite-qr-myaccount-qrcodes-name {
        font-size: 1em;
        font-weight: 600;
        color: #000000;
    }
    .brite-qr-myaccount-qrcodes-scans {
        font-size: 16px;
        font-weight: 600;
        color: #333333;
    }
    .brite-qr-myaccount-qrcodes-tracking-btn {
           padding: 7px 11px;
    border-radius: 100px;
    border: none;
    background-color: #575757;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    }
    .brite-qr-myaccount-qrcodes-edit-btn {
        padding: 7px 10px;
    border-radius: 100px;
    border: none;
    background-color: #575757;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    }
    .brite-qr-myaccount-qrcodes-view-btn {
        padding: 8px 10px;
    border-radius: 100px;
    border: none;
    background-color: #575757;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    }
    .brite-qr-myaccount-qrcodes-delete-btn {
    padding: 10px 12px;
    border-radius: 100px;
    border: none;
    background-color: #f70000;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    }
    .generatedqr img {
        width: 100px;
    float: right;
    }

    /* Plans */
    .brite-qr-myaccount-plans {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .brite-qr-myaccount-plans-title {
        font-size: 2em;
    color: #333333;
    font-weight: 600;
    margin-bottom: 0;
    }
    .brite-qr-myaccount-plans-price {
        font-size: 3em;
    font-weight: 800;
    color: #1e2229;
    }
    .brite-qr-myaccount-plans-month {
        font-size: 20px;
    font-weight: 300;
    color: #1e2229;
    }
    .brite-qr-myaccount-plans-price {
        font-size: 3em;
        font-weight: 600;
        color: #000000;
    }
    .brite-qr-myaccount-plans-btn {
        display: block;
    width: 100%;
    padding: 12px 10px;
    border-radius: 100px;
    border: 0px solid #333333;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #005dff;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
    }
    .brite-qr-myaccount-plans-col {
    flex-basis: 32%;
    border-radius: 20px;
    border: 1px solid #dddddd;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    }
    .brite-qr-myaccount-plans-col-1 {
        flex-basis: 32%;
        padding: 50px;
        border-radius: 20px;
        background-color: #ffffff;
    }
    .brite-qr-myaccount-plans-col-2 {
        flex-basis: 32%;
        padding: 50px;
        border-radius: 20px;
        background-color: #ffffff;
    }
    .brite-qr-myaccount-plans-col-3 {
        flex-basis: 32%;
        padding: 50px;
        border-radius: 20px;
        background-color: #ffffff;
    }

    /* Profile */
    .brite-qr-profile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .brite-qr-profile-col {
        flex-basis: 100%;
        padding: 20px;
    }
    .brite-qr-profile-search {
        input {
            width: 90%;
        padding: 15px;
        border-radius: 100px;
        border: 1px solid #dddddd;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        }
        input::placeholder {
            color:#9c9c9c;
            font-weight: 600;
            font-size: 14px;
        }
        button {
            cursor: pointer;
    position: relative;
    padding: 15px;
    background-color: #fff500;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    border: none;
    text-align: center;
    margin-bottom: -12px;
        }
    }
    .brite-qr-profile-hero {
        width: 100%;
        border-radius: 20px;
        background-color: #ffffff;
        background-size: cover;
        background-position: center;
        min-height: 30vh;
        max-height: 30vh;
        box-shadow: 2px 2px 2px 0 #0000000a;
        border: 1px solid #dddddd;
    }
    .edit-poster-btn {
    position: relative;
    float: right;
    right: 10px;
    top: -200px;
    font-size: 20px;
    padding: 10px 14px;
    background-color: #ffffffa8;
    border-radius: 100px;
    border: 1px solid #979797;
    color: #333333;
    text-decoration: none;
    width: 50px;
    height: 50px;
    }
    .brite-qr-profile-followers-container {
        width: 100%;
        display: block;
    }
    .brite-qr-profile-followers {
        font-size: 18px;
        font-weight: 600;
        color: #000000;
    }
    .brite-qr-profile-followers-count {
        font-size: 18px;
        font-weight: 600;
        color: #000000;
    }
    .brite-qr-profile-name {
        font-size: 18px;
    font-weight: 600;
    color: #000000;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    }
    .brite-qr-profile-handle {
     font-size: 1.5em;
    font-weight: 600;
    color: #000000;
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
    }
    .brite-qr-profile-bio {
     font-size: 18px;
    font-weight: 400;
    color: #000000;
    display: block;
    margin-bottom: -50px;
    margin-top: -26px;
    line-height: 1.2;
    }
    .brite-qr-profile-url {
        font-size: 18px;
    font-weight: 600;
    color: #005dff;
    position: relative;
    top: 25px;
    }
    .brite-qr-profile-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid #eeeeee;
    position: relative;
    margin: 0 auto;
    top: -163px;
    margin-bottom: -165px;
    display: block;
    box-shadow: 2px 2px 2px 2px #00000057;
    }
    .brite-qr-profile-feed-list {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    }
    .brite-qr-profile-feed-list-col {
    flex-basis: 30%;
    margin-right: 10px;
    margin-bottom: 10px;
    }
    .brite-qr-profile-feed {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    box-shadow: 2px 2px 2px 0 #0000000a;
    height: 60vh;
    padding: 0;
    }
    .brite-qr-profile-feed img {
        width: 100%;
        height: 100%;
        border-radius: 0;
        top: -25px;
        position: relative;
    }
    .brite-qr-profile-feed .ray {
    padding: 25px;
    background-color: #b9e6e9;
    font-size: 14px;
    color: #333333;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    border-radius: 20px;
    }

    .search-results {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #eeeeee;
    background: linear-gradient(45deg, #47c2cc54, #fff500);
    border-radius: 100px;
    margin-bottom: 10px;
    }
    .search-results-col-1 {

        flex-basis: 10%;
    }
    .search-results-col-2 {
        flex-basis: 90%;
    }
    .search-results img {
        width: 70px;
        border-radius: 100px;
        vertical-align: middle;
        margin-right: 20px;
    }
    .search-results h2 {
        font-size: 18px;
        color: #000000;
        font-weight: 600;
        margin-bottom: 0;
    }
    .search-results p {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
    }

    .brite-qr-discover-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
    }
    .brite-qr-discover-card .view-profile-btn {
        color: #000000;
        font-size: 12px;
        font-weight: 300;
        border-radius: 8px;
        padding: 5px;
        width: 100%;
        text-align: center;
    background-color: #fff500;
    padding: 12px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #cbcbcb;
    }
    .brite-qr-discover-card-col-1 {
        flex-basis: 100%;
    text-align: center;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 20px;
    }
    .brite-qr-discover-card-col-1 img {
        width: 50%;
        border-radius: 100px;
        border: 2px solid #eeeeee;
    }
    .brite-qr-discover-card-col-1 .username {
        font-size: 12px;
        font-weight: 600;
        color: #333333;
        display: block;
        margin-bottom: -30px;
    }
    .brite-qr-discover-card-col-1 .active-status {
        font-size: 8px;
        font-weight: 300;
        color: #575757;
    }
    .brite-qr-discover-card-col-2 {
        flex-basis: 50%;
    }
    .brite-qr-discover-card-col-2 img {
        width: 100%;
    }
    .brite-qr-discover-card-col-3 {
        flex-basis: 100%;
    text-align: center;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 20px;
    }
    .brite-qr-discover-card-col-3 img {
        width: 50px;
        height: 50px;
        border-radius: 100px;
        border: 2px solid #eeeeee;
    }

    .create-container {
        width: 100%;
    }
    .create {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: left;
        width: 100%;
        flex-wrap: wrap;
    }
    .create a {
        flex-basis: 49%;
        text-decoration: none;
        transition: .2s ease-in-out;
        color: #000000;
    }
    .create-col {
        padding: 50px;
        border-radius: 20px;
        background-color: #d9d9d9;
        margin-bottom: 10px;
        text-align: center;
        cursor: pointer;
        color: #000000;
        transition: .2s ease-in-out;
    }
    .create-col:hover {
        background-color: #fff500;
        color: #ffffff !important;
    }
    .create a:hover {
        color: #ffffff !important;
    }
    .create-col span {
    font-size: 1.2em;
    color: #000000;
    line-height: 1;
    font-weight: 600;
    }

    @media (max-width: 768px) {
        .btn {
            width: 100%;
        }
        .brite-qr-myaccount {
            flex-direction: column;
        }
        .brite-qr-myaccount-col-1 {
            flex-basis: 100%;
            height: auto;
            min-width: 100%;
            max-width: 100%;
            position: static;
            display: none;
        }
        .brite-qr-myaccount-col-2 {
            flex-basis: 100%;
            min-width: 100%;
            max-width: 100%;
        }
        .brite-qr-myaccount-col-2 {
            padding: 20px 10px;
        }
        .brite-qr-myaccount-col-3 {
            flex-basis: 100%;
            height: auto;
            min-width: 100%;
            max-width: 100%;
            position: static;
        }
        .brite-qr-myaccount-qrcodes-list {
            display: block;
                flex-direction: column;
                justify-content: space-between;
                width: 100%;
                flex-wrap: no-wrap;
        }
        .brite-qr-myaccount-plans {
            flex-direction: column;
        }
        .brite-qr-myaccount-plans-col-1, .brite-qr-myaccount-plans-col-2, .brite-qr-myaccount-plans-col-3 {
            margin-bottom: 10px;
        }
        .brite-qr-profile-col {
            padding: 10px;
        }
        .brite-qr-profile-search {
            input {
                width: 80%;
            }
        }
        .search-results {
            flex-direction: row;
            text-align: left;
        }
        .brite-qr-myaccount-qrcodes {
            margin-bottom: 0px;
            margin-left: 6px;
        }
        .create-col {
            height: 20vh;
        }
}