
.page-100::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100vh;
    width: 100%;
    background-image: url('../../images/warranty.jpg');
    /* background-image: url(https://www.hdwallpapersspot.com/wp-content/uploads/2018/03/Good-Gaming-Wallpapers.jpg); */
    background-position: center center;
    background-size: cover;
    opacity: 0.7;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

.terms-box-cover {
    position: fixed;
    display: none;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}

.terms-box {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    min-height: 70vh;
    /* height: 70vh; */
    margin-top: 15vh;
    background: #444;
    overflow-y: auto;
}

    .terms-box .box {
        position: relative;
        width: 100%;
        height: calc(70vh - 120px);
        overflow: auto;
        overflow-x: hidden;
    }

.terms_title {
    color: #ff6400;
}


.upload-btn {
    /* height: 50px;
    margin-top: 0px;
    margin-left: 15px; */
    line-height: 35px;
}

.rma-tab {
    margin-left: 1.2rem;
    text-indent: -1.2em;
}

    .rma-tab p {
        margin-left: 0;
        text-indent: 0em;
    }

.rma-qa-btn {
    position: absolute;
    right: 50px;
    top: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff9;
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s all;
    z-index: 1;
}

    .rma-qa-btn:hover {
        color: #ff6400;
    }

.servicecenter-btn {
    position: absolute;
    right: 50px;
    top: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff9;
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s all;
    z-index: 1;
}

.servicecenter:hover {
    color: #ff6400;
}




label.error {
    display: block;
}

/*a  upload */
.a-upload {
    background: #282828;
    width: calc(100% );
    height: 50px;
    color: #fff;
    border: 0;
    z-index: 0;
    border-radius: 3px;
    line-height: 50px;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

    .a-upload input {
        background: #282828;
        width: calc(100% );
        height: 50px;
        color: #fff;
        border: 0;
        z-index: 1;
        border-radius: 3px;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer
    }

    .a-upload:hover {
        color: #fff;
        background: #333;
        border-color: #ccc;
        text-decoration: none
    }
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #ff6400;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.swal2-popup {
    border: 2px solid #ff6400;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 100, 0, 0.3);
}

.aorus-confirm-btn {
    background-color: #ff6400 !important;
    color: #fff !important;
    border: none !important;
    font-weight: bold;
    padding: 0.5em 2em;
    border-radius: 5px;
}

.aorus-confirm-btn:hover {
    background-color: #e65c00 !important;
}
.aorus-upload-wrapper {
    margin-bottom: 20px;
}

.aorus-label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.aorus-file {
    position: relative;
    border: 2px dashed #ff6400;
    border-radius: 8px;
    padding: 16px;
    background-color: #1a1a1a;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

    .aorus-file:hover {
        background-color: #222;
        border-color: #ffa040;
    }

.aorus-file-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.aorus-file-label {
    color: #fff;
    font-size: 14px;
    pointer-events: none;
}
