/* _content/Orders/Pages/Components/CreditCard.razor.rz.scp.css */
label[b-cgu03nuye3] {
    font-size: 12px !important;
    font-weight: 600 !important;
}

.form-control[b-cgu03nuye3] {
    height: 28px;
}

input[type=text][b-cgu03nuye3], input[type=tel][b-cgu03nuye3] {
    padding: 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 28px;
    font-size: 13px;
    font-weight: 500;
}

input[type=submit]:hover[b-cgu03nuye3] {
    background-color: #45a049;
}

#spreedly-number[b-cgu03nuye3] {
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
}

.divcvv[b-cgu03nuye3] {
    width: 100px;
    border: solid 2px;
    height: 13px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
}

#customerCode[b-cgu03nuye3] {
    font-weight: 600;
}

#oppId[b-cgu03nuye3] {
    font-weight: 600;
}

.panel[b-cgu03nuye3] {
    border: none !important;
    background-color: #f0ffac !important;
    margin: 5px !important;
    padding: 10px !important;
    border: 1px solid !important;
}

hr[b-cgu03nuye3] {
    margin-top: 0px !important;
}

.form-group[b-cgu03nuye3] {
    margin-bottom: 5px !important;
    font-size: 12px !important;
}

input[type=text][b-cgu03nuye3], input[type=tel][b-cgu03nuye3] {
    width: 100% !important;
    padding: 5px !important;
    margin: 0px !important;
}


/* The Modal (background) */
.modal[b-cgu03nuye3] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content[b-cgu03nuye3] {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@@-webkit-keyframes animatetop {
    from[b-cgu03nuye3] {
        top: -300px;
        opacity: 0
    }

    to[b-cgu03nuye3] {
        top: 0;
        opacity: 1
    }
}

@@keyframes animatetop {
    from[b-cgu03nuye3] {
        top: -300px;
        opacity: 0
    }

    to[b-cgu03nuye3] {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close[b-cgu03nuye3] {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover[b-cgu03nuye3],
    .close:focus[b-cgu03nuye3] {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-content[b-cgu03nuye3] {
    width: 600px !important;
    height: 150px !important;
}

.modal-header[b-cgu03nuye3] {
    padding: 2px 16px;
    background-color: #656565;
    color: white;
    height: 50px;
}

.modal-body[b-cgu03nuye3] {
    padding: 2px 16px;
    height: 200px;
}
/* _content/Orders/Shared/MainLayout.razor.rz.scp.css */
.page[b-fk1s3jpism] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-fk1s3jpism] {
    flex: 1;
}

.sidebar[b-fk1s3jpism] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fk1s3jpism] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fk1s3jpism]  a, .top-row .btn-link[b-fk1s3jpism] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fk1s3jpism] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fk1s3jpism] {
        display: none;
    }

    .top-row.auth[b-fk1s3jpism] {
        justify-content: space-between;
    }

    .top-row a[b-fk1s3jpism], .top-row .btn-link[b-fk1s3jpism] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fk1s3jpism] {
        flex-direction: row;
    }

    .sidebar[b-fk1s3jpism] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fk1s3jpism] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-fk1s3jpism] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
