<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Josefin+Sans:ital,wght@0,100..700;1,100..700&amp;family=Jost:ital,wght@0,100..900;1,100..900&amp;family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&amp;family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Raleway:ital,wght@0,100..900;1,100..900&amp;family=Roboto:ital,wght@0,100..900;1,100..900&amp;family=Rubik:ital,wght@0,300..900;1,300..900&amp;family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap');

:root {
    --normal-font: "Poppins", sans-serif;
    --heading-font: "Inter", sans-serif;
}

body {
    font-family: var(--normal-font);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

.ps--active-x&gt;.ps__rail-x,
.ps--active-y&gt;.ps__rail-y {
    display: none;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
}

.table thead th {
    font-weight: 500;
}

.table td img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

/* swith design */

input[switch]+label {
    font-size: 1em !important;
    line-height: 1 !important;
    width: 80px !important;
    height: 24px !important;
    background-color: #ced4da !important;
    background-image: none !important;
    border-radius: 2rem !important;
    padding: 0.16667rem !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    display: inline-block !important;
    text-align: center !important;
    position: relative !important;
    transition: all 0.1s ease-in-out !important;
    margin: 5px 0px;
}

input[switch]+label:before {
    color: #111 !important;
    content: attr(data-off-label) !important;
    display: block !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 21px;
    position: absolute !important;
    right: 5px !important;
    margin: 3px !important;
    top: -1px !important;
    text-align: left !important;
    min-width: 1.66667rem !important;
    overflow: hidden !important;
    transition: all 0.1s ease-in-out !important;
}

input[switch]+label:after {
    content: "";
    position: absolute;
    left: 3px;
    background-color: #e9ecef;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    transition: all 0.1s ease-in-out;
}

input[switch] {
    display: none;
}

input[switch="success"]:checked+label {
    background-color: #28a745 !important;
}

input[switch="danger"]:checked+label {
    background-color: #ff1616 !important;
}

input[switch]:checked+label:before {
    color: white !important;
    content: attr(data-on-label) !important;
    right: auto;
    left: 5px;
}

input[switch]:checked+label:after {
    left: 57px;
    background-color: #e9ecef;
}

/* end switch design */

.permission-check-lebel {
    margin-left: 10px;
}

.select2-container {
    width: 100% !important;
}

.select2-selection--single {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.select2-container .select2-selection--single {
    height: 45px !important;
    border-color: #e5eaef;
    border-radius: var(--bs-border-radius);
}

.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--single:focus-visible {
    border-color: rgba(var(--bs-primary)) !important;
    outline: 0;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple:focus {
    border-color: rgba(var(--bs-primary)) !important;
    outline: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus {
    border-color: rgba(var(--bs-primary)) !important;
    outline: 0;
}

.select2-selection__arrow {
    top: 8px !important;
}

.table tbody tr td {
    padding: 8px;
}

.dropdown-wrapper {
    border-color: #e5eaef;
}

input[type="file"].form-control {
    padding: 0.65rem;
    cursor: pointer;
}

.select2-container .select2-selection--multiple {
    min-height: 45px;
    border-color: #e5eaef !important;
    border-radius: var(--bs-border-radius);
    padding: 0.375rem 0.5rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid rgba(var(--bs-primary)) !important;
    outline: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(var(--bs-primary)) !important;
    color: var(--bs-white);
}

img.object-fit-cover {
    object-fit: cover;
}

img.h-40-px {
    height: 40px;
}

img.w-40-px {
    width: 40px;
}

img.w-200-px {
    width: 200px;
}

.d-flex {
    display: flex;
}

.widget-stat.success {
    background: #e5f2ff;
}

.widget-stat.success span {
    background: #c4e0fc;
    color: #56a7f8;
}

.widget-stat.success p,
.widget-stat.success h4,
.widget-stat.success .h4 {
    color: #56a7f8;
}

.job-type-list .bg-color-grad .job-items .active {
    background: rgba(var(--clr-primary-code));
    color: var(--clr-white);
}

.photo-content .cover-photo {
    background-size: cover !important;
    background-position: center;
    min-height: 250px;
    width: 100%;
    background: url("../../backend/images/default/cover-image.jpg");
}

p.text-primary,
p.text-success,
p.text-danger {
    margin: 0px !important;
}

/* gallery css  */

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    transition: filter 0.3s ease;
    /* Add transition for smooth effect */
}

.image-container:hover img {
    filter: blur(2px);
    /* Apply blur effect on hover */
}

.image-container .overlay-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 10px;
    visibility: hidden;
    transition: visibility 0.3s ease;
}

.image-container:hover .overlay-icons {
    visibility: visible;
}

.image-container .icon {
    background-color: transparent;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

.image-container .icon.download {
    color: green;
}

.image-container .icon.edit {
    color: blue;
}

.image-container .icon.delete {
    color: red;
}

/* end gallery css  */

/* summernote */
.note-toolbar {
    background-color: inherit !important;
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background-color: inherit !important;
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid #e5eaef !important;
}

.rtl-mode {
    top: 60%;
    right: -55px;
    margin-top: -115px;
    z-index: 7777;
    line-height: 1;
    position: fixed;
    text-align: left;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--bs-red);
    padding: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.rtl-mode button {
    width: 50px;
    padding: 12px;
    font-size: 16px;
    background: var(--bs-white);
    color: rgba(var(--bs-primary));
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

/*============= RTL direction Start =========== */

[dir="rtl"] .nav-header {
    right: 0;
    left: auto;
    border-right: 0;
    border-left: 1px solid #eaeaea;
}

[dir="rtl"] .nav-header .nav-control {
    right: auto;
    left: -4.0625rem;
}

[dir="rtl"] .bugbuild {
    border-right: 0;
    border-left: 1px solid #eaeaea;
}

[dir="rtl"] .nav-header .brand-logo {
    padding-left: 0;
    padding-right: 1.25rem;
}

[dir="rtl"] .menu-toggle .nav-header .brand-logo {
    padding-right: 0;
}

[dir="rtl"] .header {
    margin-left: 0;
    margin-right: 17.1875rem;
    left: 0;
    right: 0;
}

[dir="rtl"] .menu-toggle .header {
    margin-right: 0;
    width: 100%;
}

[dir="rtl"] .menu-toggle .content-body {
    margin-right: 3.75rem;
}

/* [dir="rtl"] .nav-control {
    right: auto;
   
} */

[dir="rtl"] .content-body {
    margin-left: 0;
    margin-right: 17.1875rem;
}

[dir="rtl"] .bugbuild .metismenu .has-arrow:after {
    right: auto;
    left: 1.5625rem;
}

[dir="rtl"] .menu-toggle .bugbuild .metismenu li&gt;ul {
    left: auto;
    right: 3.75rem;
}

[dir="rtl"] .dropdown-menu .dropdown-item .media-body {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
}

/* [dir="rtl"] .rtl-mode {
    right: auto;
    left: -55px;
    text-align: left;
} */

[dir="rtl"] .widget-stat .card-body span {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

[dir="rtl"] .dropdown-menu-end[data-bs-popper] {
    right: auto;
    left: 0;
}

@media (max-width: 767px) {
    [dir="rtl"] .bugbuild {
        left: auto;
        right: 0;
    }
}

[dir="rtl"] .bugbuild .metismenu ul li::before {
    left: auto;
    right: 0;
}

[dir="rtl"] .bugbuild .metismenu .has-arrow:after {
    -webkit-transform: rotate(-225deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

[dir="rtl"] .bugbuild .metismenu .has-arrow[aria-expanded=true]:after,
.bugbuild .metismenu .mm-active&gt;.has-arrow:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.page-titles .breadcrumb {
    direction: ltr;
}

[dir="rtl"] .me-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}

[dir="rtl"] .ms-2 {
    /* margin-left: 0!important; */
    margin-right: 0.5rem !important;
}

[dir="rtl"] .footer {
    padding-left: 0;
    padding-right: 17.1875rem;
}

.menu-toggle .footer {
    padding-left: 3.75rem;
}

[dir="rtl"] .menu-toggle .footer {
    padding-right: 3.75rem;
    padding-left: 0;
}

.content-body {
    padding-bottom: 50px;
}

.bugbuild {
    z-index: 10;
}

.bugbuild .metismenu&gt;li a.mm-active i {
    color: rgba(var(--bs-black-rgb), 1);
    background-color: rgba(var(--bs-white-rgb), 1);
}

.bugbuild .metismenu li.mm-active a.has-arrow i {
    color: rgba(var(--bs-black-rgb), 1);
    background-color: rgba(var(--bs-white-rgb), 1);
}

.bugbuild .metismenu&gt;li a&gt;i {
    padding: 5px;
    border-radius: 5px;
    background: rgba(var(--bs-primary), 0.1);
    color: #5a6a85;
    margin-right: 5px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--bs-white);
    box-shadow: 0px 0px 5px rgba(85, 148, 184, 0.08);
    z-index: 3;
}

.tagify__tag {
    margin-block: 6.5px !important;
}

@media(max-width: 991px) {
    .menu-toggle.show .nav-header {
        width: 3.75rem !important;
    }

    .show .nav-header {
        width: 17.1875rem !important;
        background-color: #fff;
    }

    .header {
        margin-left: 0 !important;
    }

    .content-body {
        margin-left: 3.75rem !important;
    }

    .bugbuild {
        box-shadow: none;
    }


    .menu-toggle.show .mobile-logo {
        display: block !important;
    }

    .menu-toggle.show .desktop-logo {
        display: none !important;
    }

    .show .desktop-logo {
        display: block !important;
    }

    .show .mobile-logo {
        display: none !important;
    }

    .overly {
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        z-index: 4;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .menu-toggle.show .brand-logo {
        justify-content: center;
    }

    .show .nav-header .nav-control {
        right: 0;
    }

    .menu-toggle.show .nav-header .nav-control {
        right: -4rem;
    }

    [dir="rtl"] .menu-toggle.show .nav-header .nav-control {
        right: auto;
        left: -3.5rem;
    }

    [dir="rtl"] .show .nav-header .nav-control {
        right: auto;
        left: 0;
    }

    [dir="rtl"] .header-right&gt;li:not(:first-child) {
        padding-left: 0;
        padding-right: 0.625rem;
    }
}

[dir="rtl"] .bugbuild .metismenu&gt;li a&gt;i {
    margin-right: 0;
    margin-left: 5px;
}

.hamburger .line {
    margin-left: 0;
}

.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
}

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
}

[dir="rtl"] .hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}

[dir="rtl"] .hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
}

@media(max-width: 767px) {
    .nav-header .brand-logo {
        padding-left: 1.25rem;
        justify-content: start;
    }
}


@media(max-width: 575px) {
    .header .header-content {
        padding-right: 16px;
    }

    .header-right&gt;li:not(:first-child) {
        padding-left: 0;
    }

    /* .show .nav-header {
        width: 100% !important;
        background-color: #fff;
    } */
    /* .show .bugbuild{
        width: 100% !important;
    } */
}



/*============= RTL direction Ends =========== */</pre></body></html>