body.modern .btn-group .btn {
    border-radius: 0;
}

html {
    font-size: 14px;
}

body.modern p {
    margin: 0;
    padding: 0;
}

body.login {
    /* background-color: #f6f6f6 !important; */
    background-color: #f0f5ff !important;
}

body.modern .page-sidebar .page-sidebar-menu>li>a {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 6px !important;
}

body.modern .page-sidebar .page-logo {
    text-align: center;
    margin-top: -20px;
}

body.modern .page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle .badge.badge-default {
    background-color: #39a7df;
    /*#3FD5C0;*/
    color: #ffffff;
}

body.modern .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-toggle>.circle {
    background-color: #39a7df;
    color: #ffffff;
}

body.modern .page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-toggle>.corner {
    border-color: transparent transparent transparent #39a7df;
}

body.modern .page-header.navbar .hor-menu .navbar-nav>li.active>a,
body.modern .page-header.navbar .hor-menu .navbar-nav>li.active>a,
body.modern .page-header.navbar .hor-menu .navbar-nav>li.current>a,
body.modern .page-header.navbar .hor-menu .navbar-nav>li.current>a {
    color: white;
    background: #39a7df !important;
}

body.modern .page-header.navbar .hor-menu .navbar-nav>li.active .selected,
body.modern .page-header.navbar .hor-menu .navbar-nav>li.current .selected {
    border-top: 6px solid #39a7df;
}

body.modern .page-header.navbar .hor-menu.hor-menu-light .navbar-nav>li.active>a,
body.modern .page-header.navbar .hor-menu.hor-menu-light .navbar-nav>li.active>a:hover,
body.modern .page-header.navbar .hor-menu.hor-menu-light .navbar-nav>li.current>a,
body.modern .page-header.navbar .hor-menu.hor-menu-light .navbar-nav>li.current>a:hover {
    color: white;
    background: #39a7df;
}

.uptime-widget {
    margin-top: -40px;
    float: right;
}

.uptime-widget .uptime-label {
    border: 1px solid #00c98b;
    padding: 8px 20px;
    border-radius: 5px !important;
    background-color: #e6f9f3;
}

@media (min-width: 992px) {
    body.modern .page-bar {
        width: calc(100% - 300px) !important;
    }
}

@media screen and (max-width: 480px) {
    .uptime-widget {
        margin-top: 10px;
        margin-bottom: 10px;
        float: none;
    }

    .uptime-widget .uptime-label {
        display: block;
    }

    .hide-xs {
        display: none !important;
    }

    .hide-xs.flex {
        display: none !important;
    }
}

body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a,
body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a,
body.modern .page-sidebar .page-sidebar-menu>li.active>a,
body.modern .page-sidebar .page-sidebar-menu>li.active.open>a {
    background: #39a7df;
    border-top-color: transparent;
    color: #ffffff;
}

body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a:hover,
body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a:hover,
body.modern .page-sidebar .page-sidebar-menu>li.active>a:hover,
body.modern .page-sidebar .page-sidebar-menu>li.active.open>a:hover {
    background: #39a7df;
}

body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light>li.active>a,
body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light>li.active.open>a,
body.modern .page-sidebar .page-sidebar-menu.page-sidebar-menu-light>li.active>a,
body.modern .page-sidebar .page-sidebar-menu.page-sidebar-menu-light>li.active.open>a {
    background: #e4e4e4;
    border-left: 4px solid #39a7df;
    color: #666666;
}

body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light>li.active>a:hover,
body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light>li.active.open>a:hover,
body.modern .page-sidebar .page-sidebar-menu.page-sidebar-menu-light>li.active>a:hover,
body.modern .page-sidebar .page-sidebar-menu.page-sidebar-menu-light>li.active.open>a:hover {
    border-left: 4px solid #39a7df;
    background: #e9e9e9;
}

body.modern .page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-light>li.active>a,
body.modern .page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-light>li.active.open>a {
    border-left: 0;
    border-right: 4px solid #39a7df;
}

body.modern .page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-light>li.active>a:hover,
body.modern .page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-light>li.active.open>a:hover {
    border-left: 0;
    border-right: 4px solid #39a7df;
}

/** styles.css **/
body.modern a {
    color: #0060af;
}

body.modern a.btn {
    color: #ffffff;
}

body.modern a.btn-default {
    color: #333;
}

body.modern button.text-white,
body.modern span.text-white,
body.modern div.text-white,
body.modern a.text-white {
    color: #ffffff !important;
}

/** login-soft.css **/
body.modern.login .content {
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
}

body.modern .login-box {
    box-shadow: 0px 0px 15px #cbe6f5;
}

body.modern.login .content .form-control {
    border: 1px solid #39a7df;
    border-radius: 5px !important;
}

body.modern.login .copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 16px;
    font-size: 12px;
    color: #0080c3;
    background: transparent;
    z-index: 10;
}

/** user topbar widget **/
body.modern .user-topbar-widget {
    position: fixed;
    top: 15px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50px !important;
    padding: 10px 48px 9px 6px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}

body.modern .user-topbar-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1a2e3b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    flex-shrink: 0;
}

body.modern .user-topbar-info {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

body.modern .user-topbar-name {
    font-weight: 600;
    font-size: 13px;
    color: #1a2e3b;
}

body.modern .user-topbar-role {
    font-size: 11px;
    color: #39a7df;
}

body.modern .user-topbar-logout {
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-left: 4px;
    border-left: 1px solid #e2e8f0;
    color: #8a9aaa;
    font-size: 16px;
    text-decoration: none;
}

body.modern .user-topbar-logout:hover {
    color: #e74c3c;
}

@media screen and (max-width: 480px) {
    body.modern .user-topbar-widget {
        top: 10px;
        right: 10px;
        padding: 5px 10px 5px 5px;
        gap: 7px;
    }

    body.modern .user-topbar-info {
        display: none;
    }
}

body.modern a.btn,
body.modern button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    filter: drop-shadow(1px 1px 1px #ccc);
}

body.modern div.portlet {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

body.modern div.portlet div.portlet-title {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

body.modern div.portlet div.portlet-body {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

body.modern div.portlet div.portlet-title {
    padding: 5px 20px;
    height: 80px;
}

/** component.css **/
body.modern .portlet.box.blue>.portlet-title {
    background-color: #39a7df;
    background-image: linear-gradient(to right, #39a7df, #048ad3);
    display: flex;
    justify-content: left;
    align-items: center;
}

body.modern .portlet.box.blue .portlet-title .caption {
    flex-grow: 1;
}

body.modern .portlet.box.blue>.portlet-title>.actions .btn-default,
body.modern .portlet.box.blue>.portlet-title>.actions .btn-primary {
    padding: 5px 39px;
    background-color: #048ad3 !important;
    border: 1px solid #079ef0;
    color: white !important;
    filter: none;
}

body.modern .blue.btn {
    background-color: #39a7df;
}

body.modern .btn-primary {
    color: #fff;
    background-color: #39a7df;
    border-color: #357ebd;
    border-radius: 4px;
}

body.modern .portlet.box.blue {
    border: 1px solid #efefef;
    border-top: 0;
}

body.modern .badge-primary {
    background-color: #39a7df;
    background-image: none;
}

@media (min-width: 992px) {

    /** layout.css **/
    body.modern .page-sidebar {
        width: 300px;
        float: left;
        position: relative;
        margin-right: -100%;
    }

    /** light6.css **/
    body.modern .page-content-wrapper .page-content {
        margin-left: 300px;
        margin-top: 0px;
        min-height: 600px;
        padding: 55px 20px 10px 20px;
    }

    body.modern .page-footer {
        margin-left: 300px;
    }
}


/** charts **/
body.modern .chart-container {
    border: 1px #ccc solid;
    border-radius: 10px !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-color: rgb(226, 232, 240);
    padding: 10px;
}


/** tables **/
body.modern .table-responsive {
    border: 1px #ccc solid;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-color: rgb(226, 232, 240);
    border-radius: 10px !important;
    margin-bottom: 10px;
}

body.modern .table-responsive .table-bordered {
    border: 0px solid #ddd;
}

body.modern .table.table-bordered thead>tr>th {
    border: 0px solid #ddd;
}

body.modern .table.table-bordered thead>tr>th {
    border: 0px solid #ddd;
}

body.modern .table.table-bordered thead>tr>th {
    border-bottom: 1px solid #ddd;
    line-height: 26px;
    background-color: #f9f9f9;
}

body.modern .table-bordered>tbody>tr>td,
body.modern .table-bordered>tbody>tr>th,
body.modern .table-bordered>tfoot>tr>td,
body.modern .table-bordered>tfoot>tr>th,
body.modern .table-bordered>thead>tr>td,
body.modern .table-bordered>thead>tr>th {
    border: 0px solid #ddd;
    border-top: 1px solid #eeeeee;
}

body.modern .row-odd {
    background-color: #f6f6f6;
}

body.modern .table>tbody>tr>td {
    padding-top: 10px;
    padding-bottom: 10px;
}

body.modern .pagination {
    display: flex;
    justify-content: flex-end;
}

body.modern .pagination>li>a,
body.modern .pagination>li>span {
    line-height: 27px;
}

body.modern .pagination-sm>li:first-child>a,
body.modern .pagination-sm>li:first-child>span {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

body.modern .pagination-sm>li:last-child>a,
body.modern .pagination-sm>li:last-child>span {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

body.modern .pagination .active>a,
body.modern .pagination .active>a:hover {
    background: #39a7df;
    border-color: #058ad3;
    color: #ffffff;
    font-weight: bold;
}

/** table end **/

/** button groups **/
body.modern .btn-group {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

body.modern .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

body.modern .btn-group>.btn:last-child:not(:first-child):not(.dropdown-toggle) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

body.modern .mac {
    font-family: monospace, sans-serif;
    text-transform: uppercase;
}

body.modern .toolbar {
    display: flex;
    border: 1px #ccc solid;
    border-color: rgb(226, 232, 240);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}


body.modern.login .logo {
    box-shadow: 0px 0px 0px #ddd;
    margin: 70px auto 30px auto;
    background-color: unset;
}

body.modern .license-info {
    border: 1px #ccc solid;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: 10px;
    background-color: #636466;
    color: #ffffff;
    margin-bottom: 10px;
}

body.modern .license-info .table>tbody>tr>td,
body.modern .license-info .table>tbody>tr>th,
body.modern .license-info .table>tfoot>tr>td,
body.modern .license-info .table>tfoot>tr>th,
body.modern .license-info .table>thead>tr>td,
body.modern .license-info .table>thead>tr>th {
    border-top: 1px solid #123d52;
}

body.modern .license-info .table>tbody>tr:first-child>td,
body.modern .license-info .table>tbody>tr:first-child>th,
body.modern .license-info .table>thead>tr:first-child>td,
body.modern .license-info .table>thead>tr:first-child>th {
    border-top: 0;
}



/** DARK THEME **/
body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover,
body.modern .page-sidebar {
    background-color: #0e3142;
    border-right: 1px #0e3142 solid;
}

body.modern .page-bar {
    background-color: #f0f5ff;
    border-radius: 0px !important;
    margin-top: -101px;
    border-bottom: 1px #dfe6f3 solid !important;
    position: absolute;
    margin-left: -20px;
}


body.modern .page-bar .page-breadcrumb>li>i {
    color: #636466;
}

body.modern .page-bar .page-breadcrumb>li>a,
body.modern .page-bar .page-breadcrumb>li>span {
    color: #636466;
}

body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open+li>a,
body.modern .page-sidebar .page-sidebar-menu>li.active.open+li>a,
body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a,
body.modern .page-sidebar .page-sidebar-menu>li>a {
    border-top: 1px solid #004c74;
    color: #94b7c9;
    /* #2ea7d5 */
}

body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i,
body.modern .page-sidebar .page-sidebar-menu>li>a>i {
    color: #efefef;
}

body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a:hover,
body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a:hover,
body.modern .page-sidebar .page-sidebar-menu>li.active>a:hover,
body.modern .page-sidebar .page-sidebar-menu>li.active.open>a:hover {
    background: #123e54;
}

body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a,
body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a,
body.modern .page-sidebar .page-sidebar-menu>li.active>a,
body.modern .page-sidebar .page-sidebar-menu>li.active.open>a {
    background: #123e54;
    border-top-color: transparent;
    color: #ffffff;
}

body.modern .page-sidebar .page-sidebar-menu>li.open>a {
    background: #123e54;
    color: #94b7c9;
}

body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.heading>h3,
body.modern .page-sidebar .page-sidebar-menu>li.heading>h3 {
    color: #39a7df;
    display: none;
}

body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a,
body.modern .page-sidebar .page-sidebar-menu .sub-menu>li>a {
    color: #94b7c9;
}

body.modern .license-info {
    border: 1px #123d52 solid;
    border-radius: 5px;
    background-color: #0a2532;
    color: #9699a1;
}

body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a,
body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a,
body.modern .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a,
body.modern .page-sidebar .page-sidebar-menu .sub-menu>li:hover>a,
body.modern .page-sidebar .page-sidebar-menu .sub-menu>li.open>a,
body.modern .page-sidebar .page-sidebar-menu .sub-menu>li.active>a {
    background: #174c66 !important;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

/** solution section heading **/
body.modern .solution-section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #1a2e3b;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.modern .solution-section-heading::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 3px;
    background-color: #2a9d5c;
    border-radius: 2px;
    flex-shrink: 0;
}

body.modern .solution-section-heading--orange::before {
    background-color: #f0942a;
}

/** product-card-list: shared base for product-wifi and product-transport **/
body.modern ul.product-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.modern ul.product-card-list>li {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px !important;
    padding: 16px 24px;
    margin-bottom: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    font-weight: 500;
    color: #1a2e3b;
    transition: box-shadow 0.15s ease;
    font-size: 15px;
}

body.modern ul.product-card-list>li>a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1a2e3b;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
}

body.modern ul.product-card-list>li .fa {
    font-size: 18px;
    flex-shrink: 0;
}

body.modern ul.product-card-list>li.disabled {
    border-left-color: #c8c8c8;
    background: #f7f7f7;
    color: #a0a0a0;
    cursor: not-allowed;
}

body.modern ul.product-card-list>li.disabled .fa {
    color: #c0c0c0;
}

/** product-wifi: green accent **/
body.modern ul.product-wifi>li {
    border-left: 4px solid #2a9d5c;
}

body.modern ul.product-wifi>li>a:hover {
    color: #2a9d5c;
}

body.modern ul.product-wifi>li:not(.disabled):hover {
    box-shadow: 0 3px 8px rgba(42, 157, 92, 0.15);
}

body.modern ul.product-wifi>li .fa {
    color: #2a9d5c;
}

/** product-transport: orange accent **/
body.modern ul.product-transport>li {
    border-left: 4px solid #f0942a;
}

body.modern ul.product-transport>li>a:hover {
    color: #f0942a;
}

body.modern ul.product-transport>li:not(.disabled):hover {
    box-shadow: 0 3px 8px rgba(240, 148, 42, 0.15);
}

body.modern ul.product-transport>li .fa {
    color: #f0942a;
}

/** client list grid **/
body.modern ul.list-client {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

body.modern ul.list-client>li {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.15s ease;
    position: relative;
    cursor: pointer;
}

body.modern ul.list-client>li:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

body.modern ul.list-client .client-emblem {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    flex-shrink: 0;
    text-transform: uppercase;
    cursor: pointer;
}

body.modern ul.list-client>li:nth-child(8n+1) .client-emblem { background-color: #39a7df; }
body.modern ul.list-client>li:nth-child(8n+2) .client-emblem { background-color: #008744; }
body.modern ul.list-client>li:nth-child(8n+3) .client-emblem { background-color: #f28900; }
body.modern ul.list-client>li:nth-child(8n+4) .client-emblem { background-color: #0e3142; }
body.modern ul.list-client>li:nth-child(8n+5) .client-emblem { background-color: #123e54; }
body.modern ul.list-client>li:nth-child(8n+6) .client-emblem { background-color: #ea4335; }
body.modern ul.list-client>li:nth-child(8n+7) .client-emblem { background-color: #636466; }
body.modern ul.list-client>li:nth-child(8n+8) .client-emblem { background-color: #39a7df; }

body.modern ul.list-client .client-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

body.modern ul.list-client .client-id {
    display: flex;
    align-items: center;
    gap: 4px;
}

body.modern ul.list-client .client-id>a {
    font-size: 12px;
    color: #8a9aaa;
    text-decoration: none;
}

body.modern ul.list-client .client-id>a::before {
    font-family: FontAwesome;
    content: '\f1ad';
    margin-right: 4px;
    font-size: 11px;
}

body.modern ul.list-client .client-name {
    font-weight: 600;
    font-size: 14px;
    color: #1a2e3b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.modern ul.list-client .client-name .no-name {
    color: #b0b8c4;
    font-weight: 400;
}

body.modern ul.list-client .client-actions {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 12px;
    color: #b0b8c4;
}

body.modern ul.list-client .client-actions a {
    color: #b0b8c4;
}

body.modern ul.list-client .client-actions a:hover {
    color: #39a7df;
}

body.modern .slide-window li a {
    color: #ccc;
}

@media (max-width: 1199px) {
    body.modern ul.list-client {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    body.modern ul.list-client {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    body.modern ul.list-client {
        grid-template-columns: repeat(1, 1fr);
    }
}




/** FlexBox **/

.d-flex         { display: flex !important; }
.d-inline-flex  { display: inline-flex !important; }

.flex-row            { flex-direction: row !important; }
.flex-row-reverse    { flex-direction: row-reverse !important; }
.flex-column         { flex-direction: column !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }

.flex-wrap         { flex-wrap: wrap !important; }
.flex-nowrap       { flex-wrap: nowrap !important; }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }

.justify-content-start   { justify-content: flex-start !important; }
.justify-content-end     { justify-content: flex-end !important; }
.justify-content-center  { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around  { justify-content: space-around !important; }
.justify-content-evenly  { justify-content: space-evenly !important; }

.align-items-start    { align-items: flex-start !important; }
.align-items-end      { align-items: flex-end !important; }
.align-items-center   { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch  { align-items: stretch !important; }

.align-self-auto     { align-self: auto !important; }
.align-self-start    { align-self: flex-start !important; }
.align-self-end      { align-self: flex-end !important; }
.align-self-center   { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch  { align-self: stretch !important; }

.align-content-start   { align-content: flex-start !important; }
.align-content-end     { align-content: flex-end !important; }
.align-content-center  { align-content: center !important; }
.align-content-between { align-content: space-between !important; }
.align-content-around  { align-content: space-around !important; }
.align-content-stretch { align-content: stretch !important; }

.flex-fill    { flex: 1 1 auto !important; }
.flex-grow-0  { flex-grow: 0 !important; }
.flex-grow-1  { flex-grow: 1 !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.flex-shrink-1 { flex-shrink: 1 !important; }

.order-first { order: -1 !important; }
.order-0     { order: 0 !important; }
.order-1     { order: 1 !important; }
.order-2     { order: 2 !important; }
.order-3     { order: 3 !important; }
.order-4     { order: 4 !important; }
.order-5     { order: 5 !important; }
.order-last  { order: 6 !important; }

.gap-0 { gap: 0 !important; }
.gap-1 { gap: 4px !important; }
.gap-2 { gap: 8px !important; }
.gap-3 { gap: 16px !important; }
.gap-4 { gap: 24px !important; }
.gap-5 { gap: 48px !important; }

