﻿/* BO custom*/
body {
    /*font-family: "Mada", sans-serif;*/
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    background: #eff3f6;
    position: relative;
}

.mh-700 {
    max-height: 700px !important;
}

.content * {
    font-weight: bolder !important;
}

.f-loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    justify-content: center;
    z-index: 9999;
    background-color: rgba(230, 230, 230, 1);
}

    .f-loader .spinner {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .f-loader img {
        width: 100%;
    }

    .f-loader .spinner-border {
        width: 3.5rem;
        height: 3.5rem;
        position: absolute;
        margin-top: 45%;
        left: calc(50% - 30px);
        border-right-color: #989898;
        border-left-color: #989898;
        border-top-color: #989898;
    }

.mw-fit {
    max-width: fit-content !important;
}

.nav-sidebar > .nav-item {
    width: 100%;
}

.nav-sidebar .nav-link p {
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar .nav-link, .sidebar-mini .nav-sidebar > .nav-header {
    white-space: normal;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.custom-select, .form-control {
    background: #ffffff;
    /*padding: 5px 10px;
    font-size: 12px;*/
    height: auto;
}

.top-0 {
    top: 0 !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.translate-middle {
    transform: translate(-50%,-50%) !important;
}

.clear-both {
    clear: both !important;
}

/*.card .card-block, .card .card-body {
    padding: 10px 10px;
}*/

a[data-widget="pushmenu"] {
    transition: transform .1s ease-in-out;
}

.sidebar-collapse a[data-widget="pushmenu"] {
    transform: rotate(180deg);
}

label {
    display: inline-block;
    margin-bottom: .2rem;
}

.table {
    width: 100%;
    margin-bottom: .3rem;
    color: #212529;
}

    .table thead th {
        border-bottom: 1px solid #e2e5e8;
        font-size: 11px;
        color: #111;
        background: #eff3f6;
        text-transform: uppercase;
    }

    .table td, .table th {
        border-top: 1px solid #e2e5e8;
        white-space: nowrap;
        padding: .5rem .5rem;
        vertical-align: middle;
    }

.form-group {
    margin-bottom: 0.75rem;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px);
}

.accordion > .card {
    overflow: hidden;
    margin-bottom: 0px;
}

/*.dropdown-toggle:after {
    content: "\e842";
}*/

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
    width: 100% !important;
}

.auth-wrapper .auth-conten {
    max-width: 500px;
}

.text-c-black {
    color: #000000;
}

/*.btn-icon, .drp-icon {
    height: 30px;
    padding: 5px 6px;
}*/

.trips-search-block {
    max-width: 240px;
}

.m-w-500px {
    max-width: 500px;
}

.m-w-300px {
    max-width: 300px;
}

.m-w-100px {
    max-width: 100px;
}

.m-w-70px {
    max-width: 70px;
}

.mn-w-100px {
    min-width: 100px;
}

.mn-w-70px {
    min-width: 70px;
}

/*.select2-container--default {
    margin-bottom: 3px;
}*/

.col-form-label {
    overflow: hidden;
    text-overflow: ellipsis;
}

hr {
    margin-top: 4px;
    margin-bottom: 4px;
}

.left-auto {
    left: auto !important;
}

    .left-auto a {
        line-height: 1;
    }

        .left-auto a:hover {
            cursor: pointer;
        }

.pcoded-main-container .dropdown-menu a:hover {
    color: white !important;
    cursor: pointer;
}

.card-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 1 0;
}

.tov {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.routes-mw {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line .item {
    cursor: pointer;
}

.item.route-col {
    max-width: 35%;
    min-width: 400px;
    width: 100%;
}

.item .route-name {
    white-space: normal;
}

.force-select-width .select2-container {
    width: 100% !important;
}

.force-select-height select {
    max-height: 30px !important;
    padding-bottom: 0 !important;
    padding-top: 1px !important;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.client-partial {
    max-width: 1135px;
}

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.scroll-div {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
}

.program_version {
    margin: auto 0 0 0;
    padding: 20px;
    text-align: center;
    top: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.pcoded-navbar.navbar-collapsed .program_version {
    display: none;
}

.checkbox-group {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-selection--single {
    padding: 0;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: unset;
}

.text-bold {
    font-weight: bolder !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
}

.col-md-9.d-flex {
    min-height: 650px;
}

.bus-floor {
    max-height: 805px;
}

    .bus-floor .btn {
        box-shadow: none !important;
    }

.col-cell {
    width: 45px;
    max-width: 80px;
    min-width: 80px;
    height: 45px;
    min-height: 80px;
}

.btn.cell {
    cursor: cell;
}

.place-delete {
    position: absolute;
    top: 3px;
    right: 7px;
    cursor: pointer;
    z-index: 15;
}

.btn-light .place-delete {
    display: none;
}

.place-text {
    display: none;
}

/*.cellicon-seat .place-text {
    display: block;
}*/

.place-text, .place-number {
    position: relative;
    z-index: 10;
}

.place-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cellicon-driver .place-img {
    background-image: url("/images/layout-icons/helm-plus-b.svg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    transition: none;
}

    .cellicon-driver .place-img.dir-up {
        transform: rotate(0);
    }

    .cellicon-driver .place-img.dir-right {
        transform: rotate(90deg);
    }

    .cellicon-driver .place-img.dir-down {
        transform: rotate(180deg);
    }

    .cellicon-driver .place-img.dir-left {
        transform: rotate(-90deg);
    }

.cellicon-seat .place-img {
    background-image: url("/images/layout-icons/seat-b.svg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    transition: none;
    transform: rotate(180deg);
}

    /*.cellicon-seat .place-img.state-available {
        background-image: url("/images/layout-icons/seat-a.svg");
    }*/

    .cellicon-seat .place-img.state-selected {
        background-image: url("/images/layout-icons/seat-a.svg");
    }

    .cellicon-seat .place-img.state-reserved {
        background-image: url("/images/layout-icons/seat-rs.svg");
    }

    .cellicon-seat .place-img.state-sold {
        background-image: url("/images/layout-icons/seat-na.svg");
    }

    .cellicon-seat .place-img.state-red-dragon {
        background-image: url("/images/layout-icons/seat-r.svg");
    }

    .cellicon-seat .place-img.dir-up {
        transform: rotate(180deg);
    }

    .cellicon-seat .place-img.dir-right {
        transform: rotate(-90deg);
    }

    .cellicon-seat .place-img.dir-down {
        transform: rotate(0);
    }

    .cellicon-seat .place-img.dir-left {
        transform: rotate(90deg);
    }

.cellicon-entrance .place-img {
    background-image: url("/images/layout-icons/stairs-b.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: none;
    transform: rotate(90deg);
}

    .cellicon-entrance .place-img.dir-up {
        transform: rotate(0);
    }

    .cellicon-entrance .place-img.dir-right {
        transform: rotate(90deg);
    }

    .cellicon-entrance .place-img.dir-down {
        transform: rotate(180deg);
    }

    .cellicon-entrance .place-img.dir-left {
        transform: rotate(-90deg);
    }

.cellicon-toilet .place-img {
    background-image: url("/images/layout-icons/toilet-b.svg");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    transition: none;
}

    .cellicon-toilet .place-img.dir-up {
        transform: rotate(0);
    }

    .cellicon-toilet .place-img.dir-right {
        transform: rotate(90deg);
    }

    .cellicon-toilet .place-img.dir-down {
        transform: rotate(180deg);
    }

    .cellicon-toilet .place-img.dir-left {
        transform: rotate(-90deg);
    }

.select2.select2-container {
    width: 100% !important;
}

.sl-w-25 .select2.select2-container {
    width: 25% !important;
}

.sl-w-50 .select2.select2-container {
    width: 50% !important;
}

.sl-w-75 .select2.select2-container {
    width: 75% !important;
}

.sl-w-100 .select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 0;
}

.form-control[type="checkbox"] {
    width: auto;
    height: auto;
    display: initial;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: block;
}

[data-cell], .get-layout .btn {
    border: 1px solid rgba(180, 180, 180, .1)
}

/*.btn {
    margin-bottom: .5rem;
}*/

.trips-search .input-group .select2.select2-container {
    width: 83% !important;
    margin-bottom: 0;
}

.trips-search .input-group input {
    height: 33px;
    flex: unset;
    width: 84% !important;
}

.tripsfinder-search.trips-search .input-group .select2.select2-container {
    width: 100% !important;
}

.tripsfinder-search.trips-search .input-group input {
    width: 100% !important;
}

.trips-search .bt-btns button {
    min-width: 40px;
    margin-bottom: 0;
    padding: 0 0;
    font-size: .9rem;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    height: calc(2.25rem + 2px);
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.text-underline {
    text-decoration: underline;
}

.text-center-smart div:not(:first-child) {
    text-align: center !important;
}

button:not(.btn-icon) i[class*="fa"] {
    margin-right: .25rem !important;
}

button:not(.btn-icon) i[class*="fea"] {
    margin-right: .25rem !important;
}

a:not(.btn-icon) i[class*="fa"] {
    margin-right: .25rem !important;
}

a:not(.btn-icon) i[class*="fea"] {
    margin-right: .25rem !important;
}

.btn-group-vertical.separate button:not(:last-child) {
    margin-bottom: .25rem !important;
}

.btn-delete {
    position: absolute;
    cursor: pointer;
    top: 3px;
    right: 8px;
}

.seat-legend {
    width: 40px;
    height: auto;
    transform: rotate(180deg);
}

.card-title h1, .card-title h2, .card-title h3, .card-title h4, .card-title h5, .card-title h6 {
    margin-bottom: 0;
}

#order-table_paginate {
    float: right;
}

.clients-table {
    max-height: 350px;
    overflow: auto;
}

    .clients-table th {
        font-weight: 500;
    }

    .clients-table tbody tr {
        cursor: pointer;
    }

.btn-group button:not(:last-child) {
    margin-right: .25rem;
}

input[type="checkbox"].dropdown-item {
    display: inline;
}

.nav-tabs-order-statuses .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
}

.nav-tabs-order .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
}

    .nav-tabs-order .nav-item:first-child {
        margin-left: -1px;
    }

    .nav-tabs-order .nav-item:last-child {
        width: calc(33.333333% + 2px);
        margin-right: -1px;
    }

.luggage-table tbody th {
    font-weight: normal;
}

.text-sm .select2-container--default .select2-selection--single .select2-selection__rendered, select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: -0.12rem;
}

.vh-75 {
    height: 75vh;
}

.min-w-180px {
    min-width: 180px;
}

#form-grid tr th:not(:first-child) {
    min-width: 166px;
}

#form-grid table:not(:first-child) tr th:last-child {
    min-width: unset;
}

.transfer-mode .delete-passenger,
.transfer-mode .delete-child,
.transfer-mode .delete-luggage,
.transfer-mode .add-child,
.transfer-mode .add-luggage {
    display: none;
}

.cant-edit .redirect-disabled {
    cursor: not-allowed;
}

.can-edit .redirect-disabled {
    cursor: pointer;
}

.table-responsive > .btn {
    margin-bottom: .5rem;
}

.timeline::before {
    border-radius: .25rem;
    background: #dee2e6;
    bottom: 35px;
    content: '';
    left: 13px;
    margin: 0;
    position: absolute;
    top: 35px;
    width: 4px;
}

.timeline > div {
    margin-bottom: 15px;
    margin-right: 0;
    position: relative;
}

    .timeline > div > .timeline-item {
        box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
        border-radius: .25rem;
        background: #fff;
        color: #495057;
        margin-left: 45px;
        margin-right: 0;
        margin-top: 0;
        padding: 0;
        position: relative;
    }

    .timeline > div > .fa, .timeline > div > .fab, .timeline > div > .far, .timeline > div > .fas, .timeline > div > .glyphicon, .timeline > div > .ion {
        background: var(--primary);
        border-radius: 50%;
        font-size: 15px;
        height: 30px;
        left: 0px;
        line-height: normal;
        position: absolute;
        text-align: center;
        top: 24%;
        width: 30px;
        padding: 0;
        white-space: nowrap;
    }

.vertical-text {
    width: 1px;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
}

.voice-file-image {
    width: 35px;
    margin-left: .25rem;
}

.search-container > .search-items {
    overflow: hidden auto;
    max-height: 200px;
}

.d-flex-soft {
    display: flex;
}

.d-none-soft {
    display: none;
}

.map input.controls {
    width: 50%;
    display: block;
    padding: 11.6px 17px;
    border-radius: 8px;
    border: solid 1px #dedddd;
    background: white;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: color .5s ease, border .5s ease;
    -o-transition: color .5s ease, border .5s ease;
    transition: color .5s ease, border .5s ease;
    margin-top: .6rem;
    margin-left: 2%;
}

#map {
    width: 100%;
    height: 500px;
}

.sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
    margin-left: -300px;
}

.layout-fixed .brand-link {
    width: 300px;
}

.layout-navbar-fixed .wrapper .brand-link {
    width: 300px;
}

.main-sidebar, .main-sidebar::before {
    width: 300px;
}

.layout-navbar-fixed .wrapper .main-sidebar:hover .brand-link {
    width: 300px;
}

.bg-success-fade {
    background-color: rgba(40, 167, 69, .3) !important;
}

.bg-danger-fade {
    background-color: rgba(220, 53, 69, .5) !important;
}

.bg-info-fade {
    background-color: rgba(23, 162, 184, .3) !important;
}

.bg-success-soft {
    background-color: #a5d6a7 !important;
    color: #000000 !important;
}

.bg-warning-soft {
    background-color: #fff59d !important;
}

.tariffs-grid__tables table thead {
    position: sticky;
    top: 0;
    z-index: 1001;
}

.wid-60 {
    max-width: 100px;
    max-height: 100px;
}

.tariffs-grid__tables table tbody tr td:first-child {
    position: sticky;
    left: 0;
    background-color: white;
}

.tariffs-grid__tables table tbody tr:nth-of-type(odd) td:first-child {
    background-color: rgb(242, 242, 242);
}

.tariffs-grid__tables .table-responsive {
    max-height: 700px;
}

.trips-list {
    width: 100%;
    overflow: auto;
}

.w-90 {
    width: 90% !important;
}

.trips-data {
    flex-wrap: nowrap;
    overflow: hidden;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.routes-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.tr-clicked {
    background-color: #cdd2e0 !important;
}

.btn-outline-orange {
    color: #fd7e14;
    border-color: #fd7e14;
}

    .btn-outline-orange:hover {
        color: #fff;
        background-color: #fd7e14;
        border-color: #fd7e14;
    }

    .btn-outline-orange.disabled, .btn-outline-orange:disabled {
        color: #fd7e14;
        background-color: transparent;
    }

    .btn-outline-orange:not(:disabled):not(.disabled).active, .btn-outline-orange:not(:disabled):not(.disabled):active,
    .show > .btn-outline-orange.dropdown-toggle {
        color: #fff;
        background-color: #fd7e14;
        border-color: #fd7e14;
    }

.sticky-td {
    background-color: white;
}

.trips-passengerview-tr:nth-of-type(odd) td:nth-of-type(1),
.trips-passengerview-tr:nth-of-type(odd) td:nth-of-type(2),
.trips-passengerview-tr:nth-of-type(odd) td:nth-of-type(3) {
    background-color: rgb(242, 242, 242);
}

.tr-clicked .sticky-td {
    background-color: #cdd2e0 !important;
}

.toastr-top-right-custom {
    right: 12px;
    top: 60px;
}

.input-error {
    border: 1px solid red;
}

.trips-filters {
    margin-right: 10px;
    transition: max-width 0.2s ease-in-out;
}

.trips-filter-content {
    transition: max-width 0.2s ease-in-out;
    width: calc(100% - 25px - 10px);
}

.trips-filters-hide {
    width: 20px;
    border-left: 1px solid #e2e5e8;
    border-right: 1px solid #e2e5e8;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
    color: #00000080;
    font-size: 15px;
}

    .trips-filters-hide:hover {
        color: #000000b3;
    }

.trips-filters-drag {
    width: 10px;
    color: #00000080;
    font-size: 15px;
}

.trips-filter-collapsed {
    transition: max-width 0.2s ease-in-out;
    max-width: 20px;
}

    .trips-filter-collapsed .trips-filters-drag {
        max-width: 0px;
        overflow: hidden;
    }

    .trips-filter-collapsed .trips-filter-content {
        max-width: 0px;
        overflow: hidden;
    }

    .trips-filter-collapsed .trips-filters-hide {
        transform: rotate(180deg);
        transition: transform 0.2s ease-in-out;
        border-left: none;
        max-height: 923.53px;
    }

    .trips-filter-collapsed .card-body {
        padding-left: 0px;
    }

.badge-warning {
    color: #1f2d3d;
    background-color: #FF9800;
}

.space-normal {
    white-space: normal;
}

.orders-table-mh {
    max-height: 45vh;
    overflow: auto;
}

.tariff-row {
    display: flex;
}

.font-16 {
    font-size: 16px;
}

.transaction-comments-block .form-control[readonly].client-message {
    background-color: rgba(100, 174, 95, .46);
}

.transaction-comments-block .form-control[readonly].inner-message {
    background-color: rgba(231, 18, 5, .41);
}

.cursor-pointer {
    cursor: pointer;
}

.partners-table .table-header svg {
    transform: rotate(180deg);
    transition: 0.3s;
}

.partners-table .table-header.table-opened svg {
    transform: rotate(0deg);
}

.partners-table .table-content {
    display: none;
}

    .partners-table .table-content.table-opened {
        display: table-row;
    }

.partners-table .tr-clicked {
    background-color: unset !important;
}

    .partners-table .tr-clicked:nth-of-type(odd) {
        background-color: rgba(0,0,0,.05) !important;
    }

/*.partners-table thead th {
    background-color: #17648F !important;
    color: white;
    border-color: white;
}

.partners-table tbody tr td{
    border-color: #0083E2 !important;
}

    .partners-table tbody tr:nth-of-type(odd) {
        background-color: #C9E5F9;
    }*/

.order-table td {
    vertical-align: top;
}

@media (max-height: 900px) {
    .orders-table-mh {
        max-height: 35vh;
    }
}

@media (max-height: 850px) {
    .orders-table-mh {
        max-height: 25vh;
    }
}

@media (min-width: 992px) {
    body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 300px;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused, .sidebar-mini.sidebar-collapse .main-sidebar:hover {
        width: 300px;
    }

    .sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-link {
        width: 300px;
    }

    .sticky-td {
        position: sticky;
        background-color: white;
    }

        .sticky-td:nth-of-type(1) {
            left: 0;
            min-width: 193.19px;
        }

            .sticky-td:nth-of-type(1).cancelled-transfered {
                left: 0;
                min-width: 100px !important;
            }

        .sticky-td:nth-of-type(2) {
            left: 193.19px;
        }

            .sticky-td:nth-of-type(2).cancelled-transfered {
                left: 100px;
            }

        .sticky-td:nth-of-type(3) {
            left: 324.25px;
        }

            .sticky-td:nth-of-type(3).cancelled-transfered {
                left: 232.06px;
            }

        .sticky-td:after {
            content: "";
            position: absolute;
            top: 0;
            height: 100%;
        }

        .sticky-td:after {
            right: -1px;
            border-right: 1px solid #e2e5e8;
        }

        .sticky-td:nth-of-type(3):after {
            right: -3px;
            border-right: 3px solid #e2e5e8;
        }

        .sticky-td:before {
            content: "";
            position: absolute;
            top: 0;
            height: 100%;
        }

        .sticky-td:before {
            left: -1px;
            border-left: 1px solid #e2e5e8;
        }

    .sticky-th {
        position: sticky;
    }

        .sticky-th:nth-of-type(1) {
            left: 0;
            min-width: 193.19px;
        }

            .sticky-th:nth-of-type(1).cancelled-transfered {
                left: 0;
                min-width: 100px;
            }

        .sticky-th:nth-of-type(2) {
            left: 193.19px;
            min-width: 131.06px;
        }

            .sticky-th:nth-of-type(2).cancelled-transfered {
                left: 100px;
            }

        .sticky-th:nth-of-type(3) {
            left: 324.25px;
        }

            .sticky-th:nth-of-type(3).cancelled-transfered {
                left: 232.06px;
            }

        .sticky-th:after {
            content: "";
            position: absolute;
            top: 0;
            height: 100%;
        }

        .sticky-th:after {
            right: -1px;
            border-right: 1px solid #e2e5e8;
        }

        .sticky-th:nth-of-type(3):after {
            right: -3px;
            border-right: 3px solid #e2e5e8;
        }

        .sticky-th:before {
            content: "";
            position: absolute;
            top: 0;
            height: 100%;
        }

        .sticky-th:before {
            left: -1px;
            border-left: 1px solid #e2e5e8;
        }
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1200px;
    }
}
