body {
    background-color: #ffffff;
}

body {
    font-family: 'Roboto', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

body, footer:not(.bg--primary):not(.bg--dark) a {
    color: #ffffff;
}

.public-search-page .searchResults h6 a, a, .tabs li.active .tab__title span, .tabs li.active .tab__title, .public-search-page .searchResults .resultUrl {
    color: #f0ffd5;
}

.public-search-page .searchResults h6 a:hover, a:hover {
    color: #a73d33;
}

.lead {
    color: #808080;
}

.bg--secondary {
    background: #fafafa;
}

section:not(.imagebg):not([class*='bg-']) + section.bg--secondary, section.bg--secondary:not(.imagebg) + section:not(.imagebg):not([class*='bg-']) {
    border-top: 1px solid #ebebeb;
}

.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger, .dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a, .menu-horizontal > li > a:hover, .menu-horizontal > li > span:hover, .menu-horizontal > li > .modal-instance > .modal-trigger:hover {
    color: #ffffff;
}

.dropdown .dropdown__content:not([class*='bg-']) {
    background: #ffffff;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    background: #4a90e2;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    color: #ffffff;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    border-color: #4a90e2;
}

a.btn--primary:hover, .btn--primary-1:hover, button.btn.btn--primary:hover, input[type="submit"].btn.btn--primary:hover {
    background: #609de6;
}

.btn--primary:hover, .btn--primary-1:hover, button.btn.btn--primary:hover, input[type="submit"].btn.btn--primary:hover {
    border-color: #609de6;
}

.btn:not([class*="primary"]) .btn__text, .btn i {
    color: #252525;
}

.btn:not([class*="primary"]) {
    border-color: #d3d3d3;
}

.btn:not([class*="primary"]):hover {
    border-color: #252525;
}

h1, .h1 {
    color: #252525;
}

h2, .h2 {
    color: #252525;
}

h3, .h3 {
    color: #252525;
}

h4, .h4 {
    color: #252525;
}

h5, .h5 {
    color: #252525;
}

h6, .h6 {
    color: #252525;
}

input[type], textarea, select {
    background: #fcfcfc;
}

input[type], textarea, select {
    border: 1px solid #ececec;
}

.boxed:not([class*='bg-']) {
    background: #ffffff;
}

.boxed.boxed--border {
    border: 1px solid #ececec;
}

.table--alternate-row tbody tr:nth-child(odd) {
    background: rgba(255,255,255,0);
}

.table--alternate-row tbody tr:nth-child(even) {
    background: #fafafa;
}

.accordion-1 li.active .accordion__title, .paging_full_numbers .paginate_active {
    border: 1px solid #4a90e2; background: #4a90e2;;
}


.bg-light {
    background-color: #e7efc2;
}

.btn:hover, .btn:focus {
    color: #ffffff;
}

.copy-direct-link-wrap{
    display:inline-block;
    position:relative;
}

.copy-direct-link-wrap .copy-tooltip{
    position:absolute;
    left:50%;
    bottom:calc(100% + 8px);
    transform:translateX(-50%) translateY(4px);
    background:#333;
    color:#fff;
    padding:4px 8px;
    border-radius:4px;
    font-size:12px;
    white-space:nowrap;

    opacity:0;
    pointer-events:none;
    transition:opacity .15s ease, transform .15s ease;
    z-index:9999;
}

.copy-direct-link-wrap .copy-tooltip::after{
    content:"";
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-6px;
    border-width:6px;
    border-style:solid;
    border-color:#333 transparent transparent transparent;
}

.copy-direct-link-wrap .copy-tooltip.show{
    opacity:1;
    transform:translateX(-50%) translateY(0);
}








.content-preview-wrapper .preview-download-wrapper {
    padding: 0;
}

.pagination a:hover {
    color: #3c460c;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-radius: 10px 10px 0 0;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff6d6;
    color: #000;
}

.panel {
    background-color: #fffae9;
}

.panel-primary > .panel-heading {
    background-color: #fff6d6;
}

.pricing-section-2 .pricing .h1 {
    padding: 6px 9px 3px 11px;
    box-shadow: inset 0px 0px 6px -1px #b8ca68;
}

input[type], textarea, select {
    border: 1px solid #e6ddbc;
}

.file-browse-container-wrapper .file-preview-wrapper .image-name-title {
    font-size: 20px;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff5d2 !important;
    border: 1px solid #ebe1ba !important;
}

.btn {
    transition: 200ms;
}

.fileManagerList .fileListing > div:nth-child(2n+1) {
    background-color: #f9eec8;
}

.paging_full_numbers span.paginate_button {
    background-color: #929d2000;
}

.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_button {
    border: 1px solid #dbddab;
}

.accordion-1 li.active .accordion__title, .paging_full_numbers .paginate_active {
    border: 1px solid #aeca2a;
    background: #aeca2a;
    border-radius: 4px;
}

.nav-tabs.bordered + .tab-content {
    background-color: #fff3c7;
}

table tr:not(:last-of-type) {
    border-bottom: 1px solid #ececec;
    color: #1f1f1f;
}
.table--alternate-row tbody tr:nth-child(even) {
    color: #1f1f1f;
    background: #fff6d6;
}
.table--alternate-row tbody tr:nth-child(odd) {
    background: #f8ebbc;
    color: #1f1f1f;
}

.tile-stats.tile-white:hover {
    background-color: #fff6d6;
}
.side-notice.sub-title {
    border-radius: 15px 15px 0 0;
}
.public-search-page .searchResults h6 a:hover, a:hover {
    color: #000;
}
.side-notice {
    background-color: #ffefb4;
}
.page-container .sidebar-menu #folderTreeview li ul > li > a {
    border: 1px solid transparent;
}
.btn-default {
    background: transparent;
    border-color: #9ba61b;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dedcd2;
}
.boxed:not([class*='bg-']) {
    background: #fff6d6;
    color: #1e1e1e;
}

.boxed:not([class*='bg-']) h2 {
    color: #353535;
}

input[type], textarea, select {
    background: #ffffff;
}

/* Tymczasowy wyżej */

.fileManager .filename {
    display: inline-block;  /* albo block – ważne, żeby nie był "gołym" inline */
    max-width: 500px;       /* dostosuj do swojego layoutu */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-browse-container-wrapper .section-wrapper {
    border: 1px solid #ede2ba;
    border-radius: 14px;
}

.logo:hover, .navbar-brand img:hover {
    filter: drop-shadow(3px 2px 1px rgba(0, 0, 0, 0.3)) !important;
}

a.btn--primary:hover, .btn--primary-1:hover, button.btn.btn--primary:hover {
    background: #90b018 !important
}

.alert-warning {
    border-radius: 150px;
}

.nav-tabs.bordered + .tab-content {
    border-radius: 17px;
}

.fm-transfer-add-btn {
    transition: 200ms;
}
.fm-transfer-add-btn:hover {
    color: #416800;
    background: rgb(111 169 23 / 42%);
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #fff7dc;
    border-color: #ebe1ba;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #242424;
    background-color: #fff3ca;
    border-color: #ebe1ba;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 150px 0 0 150px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0 150px 150px 0;
}

.modal-content {
    border-radius: 17px;
}

.btn-big {
    font-size: 16px;
    padding-top: 7px !important;
}
.btn-green {
    padding-top: 8px !important;
}

.btn-big,
.btn-green {
    box-shadow: 0 2px 4px -1px rgb(48 69 7);}

.fileManagerIcon .fileListing .fileIconLi, .file-browse-container-wrapper .similar-images .slick-slider .slick-slide {
    border-radius: 15px;
}

.page-container .sidebar-menu #folderTreeview li a.jstree-clicked,
.page-container .sidebar-menu #folderTreeview li a:hover {
    border: 1px solid rgb(168 184 96 / 45%) !important;
}
.page-container .sidebar-menu #folderTreeview li[rel=home] > a, .page-container .sidebar-menu #folderTreeview li[rel=shared] > a, .page-container .sidebar-menu #folderTreeview li[rel=recent] > a, .page-container .sidebar-menu #folderTreeview li[rel=all] > a, .page-container .sidebar-menu #folderTreeview li[rel=bin] > a {
    border: 1px solid transparent;
}

footer {
    background-color: rgb(238 255 203 / 33%);
    border-top: 1px solid #e0ff6f;
}

html {
    background: transparent !important;
}

body, body.page-body {
  /*background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.18), transparent 55%), radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.10), transparent 55%), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.00) 20%, rgba(0, 0, 0, 0.06) 50%, rgba(255, 255, 255, 0.00) 80%, rgba(255, 255, 255, 0.04) 100%), linear-gradient(145deg, #97af2c 0%, #86a300 30%, #90ab21 70%, #99b836 100%) !important;*/

  background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.18), transparent 55%), radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.10), transparent 55%), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.00) 20%, rgba(0, 0, 0, 0.06) 50%, rgba(255, 255, 255, 0.00) 80%, rgba(255, 255, 255, 0.04) 100%), linear-gradient(145deg, #97af2c 0%, #86a300 30%, #beb925 70%, #99b836 100%) !important;

  background-color: #aac627 !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}


.main-header {
    background: #629f3e !important;
}

.content-box-section {
    padding: 0px 0px 290px 0px !important;
}

.feature-heading {
    padding-bottom: 40px !important;
    padding-top: 25px !important;
}

.bg--secondary {
    background: #f5f7fb !important;
}

.page-container.horizontal-menu.with-sidebar {
    padding-left: 0px !important;
}

.fm-page-wrapper {
    padding: 0px 0 40px !important;
}

body .page-container.horizontal-menu header.navbar {
    background: transparent !important;
}

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #ffffff;
    font-weight: 600;
    background: #71ab44;
    padding: 5px 15px;
    border: none !important;
    transition: 200ms;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color: #7fbc50;
}

.page-container .navbar-fixed-top .navbar-inner .navbar-toprow {
    background-color: transparent !important;
}

.page-container .navbar-fixed-top .navbar-inner {
    border-bottom: 0 !important;
}

.xvs-hero-wrapper {
    background: transparent !important;
    padding: 50px 0 0px !important;
}

.bg--secondary {
    background: transparent !important;
}

section:not(.imagebg):not([class*='bg-']) + section.bg--secondary, section.bg--secondary:not(.imagebg) + section:not(.imagebg):not([class*='bg-']) {
    border-top: 0 !important;
}

.xvs-upload-dashed:hover {
    background: #e0ffe0 !important;
}

.xvs-upload-dashed {
    background: #f7fff7 !important;
}

.home-feature-heading h1 {
    font-size: 30px !important;
    color: #ffffff !important;
    margin-bottom: 45px !important;
    text-shadow: 0 1px 1px rgb(0 0 0 / 60%) !important;
}

.xvs-upload-box {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.19) !important;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    background: #7b9909 !important;
    border: 2px solid #e0ff70 !important;
}

.home-feature-wrapper {
    background: transparent !important;
}

.feature-plan-box h3 {
    font-size: 19px !important;
}

.logo, .navbar-brand img {
  filter: drop-shadow(3px 1px 1px rgba(0, 0, 0, 0.3)) !important;
  transition: 300ms;
}

.bar .logo {
    max-height: 2.9em !important;
}

.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
   opacity: 1 !important;
}

.menu-horizontal > li > a, .menu-horizontal > li > .modal-instance > a {
    font-weight: 700 !important;
    font-size: 17px !important;
}

.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger, .dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a, .menu-horizontal > li > a:hover, .menu-horizontal > li > span:hover, .menu-horizontal > li > .modal-instance > .modal-trigger:hover {
    color: #fff !important;
}

.page-container.horizontal-menu header.navbar .navbar-nav > li > a span, .page-container.horizontal-menu header.navbar .navbar-right > li > a span {
    color: #ffffff !important;
}

.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: 1 !important;
}
.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger, .dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a, .menu-horizontal > li > a:hover, .menu-horizontal > li > span:hover, .menu-horizontal > li > .modal-instance > .modal-trigger:hover {
    text-shadow: 0 1px 1px rgb(0 0 0 / 60%) !important;
}

.feature-plan-box h3 {
    color: #627026 !important;
}

.feature-plan-box i {
    color: #97c636 !important;
}

.page-container.horizontal-menu header.navbar .navbar-nav > li > a span, .page-container.horizontal-menu header.navbar .navbar-right > li > a span {
    font-size: 16px !important;
    text-shadow: 0 1px 1px rgb(0 0 0 / 60%) !important;
    letter-spacing: 0.4px !important;
}

.btn {
    border-radius: 100px !important;
}

.upload-button-wrapper .btn {
    background-color: #66a300;
    border-color: #66a300 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding-right: 15px;
    padding-left: 10px;
}

.upload-button-wrapper .btn:hover {
    background-color: #7fbc50;
}

.btn .btn__text, .btn i {
    font-size: 1em !important;
}

.page-container .sidebar-menu #folderTreeview li a.jstree-clicked {
    border-radius: 100px !important;
}
.page-container .sidebar-menu #folderTreeview li[rel=home] > a, .page-container .sidebar-menu #folderTreeview li[rel=shared] > a, .page-container .sidebar-menu #folderTreeview li[rel=recent] > a, .page-container .sidebar-menu #folderTreeview li[rel=all] > a, .page-container .sidebar-menu #folderTreeview li[rel=bin] > a {
    border-radius: 100px !important;
}

.page-container.horizontal-menu header.navbar .navbar-right > li > a span.badge {
    border-radius: 100px !important;
}

.page-container.horizontal-menu header.navbar.navbar-fixed-top {
    position: absolute !important;
}

.page-container .sidebar-menu #folderTreeview li a:hover {
    color: #001737 !important;
}

.page-container .sidebar-menu #folderTreeview li a:hover {
    background-color: #fffde7 !important;
    border-radius: 100px !important;
}

.input-group > .twitter-typeahead:last-child .typeahead {
    border-radius: 100px !important;
}

section, footer {
    padding-top: 3.428571em !important;
    padding-bottom: 3.428571em !important;
}

.pricing .h1 .pricing__dollar {
    bottom: 0 !important;
}

.lead {
    color: #f8ffdc !important;
}

h1, h2, h3 {
    color: #ebff9c;
    font-weight: 600 !important;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif !important;
}

.pricing-3 .pricing__head {
    border-bottom: 0 !important;
}

.page-container.horizontal-menu.with-sidebar header.navbar ul.nav li.dropdown.open .dropdown-menu {
    border-radius: 22px !important;
}

.sidebar-menu .remaining-storage .left-section-wrapper {
    color: #686868;
}

/* kontener z przyciskiem w środku pola */
#top-search.search-with-advanced {
    position: relative;
}

/* zostawiamy miejsce w input dla przycisku po lewej */
#top-search.search-with-advanced .form-control {
    padding-left: 40px; /* dostosuj w razie potrzeby */
}

/* sam "przycisk" z ikoną – wewnątrz pola */
#top-search.search-with-advanced .search-advanced-icon {
    position: absolute;
    left: 10px;          /* odstęp od lewej krawędzi */
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

/* opcjonalnie: żeby wyglądało bardziej jak ikonka niż klasyczny btn */
#top-search.search-with-advanced .search-advanced-icon .btn {
    border: none;
    box-shadow: none;
    padding: 0;
}

.dropdown-menu > li:first-child {
    border-radius: 22px 22px 0 0;
}
.dropdown-menu > li:last-child {
    border-radius: 0 0 22px 22px;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu .convert-trial-account-menu-item a {
    border-radius: 22px 22px 0 0;
}

.dropdown-menu {
    border-radius: 11px;
}

.btn-breadcrumb .dropdown-menu {
    border-radius: 14px;
}

.menu-horizontal {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;      /* jeśli chcesz mieć linki w jednej linii */
    gap: 24px;
}

.menu-horizontal li {
    position: relative;
}

.menu-horizontal li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 4px;    /* miejsce na pasek */
}

/* Pasek pod linkiem – startuje „schowany” w środku */
.menu-horizontal li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #e0ff70;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

/* Przy hover – pasek rozciąga się od środka na boki */
.menu-horizontal li a:hover::after,
.menu-horizontal li a.active::after {
    transform: translateX(-50%) scaleX(1);
}

/* Układ poziomy – jeśli już ogarnięty przez Bootstrap, ten blok można pominąć */
.navbar-nav {
    display: flex;
    gap: 24px;            /* odstęp między elementami menu */
}

.navbar-nav > li > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 4px;  /* miejsce na pasek */
}

/* Bazowy stan paska – szerokość 0, ale wycentrowany */
.navbar-nav > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #e0ff70;
    transform: translateX(-50%); /* tylko centrowanie, bez skalowania */
    transition: width 0.3s ease;
}

/* Hover + aktywny – pasek rozszerza się od środka na pełną szerokość */
.navbar-nav > li > a:hover::after,
.navbar-nav > li.active > a::after {
    width: 100%;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

footer .h6 {
    color: #f8ffe5;
}
footer {
    color: #ebff9c;
}

.badge.badge-success {
    background-color: transparent;
    border: 3px solid #e0ff70;
}

.fm-box-frontend {
    color: #666;
}

.alert .alert__body {
    color: #666666;
}

.modal.fade .modal-dialog {
    width: 90%;
    margin: 0 auto;
}

.fm-box-frontend a {
    color: #4a8b00;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    background: #7b9909;
    border: 2px solid #e0ff70 !important;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.85714286em;
}
.btn--sm {
    padding-top: 0.30952381em;
    padding-bottom: 0.30952381em;
    padding-right: 1.85714286em;
    padding-left: 1.85714286em;
}










/* layout_logged_in.html */

body.page-body {
                background: #f5f7fb;
            }

            .fm-page-wrapper {
                padding: 90px 0 40px;
            }

            .fm-box {
                background: #fff6d6;
                border-radius: 18px;
                padding: 18px 18px 20px;
                box-shadow: 0px 4px 21px -1px rgb(57 71 0 / 31%);
            }

            .fm-navbar-secondrow {
                margin-bottom: 12px;
                padding-bottom: 8px;
                border-bottom: 1px solid #ede2ba;
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 12px;
                flex-wrap: wrap;
            }

            .fm-main-row {
                display: flex;
                gap: 18px;
                align-items: flex-start;
                min-height: 420px;
            }

            .fm-main-row .sidebar-menu {
                position: relative !important;
                top: 0 !important;
                left: 0 !important;
                width: 230px;
                flex-shrink: 0;
                border-right: 1px solid #ede2ba;
                padding-right: 10px;
                margin: 0;
                background: transparent;
                box-shadow: none;
            }

            .fm-main {
                flex: 1;
                min-width: 0;
            }

            .page-container.with-sidebar .fm-main,
            .page-container.with-sidebar #main-ajax-container {
                margin-left: 0 !important;
            }

            /* HEADER WIDTH MATCHES CONTAINER/FBOX */
            .navbar-custom {
                background: transparent;
                box-shadow: none;
            }
            .navbar-custom .navbar-inner {
                padding-top: 10px;
                padding-bottom: 6px;
            }
            .navbar-custom .navbar-inner .navbar-toprow {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 20px;
            }
            .navbar-custom .navbar-brand img {
                max-height: 40px;
            }
            .navbar-custom .navbar-nav {
                margin: 0;
            }
            .navbar-custom .navbar-nav > li > a span {
                font-weight: 500;
            }
            .navbar-custom .mobile-account-toolbar-wrapper {
                margin: 0;
            }
            header.navbar.navbar-fixed-top.navbar-custom {
                background: #f5f7fb;
                border: none;
            }
            header.navbar .container {
                padding-left: 0;
                padding-right: 0;
            }

            @media (max-width: 991px) {
                .fm-page-wrapper {
                    padding-top: 80px;
                }
                .fm-box {
                    padding: 14px 10px 16px;
                }
                .fm-main-row {
                    flex-direction: column;
                    gap: 12px;
                }
                .fm-main-row .sidebar-menu {
                    width: 100%;
                    border-right: none;
                    border-bottom: 1px solid #f0f0f5;
                    padding-right: 0;
                    padding-bottom: 10px;
                }
            }













