/* _content/SealCarRental/Components/Layout/MainLayout.razor.rz.scp.css */
/* ========================================
   VUEXY TEMPLATE - SEAL CAR RENTAL
   Professional Admin Layout Design
   ======================================== */

/* Layout Wrapper */
[b-2v4vmny8qn] .layout-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

[b-2v4vmny8qn] .layout-container {
    display: flex;
    flex: 1;
    position: relative;
}

/* Layout Menu (Sidebar) */
[b-2v4vmny8qn] .layout-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100vh;
    z-index: 1000;
    transition: transform 0.3s ease, width 0.3s ease;
}

[b-2v4vmny8qn] .layout-menu.menu-vertical {
    display: flex;
    flex-direction: column;
}

[b-2v4vmny8qn] .layout-menu.bg-menu-theme {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}

/* App Brand */
[b-2v4vmny8qn] .app-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.625rem;
    min-height: 4.125rem;
}

[b-2v4vmny8qn] .app-brand-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

[b-2v4vmny8qn] .app-brand-logo {
    flex-shrink: 0;
}

[b-2v4vmny8qn] .app-brand-text {
    font-size: 1.375rem;
    color: #566a7f;
    transition: color 0.3s ease;
}

[b-2v4vmny8qn] .layout-menu-toggle {
    color: #697a8d;
    cursor: pointer;
    transition: color 0.3s ease;
}

[b-2v4vmny8qn] .layout-menu-toggle:hover {
    color: #7367f0;
}

/* Menu Inner */
[b-2v4vmny8qn] .menu-inner-shadow {
    height: 3px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
}

[b-2v4vmny8qn] .menu-inner {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    flex: 1;
}

/* Menu Items */
[b-2v4vmny8qn] .menu-item {
    list-style: none;
}

[b-2v4vmny8qn] .menu-link {
    display: flex;
    align-items: center;
    padding: 0.625rem 1.625rem;
    color: #697a8d;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

[b-2v4vmny8qn] .menu-link:hover {
    background-color: rgba(115, 103, 240, 0.08);
    color: #7367f0;
}

[b-2v4vmny8qn] .menu-item.active .menu-link {
    background-color: rgba(115, 103, 240, 0.16);
    color: #7367f0;
    font-weight: 600;
}

[b-2v4vmny8qn] .menu-icon {
    margin-right: 0.75rem;
    font-size: 1.375rem;
    flex-shrink: 0;
}

/* Layout Page */
[b-2v4vmny8qn] .layout-page {
    flex: 1;
    margin-left: 260px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

/* Navbar */
[b-2v4vmny8qn] .layout-navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 0 1.5rem;
    min-height: 4.125rem;
    display: flex;
    align-items: center;
}

[b-2v4vmny8qn] .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

[b-2v4vmny8qn] .bg-navbar-theme {
    background-color: #fff !important;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}

[b-2v4vmny8qn] .navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

[b-2v4vmny8qn] .navbar-nav-right {
    flex: 1;
    justify-content: flex-end;
}

[b-2v4vmny8qn] .layout-menu-toggle.navbar-nav {
    display: none;
}

/* Dropdown */
[b-2v4vmny8qn] .dropdown {
    position: relative;
}

[b-2v4vmny8qn] .dropdown-toggle {
    cursor: pointer;
}

[b-2v4vmny8qn] .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
}

[b-2v4vmny8qn] .dropdown:hover .dropdown-menu {
    display: block;
}

[b-2v4vmny8qn] .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #697a8d;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: all 0.2s ease;
}

[b-2v4vmny8qn] .dropdown-item:hover {
    background-color: rgba(115, 103, 240, 0.08);
    color: #7367f0;
}

[b-2v4vmny8qn] .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* Avatar */
[b-2v4vmny8qn] .avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
}

[b-2v4vmny8qn] .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[b-2v4vmny8qn] .avatar-online::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #71dd37;
    border: 2px solid #fff;
}

/* Content Wrapper */
[b-2v4vmny8qn] .content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #f5f5f9;
}

[b-2v4vmny8qn] .container-xxl {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
}

[b-2v4vmny8qn] .container-p-y {
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
}

[b-2v4vmny8qn] .flex-grow-1 {
    flex-grow: 1 !important;
}

/* Footer */
[b-2v4vmny8qn] .content-footer {
    margin-top: auto;
}

[b-2v4vmny8qn] .footer {
    padding: 1.25rem 0;
}

[b-2v4vmny8qn] .bg-footer-theme {
    background-color: #fff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

[b-2v4vmny8qn] .footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[b-2v4vmny8qn] .footer-link {
    color: #697a8d;
    text-decoration: none;
    transition: color 0.3s ease;
}

[b-2v4vmny8qn] .footer-link:hover {
    color: #7367f0;
}

/* Layout Overlay */
[b-2v4vmny8qn] .layout-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

[b-2v4vmny8qn] .layout-overlay.active {
    display: block;
    opacity: 1;
}

/* Drag Target */
[b-2v4vmny8qn] .drag-target {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    z-index: 998;
    display: none;
}

/* Content Backdrop */
[b-2v4vmny8qn] .content-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
}

[b-2v4vmny8qn] .content-backdrop.show {
    display: block;
}

/* Scrollbar */
[b-2v4vmny8qn] .menu-inner::-webkit-scrollbar {
    width: 6px;
}

[b-2v4vmny8qn] .menu-inner::-webkit-scrollbar-track {
    background: transparent;
}

[b-2v4vmny8qn] .menu-inner::-webkit-scrollbar-thumb {
    background: rgba(115, 103, 240, 0.2);
    border-radius: 3px;
}

[b-2v4vmny8qn] .menu-inner::-webkit-scrollbar-thumb:hover {
    background: rgba(115, 103, 240, 0.4);
}

/* ==================== MOBILE RESPONSIVE ==================== */
@media (max-width: 1199px) {
    [b-2v4vmny8qn] .layout-menu {
        transform: translateX(-100%);
    }

    [b-2v4vmny8qn] .layout-menu.open {
        transform: translateX(0);
    }

    [b-2v4vmny8qn] .layout-page {
        margin-left: 0;
    }

    [b-2v4vmny8qn] .layout-menu-toggle.navbar-nav {
        display: flex;
    }

    [b-2v4vmny8qn] .layout-overlay {
        display: none;
    }

    [b-2v4vmny8qn] .layout-overlay.active {
        display: block;
    }

    [b-2v4vmny8qn] .drag-target {
        display: block;
    }
}

@media (max-width: 767px) {
    [b-2v4vmny8qn] .container-xxl {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    [b-2v4vmny8qn] .layout-navbar {
        padding: 0 1rem;
    }

    [b-2v4vmny8qn] .app-brand {
        padding: 1.25rem 1rem;
    }

    [b-2v4vmny8qn] .menu-link {
        padding: 0.5rem 1rem;
    }

    [b-2v4vmny8qn] .footer {
        padding: 1rem 0;
    }

    [b-2v4vmny8qn] .footer-container {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}

/* ==================== TABLET ==================== */
@media (min-width: 768px) and (max-width: 1199px) {
    [b-2v4vmny8qn] .layout-menu {
        width: 240px;
    }

    [b-2v4vmny8qn] .layout-page {
        margin-left: 0;
    }
}

/* ==================== DESKTOP ==================== */
@media (min-width: 1200px) {
    [b-2v4vmny8qn] .container-xxl {
        max-width: 1440px;
    }

    [b-2v4vmny8qn] .layout-menu-toggle.navbar-nav {
        display: none !important;
    }
}

/* ==================== ANIMATIONS ==================== */
@keyframes fadeIn-b-2v4vmny8qn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[b-2v4vmny8qn] .menu-item {
    animation: fadeIn-b-2v4vmny8qn 0.3s ease-out;
}

[b-2v4vmny8qn] .menu-item:nth-child(1) {
    animation-delay: 0.05s;
}

[b-2v4vmny8qn] .menu-item:nth-child(2) {
    animation-delay: 0.1s;
}

[b-2v4vmny8qn] .menu-item:nth-child(3) {
    animation-delay: 0.15s;
}

[b-2v4vmny8qn] .menu-item:nth-child(4) {
    animation-delay: 0.2s;
}

[b-2v4vmny8qn] .menu-item:nth-child(5) {
    animation-delay: 0.25s;
}
/* _content/SealCarRental/Components/Pages/RentalModal.razor.rz.scp.css */
.modal-form .form-container[b-p139r126cz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.modal-form .form-row[b-p139r126cz] {
    display: flex;
    gap: 1rem;
}

.modal-form .form-row-2>.form-group[b-p139r126cz] {
    flex: 1;
}

.modal-form .form-group[b-p139r126cz] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.modal-form .form-input[b-p139r126cz],
.modal-form .form-select[b-p139r126cz],
.modal-form .form-textarea[b-p139r126cz] {
    width: 100%;
}

.modal-form .form-textarea[b-p139r126cz] {
    min-height: 100px;
}

.modal-form .checkbox-group[b-p139r126cz] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
}

.modal-form .checkbox-item[b-p139r126cz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.modal-form .fuel-slider[b-p139r126cz] {
    width: 100%;
}

.modal-form .fuel-segments[b-p139r126cz] {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 4px;
    margin-top: 6px;
}

.modal-form .fuel-segment[b-p139r126cz] {
    height: 8px;
    border-radius: 999px;
    background: #e4e8f0;
}

.modal-form .fuel-segment.fuel-high[b-p139r126cz] {
    background: #22c55e;
}

.modal-form .fuel-segment.fuel-medium[b-p139r126cz] {
    background: #f59e0b;
}

.modal-form .fuel-segment.fuel-low[b-p139r126cz] {
    background: #ef4444;
}

.modal-form .fuel-labels[b-p139r126cz] {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 4px;
}

.modal-form .fuel-badge[b-p139r126cz] {
    display: inline-block;
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 8px;
    background: #f3f4f6;
    color: #111827;
    font-weight: 600;
    font-size: 0.85rem;
}

/* Çalışan seçimi + butonu */
.employee-picker[b-p139r126cz] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.employee-picker__select[b-p139r126cz] {
    flex: 1;
}

.employee-picker__add[b-p139r126cz] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(99, 102, 241, 0.35);
    background: rgba(99, 102, 241, 0.10);
    color: #4f46e5;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.employee-picker__add:hover[b-p139r126cz] {
    background: rgba(99, 102, 241, 0.16);
}

/* Araç seçimi + buton */
.vehicle-picker[b-p139r126cz] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vehicle-picker__select[b-p139r126cz] {
    flex: 1;
}

.vehicle-picker__add[b-p139r126cz] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(99, 102, 241, 0.35);
    background: rgba(99, 102, 241, 0.10);
    color: #4f46e5;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.vehicle-picker__add:hover[b-p139r126cz] {
    background: rgba(99, 102, 241, 0.16);
}

/* Ödeme yöntemi seçimi + buton */
.pm-picker[b-p139r126cz] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pm-picker__select[b-p139r126cz] {
    flex: 1;
}

.pm-picker__add[b-p139r126cz] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(99, 102, 241, 0.35);
    background: rgba(99, 102, 241, 0.10);
    color: #4f46e5;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.pm-picker__add:hover[b-p139r126cz] {
    background: rgba(99, 102, 241, 0.16);
}
/* _content/SealCarRental/Components/Pages/VehicleModal.razor.rz.scp.css */
.form-row-2[b-r8t75vpoox] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.form-row-3[b-r8t75vpoox] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.form-select[b-r8t75vpoox] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1f2937;
    background: linear-gradient(to bottom, #ffffff, #f9fafb);
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1.25rem;
    padding-right: 2.5rem;
}

.form-select:hover:not(:disabled)[b-r8t75vpoox] {
    border-color: #3b82f6;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-select:focus[b-r8t75vpoox] {
    border-color: #3b82f6;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

.form-select:disabled[b-r8t75vpoox] {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #9ca3af;
    cursor: not-allowed;
    opacity: 0.6;
}

.form-select option[b-r8t75vpoox] {
    padding: 0.75rem;
    font-weight: 500;
}

.form-select option:disabled[b-r8t75vpoox] {
    color: #9ca3af;
}

.form-input[b-r8t75vpoox] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1f2937;
    background: linear-gradient(to bottom, #ffffff, #f9fafb);
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-input:hover[b-r8t75vpoox] {
    border-color: #3b82f6;
    background: #ffffff;
}

.form-input:focus[b-r8t75vpoox] {
    border-color: #3b82f6;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

.form-textarea[b-r8t75vpoox] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #1f2937;
    background: linear-gradient(to bottom, #ffffff, #f9fafb);
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    resize: vertical;
    font-family: inherit;
}

.form-textarea:hover[b-r8t75vpoox] {
    border-color: #3b82f6;
    background: #ffffff;
}

.form-textarea:focus[b-r8t75vpoox] {
    border-color: #3b82f6;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

@media (max-width: 768px) {
    .form-row-2[b-r8t75vpoox],
    .form-row-3[b-r8t75vpoox] {
        grid-template-columns: 1fr;
    }
}

/* _content/SealCarRental/Components/Shared/Modal.razor.rz.scp.css */
.vuexy-modal-dialog[b-ehrz39vbh6] {
    max-width: 960px;
    margin-top: 1.5rem;
}

.vuexy-modal[b-ehrz39vbh6] {
    background: #ffffff;
    color: #111827;
    border: 1px solid #e4e8f0;
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.35);
    border-radius: 16px;
}

.vuexy-modal .modal-header[b-ehrz39vbh6] {
    border-bottom: 1px solid #e4e8f0;
    background: #f7f8fb;
    color: #111827;
    padding: 0.9rem 1.25rem;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.vuexy-modal .modal-title[b-ehrz39vbh6] {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
    color: #111827;
}

.vuexy-modal .btn-close[b-ehrz39vbh6] {
    filter: none;
    opacity: 0.7;
}

.vuexy-modal .btn-close:focus[b-ehrz39vbh6] {
    box-shadow: none;
}

.vuexy-modal .modal-body[b-ehrz39vbh6] {
    background: #ffffff;
    color: #111827;
    padding: 1.5rem;
    max-height: 68vh;
    overflow-y: auto;
}

.vuexy-modal .modal-footer[b-ehrz39vbh6] {
    display: none;
}

.modal-backdrop.show[b-ehrz39vbh6] {
    opacity: 0.45;
}

/* Form kontrolleri - okunabilirlik */
.vuexy-modal .form-control[b-ehrz39vbh6],
.vuexy-modal .form-select[b-ehrz39vbh6],
.vuexy-modal input[b-ehrz39vbh6],
.vuexy-modal select[b-ehrz39vbh6],
.vuexy-modal textarea[b-ehrz39vbh6],
.vuexy-modal .rz-inputtext[b-ehrz39vbh6],
.vuexy-modal .rz-dropdown[b-ehrz39vbh6],
.vuexy-modal .rz-dropdown input[b-ehrz39vbh6],
.vuexy-modal .rz-dropdown .rz-dropdown-label[b-ehrz39vbh6],
.vuexy-modal .rz-multiselect[b-ehrz39vbh6],
.vuexy-modal .rz-numeric[b-ehrz39vbh6] {
    background: #ffffff !important;
    color: #111827 !important;
    border: 1px solid #d6dbe5 !important;
    min-height: 44px;
}

.vuexy-modal .form-control[b-ehrz39vbh6]::placeholder,
.vuexy-modal input[b-ehrz39vbh6]::placeholder,
.vuexy-modal textarea[b-ehrz39vbh6]::placeholder,
.vuexy-modal .rz-inputtext[b-ehrz39vbh6]::placeholder {
    color: #8a90a7 !important;
}

.vuexy-modal .form-control:focus[b-ehrz39vbh6],
.vuexy-modal .form-select:focus[b-ehrz39vbh6],
.vuexy-modal input:focus[b-ehrz39vbh6],
.vuexy-modal select:focus[b-ehrz39vbh6],
.vuexy-modal textarea:focus[b-ehrz39vbh6],
.vuexy-modal .rz-inputtext:focus[b-ehrz39vbh6],
.vuexy-modal .rz-dropdown:focus-within[b-ehrz39vbh6],
.vuexy-modal .rz-multiselect:focus-within[b-ehrz39vbh6],
.vuexy-modal .rz-numeric:focus-within[b-ehrz39vbh6] {
    border-color: #7367f0 !important;
    box-shadow: 0 0 0 2px rgba(115, 103, 240, 0.18);
    outline: none;
}

.vuexy-modal .rz-state-disabled[b-ehrz39vbh6],
.vuexy-modal .rz-state-disabled input[b-ehrz39vbh6],
.vuexy-modal input:disabled[b-ehrz39vbh6],
.vuexy-modal select:disabled[b-ehrz39vbh6],
.vuexy-modal textarea:disabled[b-ehrz39vbh6] {
    background: #f2f4f7 !important;
    color: #8a90a7 !important;
}

.vuexy-modal label[b-ehrz39vbh6] {
    color: #111827 !important;
    font-weight: 600;
}

.vuexy-modal .form-check-label[b-ehrz39vbh6] {
    font-weight: 500;
    color: #111827 !important;
}

.vuexy-modal .form-check-input[b-ehrz39vbh6] {
    border: 1px solid #d6dbe5;
}

.vuexy-modal .form-check-input:checked[b-ehrz39vbh6] {
    background-color: #7367f0;
    border-color: #7367f0;
}


