@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Exo:wght@200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/css/simple-line-icons.min.css);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css);

/*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
}


:root {
    --gray-0: #F8F9FA;
    --gray-1: #f4f5f1;
    --gray-2: #E9ECEF;
    --gray-3: #DEE2E6;
    --gray-4: #CED4DA;
    --gray-5: #ADB5BD;
    --gray-6: #868E96;
    --gray-7: #495057;
    --gray-8: #343A40;
    --gray-9: #212529;
    --white: #FFFFFF;
    --black: #000000;
    --dark: #212529;
    --font-color: var(--gray-8);
    --heading-color: var(--gray-9);
    --border-color: var(--gray-2);
    --body-color: var(--gray-1);
    --card-color: var(--white);
    --sidebar-color: var(--white)
}

[data-theme=dark] {
    --gray-0: #212529;
    --gray-1: #31363a;
    --gray-2: #4e5358;
    --gray-3: #6f7479;
    --gray-4: #606264;
    --gray-5: #737579;
    --gray-6: #929599;
    --gray-7: #a8acaf;
    --gray-8: #e5e7e9;
    --gray-9: #e3e6e9;
    --white: #FFFFFF;
    --black: #000000;
    --dark: #000000;
    --font-color: var(--gray-6);
    --heading-color: var(--gray-8);
    --border-color: #19191a;
    --body-color: #070707;
    --card-color: #101010;
    --sidebar-color: #1f2122
}

[data-theme=dark] .body-bg {
    background: #0f0f10
}

[data-theme=dark] [data-qboat=theme-DaisyBush] {
    --primary-color: #7529c2
}

[data-theme=dark] [data-qboat=theme-Midnight] {
    --primary-color: #3f5770
}

[data-qboat=theme-AppleGreen] {
    --primary-rgb: 91, 196, 58;
    --primary-color: #5BC43A;
    --accent-color: #00668b;
    --secondary-color: #222831;
    --theme-color1: #00b864;
    --theme-color2: #0097aa;
    --theme-color3: #0084bd;
    --theme-color4: #004e72;
    --theme-color5: #96b0b7;
    --theme-color6: #2f4858;
    --primary-gradient: linear-gradient(-45deg, var(--primary-color), var(--secondary-color))
}

[data-qboat=theme-Midnight] {
    --primary-rgb: 0, 20, 41;
    --primary-color: #001429;
    --accent-color: #52616B;
    --secondary-color: #252A34;
    --theme-color1: #574f72;
    --theme-color2: #896e96;
    --theme-color3: #bf8fb8;
    --theme-color4: #f7b2d6;
    --theme-color5: #96b0b7;
    --theme-color6: #2f4858;
    --primary-gradient: linear-gradient(-45deg, var(--primary-color), var(--secondary-color))
}

[data-qboat=theme-FrenchRose] {
    --primary-rgb: 235, 83, 147;
    --primary-color: #EB5393;
    --accent-color: #36AE7C;
    --secondary-color: #252A34;
    --theme-color1: #a50059;
    --theme-color2: #c82f75;
    --theme-color3: #de97af;
    --theme-color4: #ddd7c6;
    --theme-color5: #96b0b7;
    --theme-color6: #2f4858;
    --primary-gradient: linear-gradient(-45deg, var(--primary-color), var(--secondary-color))
}

[data-qboat=theme-DaisyBush] {
    --primary-rgb: 84, 22, 144;
    --primary-color: #541690;
    --accent-color: #FF8D29;
    --secondary-color: #171825;
    --theme-color1: #320071;
    --theme-color2: #7d3eb9;
    --theme-color3: #a765e3;
    --theme-color4: #d38cff;
    --theme-color5: #96b0b7;
    --theme-color6: #2f4858;
    --primary-gradient: linear-gradient(-45deg, var(--primary-color), var(--secondary-color))
}

[data-qboat=theme-DodgerBlue] {
    --primary-rgb: 17, 60, 252;
    --primary-color: #287eff;
    --accent-color: #03C4A1;
    --secondary-color: #232931;
    --theme-color1: #001f84;
    --theme-color2: #004ac0;
    --theme-color3: #287eff;
    --theme-color4: #88bdff;
    --theme-color5: #96b0b7;
    --theme-color6: #2f4858;
    --primary-gradient: linear-gradient(-45deg, var(--primary-color), var(--secondary-color))
}

[data-qboat=theme-Tradewind] {
    --primary-rgb: 17, 60, 252;
    --primary-color: #65baa9;
    --accent-color: #7a6697;
    --secondary-color: #232931;
    --theme-color1: #65baa9;
    --theme-color2: #2eaab5;
    --theme-color3: #2a82be;
    --theme-color4: #5c68af;
    --theme-color5: #96b0b7;
    --theme-color6: #2f4858;
    --primary-gradient: linear-gradient(-45deg, var(--primary-color), var(--secondary-color))
}

[data-qboat=theme-WebOrange] {
    --primary-rgb: 240, 165, 0;
    --primary-color: #F0A500;
    --accent-color: #334756;
    --secondary-color: #171825;
    --theme-color1: #c2554f;
    --theme-color2: #ff8981;
    --theme-color3: #F6A400;
    --theme-color4: #CDAD14;
    --theme-color5: #96b0b7;
    --theme-color6: #2f4858;
    --primary-gradient: linear-gradient(-45deg, var(--primary-color), var(--secondary-color))
}

[data-qboat=theme-TorchRed] {
    --primary-rgb: 255, 15, 91;
    --primary-color: #e9204f;
    --accent-color: #2f1b92;
    --secondary-color: #1a2022;
    --theme-color1: #d62c88;
    --theme-color2: #9b489e;
    --theme-color3: #5e5398;
    --theme-color4: #33527c;
    --theme-color5: #96b0b7;
    --theme-color6: #2f4858;
    --primary-gradient: linear-gradient(-45deg, var(--primary-color), var(--secondary-color))
}

/* Start Theme Orkestral  */

.text-primary {
    color: #e9204f !important;
}

@media only screen and (min-width:1440px) {
    .qboat.docs .sidebar .menu-list .brand-icon {
        border: 0
    }
}

.qboat.docs .page-title .h1,
.qboat.docs .page-title h1 {
    width: auto
}

.qboat.docs .order-0>ul {
    background: var(--card-color);
    padding: 1rem 1rem 1rem 2.5rem;
    border-radius: 1rem
}

.qboat.gradient .bg-primary,
.qboat.gradient .btn-primary,
.qboat.gradient .no-thumbnail {
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    border: 0
}

.qboat.auth .sidebar.auth2 {
    background-color: var(--card-color);
    border: 1rem solid var(--card-color);
    border-radius: 2rem;
    margin: 2rem;
    width: 350px;
    min-width: 350px;
    height: calc(100vh - 4rem)
}

.qboat.auth .sidebar.auth2 .flex-grow-1 .menu-list {
    background: 0 0
}

.qboat.auth .page {
    padding: 2rem;
    display: flex;
    flex-direction: column
}

.qboat.auth .body-bg .hero-img1,
.qboat.auth .body-bg svg {
    display: block
}

.qboat.auth .body-bg::after {
    height: 155px
}

.qboat.sidebar-mini a.menu-toggle svg {
    transform: rotate(181deg)
}

.qboat.sidebar-mini .sidebar {
    min-width: 110px;
    width: 110px
}

.qboat.sidebar-mini .sidebar .menu-list>li {
    position: relative
}

.qboat.sidebar-mini .sidebar .menu-list>li:hover .sub-menu {
    background: var(--card-color);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .07);
    display: block;
    position: absolute;
    top: 0;
    left: 46px;
    min-width: 170px;
    padding: 1rem;
    border-radius: 1rem
}

.qboat.sidebar-mini .sidebar .menu-list>li .sub-menu {
    display: none
}

.qboat.sidebar-mini .sidebar .menu-list>li.brand-icon {
    margin-bottom: 40px !important
}

.qboat.sidebar-mini .sidebar .menu-list span {
    display: none
}

.qboat.sidebar-mini .sidebar .menu-list a.m-link {
    padding: .7rem 0
}

.qboat.sidebar-mini .sidebar .menu-list a.m-link svg {
    margin: 0 auto
}

.qboat.sidebar-mini .sidebar .brand-icon {
    justify-content: center
}

.qboat.sidebar-mini .sidebar .brand-icon .btn {
    position: absolute;
    top: 42px
}

.qboat.sidebar-mini .sidebar .promo {
    display: none
}

.qboat.sidebar-v3 .metismenu>li>a {
    color: var(--gray-8);
    border-bottom: 1px solid var(--border-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: .7rem 0
}

.qboat.sidebar-v3 .metismenu>li>a[aria-expanded=true] {
    border-color: var(--accent-color);
    color: var(--accent-color)
}

.qboat.sidebar-v3 .metismenu .sub-link {
    color: var(--gray-6);
    border-bottom: 1px dashed var(--border-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 6px 8px;
    font-size: 15px
}

.qboat.sidebar-v3 .metismenu .sub-link.active,
.qboat.sidebar-v3 .metismenu .sub-link:hover {
    color: var(--primary-color)
}

.qboat.sidebar-v3 .metismenu .has-arrow::after {
    width: .35em;
    height: .35em;
    right: .6rem
}

.qboat.sidebar-v3 .page-header .menu-toggle {
    display: none !important
}

.qboat.sidebar-v3 .mini-sidebar {
    display: none
}

.qboat.sidebar-v4.sidebar-mini .sidebar {
    display: none
}

.qboat.sidebar-v4 .sidebar {
    background: var(--card-color);
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
    min-width: 280px;
    width: 280px
}

.qboat.sidebar-v4 .metismenu>li>a {
    color: var(--gray-8);
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: .6rem 0
}

.qboat.sidebar-v4 .metismenu .sub-link {
    color: var(--gray-6);
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 5px 8px;
    font-size: 15px
}

.qboat.sidebar-v4 .metismenu .sub-link.active,
.qboat.sidebar-v4 .metismenu .sub-link:hover {
    color: var(--primary-color)
}

.qboat.sidebar-v4 .metismenu .has-arrow::after {
    right: 0;
    width: .4em;
    height: .4em
}

.qboat.sidebar-v4 .mini-sidebar {
    display: none
}

.qboat .modal-menu .nav-link {
    color: rgba(255, 255, 255, .7)
}

.qboat .modal-menu .nav-link:hover {
    color: #fff
}

.qboat .grid-menu {
    flex-wrap: wrap;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.qboat .grid-menu>li a {
    transition: ease .2s;
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .7);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 300;
    padding: 1rem;
    width: 100%;
    height: 120px
}

.qboat .grid-menu>li a:hover {
    background: #000
}

.qboat .grid-menu>li a:hover i {
    color: #fff
}

.qboat .grid-menu>li a i {
    font-size: 26px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: .7rem
}

.qboat .body-bg {
    background-color: var(--body-color);
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0
}

@media only screen and (min-width:768px) {
    .qboat .body-bg::after {
        background-color: var(--dark);
        content: "";
        top: 0;
        left: 0
    }
}

.qboat .body-bg .hero-img1,
.qboat .body-bg svg {
    position: absolute;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:1024px) {

    .qboat .body-bg .hero-img1,
    .qboat .body-bg svg {
        display: none
    }
}

.qboat::before {
    background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
    content: "";
    position: fixed;
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1023
}
/* Start Theme Orkestral  */

.font-heading {
    font-family: "Bree Serif", sans-serif !important;
}
.text-gradient {
    background: linear-gradient(145deg, var(--primary-color), var(--accent-color)) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.form-floating>label {
    font-size: 15px
}

.form-control,
.form-select {
    border-color: var(--border-color);
    background-color: var(--card-color);
    color: var(--color-900);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
    color: var(--gray-4)
}

.form-control::placeholder,
.form-select::placeholder {
    color: var(--gray-4)
}

.form-control:hover,
.form-select:hover {
    border-color: rgba(var(--primary-rgb), .3)
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 10px rgba(33, 37, 41, .15);
    background-color: var(--card-color);
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.form-control.form-control-lg,
.form-select.form-control-lg {
    min-height: calc(1.5em + 1.8rem + 2px)
}

.form-control:disabled,
.form-select:disabled {
    cursor: not-allowed
}