html {
    scroll-behavior: smooth;
}

html,
body {
    direction: rtl;
    text-align: right;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Tajawal', sans-serif;

}

.bg-light-green {
    background-color: #f1f8f6;
}

/* ================================ navbar ======================== */
.btnstyle2,
.btnstyle1 {
    background-color: #3B71B8;
    color: #ffffff;
    transition: all .3s ease;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    font-weight: 500;
}

.btnstyle1:hover,
.btnstyle1:focus {
    background-color: #325F9A;
    color: #fff;
}

.btnstyle2:hover,
.btnstyle2:focus {
    background-color: #CDE6F5;
    color: #000;
}




/* =============================================================
                           login 
================================================================= */
.bg-body {
    background-image: url("../pic/bg12.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.bg-body .col-auto {
    background-image: url("../pic/bg12.png");
    background-position: right, center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-grow: 1 !important;
}

.login-cont {
    position: relative;
}

.login-cont h2 {
    color: #3B71B8;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.login-cont .row>div {
    padding-top: 2rem;
}

.login-cont .form-wr {
    height: 100vh;
    height: 100svh;
    background: #EEF7FC;
    box-shadow: 0px 5px 26px 19px rgba(0, 0, 0, 0.3);
    width: 450px !important;
    max-width: 450px;
    margin-right: auto;
    overflow-y: auto;
    min-height: 400px;
    position: relative;
    padding-bottom: 74px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: .5rem !important;
}

.form-wr .text-center {
    height: 156px;
}

.form-wr .text-center img {
    max-height: 100%;
    filter: drop-shadow(5px 5px 10px #00000028);
}

.icon-inp-wr {
    position: relative;
    margin: 1.5rem 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.icon-inp-wr .form-control {
    padding-right: 2.5rem;
    background-color: #ffffff;
}

.icon-inp-wr .i-wr {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    width: 2.5rem;
    justify-content: center;
    align-items: center;
}

form.login-style {
    padding: 0 1rem;
    margin-top: 1.5rem;
    width: 100%;
}

.login-style .form-control {
    min-height: 58px;
    border-radius: 3rem;
    background-color: #ffffff;
    border-color: transparent;
    color: #4c575a;
    background: #ffffff;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.13),
        -8px -8px 20px rgba(255, 255, 255, 0.13);
    transition: all .3s ease-in-out;
}

.login-style .form-control:focus {
    border-color: #DCEFF9;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2),
        -0px -0px 0px rgba(255, 255, 255, 0.2);
}

.login-style .form-control::placeholder {
    color: #4c575a;
    font-weight: 500;
}

.login-style .icon-inp-wr .form-control {
    padding-right: 3rem;
}

.login-style .icon-inp-wr .i-wr {
    width: 3rem;
    height: 58px;
    padding: 5px;
    justify-content: flex-end;
    color: #73BFE7;
}

.login-style .icon-inp-wr .i-wr svg {
    height: 20px;
    width: 20px;

}


.login-style .btnstyle1 {
    display: block;
    max-width: 380px;
    min-height: 56px;
    line-height: 44px;
    border-radius: 3rem;
    box-shadow: unset;
    font-weight: 500;
    width: 75%;
    min-width: 220px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 9px 9px 19px rgba(0, 0, 0, 0.15),
        -9px -9px 19px rgba(255, 255, 255, 0.12);
    margin-bottom: 1.5rem;


}

.redirect {
    text-align: center;
    font-weight: 500;
    text-decoration: none !important;
    color: #000 !important;
    display: block;
}

.redirect span {
    color: #325F9A;
}

.redirect:hover span {
    color: #B2D234;
}

.login-style .btnstyle1:hover,
.login-style .btnstyle1:focus {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15),
        -0px -0px 0px rgba(255, 255, 255, 0.12);
}

.pass-inp-wr .form-control {
    padding-left: 3.5rem;
}

.pass-inp-wr .show-pass {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3rem;
    color: #A9A9A9;
    padding: 5px;
    box-shadow: none !important;
    border-radius: 3rem;
}

.form-wr .center .top {
    text-align: center;
    margin-bottom: 2rem;
}

.form-wr .center .top img {
    margin-bottom: 1rem;
    max-width: 80px;
}

.form-wr .center .top h2 {
    font-size: 2rem;
}


.login-style .select2-container--default .select2-selection--single {
    height: 58px !important;
    border-radius: 3rem;
    border: 0 !important;
    background-color: #f1f8f6;

}

.login-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 3rem !important;
    padding-left: 1.5rem !important;
    border-radius: 3rem !important;
    height: 58px;
    line-height: 56px;
    border: 1px solid #A9A9A9;
    color: #4c575a;
    font-weight: 500;
}

.login-style .select2-selection__arrow {
    height: 58px !important;
    line-height: 58px;
}

.login-style .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #C29062;
}

.login-style .select2-dropdown {
    background-color: #f1f8f6;
    border: 1px solid #A9A9A9 !important;
    border-radius: 8px !important;
    top: -2px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.select2-search__field {
    height: 38px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    outline: unset !important;
}

.form-check {
    padding-right: 1.25rem;
    padding-left: 0;
}

.login-style .form-check {
    margin-bottom: 1rem;
}

.form-check-input {
    margin-right: -1.25rem;
    margin-left: 0;
}

.login-style .custom-file {
    height: 58px;
    margin-bottom: 1rem;
}

.login-style .custom-file-label {
    border-radius: 20px;
    height: 58px;
    line-height: 42px;
    text-align: center;
    background-color: rgba(208, 231, 225, 0.5);
    border: 2px solid #D1E8E2;
    color: #000;
    font-weight: 500;
}

.login-style .custom-file .custom-file-input {
    height: 58px !important;
    text-align: center;

}

.custom-file-label::after {
    display: none;
}

.soc-wr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    background-color: transparent;
    background: linear-gradient(0deg, #BADFF3, #eef7fc);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}


.soc-wr a {
    margin: 0 10px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    font-size: 18px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12),
        -5px -5px 10px rgba(255, 255, 255, 0.6);
    border: 0 !important;
    color: #3B71B8;
    transition: all .4s ease;


}

.soc-wr a:hover,
.soc-wr a:focus {
    color: #ffffff;
    background: #3B71B8;
}

.scroll {
    height: 100%;
    overflow-y: auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

/* width */
.scroll::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #f1f1ff;
    border-radius: 8px;
}

/* Handle */
.scroll::-webkit-scrollbar-thumb {
    background: #8f8f8f;
    border-radius: 8px;
}

.my-shadow {
    position: absolute;
    z-index: 2;
    height: 35px;
    width: 100%;
    bottom: 55px;
    left: 0;
    pointer-events: none;
    filter: blur(5px);
    background: linear-gradient(rgb(237, 246, 251) 41%, rgba(237, 246, 251, .11) 95%, rgba(255, 255, 255, 0));
}

.banner {
    width: 100%;
    min-height: 280px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    box-shadow: 0px 1px 6px #006EBA33;
}

.banner::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-color: rgba(20, 38, 62, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;

}

.banner img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.banner .container {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff;
}

.text-body {
    background: linear-gradient(180deg, #DCEFF9 0%, #FFFFFF 80%);
    min-height: 100vh;
    min-height: 100svh;
}

.text-cont {
    padding: 2rem 1.5rem;
    background-color: #ffffff;
    border-radius: 1rem;
}

.text-cont .text-center {
    color: #3B71B8;
    font-weight: 600;
    margin-bottom: 1rem;
}