.explorer-button {
    width: 300px;
    background: #d3031c;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
}

.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
}

.table-scrollbar-disabled::-webkit-scrollbar {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

#alertBox {
    position: relative;
}

.progressBarError {
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: red;
    animation: noman 5s linear forwards;
}

.progressBarSuccess {
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #34AA44;
    animation: noman 5s linear forwards;
}

@keyframes noman {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

.register {
    background-image: url(../static/premium.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rajdhani-medium {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.rajdhani-semibold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.nata-sans-uniquifier {
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.amazon {
    font-family: 'Amazon Ember', sans-serif;
    /* font-family: 'Amazon Ember Cd RC', sans-serif;
    font-family: 'Amazon Ember Display', sans-serif;
    font-family: 'Amazon Ember Duospace', sans-serif;
    font-family: 'Amazon Ember Mono', sans-serif;
    font-family: 'Amazon Ember V2', sans-serif; */
}

.sidebar {
    width: 265px;
    height: 100vh;
    background-color: white;
    overflow-y: auto;
    position: fixed;
    top: 56px;
    left: -265px;
    transition: .2s ease-in-out;
    user-select: none;
    z-index: 20;
}

.sidebar a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 10px;
}

.sidebar a:hover {
    background: black;
    color: white;
}

.sidebar.active {
    left: 0;
}

#menuButton {
    position: fixed;
    top: 17px;
    left: 13px;
    color: #EB6B24;
}

#closeButton {
    position: fixed;
    top: 17px;
    left: 13px;
}

.disabled {
    user-select: none;
}

.product-price {
    font-size: 12px;
    /* position: absolute; */
    /* bottom: -8px; */
    color: #000;
    /* width: 100%; */
    text-align: center;
}

.loginCustom {
    color: white;
    background: linear-gradient(to right, #FE68E2 0%, #00CFD0 68%);
    border: none;
}

.loginCustom:hover {
    background: black;
    color: white;
    border: none;
}

.dropdown-menu li a:hover {
    color: white;
    background: black;
}

.accordion-button:not(.collapsed) {
    background-color: #F5F5F5;
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
}

.label-sytle {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px 5px 5px 0;
    border: 1px solid #ccc;
    transition: all .3s ease-in-out;
}

.label-sytle:hover {
    background: #E4E4E4;
}

input[type="radio"]:checked+label {
    background-color: #000;
    color: white;
    border: 1px solid black;
}

.checkout-info-box {
    background: #f8f8f8;
    border-radius: 5px;
}

#quantity {
    height: 30px;
    width: 80px;
}

.custom_button {
    border: none;
    background-color: #ff263b;
    color: white;
    height: 40px;
    width: 200px;
}

.custom_button:hover {
    height: 40px;
    width: 200px;
    background-color: #EF5466;
    color: white;
}

.custom {
    background-color: #EF5466;
    color: white;
    text-decoration: none;
    float: inline-end;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 14px;
    border-radius: 50px;
    margin-top: 2px;
}

.custom:hover {
    background-color: #ff263b;
    color: white;
    text-decoration: none;
    float: inline-end;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 14px;
    border-radius: 50px;
    margin-top: 2px;
}

.roboto-uniquifier {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}