﻿@font-face {
    font-family: 'arbfonts-dinnextltarabic-light-1';
    src: url('../font/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf') format('truetype');
}

@font-face {
    font-family: 'arbfonts-dinnextltarabic-bold-2';
    src: url('../font/ArbFONTS-DINNextLTArabic-Bold-2') format('truetype');
}
body {
    font-size: 14px !important;
    font-family: 'arbfonts-dinnextltarabic-light-1' !important;
}
*::-webkit-scrollbar {
    width: 6px; /* width of the entire scrollbar */
}

*::-webkit-scrollbar-track {
    background: #e9ecef; /* color of the tracking area */
}

*::-webkit-scrollbar-thumb {
    background-color: #a4a0a0; /* color of the scroll thumb */
    border-radius: 2px; /* roundness of the scroll thumb */
}
:root {
    --primary-bg-color: #282728 !important;
    --primary-bg-hover: #282728bd;
    --primary-bg-border: #282728 !important;
    --primar--bg-btn: #02ADB0 !important;
    --primary: #282728 !important;
    --primary-title: #185B9A !important;
    --primary-1: rgba(1, 98, 232, 0.1);
    --primary-2: rgba(1, 98, 232, 0.2);
    --primary-2: rgba(1, 98, 232, 0.3);
    --primary-5: rgba(1, 98, 232, 0.5);
    --primary-8: rgba(1, 98, 232, 0.8);
    --primary-transparentcolor: #2827280f;
    --transparentprimary-transparentcolor: rgba(255, 255, 255, 0.05);
    --transparent-body: #0b5bc9;
    --transparent-theme: rgba(0, 0, 0, 0.1);
    --blue: #282728 !important;
    --purple: $purple;
    --pink: $pink;
    --red: $danger;
    --orange: $orange;
    --yellow: $warning;
    --green: $success;
    --teal: $teal;
    --cyan: $info;
    --white: $white;
    --gray: $gray-600;
    --gray-dark: $gray-800;
    --secondary: $gray-600;
    --success: $success;
    --info: $info;
    --warning: $warning;
    --danger: $danger;
    --light: $gray-100;
    --dark: $gray-800;
    --indigo: #282728 !important;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 992px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'lamasans-regular', "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.full-bg {
    /*background-image: radial-gradient(#55B6B2, #1a5b7ee6, #1A5B7E);*/
    /*background: #653a8f;*/
    background :#14134C;
    position: relative;
    height: 100vh;
    overflow-x: hidden;
}
.form {
    color: var(--primary);
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 50px 0px rgb(0 0 0 / 30%) !important;
}
.form img{
    width:15rem;
}
#login {
    transition: opacity 0.6s linear;
}
    #login .card-header {
        padding: 0.75rem 1.25rem;
    }
    #login .card-header, .card-header h2 {
        color: var(--primary-title) !important;
    }

/*.card {
    display: grid;
    place-items: center stretch;
    align-content: space-evenly;
    height: 100%;
}*/
.card, .card-header, .card-body, .card-footer {
    border: 0 !important;
    background-color: transparent !important;
    
}
.form-control {
    background-color: transparent;
    color: inherit;
    font-size: 14px !important;
    border: 1px solid rgb(112 112 112 / 75%) !important;
    border-radius: 5px !important;
    height: calc(2em + 0.75rem + 2px) !important;
}
    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #7070701c;
        outline: 0;
        box-shadow: 0 0 0 0.2rem #7070701c !important;
    }

a {
    color: #ced4da;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}
.togglePassword, .iconUser {
    position: absolute;
    right: 11px;
    top: 20px;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--primar--bg-btn) !important;
    border: var(--primar--bg-btn) !important;
    transition: all .55s ease-Out !important;
    padding: 0.75rem 4.5rem !important;
    font-size: 16px !important;
}
.btn-check:checked + .btn.btn-primary, .btn-check:active + .btn.btn-primary, .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .btn.btn-primary:active:not(.btn-active), .btn.btn-primary.active, .btn.btn-primary.show, .show > .btn.btn-primary {
    background-color: var(--primar--bg-btn) !important;
    opacity:0.8
}
.row-mb-20 {
    margin-bottom: 1rem;
} 
.primary-title {
    color: var(--primary-title)
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #7070707d ;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
.form-control::-webkit-input-placeholder {
    color: #0000004d !important;
}

.form-control::-moz-placeholder {
    color: #0000004d !important;
}

.form-control:-ms-input-placeholder {
    color: #0000004d !important;
}

.form-control::-ms-input-placeholder {
    color: #0000004d !important;
}

.form-control::placeholder {
    color: #0000004d !important;
}
.footer-login, .footer-login a {
    font-size: 12px !important;
}

    .footer-login li label {
        line-height: 2;
    }

    .footer-login span {
        font-size: 11px !important;
        line-height: 1.25;
    }

    .footer-login li a {
        text-decoration: underline
    }

    .footer-login li .border {
        display: inline;
    }
.pwstrength-div .progress {
    height: 6px !important;
    width: 38px !important;
    text-align: right;
    position: absolute;
    right: -15px !important;
    left: auto !important;
    top: 43.5px !important;
    transform: rotate(-90deg);
    border-radius: 0 0 1.25rem 1.25rem;
    background-color: transparent !important;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.box-login a {
    font-size: 13px !important;
}
.card-footer button {
    padding: 0.75rem 0rem !important;
    width: 100%;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.form-group {
    margin-bottom: 1rem;
}


.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.5rem;
    box-sizing: border-box;
    padding: 0;
    width: 13px;
    height: 13px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.5rem;
}
.form-check-input[type=checkbox] {
    border-radius: 0.2em;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5rem;
}
.form-text {
    color: #007bff;
}
.text-left
{
    text-align:left
}
.font-weight-bold {
    font-weight: 700 !important;
}
.card-footer button, .card-footer a {
    font-size: 16px !important;
}

.login-form .pwstrength-div .password-verdict {
    right: 0px;
    top: 5px;
}
.login-form .was-validated .form-control:invalid, .form-control.is-invalid {
    background-position: right calc(0.1em + 0.1rem) center;
    background-size: calc(0.6em + 0.6rem) calc(0.6em + 0.6rem);
}
.login-form .form-control {
    font-size: 13px !important
}
.login-form .form {
    box-shadow: none !important
}
.form.verify-security-code-form .form-check-custom span.form-check-label {
    padding-left: 1rem;
}
/* Disable password reveal icon in Edge browser */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}
.pswrd{
    position:relative
}
.pswrd i {
    position: absolute;
    top: 42px;
    right: 24px;
    color: var(--primar--bg-btn);
}
.pswrd {
    position: relative;
}