﻿.field-validation-error {
    color: red;
}

html[lang="ar"], html[lang="ar"] body {
    font-family: "Noto Kufi Arabic", serif !important;
}

    html[lang="ar"] .me-3 {
        margin-right: 0 !important;
        margin-left: .75rem !important;
    }

    html[lang="ar"] .stepper-icon {
        margin-left: 1.5rem;
    }

    html[lang="ar"] .select2-container .select2-selection--single .select2-selection__clear {
        right: 95%;
    }

    html[lang="ar"] .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
        right: 95% !important;
    }

html[lang="en"], html[lang="en"] body {
    font-family: "Noto Sans", sans-serif !important;
}

    html[lang="en"] .me-3 {
        margin-right: .75rem !important;
        margin-left: 0;
    }

html[data-bs-theme="dark"] .dropzone {
    background-color: #1b1b29 !important
}

html[data-bs-theme="dark"] .highlight-bg {
    background-color: #11111b
}

html[data-bs-theme="dark"] .custom-button {
    background-color: #11111b;
    color: white;
}
/* ----------------------------------------------------------------
	Fonts

	Replace your Fonts as necessary
-----------------------------------------------------------------*/

@font-face {
    font-family: "GESS";
    src: url('./fonts/custom/GE SS Text Medium.otf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GESS";
    src: url('./fonts/custom/GE SS Text Light Italic.otf') format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "GESS";
    src: url('./fonts/custom/GE SS Text Light.otf') format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "GESS";
    src: url('./fonts/custom/GE SS Text Bold.otf') format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "GESS";
    src: url('./fonts/custom/GE SS Text UltraLight.otf') format("truetype");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url(./fonts/custom/Avenir.ttc);
}



.toolbar {
    background-attachment: fixed;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/Media/images/site-banner.jpg) no-repeat center center / cover;
    background-size: cover;
    /* padding: 106px; */
    min-height: 360px;
    margin-top: 75px;
    background-color: transparent
}

.header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    height: 90px !important;
    z-index: 97;
    box-shadow: var(--bs-header-desktop-fixed-box-shadow) !important;
    padding: 0;
}

.toolbar::after {
}

.toolbar > .container-xxl {
}

#kt_content {
    margin-top: 165px;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
    width: 150px !important;
}

button [aria-label="More Color"] {
    width: 40px !important;
}

.note-editor .note-toolbar {
    direction: ltr
}

.homecss .icon-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
}

    .homecss .icon-row:hover {
        transform: scale(1.02);
    }

    .homecss .icon-row > div {
        text-align: center;
    }

.homecss .icon {
    font-size: 45px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

    .homecss .icon:hover {
        transform: rotate(10deg);
    }

    .homecss .icon > p > a {
        font-size: large;
    }

.homecss .card-header, .card-footer {
    /* background-color: #f5f5f5; */
    padding: 15px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.homecss .card-body {
    padding: 20px;
}

.homecss .card {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .homecss .card:hover {
        transform: translateY(-10px);
    }

.homecss .card-body p, .card-body h5 {
    line-height: 1.6;
}

.homecss .page-title-parallax {
    position: relative;
    overflow: hidden;
}

    .homecss .page-title-parallax::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .homecss .page-title-parallax h1, .page-title-parallax span {
        position: relative;
        z-index: 1;
    }

.homecss .highlight {
    color: #007bff;
}

.homecss .highlight-bg {
    background-color: #f0f8ff;
    border-radius: 5px;
    padding: 20px;
    word-spacing: 4px;
}

.homecss .custom-button {
    display: inline-block;
    padding: 10px 28px;
    color: #000; /* Text color */
    background-color: #fff; /* Background color */
    border: 2px solid #7cb342; /* Border color */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* No underline */
    font-size: 16px; /* Font size */
    position: relative;
    transition: background-color 0.5s ease, border-color 0.5s ease; /* Smooth transition */
}

    .homecss .custom-button::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: 10px solid transparent;
    }

    .homecss .custom-button[dir="ltr"]::before {
        right: -1px;
        border-left: 10px solid #7cb342; /* Arrow color for RTL */
    }

    .homecss .custom-button[dir="rtl"]::before {
        left: -1px;
        border-right: 10px solid #7cb342; /* Arrow color for LTR */
    }

    .homecss .custom-button:hover {
        background-color: #7cb342; /* Background color on hover */
        border-color: #7cb342; /* Border color on hover */
    }

    .homecss .custom-button:active {
        background-color: #558b2f; /* Background color on active */
        border-color: #558b2f; /* Border color on active */
    }
