.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
 }

#contact_form {
    max-width: 700px;
}

.active {
    background-color: #8FB6CF !important;
    color: #000 !important;
}

/** Homepage **/

.btn-group button.btn {
    width: 110px;
}

/** My Account Page **/

#account {
    padding: 0 0 50px;
}

.row.border-bottom.py-4 {
    --bs-gutter-x: 5rem;
}

/** Admin Page **/

#admin_products,
#admin_coupons {
    padding: 0 0 120px;
}

#admin_products .row .col-12 .row .col-2:not(:first-child):not(:last-child) {
    width: 13%;
}

#admin_products .row .col-12 .row .col-2:first-child,
#admin_products .row .col-12 .row .col-2:last-child {
    width: 24%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 23px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #89CFF0;
}

input:focus + .slider {
    box-shadow: 0 0 1px #89CFF0;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
    border: 1px solid #2196F3;
}

.slider.round:before {
    border-radius: 50%;
}

#admin_new_product {
    padding: 0 0 70px;
}

/** User Page **/

#licenses div section.container-fluid:first-child > .row {
    background-color: #222222;
}

#licenses h5.ps-4 {
    padding-left: 35px !important;
}

i.bi:before:not(footer i.bi:before) {
    font-weight: 700 !important;
}

.border.border-dashed {
    border-style: dashed !important;
}

#upgrade_license,
#checkout {
    height: 80%;
}

#upgrade_license input::-webkit-outer-spin-button,
#upgrade_license input::-webkit-inner-spin-button,
#checkout input::-webkit-outer-spin-button,
#checkout input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#upgrade_license input[type=number],
#checkout input[type=number] {
    -moz-appearance: textfield;
    width: 70px;
    text-align: center;
}

@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 450px;
    }
}

@media screen and (max-width: 1399px) {
    #admin_products .row .col-12 .row .col-2:not(:first-child):not(:last-child):not(:nth-child(5)) {
        width: 15%;
    }

    #admin_products .row .col-12 .row .col-2:first-child {
        width: 24%;
    }

    #admin_products .row .col-12 .row .col-2:last-child {
        width: 16%;
    }
}

@media screen and (max-width: 1199px) {
    #login {
        padding: 150px 0;
    }

    #login_type {
        padding: 30px 20px 40px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .nav-link.rounded-2 {
        border-radius: 0 !important;
    }

    #login {
        padding: 90px 0;
    }

    #admin_products section {
        width: 1040px;
    }

    #admin_products .container-fluid:not(:first-child) {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 767px) {
    #licenses div section.container-fluid:last-child > div {
        width: 712px;
    }

    #licenses div section.container-fluid:last-child {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 575px) {
    #login {
        padding: 30px 0;
    }

    #login_type {
        padding: 20px 20px 40px;
    }
}

.invalid-feedback {
    display: none !important;
}

.qr-code-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.qr-code-container img.qr-code {
    width: 100px; /* Adjust the width as needed */
    height: auto;
    margin-right: 10px;
}
.qr-code-container img.logo {
    width: 50px; /* Adjust the width as needed */
    height: auto;
}