@font-face {
    src: url(../fonts/helveticaneuelt-arabic-55-roman.ttf);
    font-family: "Helvetica Neue AR,Helvetica Neue,Open Sans Regular";
}

body {
    font-family: "Helvetica Neue AR,Helvetica Neue,Open Sans Regular";
    text-align: right;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Customer-data {
    width: 100%;
    margin-top: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Customer-data .content p {
        font-size: 12px;
        font-weight: 800;
        color: #171717;
    }

    .Customer-data .content img {
        height: 18px;
        object-fit: cover;
    }

    .Customer-data .content form {
        margin-top: 30px;
    }

    .Customer-data .content h5 {
        font-weight: 700;
        font-size: 18px;
    }

    .Customer-data .content form p {
        font-size: 12px;
        font-weight: 100;
        color: #919599;
    }

    .Customer-data .content form label {
        font-size: 12px;
        font-weight: 800;
        color: #000;
    }

    .Customer-data .content form input {
        text-align: right;
        width: 100%;
        height: 50px;
        background-color: transparent;
        font-size: 14px;
    }

.gj-datepicker [role="right-icon"] {
    cursor: pointer;
    position: absolute;
    color: #0055b8;
}

    .gj-datepicker [role="right-icon"] i {
        color: #0055b8;
        display: none;
    }

.gj-datepicker-bootstrap [role="right-icon"] button {
    border: 0;
}

.form-group {
    position: relative;
}

.serila-icon {
    position: absolute;
    top: 60%;
    left: 3%;
    color: #0055b8;
}

#datepicker {
    background-image: url(../images/calendar@3x.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 22px 22px;
    background-position: 4% 50%;
}

#serialnumber {
    background-image: url(../images/barcode@3x.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 24px 22px;
    background-position: 4% 50%;
}

#datepicker {
    border-radius: 5px;
}

.inputfile-1 {
    display: none;
}

    .inputfile-1 + label {
        color: rgb(0, 85, 184) !important;
        height: 50px;
        background-color: #eaf4ff;
        width: 100%;
        border: 2px dashed #4a9fff;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../images/icon-upload@3x.png);
        background-repeat: no-repeat;
        background-size: 3.2% 28%;
        background-position: 95% 50%;
    }

        .inputfile-1:focus + label,
        .inputfile-1.has-focus + label,
        .inputfile-1 + label:hover {
            background-color: #eaf4ff;
        }

.show-btn {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    border: 0;
    background-color: rgb(0, 85, 184);
    color: #fff;
    border-radius: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.help-block {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.has-error .form-control {
    border-color: red;
}

.form-control:focus {
    box-shadow: none;
}

.loading-page {
    align-items: center !important;
}

@media only screen and (max-width: 992px) {
    .Customer-data {
        width: 95%;
        margin: 0 auto;
        align-items: flex-start;
        padding-top: 5%;
        padding-bottom: 5%;
    }

        .Customer-data .content {
            padding-bottom: 5%;
            max-width: 100%;
        }
}

.loader {
    width: 60px;
    height: 60px !important;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-page .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .loading-page .content h4 {
        font-size: 16px;
        font-weight: 800;
        line-height: 1.7;
        margin-top: 10px;
        text-align: center;
    }

.failed-screen-img {
    width: 94px;
    height: 91px !important;
}

.failed-screen p {
    color: rgb(109, 114, 120) !important;
}

.succSign {
    width: 102px;
    height: 102px !important;
}

.loading-page .content h3 {
    color: rgb(45, 46, 46);
    font-size: 50px;
    font-weight: bold;
}

.three-month {
    color: rgb(0, 204, 153);
    border-bottom: 2px solid rgb(0, 204, 153);
}

.p-subscrip {
    text-align: center;
    line-height: 1.6;
    width: 80%;
    margin: 0 auto;
}

.compilite-btn {
    width: 80%;
    margin-top: 30px;
}
