:root {
    --bs-drawer-overlay-bg-color: rgba(0, 0, 0, 0.6);
    --bs-primary: #009ef7;
    --bs-text-primary: #009ef7;
    --bs-component-active-bg: #009ef7;
    --bs-primary-rgb: 70, 156, 240;
    --bs-menu-link-color-hover: #009ef7;
    --bs-primary-active: #007CC3;
    --bs-component-hover-color: #009ef7;
    --bs-link-hover-color: #007CC3;
    --bs-dark: #071437;
    --bs-text-dark: #071437;
    --bs-light-inverse: #071437;
    --bs-text-dark: #071437;
    --bs-root-card-box-shadow: none;
    --bs-drawer-bg-color: #071437;
}

.cursor-default {
    cursor: default!important;
}

.doc-view-fixed {
    position: fixed;
    bottom: 20px;
    width: 120px;
    left: calc(50% - 60px);
    z-index: 10;
}

.text-content {
    font-size: 15px;
}

.text-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.text-content h2 {
    margin-bottom: 30px;
    padding-top: 30px;
    font-size: 20px;
    text-align: center;
}

.text-content p a, .text-content ul li a {
    color: #071437;
    text-decoration: underline;
}

.text-content p .btn {
    text-decoration: none;
}

.text-content p a:hover {
    text-decoration: underline!important;
}

.text-content p a.btn:hover {
    text-decoration: none!important;
}

.absolute-autocomplete-wrapper {
    position: relative;
}

.absolute-autocomplete-wrapper .absolute-autocomplete-results {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    border-radius: .65rem;
    max-height: 300px;
    overflow-y: scroll;
    border: 1px solid var(--bs-gray-300);
    padding: 10px;
}

.custom-tooltip {
    display: block;
    text-align: left;
}

.custom-tooltip ul {
    margin: 0;
    padding: 5px 0 0 0;
    list-style-type: none;
}

.custom-tooltip ul li {
    font-size: 10px;
}

.custom-tooltip ul li strong {
    font-size: 12px;
}

.cropped-image-empty-wrapper, .cropped-image-saved-wrapper {
    max-width: 320px;    
}

.cropped-image-saved-wrapper img {
    max-width: calc(100% - 39px);
    margin-right: 10px;
}

.absolute-register {
    padding: 69px 0 0 0;
}

.absolute-forgot {
    padding: 69px 0 0 0;
}

.absolute-login {
    padding: 69px 0 0 0;
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: var(--bs-primary);
}

.form-control.is-valid, .was-validated .form-control:valid {
    padding-right: 2rem;
    background-size: 12px 12px;
    background-position: right 5px center;
    border-color: var(--bs-primary);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23009ef7' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 2rem;
    background-size: 12px 12px;
    background-position: right 5px center;
    border-color: var(--bs-primary);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23009ef7' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: 2rem;
    background-size: 15px 15px;
    background-position: right 5px top 10px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    padding-right: 2rem;
    background-size: 15px 15px;
    background-position: right 5px center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: 2rem;
    background-position: right 5px top 10px;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: var(--bs-primary);
    box-shadow: none;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: none;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: var(--bs-primary);
    border-color: #1b84ff;
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
    box-shadow: none;
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
    box-shadow: none;
}

.invalid-feedback {
    margin-top: 0;
}

.invalid-feedback div {
    padding-top: 0.5rem;
}

.youtube-video {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
    margin: 0 0 20px 0;
}

.youtube-video iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border-radius: 8px;
}

.mobile-header-document-link i {
    padding: 0;
    font-size: 18px;
}

.tns-nav {
    text-align: center;
}

.tns-nav button {
    margin: 0 4px;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    border: 1px solid var(--bs-dark);
}

.tns-nav .tns-nav-active {
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.drawer {
    background-color: #071437;
}

.btn {
    --bs-btn-border-radius: 8px;
}

.btn-group-lg > .btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline),
.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline).btn-lg {
    padding: 15px 20px;
}

.btn-group-lg > .btn,
.btn-lg {
    --bs-btn-font-size: 16px;
}

.btn-lg i {
    font-size: 20px;
}

.btn-login.btn.btn-outline.btn-outline-primary:hover,
.btn-login.btn.btn-outline.btn-outline-primary:active,
.btn-login.btn.btn-outline.btn-outline-primary:focus {
    background-color: var(--bs-primary) !important;
}

.mobile-menu {
    color: #fff;
}

.mobile-menu .mobile-menu-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 15px 0 15px;
    margin: 0 0 20px 0;
}

.mobile-menu .mobile-menu-document-link {
    padding: 0 15px 0 15px;
    list-style-type: none;
    margin: 0 0 40px 0;
}

.mobile-menu .mobile-menu-document-link li {
    margin: 0 0 10px 0;
}

.mobile-menu .mobile-menu-document-link li .btn {
    font-size: 16px;
    padding: 12px 15px;
    text-align: left;
}

.mobile-menu .mobile-menu-document-link li .btn i {
    font-size: 18px;
}

.mobile-menu .mobile-menu-link {
    padding: 0 15px 0 15px;
    margin: 0;
    list-style-type: none;
}

.mobile-menu .mobile-menu-link li {
    margin: 0 0 10px 0;
}

.mobile-menu .mobile-menu-link li a {
    color: #fff;
    font-size: 16px;
}

.mobile-menu .mobile-menu-link li a:hover {
    color: var(--bs-primary);
}

.document-menu {
    background-color: #fff;
}

.document-menu .menu-item {
    padding: 10px 20px;
}

.document-menu .menu-item .menu-link {
    font-size: 1.15rem;
    display: block;
    padding: 0 0 0 20px;
    position: relative;
    font-weight: 600;
}

.document-menu .menu-item .menu-link span {
    display: block;
    font-size: 1.075rem;
    color: var(--bs-gray-500);
    line-height: 17px;
    font-weight: 500;
}

.document-menu .menu-item .menu-link::before {
    content: "\ee03";
    font-family: keenicons-duotone;
    color: var(--bs-primary);
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    left: 0;
    top: -2px;
}

.homepage {
    background-image: url(../media/body.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: var(--bs-dark) !important;
}

.homepage .app-header {
    background-color: transparent;
    border-color: transparent;
}

.homepage .app-header.header-solid-bg {
    background-color: var(--bs-dark);
}

.homepage-content {
    padding: 50px 0 0 0;
    margin: 0 0 50px 0;
}

.homepage-shape {
    display: none;
}

.homepage-content .homepage-content-left {
    margin: 0 0 80px 0;
}

.homepage-content .homepage-content-right {
    margin: 0 -20px;
    overflow: hidden;
}

.homepage-content .homepage-content-right .home-image {
    width: 130%;
    margin: -160px 0 0 -40px;
    position: relative;
}

.homepage-content .homepage-title span {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 -2px 0;
    display: block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid var(--bs-primary);
    animation: typing 1.5s steps(20, end), blink-caret .75s step-end infinite;
}

.homepage-content .homepage-title h1 {
    font-size: 30px;
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.homepage-content .homepage-title h1 br {
    display: none;
}

.homepage-services {
    text-align: center;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 10px;
}

.homepage-services h2 {
    font-size: 30px;
    line-height: 33px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.homepage-services p {
    color: var(--bs-gray-500);
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 80px 0;
}

.homepage-services-slider .homepage-service {
    margin: 0 30px;
    text-align: center;
}

.homepage-services-slider .service-number {
    background-color: var(--bs-primary);
    transform: skew(-10deg);
    display: inline-block;
    position: relative;
    width: 24px;
    height: 30px;
    margin: 0 0 30px 0;
}

.homepage-services-slider .service-number span {
    display: block;
    width: 24px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: -3px;
    top: 0;
    transform: skew(10deg);
}

.homepage-services-slider h3 {
    font-size: 22px;
    line-height: 30px;
    color: var(--bs-primary);
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.homepage-services-slider p {
    font-size: 14px;
    line-height: 17px;
    color: var(--bs-gray-500);
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 80px 0;
}

.homepage-action {
    background-color: var(--bs-primary);
    color: #fff;
    padding: 30px;
    position: relative;
    margin: 0 0 50px 0;
}

.homepage-action .homepage-action-left h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px 0;
}

.homepage-action .homepage-action-left p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
}

.homepage-action .homepage-action-left {
    position: relative;
    z-index: 20;
}

.homepage-action .homepage-action-right {}

.homepage-action .homepage-action-right .btn {
    position: relative;
    z-index: 20;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100px;
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: var(--bs-primary);
    }
}

.homepage-content .homepage-submenu-wrapper {
    position: relative;
}

.homepage-content .homepage-submenu-wrapper .homepage-submenu {
    list-style-type: none;
    border-radius: 8px;
    padding: 20px;
    z-index: 30;
}

.homepage-content .homepage-submenu-wrapper .homepage-submenu .homepage-submenu-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.homepage-content .homepage-submenu-wrapper .homepage-submenu .homepage-submenu-link {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.homepage-content .homepage-submenu-wrapper .homepage-submenu .homepage-submenu-link li {
    margin: 0 0 10px 0;
}

.homepage-content .homepage-submenu-wrapper .homepage-submenu .homepage-submenu-link li:last-child {
    margin: 0;
}

.homepage-content .homepage-submenu-wrapper .homepage-submenu .homepage-submenu-link li .btn {
    font-size: 16px;
    text-align: left;
}

.homepage-content .homepage-submenu-wrapper .homepage-submenu .homepage-submenu-link li .btn i {
    font-size: 18px;
}

.homepage-content .homepage-text p {
    font-size: 16px;
    line-height: 22px;
    color: var(--bs-gray-500);
    margin: 0 0 60px 0;
}

.homepage-content .homepage-advantage {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(25px);
    padding: 35px 35px 170px 35px;
    text-align: left;
    margin: 0 20px;
}

.homepage-content .homepage-advantage .btn.btn-outline.btn-outline-primary:hover {
    background-color: var(--bs-primary) !important;
}

.homepage-content .homepage-advantage h2 {
    color: var(--bs-text-primary);
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    position: relative;
}

.homepage-content .homepage-advantage h2::before {
    content: "";
    position: absolute;
    left: -45px;
    top: 0;
    width: 22px;
    height: 30px;
    background: var(--bs-primary);
    transform: skew(-10deg);
}

.homepage-content .homepage-advantage strong {
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0 0 30px 0;
}

.homepage-content .homepage-advantage ul {
    color: var(--bs-gray-500);
    margin: 0 0 30px 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
}

.homepage-content .homepage-advantage ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
    position: relative;
}

.homepage-content .homepage-advantage ul li::before {
    content: "\f272";
    font-family: bootstrap-icons;
    font-size: 20px;
    color: var(--bs-text-primary);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -4px;
}

.logo-preview {
    max-width: 150px;
    width: auto;
    display: block;
}

.app-header-logo {
    flex-grow: 1;
    flex-basis: 0;
}

.app-navbar {
    flex-grow: 1;
    flex-basis: 0;
    justify-content: flex-end;
}

.pay-method-name {
    text-align: left;
}

.card .card-header {
    padding: 0 15px;
}

.card .card-body {
    padding: 15px;
}

.footer-copyright-menu {
    display: block;
}

.footer-copyright-menu li {
    display: inline-block;
}

.card.bg-danger .card-header {
    border-bottom: 1px solid #e85c7a;
}

.app-wrapper {
    padding-bottom: 30px;
}

footer {
    background-color: var(--bs-dark);
}

.btn-registration {
    background-color: var(--bs-primary);
    color: #fff;
}

.btn-registration:hover {
    background-color: #007CC3;
    color: #fff;
}

.menu-icon i {
    color: #ffffff;
}

.menu-custom-icon i {
    color: var(--bs-primary);
}

.btn-link:hover {
    color: var(--bs-btn-hover-color) !important;
}

.link-primary:focus,
.link-primary:hover {
    color: RGBA(47, 109, 169, var(--bs-link-opacity, 1)) !important;
}

.app-default,
body {
    background-color: #fff;
}

.form-check-input:checked {
    background-color: #009ef7;
}

.app-header {
    background-color: #071437;
    border-bottom: 1px solid #071437;
}

.dropdown.show > .form-control.form-control-solid,
.form-control.form-control-solid.active,
.form-control.form-control-solid.focus,
.form-control.form-control-solid:active,
.form-control.form-control-solid:focus {

    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
}

.form-control:disabled {
    color: rgba(75, 86, 117, 0.3);
}

.form-control:focus:disabled {
    color: rgba(75, 86, 117, 0.3);
}

.form-control:hover:disabled {
    color: rgba(75, 86, 117, 0.3);
}

.form-control:active:disabled {
    color: rgba(75, 86, 117, 0.3);
}

textarea {
    resize: none;
}

.table-responsive {
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive::-webkit-scrollbar {
    display: none;
}

.table-responsive-wrapper::before {
    content: "";
    background-image: url(../media/swipe.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-size: 16px auto;
    margin: 0;
    animation: swipe-left-right 2s infinite;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.new-invoice-form .table-responsive-wrapper::before {
    display: none;
}

.new-invoice-form .invoice-summary-left {
    width: 100%;
    display: block;
}

.new-invoice-form .invoice-summary-right {
    width: 100%;
    display: block;
    padding-left: 0 !important;
}

.new-invoice-form .invoice-summary-right td {
    display: block;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 0;
}


.app-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.app-content {
    padding-top: 10px !important;
}

.app-footer .menu {
    padding: 0;
    margin-bottom: 20px;
}

.app-footer .menu .menu-item {
    text-align: center;
}

.app-footer .menu .menu-link {
    padding: 0;
    display: inline-block;

}

.new-invoice-form .table-responsive td {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.new-invoice-form .table-responsive th {
    display: none;
}

.menu-extended .menu-link {
    padding-left: 5px;
    padding-bottom: 0 !important;
}

.menu-extended .menu-link .menu-custom-icon {
    margin-right: 0 !important;
}

.mobile-menu-logo {
    padding: 5px 0 0 15px;
    margin: 0 0 40px 0;
    display: flex;
    justify-content: space-between;
}

.mobile-menu-logo button {
    margin: 0;
}

.mobile-menu-logo button i {
    font-size: 34px;
}

.mobile-menu-logo a {
    display: inline-block;
}

.mobile-menu-logo a img {
    height: 25px;
}

.separator {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-menu-footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.app-navbar-logged-in {
    display: flex;
}

.app-header-menu {
    max-width: 400px;
}

.invoice-summary-column {
    display: flex;
}

.landing-dark-border {
    border: 1px solid #009ef7;
}

.footer-copyright {
    background-color: #06102C;
}

@keyframes swipe-left-right {

    0%,
    100% {
        left: -2px;
    }

    50% {
        left: 2px;
    }
}

@media (min-width: 576px) {

    .btn-group-lg > .btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline),
    .btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon):not(.btn-hover-outline).btn-lg {
        padding: 20px 30px;
    }

    .homepage-content .homepage-submenu-wrapper .homepage-submenu {
        padding: 30px;
    }

    .homepage-services-slider h3 {
        font-size: 25px;
    }

    .homepage-content .homepage-advantage h2 {
        font-size: 25px;
    }

    .homepage-content .homepage-title span {
        font-size: 25px;
    }

    .homepage-action .homepage-action-left h4 {
        font-size: 30px;
        line-height: 36px;
    }

    .homepage-services h2 {
        font-size: 37px;
        line-height: 40px;
    }

    .homepage-content .homepage-title h1 {
        font-size: 37px;
        line-height: 40px;
    }

    .homepage-content .homepage-title h1 br {
        display: block;
    }

    .homepage-content .homepage-content-right .home-image {
        margin: -160px 0 0 -97px;
    }

    .new-invoice-form .invoice-summary-left {
        width: 40%;
        display: table-cell;
    }

    .new-invoice-form .invoice-summary-right {
        width: 60%;
        display: table-cell;
        margin-bottom: 0;
    }

    .new-invoice-form .table-responsive td {
        display: table-cell;
        padding: 1.25rem;
    }

    .new-invoice-form .table-responsive th {
        display: table-cell;
        padding-top: 0;
    }

    .table-responsive-wrapper {
        padding: 10px 0 0 0;
    }

    .table-responsive-wrapper::before {
        display: block;
    }

    .new-invoice-form .invoice-summary-right td {
        display: table-cell;
        width: 50% !important;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .invoice-summary-column {
        display: table-row;
    }

    .card .card-header {
        padding: 0 2.25rem;
    }

    .card .card-body {
        padding: 2rem 2.25rem;
    }

    .homepage-action {
        width: 80%;
    }

    .homepage-action::after {
        content: "";
        display: block;
        position: absolute;
        right: -50px;
        top: 0;
        height: 100%;
        background-color: var(--bs-primary);
        width: auto;
        aspect-ratio: 1 / 1;
        transform: skew(-10deg);
        z-index: 10;
    }

}

@media (min-width: 768px) {
    .mobile-header-document-link i {
        padding: 0 0.35rem 0 0;
        font-size: 16px;
    }

    .homepage-content .homepage-content-right {
        margin: 0;
        overflow: visible;
    }

    .homepage-services {
        padding: 0 20px;
    }

    .app-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .homepage-content .homepage-content-left {
        width: 55%;
        padding: 51px 70px 0 0;
        margin: 0;
    }

    .homepage-content .homepage-content-right {
        width: 45%;
        text-align: center;
    }

    .homepage-content {
        display: flex;
    }
}

@media (min-width: 992px) {
    .homepage-action .homepage-action-left p {
        margin: 0;
    }

    .homepage-action .homepage-action-left {
        width: calc(100% - 300px);
    }

    .homepage-action .homepage-action-right {
        width: 300px;
        text-align: center;
    }

    .homepage-action {
        display: flex;
        align-items: center;
        padding: 60px 0 60px 100px;
    }

    .homepage-content .homepage-content-right .home-image {
        width: 160%;
        margin: -160px 0 0 -227px;
    }

    .homepage-shape {
        display: block;
        width: 250px;
        height: 350px;
        border: 2px solid var(--bs-primary);
        transform: skew(-10deg);
        left: -40px;
        position: relative;
        margin: -410px 0 50px 0;
    }

    .homepage-content .homepage-advantage h2::before {
        left: -65px;
    }

    .homepage-content .homepage-advantage {
        padding: 55px 55px 170px 55px;
    }

    .app-content {
        padding-top: 50px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: none;
    }

    .app-header .app-header-menu .menu > .menu-item > .menu-link {
        color: #ffffff;
    }

    .app-header .app-header-menu .menu-link .menu-item-text {
        color: var(--bs-text-gray-800);
    }

    .app-header .app-header-menu .menu-link:hover .menu-item-text {
        color: var(--bs-primary) !important;
    }

    .app-header .app-header-menu .menu > .menu-item > .menu-link .menu-title {
        color: #ffffff;
    }

    .app-header .app-header-menu .menu > .menu-item > .menu-link .menu-icon,
    .app-header .app-header-menu .menu > .menu-item > .menu-link .menu-icon .svg-icon,
    .app-header .app-header-menu .menu > .menu-item > .menu-link .menu-icon i {
        color: #ffffff;
    }

    .app-header .app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here),
    .app-header .app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) {
        color: var(--bs-primary);
    }

    .app-header .app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title,
    .app-header .app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: var(--bs-primary);
    }

    .app-header .app-header-menu .menu > .menu-item.show > .menu-link {
        color: #ffffff;
    }

    .app-header .app-header-menu .menu > .menu-item.show > .menu-link .menu-title {
        color: var(--bs-primary);
    }

    .app-header .app-header-menu .menu > .menu-item.here > .menu-link {
        color: #ffffff;
    }

    .app-header .app-header-menu .menu > .menu-item.here > .menu-link .menu-title {
        color: #ffffff;
    }

    .app-header .app-header-menu .menu > .menu-item > .menu-link.active {
        color: #ffffff;
    }

    .app-header .app-header-menu .menu > .menu-item > .menu-link.active .menu-title {
        color: #ffffff;
    }

    .menu-custom-icon i {
        color: var(--bs-dark);
    }
}

@media (min-width: 1200px) {
    .table-responsive-wrapper::before {
        display: none;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1160px;
    }

    .homepage-content .homepage-title h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .homepage-services h2 {
        font-size: 50px;
        line-height: 65px;
    }

    .homepage-services-slider {
        max-width: 1600px;
        margin: 0 auto;
    }
}
