body,
input,
textarea,
select {
    font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif;
}
.card2 {
    margin: 0px 40px;
}
.logo {
    width: 200px;
    margin-bottom: 20px;
    margin-left: 35px;
}
.image {
    width: 360px;
    height: 280px;
}
.border-line {
    border-right: 1px solid #eeeeee;
}

.line {
    height: 1px;
    width: 45%;
    background-color: #e0e0e0;
    margin-top: 10px;
}

.or {
    width: 10%;
    font-weight: bold;
}

::placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #bdbdbd;
    font-weight: 300;
}

::-ms-input-placeholder {
    color: #bdbdbd;
    font-weight: 300;
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 14px;
    letter-spacing: 1px;
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304ffe;
    outline-width: 0;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

.btn-blue {
    background-color: #1a237e;
    width: 150px;
    color: #fff;
    border-radius: 2px;
}

.btn-blue:hover {
    background-color: #000;
    cursor: pointer;
    color: #fff;
}

.bg-blue {
    color: #fff;
    background-color: #1a237e;
}

@media (min-width: 768px) and (max-width: 979px) {
    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }
    .navbar-expand-md .navbar-collapse {
        display: none !important;
    }
    .navbar-expand-md .navbar-collapse.show {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        padding: 10px;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        width: 100%;
    }
}
@media (min-width: 980px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px;
    }

    .image {
        width: 300px;
        height: 220px;
    }

    .border-line {
        border-right: none;
    }

    .card2 {
        border-top: 1px solid #eeeeee !important;
        margin: 0px 15px;
    }
}
pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.h6,
h6 {
    font-size: 1rem;
}

a:hover {
    text-decoration: underline;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.small,
small {
    font-size: 100%;
    font-weight: 400;
}
.text-danger {
    color: #dc3545 !important;
}
.h6,
h6 {
    font-size: 1rem !important;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
}

.text-sm {
    font-size: 14px !important;
}

.invalid-feedback {
    color: red;
    font-size: 14px;
}
.login-block {
    margin: 30px auto;
    min-height: 93.6vh;
}

.login-block .auth-box {
    margin: 20px auto 0;
    max-width: 450px !important;
}

.card {
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    padding-top: 10px;
}

.card .card-block {
    padding: 1.25rem;
}

.f-80 {
    font-size: 80px;
}

.form-group {
    margin-bottom: 1.25em;
}

.form-material .form-control {
    display: inline-block;
    height: 43px;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 9px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px;
}

.btn-primary {
    background-color: #4099ff;
    border-color: #4099ff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.btn {
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 15px;
    cursor: pointer;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px;
}

.heading {
    font-size: 21px;
}

#infoMessage p {
    color: red !important;
}

.btn-google {
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 1px #ddd;
}

.or-container {
    align-items: center;
    color: #ccc;
    display: flex;
    margin: 25px 0;
}

.line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px;
}

.or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center;
}

.fullBody {
    min-height: calc(100vh - 76px);
}
.sc-mandatory {
    color: red;
    padding-left: 3px;
}
.sc-nav-footer {
    text-align: right;
}
.sc-nav-footer button.btn {
    margin-left: 15px;
}
.login_portion a {
    color: #777;
}
.login_portion a:hover {
    text-decoration: none;
    color: #333;
}
h1 {
    position: relative;
    padding: 0;
    margin: 0;
    /* font-family: "Raleway", sans-serif; */
    font-weight: 300;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1;
}
.two {
    display: none;
}
.two h1 i {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 2em;
    padding-left: 0.25em;
    color: #333;
}

p.first-letter::first-letter {
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 10px !important;
    line-height: 5px;
    color: #ff3300;
}
.sc-footer {
    /* font-family: Open Sans, Arial, sans-serif; */
    text-align: center;
    padding: 27px 0;
    border-top: #b0c7bd 1px solid;
}
.card-body {
    padding-top: 20px !important;
}
.card {
    padding-top: 20px !important;
}
.wrapper {
    overflow: hidden;
    max-width: 490px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
}
.wrapper .title-text {
    display: flex;
    width: 200%;
}
.wrapper .title {
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 5px;
}
.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}
.slide-controls label.signup {
    color: #000;
}
.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #1a237e, #1a237e);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
input[type="radio"] {
    display: none;
}
#signup:checked ~ .slider-tab {
    left: 50%;
}
#signup:checked ~ label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
}
#signup:checked ~ label.login {
    color: #000;
}
#login:checked ~ label.signup {
    color: #000;
}
#login:checked ~ label.login {
    cursor: default;
    user-select: none;
}
.wrapper .form-container {
    width: 100%;
    overflow: hidden;
}
.form-container .form-inner {
    display: flex;
    width: 200%;
}
.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}
.form-inner form .field input {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}
.form-inner form .field input:focus {
    border-color: #fc83bb;
    /* box-shadow: inset 0 0 3px #fb6aae; */
}
.form-inner form .field input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}
form .field input:focus::placeholder {
    color: #b3b3b3;
}
.form-inner form .pass-link {
    margin-top: 5px;
}
.form-inner form .signup-link {
    text-align: center;
    margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a {
    color: #fa4299;
    text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline;
}
form .btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
form .btn .btn-layer {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(
        right,
        #1a237e,
        #1a237e,
        #1a237e,
        #1a237e
    );
    border-radius: 5px;
    transition: all 0.4s ease;
}
form .btn:hover .btn-layer {
    left: 0;
}
form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.invalid-feedback {
    color: red;
    text-align: left;
}
.navbar-brand:hover {
    text-decoration: none;
}
/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 240px;
    z-index: 600;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }
}
.sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

#main-header,
#et-top-navigation {
    font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif;
}
#main-header {
    line-height: 23px;
    font-weight: 500;
    top: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99999;
}
#main-header {
    -webkit-transition: background-color 0.4s, color 0.4s,
        opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out,
        -webkit-transform 0.4s;
    transition: background-color 0.4s, color 0.4s, transform 0.4s,
        opacity 0.4s ease-in-out;
    transition: background-color 0.4s, color 0.4s, transform 0.4s,
        opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}
.container.et_menu_container {
    z-index: 99;
}
.container {
    text-align: left;
    position: relative;
}
.container {
    width: 80%;
    margin: auto;
    position: relative;
    padding-top: 20px;
}
.et_header_style_left .logo_container {
    position: absolute;
    height: 100%;
    width: 100%;
}
.logo_container {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    float: left;
}
span.logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
a {
    color: #0057e1;
}
a,
a:hover {
    text-decoration: none;
}
a {
    color: #2ea3f2;
}
.et_header_style_left #et-top-navigation {
    padding-top: 33px;
}
#main-header,
#et-top-navigation {
    font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif;
}
#et-top-navigation {
    float: right;
}
#et-top-navigation {
    font-weight: 600;
}
av#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
    float: left;
}
#top-menu-nav,
#top-menu {
    line-height: 0;
}
nav#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
    float: left;
}
#top-menu-nav,
#top-menu {
    line-height: 0;
}
ol,
ul {
    list-style: none;
}
#top-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 22px;
}
#et-secondary-menu li,
#top-menu li {
    word-wrap: break-word;
}
.nav li {
    position: relative;
    line-height: 1em;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
    padding-bottom: 33px;
}
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a {
    color: #0057e1;
}
.mobile_menu_bar:before,
.mobile_menu_bar:after,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
    color: #2ea3f2;
}
#top-menu li a {
    font-size: 16px;
}
#logo {
    width: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
}
img {
    max-width: 100%;
    height: auto;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}
.et_header_style_centered .mobile_nav .select_page,
.et_header_style_split .mobile_nav .select_page,
.et_nav_text_color_light #top-menu > li > a,
.et_nav_text_color_dark #top-menu > li > a,
#top-menu a,
.et_mobile_menu li a,
.et_nav_text_color_light .et_mobile_menu li a,
.et_nav_text_color_dark .et_mobile_menu li a,
#et_search_icon:before,
.et_search_form_container input,
span.et_close_search_field:after,
#et-top-navigation .et-cart-info {
    color: #000000;
}
.nav-link {
    /*padding: 0!important;*/
    font-size: 16px;
    color: #000000;
    line-height: 1em;
    font-weight: bold;
}
.nav-link:hover {
    color: #0057e1;
}

#top-menu li a:hover {
    color: #0057e1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px !important;
}

.buttons-html5 {
    border: #ccc 1px solid;
    color: #353535;
    background: #fff;
}
.buttons-print {
    border: #ccc 1px solid;
    color: #353535;
    background: #fff;
}
.dt-buttons {
    float: left;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 0px solid #ddd;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    cursor: not-allowed;
}
table.dataTable.no-footer {
    font-size: 14px;
}
.download_label {
    /* text-align:center; */
}
.error {
    color: red;
}
.adminLogout {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    /* font-family: open sans, sans-serif; */
}

.adminText {
    color: #777;
    font-size: 14px;
    /* font-family: open sans, sans-serif; */
}
.adminText b {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    /* font-family: open sans, sans-serif; */
}
.adminLogout:hover {
    text-decoration: none;
    color: #333;
    background-color: transparent;
}

.custom-input-field {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

#dataTable_filter label {
    display: flex;
}
form .btn {
    height: auto;
}
.card {
    padding-top: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    color: #333333 !important;
}

.tablists {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 65vh;
    overflow-y: auto;
    border: 1px solid #ddd;
    position: fixed;
    width: 12%;
}
.topFixed {
    position: fixed;
    top: 20px;
    /* left:70px; */
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 80vh;
    overflow-y: auto;
    border: 1px solid #ddd;
    width: 12%;
    transition: top 0.5s ease-in-out;
}
.topFixedArabic {
    position: fixed;
    top: 20px;
    /* right:70px; */
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 80vh;
    overflow-y: auto;
    border: 1px solid #ddd;
    width: 12%;
    transition: top 0.5s ease-in-out;
}
@media (min-width: 1500px) {
    .tablists,
    .topFixed,
    .topFixedArabic {
        width: 11%;
    }
}
@media (min-width: 1650px) {
    .tablists,
    .topFixed,
    .topFixedArabic {
        width: 10%;
    }
}
@media (min-width: 1800px) {
    .tablists,
    .topFixed,
    .topFixedArabic {
        width: 9%;
    }
}
@media (min-width: 2000px) {
    .tablists,
    .topFixed,
    .topFixedArabic {
        width: 8%;
    }
}
@media (min-width: 2200px) {
    .tablists,
    .topFixed,
    .topFixedArabic {
        width: 8%;
    }
}

@media (min-width: 2300px) {
    .tablists,
    .topFixed,
    .topFixedArabic {
        width: 7%;
    }
}

@media (min-width: 2400px) {
    .tablists,
    .topFixed,
    .topFixedArabic {
        width: 7%;
    }
}

.tablists li {
    display: block;
    border-bottom: 1px solid #ddd;
}
.tablists li a.active {
    color: #0084b4;
    text-decoration: none;
}
.tablists li a {
    color: #444;
    padding: 10px;
    display: block;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    padding: 5px !important;
    font-size: 14px;
}
/* .btn-danger {
    color: #fff;
    background-color: red;
    border-color: #17a2b8;
    padding: 5px !important;
    font-size: 14px;
} */
.btn-info:hover {
    background-color: rgba(45, 153, 139, 0.8);
    color: #fff;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 1px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
    border-top-color: #17a2b8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
}
.card-body {
    padding-top: 5px !important;
}
/* Specific styles for right-to-left layout */
body[dir="rtl"] {
    /* Example styles for right-to-left layout */
    /* Adjust as needed */
    padding-right: 20px;
    padding-left: 0;
}

/* Adjust other elements based on right-to-left layout */
/* Example: menu items aligned right */
header[dir="rtl"] {
    text-align: right;
}

input,
textarea,
.form-container {
    direction: ltr;
}
.navbar-collapse > ul > li > a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
