@import url(base.css);

@import url(theme-light.css);
@import url(theme-dark.css);

@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Tangerine&display=swap');

.text-horizontal-line {
    background: #D4DCE6;
    position: relative;
    height: 0.1rem;
}

.spedition-color {
    color: #1B2A4E;
}

.spedition-background {
    background-color: #1B2A4E;
}

.card-header {
    background-color: rgba(241, 244, 248, 0.5);
    border-radius: 4px 4px 0 0;
}

.card {
    border-color: #0028641F;
}

#module-container .card-title {
    color: #1B2A4E;
}

#module-container .card-text {
    color: #1B2A4E;
}

@media (max-width: 300px) {
    .__hide-bellow-md {
        display: none;
    }
}

table.menu-chooser tr td:last-child, table.menu-chooser th:last-child {
    text-align: right;
    width: 1%;
    white-space: nowrap;
}

table.menu-chooser tr td.cell-tight, table.menu-chooser th.cell-tight {
    width: 1%;
    white-space: nowrap;
}

.border {
    border: 1px solid red;
}

.__missing-marketplace-card {
    width: 238px;
    background-color: #001F40;
    border-radius: 5px;
    background-image: url('/img/question_mark.png');
    background-repeat: no-repeat, repeat;
    background-position: bottom;
    min-height: 550px;
    z-index: 999;
    position: fixed;
    right: 0;
    margin-right: 1em;
}

.__missing-marketplace-card-button {
    background-color: #D9E2EF;
    border-radius: 4px;
}

#fixed_callout {
    position: fixed;
    right: 0;
    top: 22%;
    width: 14em;
    margin-top: -2.5em;
    margin-right: 20px;
    background-color: #001F40;
    border-radius: 5px;
    background-image: url('/img/question_mark.png');
    background-repeat: no-repeat, repeat;
    background-position: bottom;
    min-height: 550px;
    z-index: 999;
}

i.size-adj {
    font-size: 1em !important;
}

ul.instructions {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

i.size-adj {
    font-size: 1em !important;
}

ul.instructions li {
    padding-bottom: 15px;
    position: relative;
    display: flex;
    z-index: 9;
    align-items: flex-start;
}

ul.instructions li div {
    padding-top: 3px !important;
}

ul.instructions li span {
    border-radius: 50%;
    border: 1px solid silver;
    aspect-ratio: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    margin-right: 10px;
    background: #fff;
    color: #00225D;
    font-weight: bold;
    z-index: 999;
}

ul.instructions li span::before {
    content: "";
    position: absolute;
    width: 1px !important;
    background: silver;
    bottom: 0;
    height: 100%;
    z-index: -999;
}

ul.instructions li span::after {
    content: "";
    position: absolute;
    background: white;
    border: 1px solid silver;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    z-index: -1;
}

ul.instructions li:last-child span::before {
    content: none;
}

ul.instructions li:last-child {
    padding-bottom: 0;
}

div.subrow {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

ul.subrow {
    list-style: none;
    list-style-type: none;
}

ul.subrow li {
    margin-bottom: 18px;
    width: 100%;
}

ul.subrow li span {
    width: 150px !important;
    font-weight: bold;
    display: inline-block;
}

.subrow_highlight {
    background-color: #F3FFFC !important;
}

.pointer {
    cursor: pointer;
}

select.custom-select-filter {
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    color: #869AB8;
    width: fit-content;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    display: inline-flex;
    padding: 5px 8px;
}

select.custom-select-filter,
select.custom-select-filter:hover,
select.custom-select-filter:active,
select.custom-select-filter:focus {
    text-decoration: none;
    outline: none !important;
    outline-color: transparent !important;
}

.custom-select-filter-icon {
    color: #869AB8;
}

/**
DATE RANGE PICKER
 */

.daterangepicker {
    position: absolute;
    color: inherit;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-size: 15px;
    line-height: 1em
}

.daterangepicker:after, .daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.show-calendar .drp-buttons {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
    padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week, .daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker option.disabled, .daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    /*border-left:1px solid #ddd*/
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0
}

.daterangepicker.show-calendar .ranges {
    padding: 8px 9px 8px 7.5px;
    border-right: 1px solid #ddd;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer
}

.daterangepicker .ranges li:hover {
    background-color: #eee
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker.single .drp-calendar, .daterangepicker.single .ranges {
        float: left
    }

    .daterangepicker {
        direction: ltr;
        text-align: left
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px
    }

    .daterangepicker .drp-calendar, .daterangepicker .ranges {
        float: left
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}


.dropdown[data-arrange="inline"] {
    display: inline-flex;
}

.range-filter-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    overflow: hidden;
    border: 1px solid #0028641F;
    border-radius: 4px;
}

.range-filter-wrapper > i {
    height: 38px;
    width: 38px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #F9FBFD;
    border-right: 1px solid #0028641F;
    color: #506690;
}

.range-filter-wrapper > input {
    height: 38px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    border: 1px solid transparent;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.range-filter-wrapper > button {
    height: 38px;
    width: 38px;
    margin: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
    background: #F9FBFD;
    font-weight: lighter;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-left: 1px solid #0028641F;
    color: #506690;

}

.filters {
    display: inline-flex;
    align-items: center;
}

.filters .dropdown-menu {
    padding: 0px;
    border: none;
}

.filters > .dropdown > button,
.filters > button,
.filters > button:hover {
    color: #869AB8;
    text-decoration: none;
}

.filters > .dropdown > button:hover,
.filters > button:hover,
.filters > select:hover {
    cursor: pointer;
    color: #869AB8CE;
}

.footer-filters {
    display: flex;
    align-items: center;
}

.footer-filters label {
    padding: 0;
    margin: 0;
}

.footer-filters div.dataTables_length select {
    margin-right: 6px;
}

/**
Search
 */

.search-filter {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-end;
}

.search-container {
    display: flex;
    border: 1px solid #0028641F;
    border-radius: 4px;
}

.search-container i {
    height: 38px;
    aspect-ratio: 1;
    display: flex;
    background: #0028641F !important;
    transition: 300ms background-color;
    cursor: pointer;
    color: #506690;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-container i:hover {
    height: 38px;
    aspect-ratio: 1;
    display: flex;
    background: rgba(0, 40, 100, 0.25) !important;
    transition: 300ms background-color;
    color: #506690;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-container button {
    height: 38px;
    display: flex;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #0028641F;
}

.search-container button:hover {
    height: 38px;
    display: flex;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #0028641F;
}

.search-container input {
    height: 38px;
    display: flex;
    flex: 1;
    border: none;
    padding-inline: 13px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

*:active, *:focus {
    outline: none !important;
    outline-color: transparent !important;
}

#onboarding_bar {
    background-color: #C82B39;
    height: 40px;
    border-bottom: 0px solid green !important;
    z-index: 9999;
    margin-bottom: 2px;
    padding: 8px;
    color: #fff;
    text-align: center;
}

#onboarding_bar a {
    color: #000;
    text-decoration: underline !important;
}

.card {
    box-shadow: 2px 2px 15px rgba(210, 215, 231, 0.15);
    border-radius: 4px;
    border: 0;
}

.btn-soft-light svg {
    margin-right: 5px;
}

.titleOrderCreate {
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    color: #1B2A4E;
}

a.cursor_na {
    cursor: not-allowed;
}

table.tbl_subrow {
}

table.tbl_subrow thead th {
    padding-top: 0px;
    padding-bottom: 2px;
}

table.tbl_subrow tr td {
    padding-top: 0px;
    padding-bottom: 0px;
}


div#multiwizard {
}

div#multiwizard table.multiwizard_packages tr td {
    padding: 5px;
}

/*
div#multiwizard table.multiwizard_packages tr td input {
    padding-left: 4px;
}
*/

div.pac-container {
    z-index: 999912 !important;
}

li.mm-active a {
    color: rgb(195, 198, 211) !important;
}

#legal-tabs h2 {
    margin-top: 25px;
}

#legal-tabs > #pills-terms p {
    color: #495057;
}

#legal-tabs > #pills-privacy p {
    color: #495057;
}

#legal-tabs > #pills-impress p {
    color: #495057;
}

.terms-modal {
    max-width: 900px;
}

[x-cloak] { display: none !important; }

input.simple-input-box {
    background: #F9FAFD;
    color: #484E6A;
    padding: 2px 5px 2px 10px;
    margin: none !important;
    font-weight: 500;
    font-size: 13px;
    font-style: normal;
    line-height: 16px;
    border: 1px solid #E0E3EE;
    border-radius: 4px;
    max-width: 100%;
}

input.order-number-draft {
    color: red;
}

.flatpickr-calendar {
    z-index: 999999999 !important;
}

table#order_options {
    margin: 0px;
}
table#order_options tr td {
    padding-left: 2px;
}

.d-switch {
    color: red !important;
    border: 1px solid red !important;
    padding: 100px !important;
}

input.d-switch[switch] + label {
    margin-top: 12px;
  width: 70px;
}

input.d-switch[switch]:checked + label:after {
  left: 47px;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 40px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #A9A9A9;
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px 15px 5px 15px; /* Some padding */
  font-size: 28px;
  border-radius: 4px; /* Rounded corners */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.module-table tr td {
    text-align: left !important;
}

.module-table tr td:last-child {
    text-align: right !important;
}
@charset "UTF-8";
body {
    font-family: "Poppins", sans-serif;
}

:root {
    --bs-success-rgb: 25, 180, 143;
}

.btn {
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.btn-link {
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #777D9A !important;
    text-decoration: none !important;
    transition: all 0.3s;
}

.btn-link.filter-enabled {
    color: #001F40 !important;
}

.btn-link:hover {
    color: #001F40 !important;
}

.btn.w-auto {
    min-width: auto !important;
}

.btn.btn-danger i {
    color: #fff !important;
}

.btn.btn-danger {
    color: #fff !important;
    border-radius: 4px;
    padding: 12px;
    min-width: 164px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    box-shadow: none;
}

.btn.btn-submit {
    background: #19B48F;
    border-radius: 4px;
    padding: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    min-width: 164px;
}

.btn.btn-submit:hover {
    background: #38CDAA;
}

.btn.btn-success {
    background: #19B48F;
    border-radius: 4px;
    padding: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    min-width: 164px;
}

.btn.btn-outline-secondary {
    border-radius: 4px;
    padding: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    min-width: 164px;
}


.btn.btn-success:hover {
    background: #38CDAA;
}

.btn.btn-black {
    background: #001F40;
    border-radius: 4px;
    padding: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    min-width: 164px;
}

.btn.btn-redText {
    color: #DF4759;
}

.btn.btn-light.btn-redText {
    color: #DF4759;
}

.btn.btn-redText i {
    color: #DF4759;
}

.btn.btn-redText svg path {
    fill: #DF4759;
}

.btn.btn-nonePadding {
    padding: 9px;
}

.btn.btn-more {
    padding: 5px 10px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    min-width: 110px;
}

.btn.btn-mini {
    min-width: 130px;
    padding: 7px 13px;
    font-size: 14px;
    line-height: 128%;
}

.btn.btn-light svg, .btn.btn-success svg, .btn.btn-redText svg {
    margin-right: 10px;
}

.btn.btn-light i, .btn.btn-success i, .btn.btn-redText i {
    margin-right: 10px;
}

.grey-hover {
    background: rgb(244, 246, 251);
    border: 1px solid lightgrey;
}

.grey-hover:hover {
    background: #D3D3D3 !important;
    color: black;
}

.btn.btn-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 24px;
    color: #777D9A;
    padding-left: 12px;
    min-width: 160px;
    padding-right: 16px;
    background: #E0E3EE;
    border-radius: 4px;
    padding-top: 12px;
    padding-bottom: 12px
}

.btn.btn-light:hover {
    background-color: #C3C6D3;
}

.btn.btn-soft-light {
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 128%;
    padding-left: 16px;
    min-width: 160px;
    padding-right: 16px;
    border-radius: 4px;
    border: none;
}

.btn--blue {
    background: #003DF6;
    border-color: #003DF6;
    border-radius: 4px;
    padding: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    min-width: 164px;
}

.btn--grey {
    background: #E0E3EE;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    color: #222;
    min-width: 64px;
}

.btn--grey:hover {
    background: darkgrey;
}

.f_last:focus,
.f_first:focus {
    box-shadow: 0 0 3pt 2pt #719ECE;
}

.btn--blue:hover {
    color: #FFFFFF;
    background-color: #5173db;
}

.form-label {
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    font-weight: 300;
}

.form-control {
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
}

.form-select {
    background-repeat: no-repeat !important;
    outline: none;
}

.form-select:focus {
    box-shadow: none;
}

.input-group-text {
    background: #E0E3EE;
    color: #484E6A;
}

.breadcrumb {
    z-index: 1;
    display: flex;
    align-items: center;
    padding-top: 23px;
    padding-bottom: 23px;
    margin: 0 !important;
    padding-left: 20px;
}

.breadcrumb-item {
    padding: 0 !important;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
}

.breadcrumb-item:before {
    padding: 0 8px !important;
}

hr {
    margin: 12px 0 20px;
    opacity: 1;
}

.text-success {
    color: #19B48F;
}

.text-danger {
    color: #DF4759;
}

.tableBox {
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #EAECF5;
}

.table {
    border-bottom: 0 !important;
}

.table thead {
    background-color: #F4F6FB;
    border-radius: 3px 3px 0 0;
}

.table thead th {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #777D9A;
    background-color: transparent;
    border-color: #EAECF5;
    box-shadow: none;
    padding: 7px 15px;
    border-bottom-width: 0;
}

.table tbody tr {
    border-bottom: 1px solid #EAECF5;
}

.table tbody tr:last-child {
    border-bottom: 0 !important;
}

.table tbody td {
    padding: 6px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #484E6A;
    box-shadow: none;
    border: 0;
}

.table-dashboard {
    box-shadow: none;
}

.progress {
    background: #E5EAEF;
}

.progress-bar {
    background: #003DF6;
}


.invalid-feedback-center {
    text-align: center;
    font-weight: 300;
    color: red;
}

.invalid-feedback {
    text-align: left;
    font-weight: 300;
}

.invalid-feedback-right{
    text-align: right !important;
}

.invalid-feedback ~ input {
    opacity: 0.2;
}

.header-language {
    border: 1px solid #E0E3EE !important;
    color: #484E6A;
}

.header-language i {
    padding-left: 2px;
    color: #484E6A;
}

.footer {
    background-color: transparent;
    border: 0;
}

.footer__copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #777D9A;
}

.footer__company {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #777D9A;
}

.footer__company a {
    font-weight: 500;
    text-decoration: none !important;
    color: #777D9A;
}

.form-control-file::-webkit-file-upload-button {
    background: #003DF6;
    color: #fff;
}

.form-check-input {
    box-shadow: none !important;
    width: 16px;
    border: 1px solid #E0E3EE;
    height: 16px;
}

.form-check-input:checked {
    background: #003DF6;
}

.main-content {
    padding-top: 70px;
}

body:not([data-sidebar-size=sm]) #page-topbar {
    left: 250px;
    background-color: #F4F6FB;
}

body:not([data-sidebar-size=sm]) #page-topbar #vertical-menu-btn {
    left: 0;
    border-radius: 0 4px 4px 0;
}

body:not([data-sidebar-size=sm]) #page-topbar #vertical-menu-btn i {
    rotate: 180deg;
}

body:not([data-sidebar-size=sm]) #sidebar-menu ul {
    padding: 0 13px;
}

body:not([data-sidebar-size=sm]) #sidebar-menu ul li img,
body:not([data-sidebar-size=sm]) #sidebar-menu ul li i {
    left: 0;
}

body:not([data-sidebar-size=sm]) #sidebar-menu ul li a {
    padding: 10px 16px;
}

body:not([data-sidebar-size=sm]) #sidebar-menu ul li a:after {
    height: 43px;
}

body:not([data-sidebar-size=sm]) #sidebar-menu ul li a.active {
    border-radius: 4px;
    background: rgba(2, 39, 79, 0.3);
    color: #FFFFFF !important;
}

body:not([data-sidebar-size=sm]) #sidebar-menu ul li a.active:after {
    opacity: 1;
}

body:not([data-sidebar-size=sm]) #sidebar-menu ul li a:hover {
    background: rgba(2, 39, 79, 0.3);
    color: #FFFFFF !important;
}

body:not([data-sidebar-size=sm]) #sidebar-menu .mx-4 {
    margin: 0 31px 0 38px !important;
}

body:not([data-sidebar-size=sm]) #sidebar-menu .form-switch {
    padding: 0 40px 0 0 !important;
}

body:not([data-sidebar-size=sm]) #sidebar-menu .form-switch label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 128%;
    color: rgba(255, 255, 255, 0.72) !important;
}

body:not([data-sidebar-size=sm]) .breadcrumb {
    padding-left: 32px;
}

body:not([data-sidebar-size=sm]) .vertical-menu__btn {
    right: -16px;
    transform: translateY(-50%) rotate(180deg);
}

body[data-sidebar-size=sm] #sidebar-menu ul li:hover a {
    border-radius: 0 !important;
}
body[data-sidebar-size=sm] #sidebar-menu ul li:hover ul {
    left: 58px !important;
    width: 202px !important;
}
body[data-sidebar-size=sm] #sidebar-menu ul li:hover ul li {
    padding: 0 8px 0 20px;
    margin-bottom: 2px;
}
body[data-sidebar-size=sm] #sidebar-menu ul li:hover ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    transition: all 0.3s ease;
    border-radius: 4px !important;
    width: 174px !important;
    padding: 8px 0 !important;
    position: relative;
}
body[data-sidebar-size=sm] #sidebar-menu ul li:hover ul li a:after {
    content: "";
    border-radius: 6px;
    height: 28px;
    width: 3px;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
body[data-sidebar-size=sm] #sidebar-menu ul li:hover ul li a:hover {
    padding: 8px 8px 8px 15px !important;
}
body[data-sidebar-size=sm] #sidebar-menu ul li:hover ul li a:hover:after {
    opacity: 1 !important;
}
body[data-sidebar-size=sm] #sidebar-menu ul li ul li.mm-active a {
    padding: 8px 8px 8px 15px !important;
}

.dropdown-menu-account {
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(134, 144, 172, 0.14), 0px 1px 8px rgba(134, 144, 172, 0.19);
    border-radius: 4px;
    padding: 7px 10px 7px 11px;
    width: 200px;
    border: 0 !important;
}
.dropdown-menu-account a {
    padding: 8px 0;
    transition: all 0.3s ease;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #C3C6D3;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: flex;
    align-items: center;
    position: relative;
}
.dropdown-menu-account a:after {
    opacity: 0;
    content: "";
    width: 2px;
    height: 28px;
    background: #11549A;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.dropdown-menu-account a svg {
    margin-right: 9px;
}
.dropdown-menu-account a svg path {
    fill: #C3C6D3;
    transition: all 0.3s ease;
}
.dropdown-menu-account a:hover {
    padding: 8px 10px;
    background: #F4F6FB;
}
.dropdown-menu-account a:hover svg path {
    fill: #484E6A;
}
.dropdown-menu-account a:hover:after {
    opacity: 1;
}

.informationCard {
    border-radius: 4px;
}
.informationCard .card-header {
    padding: 12px 20px;
}
.informationCard .card-header h5, .informationCard .card-header h4, .informationCard .card-header h3, .informationCard .card-header h2 {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 128%;
    margin: 0;
}
.informationCard .card-header h5 svg, .informationCard .card-header h4 svg, .informationCard .card-header h3 svg, .informationCard .card-header h2 svg {
    margin-right: 11px;
}
.informationCard .card-body {
    padding: 15px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
}

#page-topbar {
    left: 70px;
    background-color: #F4F6FB;
}
#page-topbar .navbar-header {
    border-bottom: 1px solid #E0E3EE;
}
#page-topbar #vertical-menu-btn {
    z-index: 4;
    background-color: #3c4c71;
    height: 30px;
    width: 16px !important;
    display: flex;
    position: relative;
    left: -16px;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 21px !important;
    justify-content: center;
    align-items: center;
    border-radius: 4px 0 0 4px;
}
#page-topbar #vertical-menu-btn i {
    color: #ffffff !important;
    font-size: 12px !important;
}

#sidebar-menu {
    padding-top: 2px;
}

#sidebar-menu ul {
    padding: 0 12px;
}

#sidebar-menu ul li {
    margin-bottom: 4px;
}

#sidebar-menu ul li img,
#sidebar-menu ul li i {
    position: relative;
    left: -17px;
}

#sidebar-menu ul li a {
    padding: 10px 12px;
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 155%;
    color: #C3C6D3;
    transition: all 0.3s ease;
    position: relative;
}

#sidebar-menu ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1px;
    background: #003DF6;
    border-radius: 6px;
    width: 0px;
    height: 33px;
    opacity: 0;
    transition: all 0.3s ease;
}

#sidebar-menu ul li a.active {
    padding: 10px 12px;
    border-radius: 4px;
    background: rgba(2, 39, 79, 0.3);
    color: #FFFFFF !important;
}

#sidebar-menu ul li a.active:after {
    opacity: 1;
}

#sidebar-menu ul li a:hover {
    border-radius: 4px;
    background: #013989;
    color: #FFFFFF !important;
}

#sidebar-menu hr {
    color: #063176;
}

#sidebar-menu .mx-4 {
    margin: 0 16px !important;
}

#sidebar-menu .form-switch {
    padding: 0 37px 0 0 !important;
}

#sidebar-menu .form-switch input {
    width: 37px !important;
    height: 22px !important;
    background-color: #063176;
    border: 0;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: none !important;
    box-shadow: none !important;
}

.sidebar-alert {
    margin: 13px !important;
    background: transparent;
    box-shadow: none;
}
.sidebar-alert .card-body {
    background: rgba(0, 31, 64, 0.5);
    padding: 18px 12px 27px;
}
.sidebar-alert .card-body .alertcard-title {
    margin: 0 0 2px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 128%;
    text-align: center;
    color: #FFFFFF !important;
}
.sidebar-alert .card-body .alertcard-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #7D8DA6 !important;
    margin: 0 0 12px !important;
}
.sidebar-alert .card-body .progress {
    margin: 0 0 7px !important;
    height: 6px !important;
}
.sidebar-alert .card-body .progress-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 128%;
    text-align: center;
    color: #FFFFFF !important;
}

.page-title-left h4 {
    color: #001F40;
}

.vertical-menu {
    /* background: linear-gradient(240.46deg, #0340A2 39.19%, #013281 74.77%); */
    top: 0;
    z-index: 21111;
}

.vertical-menu.authPage .vertical-menu__btn {
    display: none;
}

.vertical-menu.authPage:after {
    content: "";
    background: linear-gradient(180deg, rgba(2, 47, 95, 0.9) 0%, rgba(0, 31, 64, 0.9) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111;
}

.vertical-menu__header {
    position: relative;
}

.vertical-menu__btn {
    position: absolute;
    background: #003DF6;
    border-radius: 4px 0px 0px 4px;
    top: 49%;
    right: 0;
    transform: translateY(-50%);
    border: 0;
    width: 16px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.navbar-brand-box {
    background: transparent;
    border: 0;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.rightDrawer_integrations {
    box-shadow: none;
}

.rightDrawer_integrations > .card-body {
    padding: 13px 22px 0;
}

.rightDrawer_integrations .card-title {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 128%;
    color: #001F40;
}

.left-shipping, .left-marketplace {
    margin-bottom: 22px;
    background: #F4F6FB;
    border-radius: 4px;
    box-shadow: none;
}

.left-shipping .card-header, .left-marketplace .card-header {
    border: 0;
    background: #F4F6FB;
    padding: 10px 16px;
}

.left-shipping .card-title, .left-marketplace .card-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #001F40;
    margin-bottom: 15px;
}

.left-shipping .card-title .badge, .left-marketplace .card-title .badge {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #F9FBFD;
    background-color: #003DF6 !important;
    min-width: 28px;
    padding: 2px;
}

.left-shipping__item, .left-marketplace__item {
    margin-bottom: 11px;
}

.left-shipping__item:last-child, .left-marketplace__item:last-child {
    margin-bottom: 0;
}

.left-shipping__item img, .left-marketplace__item img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #dedede;
    object-fit: cover;
    margin-right: 14px;
}

.left-shipping__item span, .left-marketplace__item span {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 108%;
    color: #484E6A;
}

.rightDrawer_combination > .card-body {
    padding: 13px 22px 0;
}

.rightDrawer_combination .card-title {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 128%;
    color: #001F40;
}

.combinationItem {
    margin-bottom: 22px;
    background: #F4F6FB;
    border-radius: 4px;
    box-shadow: none;
}

.combinationItem .card-header {
    border: 0;
    background: #F4F6FB;
    padding: 10px 16px;
}

.combinationItem__title {
    margin-bottom: 15px;
}

.combinationItem__title .card-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #001F40;
}

.combinationItem__title img {
    object-fit: cover;
}

.combinationItem__list .item {
    margin-bottom: 15px;
}

.combinationItem__list .item:last-child {
    margin-bottom: 0;
}

.combinationItem__list .item img {
    margin-top: 5px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #dedede;
    object-fit: cover;
    margin-right: 14px;
}

.combinationItem__list .item-name {
    padding-top: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 108%;
    color: #484E6A;
    margin-bottom: 1px;
    display: block;
}

.combinationItem__list .item-desc {
    color: #484E6A;
}

.combinationItem__list .item-count {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    color: #1B2A4E;
}

.combinationItem__list .item-interest {
    text-align: right;
    margin-top: -1px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
}

.latestShipments {
    box-shadow: none;
}

.latestShipments > .card-body {
    padding: 13px 22px 30px;
}

.latestShipments .card-title {
    padding-top: 5px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 128%;
    color: #001F40;
}

.latestShipments .card-subtitle {
    margin-top: -12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #777D9A;
    margin-bottom: 13px;
}

.shipmentsBox {
    box-shadow: none;
}

.shipmentsBox > .card-body {
    padding: 13px 22px 30px;
}

.shipmentsBox .card-title {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 128%;
    color: #001F40;
}

.shipmentsBox .card-subtitle {
    margin-top: -12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #777D9A;
    margin-bottom: 15px;
}

.shipmentsBox__list .item {
    margin-bottom: 12px;
}

.shipmentsBox__list .item:last-child {
    margin-bottom: 0;
}

.shipmentsBox__list .item-info {
    width: auto;
    flex: 1 0;
}

.shipmentsBox__list .item-status {
    width: auto;
    min-width: 70px;
}

.shipmentsBox__list .item-image {
    width: auto;
    min-width: 32px;
}

.shipmentsBox__list .item-image img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
    background-color: #dedede;
}

.shipmentsBox__list .item-progress {
    margin-top: 6px;
}

.shipmentsBox__list .item-name {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 108%;
    color: #001F40;
}

.shipmentsBox__list .item-count {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 108%;
    text-align: right;
    color: #1B2A4E;
}

.offcanvas-header {
    padding: 23px 28px 18px 28px;
    position: relative;
}

.offcanvas-header .btn-close {
    position: absolute;
    top: 23px;
    right: 23px;
    width: 40px;
    height: 40px;
    background-size: 17px 17px;
    padding: 0;
    opacity: 1;
    transition: all 0.3s ease;
}

.offcanvas-header .btn-close:hover {
    opacity: 0.5;
}

.offcanvas-header h4 {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #001F40;
}

.offcanvas-body {
    padding: 13px 23px 23px 28px;
}

.offcanvas-body hr {
    margin-top: 0;
}

.offcanvas-body .card-subtitle {
    padding: 0 5px;
    margin-top: -9px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #777D9A;
    margin-bottom: 15px;
}

.btn-addPackage {
    color: #484E6A;
    display: flex;
    box-shadow: none !important;
    align-items: center;
    padding: 13px 15px;
    background: #DAF5EF;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 128%;
    border: 1px solid #DAF5EF;
    transition: all 0.3s ease;
}
.btn-addPackage:hover {
    border-color: #19B48F;
    color: #1B2A4E;
}
.btn-addPackage:hover svg path {
    stroke: #1B2A4E;
}
.btn-addPackage svg {
    margin-right: 8px;
}
.btn-addPackage svg path {
    transition: all 0.3s ease;
}

.btn-default {
    background: #F4F6FB;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #484E6A;
    transition: all 0.3s;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.btn-default:hover {
    background: lightgrey;
}

.orderWizardStepTwo {
    width: 100%;
    max-width: 843px;
    padding: 22px 21px 35px;
    margin: 0 auto;
}

.orderWizardStepTwo__header {
    margin-bottom: 33px;
}

.orderWizardStepTwo__title label {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    color: #001F40;
}

.orderWizardStepTwo__addTemplate {
    display: flex;
    justify-content: flex-end;
}

.orderWizardStepTwo__dateInfo {
    display: flex;
    margin: 0 -8px;
}

.orderWizardStepTwo__dateInfo label {
    margin-bottom: 3px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #777D9A;
}

.orderWizardStepTwo__dateInfo-date {
    padding: 0 8px;
    width: 100%;
    max-width: 282px;
    margin-bottom: 10px;
}

.orderWizardStepTwo__dateInfo-date .datepickerBox {
    display: flex;
}

.orderWizardStepTwo__dateInfo-date .datepickerBox .form-control {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

.orderWizardStepTwo__dateInfo-date .datepickerBox-icon {
    min-width: 40px;
    background: #E0E3EE;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderWizardStepTwo__dateInfo-number {
    padding: 0 8px;
    width: 100%;
    flex: 1 0;
    margin-bottom: 10px;
}

.orderWizardStepTwo__dateInfo-time {
    min-width: 140px;
    padding: 0 8px;
    margin-bottom: 10px;
    width: 160px;
}

.orderWizardStepTwo__dateInfo-time .timepickerBox {
    display: flex;
}

.orderWizardStepTwo__dateInfo-time .timepickerBox .form-control {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

.orderWizardStepTwo__dateInfo-time .timepickerBox-icon {
    min-width: 40px;
    background: #E0E3EE;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderWizardStepTwo .titleOrderCreate {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #001F40;
    margin-bottom: 15px;
}



.orderWizardStepTwo__positions {
    box-shadow: none;
    border: 1px solid #E0E3EE;
    margin-bottom: 24px;
}

.orderWizardStepTwo__positions-list {
    margin: 0 -18px;
}

.orderWizardStepTwo__positions-list .item {
    padding: 0 18px;
    margin-bottom: 27px;
}

.orderWizardStepTwo__positions-list .item.w-20 {
    width: 20%;
}

.orderWizardStepTwo__positions-list .item.w-40 {
    width: 40%;
}

.orderWizardStepTwo__positions .btn-nav {
    background: rgba(217, 226, 239, 0.5);
    border-radius: 4px;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    margin-top: 2px;
    transition: all 0.3s ease;
}

.orderWizardStepTwo__positions .btn-nav svg path {
    transition: all 0.3s ease;
}

.orderWizardStepTwo__positions .btn-nav.btn-delay:hover {
    background-color: #DF4759;
}

.orderWizardStepTwo__positions .btn-nav.btn-delay:hover svg path {
    fill: #fff;
}

.orderWizardStepTwo__positions .btn-nav.btn-copy:hover {
    background-color: #003DF6;
}

.orderWizardStepTwo__positions .btn-nav.btn-copy:hover svg path {
    fill: #fff;
}

.orderWizardStepTwo__positions > .card-body {
    background: #F4F6FB !important;
    padding: 14px 23px 9px !important;
}

.orderWizardStepTwo__positions .card-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #1B2A4E;
    margin-bottom: 25px;
}

.orderWizardStepTwo__positions .form-label {
    color: #1B2A4E;
}

.orderWizardStepTwo__positions .form-control {
    background: #FFFFFF;
}

.orderWizardStepTwo__positions .input-group-text {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #777D9A;
    background: #E0E3EE;
    border-color: #E0E3EE;
    padding: 0;
    width: 43px;
    display: flex;
    justify-content: center;
}

.orderWizardStepTwo__information {
    border: 1px solid #E0E3EE;
    border-radius: 4px;
    padding: 9px 0;
}

.orderWizardStepTwo__information .information__list {
    display: flex;
}

.orderWizardStepTwo__information .information__list-item {
    width: 25%;
    padding: 0 25px;
    display: flex;
    align-items: center;
}

.orderWizardStepTwo__information .information__list-item .icon {
    margin-right: 8px;
}

.orderWizardStepTwo__information .information__list-item p {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 148%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #777D9A;
    margin: 0;
}

.orderWizardStepTwo__information .information__list-item p b {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #001F40;
    text-transform: none;
}

.orderWizardStepTwo__modules {
    margin-bottom: 35px;
}

.orderWizardStepTwo__modules h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 128%;
    color: #001F40;
    margin: 0 0 19px;
}

.orderWizardStepTwo__modules-list {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.orderWizardStepTwo__modules-list-item {
    width: 33.333%;
    padding: 0 15px;
}

.orderWizardStepTwo__modules-list-item .item input {
    z-index: -1111;
    display: none;
}

.orderWizardStepTwo__modules-list-item .item input + label {
    background: #FFFFFF;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 4px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 10px 10px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.orderWizardStepTwo__modules-list-item .item input + label span {
    position: absolute;
    background: #FFFFFF;
    width: 24px;
    height: 23px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    border-radius: 50%;
}

.orderWizardStepTwo__modules-list-item .item input + label img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: auto;
}

.orderWizardStepTwo__modules-list-item .item input + label:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
    background-color: #fff;
    z-index: 2;
}

.orderWizardStepTwo__modules-list-item .item input + label:before {
    content: "";
    position: absolute;
    left: 50%;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    bottom: -11px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #E0E3EE;
    width: 18px;
    height: 18px;
    z-index: 1;
}

.orderWizardStepTwo__modules-list-item .item input:checked + label {
    border-color: #19B48F;
}

.orderWizardStepTwo__modules-list-item .item input:checked + label:after {
    background: #19B48F;
}

.orderWizardStepTwo__modules-list-item .item input:checked + label:before {
    border-color: #19B48F;
}

.orderWizardStepTree {
    width: 100%;
    max-width: 945px;
    padding: 29px 20px 40px;
    margin: 0 auto;
}

.orderWizardStepTree__title {
    margin-bottom: 21px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    text-align: center;
    color: #001F40;
}

.orderWizardStepTree__summary {
    margin-bottom: 54px;
    display: flex;
    align-items: center;
}

.orderWizardStepTree__summary-from {
    width: 203px;
    text-align: right;
}

.orderWizardStepTree__summary-to {
    width: 203px;
    text-align: left;
}

.orderWizardStepTree__summary-sum {
    flex: 1 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.orderWizardStepTree__summary-sum:after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed #E0E3EE;
    z-index: 1;
}

.orderWizardStepTree__summary-sum .box-sum {
    width: max-content;
    display: flex;
    align-items: center;
    min-width: 157px;
    background: #003DF6;
    border-radius: 4px;
    justify-content: center;
    padding: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    z-index: 2;
    position: relative;
}

.orderWizardStepTree__summary .name {
    margin-bottom: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #777D9A;
}

.orderWizardStepTree__summary h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    color: #1B2A4E;
    margin: 0 0 1px;
}

.orderWizardStepTree__summary .data {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #19B48F;
}

.orderWizardStepTree__сharacteristics {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.orderWizardStepTree__сharacteristics-item {
    width: 25%;
    padding: 15px;
}

.orderWizardStepTree__сharacteristics-item .item {
    background: #F4F6FB;
    border-radius: 4px;
    padding: 10px 5px 10px 15px;
    display: flex;
    align-items: center;
}

.orderWizardStepTree__сharacteristics-item .item__icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.orderWizardStepTree__сharacteristics-item .item__icon img {
    max-width: 90%;
    max-height: 90%;
}

.orderWizardStepTree__сharacteristics-item .item__info span {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #777D9A;
}

.orderWizardStepTree__сharacteristics-item .item__info b {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #001F40;
}

.orderWizardStepTree__delivery {
    display: flex;
    margin: 0 -15px 15px;
}

.orderWizardStepTree__delivery-form {
    width: 50%;
    padding: 15px;
}

.orderWizardStepTree__delivery-to {
    width: 50%;
    padding: 15px;
}

.orderWizardStepTree__delivery-box {
    margin-bottom: 13px;
}

.orderWizardStepTree__delivery-box .name {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #777D9A;
}

.orderWizardStepTree__delivery-box .value {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #484E6A;
    margin-top: -3px;
}

.orderWizardStepTree__delivery-information {
    background: #F4F6FB !important;
    border-radius: 4px;
    padding: 15px 16px;
}

.orderWizardStepTree__delivery-information h5 {
    margin: 0 0 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #003DF6;
}

.orderWizardStepTree__information {
    display: flex;
    margin: 0 -15px;
}
.orderWizardStepTree__information .orderWizardStepTree__delivery {
    width: 50%;
    flex-direction: column;
    margin: 0;
}
.orderWizardStepTree__information .orderWizardStepTree__delivery-form, .orderWizardStepTree__information .orderWizardStepTree__delivery-to {
    width: 100%;
}
.orderWizardStepTree__status {
    width: 50%;
    padding: 15px;
}
.orderWizardStepTree__status h5 {
    display: none;
    margin: 0 0 19px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.orderWizardStepTree__status-box {
    padding: 15px 16px 15px 12px;
    border-radius: 4px;
}
.orderWizardStepTree__status ul {
    padding: 0;
}
.orderWizardStepTree__status ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
.orderWizardStepTree__status ul li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(50% + 15px);
    top: 50%;
    left: 25px;
    z-index: 1;
}
.orderWizardStepTree__status ul li:last-child:after {
    display: none;
}
.orderWizardStepTree__status ul li .icon {
    position: relative;
    z-index: 2;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}
.orderWizardStepTree__status ul li p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.section-options {
    margin-bottom: 15px;
}

.section-options h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 128%;
    color: #001F40;
    margin: 0 0 17px;
}

.section-options__list {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.section-options__list-item {
    width: 33.3333%;
    margin-bottom: 15px;
    padding: 0 15px;
}

.section-options__list-item .item input {
    position: absolute;
    z-index: -1111;
    display: none;
}

.section-options__list-item .item input[type=checkbox] + label {
    padding: 10px 16px 10px 39px;
}

.section-options__list-item .item input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #C3C6D3;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    border-radius: 4px;
    background-image: url(/img/mdi_check-bold.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.section-options__list-item .item input[type=checkbox] + label:after {
    opacity: 0 !important;
}

.section-options__list-item .item input[type=checkbox]:checked + label:before {
    background-color: #19B48F;
}

.section-options__list-item .item input + label {
    background: #FFFFFF;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 4px;
    padding: 10px 16px 10px 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #1B2A4E;
    position: relative;
    height: 54px;
    transition: all 0.3s ease;
}

.section-options__list-item .item input + label:hover {
    border: 1px solid #19B48F;
}

.section-options__list-item .item input + label.min-h {
    height: 41px;
    padding: 2px 16px 2px 38px;
}

.section-options__list-item .item input + label i {
    font-size: 18px;
}

.section-options__list-item .item input + label:before {
    content: "";
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #C3C6D3;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    border-radius: 50%;
}

.section-options__list-item .item input + label:after {
    content: "";
    position: absolute;
    background: #FFFFFF;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    border-radius: 50%;
}

.section-options__list-item .item input:checked + label {
    background: #DAF5EF;
    border: 1px solid #19B48F;
}

.section-options__list-item .item input:checked + label:before {
    border-color: #19B48F;
}

.section-options__list-item .item input:checked + label:after {
    background: #19B48F;
}

.section-importExcel {
    display: flex;
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(210, 215, 231, 0.15);
    border-radius: 4px;
    padding: 29px 0 60px;
}

.section-importExcel__left {
    width: 50%;
    padding: 0 14px 0 21px;
}

.section-importExcel__right {
    width: 50%;
    padding: 0 56px 0 41px;
}

.section-importExcel__title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B2A4E;
    margin-bottom: 18px;
}

.section-importExcel__description {
    background: #F4F6FB;
    border-radius: 4px;
    margin-top: 30px;
    padding: 21px 32px;
}

.section-importExcel__description p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #484E6A;
}

.section-importExcel__description h5 {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #484E6A;
}

.section-importExcel__description ul {
    padding-left: 19px;
}

.section-importExcel__description ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #484E6A;
}

.section-profile__header {
    display: flex;
    margin-bottom: 23px;
}

.section-profile__header h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    color: #001F40;
}

.section-profile__form {
    padding: 29px 5px 51px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(210, 215, 231, 0.15);
    border-radius: 4px;
}

.section-profile__form-left {
    width: 50%;
    padding: 0 16px;
}

.section-profile__form-right {
    width: 50%;
    padding: 0 16px;
}

.section-profile__form-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    color: #1B2A4E;
    margin-bottom: 25px;
}

.section-profile__form-avatar {
    margin-top: 45px;
    background: #F4F6FB;
    border-radius: 4px;
    max-width: 268px;
    width: 100%;
    padding: 14px 0 13px;
    display: flex;
    justify-content: center;
    position: relative;
}

.section-profile__form-avatar .image {
    width: 176px;
    height: 176px;
    border-radius: 50%;
    overflow: hidden;
}

.section-profile__form-avatar .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-profile__form-avatar .delete_avatar {
    position: absolute;
    bottom: 15px;
    right: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.section-profile__form-avatar .delete_avatar svg path {
    transition: all 0.3s ease;
}

.section-profile__form-avatar .delete_avatar:hover {
    background: #DF4759;
}

.section-profile__form-avatar .delete_avatar:hover svg path {
    fill: #fff;
}

.section-profile__form-avatarInput {
    max-width: 268px;
    width: 100%;
}

.section-profile__form-password {
    display: flex;
    margin: 0 -8px;
}

.section-profile__form-password > div {
    padding: 0 8px;
}

.section-plans__header h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    color: #001F40;
    margin: 0;
}

.section-plans__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px 50px;
}

.section-plans__list-item {
    padding: 0 12px;
    width: 25%;
}

@media screen and (max-width: 992px) {
    .section-plans__list-item {
        width: 50%;
    }
}

@media screen and (max-width: 579px) {
    .section-plans__list-item {
        width: 100%;
    }
}

.section-plans__list-item:nth-child(1) .item__label {
    background: #3DBA9D;
}

.section-plans__list-item:nth-child(1) .item__btn-link {
    background: #3DBA9D;
}

.section-plans__list-item:nth-child(2) .item__label {
    background: #4CC3D4;
}

.section-plans__list-item:nth-child(2) .item__btn-link {
    background: #4CC3D4;
}

.section-plans__list-item:nth-child(3) .item__label {
    background: #003DF6;
}

.section-plans__list-item:nth-child(3) .item__btn-link {
    background: #003DF6;
}

.section-plans__list-item:nth-child(4) .item__label {
    background: #A581DF;
}

.section-plans__list-item:nth-child(4) .item__btn-link {
    background: #A581DF;
}

.section-plans__list .item {
    position: relative;
    padding: 31px 21px 35px;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}

.section-plans__list .item__label {
    height: 12px;
    width: 102px;
    top: -6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 19px;
}

.section-plans__list .item__label.active {
    height: auto;
    width: max-content;
    min-width: 102px;
    top: -12px;
    padding: 4px 14px;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.section-plans__list .item__title {
    margin: 0 0 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #001F40;
}

.section-plans__list .item__desc {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #777D9A;
    margin-bottom: 1px;
    min-height: 54px;
}

.section-plans__list .item__plan {
    background: #F4F6FB;
    border-radius: 4px;
    padding: 3px 10px;
    margin-bottom: 16px;
}

.section-plans__list .item__plan-price {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    color: #001F40;
    text-align: center;
    margin: 0;
}

.section-plans__list .item__plan-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777D9A;
    margin: 0;
}

.section-plans__list .item__cost {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}

.section-plans__list .item__cost-name {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #777D9A;
    width: 135px;
}

.section-plans__list .item__cost-value {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: right;
    color: #484E6A;
}

.section-plans__list .item__btn {
    height: 85px;
    border-top: 1px solid #F4F6FB;
    border-bottom: 1px solid #F4F6FB;
    margin: 0 -21px 27px;
    padding: 11px 21px 5px;
}

.section-plans__list .item__btn-link {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
}

.section-plans__list .item__btn-active {
    color: #74788d;
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    padding: 11px;
    line-height: 24px;
}

.section-plans__list .item__btn-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    color: #777D9A;
}

.section-plans__list .item__btn-desc b {
    font-weight: 600;
}

.section-plans__list .item__option {
    display: flex;
    margin-bottom: 14px;
}

.section-plans__list .item__option:last-child {
    margin-bottom: 0;
}

.section-plans__list .item__option-icon {
    width: 16px;
    margin-right: 8px;
}

.section-plans__list .item__option-icon img {
    display: block;
}

.section-plans__list .item__option-desc .title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #777D9A;
}

.section-plans__list .item__option-desc .description {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #484E6A;
}

.section-plans__openBtn {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}

.section-plans__openBtn .btn {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 27px;
    letter-spacing: -0.0025em;
    color: #003DF6 !important;
}

.section-plans__openBtn .btn img {
    margin-right: 17px;
}

.section-plans__table .table tbody {
    border: 1px solid #D2E7FF;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.05));
    border-radius: 4px;
}

.section-plans__table .table tbody tr {
    border: 0;
    background: #F4F6FB;
}

.section-plans__table .table tbody tr:first-child .td-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #001F40;
}

.section-plans__table .table tbody tr:first-child td:nth-child(2) .td-desc__btn {
    background: #3DBA9D;
}

.section-plans__table .table tbody tr:first-child td:nth-child(3) .td-desc__btn {
    background: #4CC3D4;
}

.section-plans__table .table tbody tr:first-child td:nth-child(4) .td-desc__btn {
    background: #003DF6;
}

.section-plans__table .table tbody tr:first-child td:nth-child(5) .td-desc__btn {
    background: #A581DF;
}

.section-plans__table .table tbody tr:nth-child(2n) {
    background: #FFFFFF;
}

.section-plans__table .table tbody tr .td-title {
    padding: 24px 34px;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #001F40;
    vertical-align: middle;
}

.section-plans__table .table tbody tr .td-desc__icon {
    display: flex;
    justify-content: center;
}

.section-plans__table .table tbody tr .td-desc__icon img {
    margin-bottom: 5px;
}

.section-plans__table .table tbody tr .td-desc__text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #777D9A;
}

.section-plans__table .table tbody tr .td-desc__btn {
    background: #3DBA9D;
    border-radius: 25px;
    padding: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #F6FBFF;
    width: 132px;
    display: block;
    margin: 0 auto 4px;
}

.section-plans__table .table tbody tr .td-desc__name {
    margin-bottom: 1px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    color: #001F40;
}

.section-tenant {
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(210, 215, 231, 0.15);
    border-radius: 4px;
    padding: 20px 21px 48px;
    margin-bottom: 28px;
}

.section-tenant__form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.section-tenant__form-btn {
    margin: 0 -15px;
    display: flex;
}

.section-tenant__form-btn .btn {
    width: 100%;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 128%;
}

.section-tenant__form-btn .btn i {
    font-size: 16px;
    margin-right: 8px;
}

.section-tenant__form-btn .btn.btn-success {
    color: #fff;
}

.section-tenant__form .col-6 {
    padding: 0 15px;
    width: 50%;
}

.section-tenant__form .col-8 {
    padding: 0 15px;
    width: 66.6666%;
}

.section-tenant__form .col-4 {
    padding: 0 15px;
    width: 33.3333%;
}

.section-relatedUsers {
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(210, 215, 231, 0.15);
    border-radius: 4px;
    padding: 28px 26px 0;
}

.section-relatedUsers__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    align-items: center;
}

.section-relatedUsers__header h5 {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B2A4E;
}

.section-relatedUsers__header .btn-success {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 128%;
    color: #FFFFFF;
    padding: 7px 23px;
    min-width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-relatedUsers__header .btn-success svg {
    margin-right: 10px;
}

.section-relatedUsers__table {
    margin: 0 -26px;
}

.section-relatedUsers__table .table thead {
    background: #fff;
}

.section-relatedUsers__table .table thead tr {
    border-bottom: 1px solid #EAECF5;
}

.section-relatedUsers__table .table thead tr th {
    padding: 16px 26px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #777D9A;
}

.section-relatedUsers__table .table tbody tr {
    background-color: #fff;
    border-bottom: 1px solid #EAECF5;
}

.section-relatedUsers__table .table tbody tr:nth-child(2n) {
    background: #F4F6FB;
}

.section-relatedUsers__table .table tbody tr td {
    padding: 16px 26px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #484E6A;
}

.section-relatedUsers__table .table-buttons {
    display: flex;
}

.section-relatedUsers__table .btn-table {
    background: #E0E3EE;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    padding: 0;
    transition: all 0.3s ease;
}

.section-relatedUsers__table .btn-table svg path {
    transition: all 0.3s ease;
}

.section-relatedUsers__table .btn-table i {
    transition: all 0.3s ease;
}

.section-relatedUsers__table .btn-table.btn-edit:hover {
    background-color: #003DF6;
}

.section-relatedUsers__table .btn-table.btn-edit:hover svg path {
    fill: #fff;
}

.section-relatedUsers__table .btn-table.btn-delay:hover {
    background-color: #DF4759;
}

.section-relatedUsers__table .btn-table.btn-delay:hover svg path {
    fill: #fff;
}

.section-relatedUsers__table .btn-table.btn-key:hover {
    background-color: #003DF6;
}

.section-relatedUsers__table .btn-table.btn-key:hover i {
    color: #fff;
}

.relatedUsers-overlay {
    min-width: 456px;
    padding: 0 22px 0 47px !important;
}

.relatedUsers-overlay__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0 13px;
}

.relatedUsers-overlay__header h3 {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B2A4E;
}

.relatedUsers-overlay__header .close {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.relatedUsers-overlay .desc {
    color: #777d9a;
}

.templateDetails-overlay {
    min-width: 456px;
    padding: 0 22px 0 47px !important;
}

.templateDetails-overlay__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0 13px;
}

.templateDetails-overlay__header h3 {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B2A4E;
}

.templateDetails-overlay__header .close {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.addressBook-overlay {
    min-width: 556px;
    padding: 0 22px 0 47px !important;
}

.addressBook-overlay__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0 13px;
}

.addressBook-overlay__header h3 {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B2A4E;
}

.addressBook-overlay__header .close {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.section-addressBookImport {
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(210, 215, 231, 0.15);
    border-radius: 4px;
    padding: 29px 11px;
    display: flex;
}

.section-addressBookImport__import {
    width: 50%;
    padding: 0 10px;
}

.section-addressBookImport__import .btn-success {
    margin-top: 30px !important;
}

.section-addressBookImport__hilfe {
    width: 50%;
    padding: 0 45px 0 44px;
}

.section-addressBookImport__title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B2A4E;
    margin-bottom: 37px;
}

.section-addressBookImport__list {
    background: #F4F6FB;
    border-radius: 4px;
    padding: 17px 15px 21px;
}

.section-addressBookImport__list ul.instructions li {
    padding-bottom: 20px;
}

.section-addressBookImport__list ul.instructions li:last-child {
    padding-bottom: 0;
}

.section-addressBookImport__list ul.instructions li span {
    box-shadow: none;
    border: 1px solid #E0E3EE;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #1B2A4E;
    width: 30px;
    height: 30px;
}

.section-addressBookImport__list ul.instructions li span:before {
    border: 0;
    background-color: #E0E3EE;
}

.section-addressBookImport__list ul.instructions li span:after {
    border: 0;
}

.section-addressBookImport__list ul.instructions li div {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #484E6A;
}

.section-addressBookImport__list ul.instructions li div a {
    color: #484E6A;
    text-decoration: underline !important;
}

.section-support {
    display: flex;
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(210, 215, 231, 0.15);
    border-radius: 4px;
    padding: 24px 44px 50px 21px;
}

.section-support__form {
    flex: 1 0;
}

.section-support__form > .row {
    margin: 0 -15px;
}

.section-support__form > .row > .col-6, .section-support__form > .row > .col-12 {
    padding: 0 15px;
}

.section-support__title {
    margin-bottom: 18px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B2A4E;
}

.section-support__info {
    background: #DAF5EF;
    border: 1px solid #19B48F;
    border-radius: 4px;
    padding: 30px 30px 9px 24px;
    width: 100%;
    max-width: 296px;
    margin-right: 55px;
}

.section-support__info-icon {
    margin-bottom: 24px;
}

.section-support__info-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #777D9A;
    margin-bottom: 20px;
}

.section-support__info h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #001F40;
    margin: 0 0 6px;
}

.section-support__info p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #484E6A;
}

.section-modules {
    display: flex;
    padding: 0 1px 0 38px;
    justify-content: space-between;
}

.section-modules__list {
    flex: 1 0;
}

.section-modules__list .moduleCategory {
    margin-bottom: 32px;
}

.section-modules__list .moduleCategory__btn {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    color: #001F40;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.section-modules__list .moduleCategory__btn[aria-expanded=true] svg {
    transform: rotate(180deg);
}

.section-modules__list .moduleCategory__btn svg {
    display: block;
    margin-right: 8px;
}

.section-modules__list .moduleCategory__btn .badge {
    position: absolute;
    background: #003DF6;
    border-radius: 4px;
    min-width: 28px;
    padding: 5px 4px 3px;
    top: -7px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 1;
}

.section-modules__list .moduleCategory__list {
    margin: 0 -15px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}

.section-modules__list .moduleCategory__list-item {
    padding: 0 15px;
    margin-bottom: 31px;
    width: 33.3333%;
}

@media screen and (max-width: 767px) {
    .section-modules__list .moduleCategory__list-item {
        width: 50%;
    }
}

.section-modules__list .item {
    position: relative;
    height: 100%;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
}

.section-modules__list .item__image {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    height: 150px;
    padding: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(241, 244, 248, 0.5);
}

.section-modules__list .item__image img {
    max-width: 100%;
    max-height: 100%;
}

.section-modules__list .item__image .status {
    position: absolute;
    top: 11px;
    right: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #FFFFFF;
    padding: 3px 8px;
    border-radius: 4px 0px 0px 4px;
}

.section-modules__list .item__image .status small {
    font-size: 100%;
}

.section-modules__list .item__image .status.success {
    background: #19B48F;
}

.section-modules__list .item__image .status.danger {
    background: #C82B39;
}

.section-modules__list .item__body {
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    padding: 16px 23px;
    min-height: 136px;
}

.section-modules__list .item__body h4 {
    margin-bottom: 14px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #1B2A4E;
}

.section-modules__list .item__body .btn {
    padding: 5px 15px !important;
    min-width: auto;
    font-size: 14px;
    line-height: 21px;
}

.section-modules__list .item__body .btn svg {
    margin-right: 6px;
}

.section-modules__list .itemSupport {
    background: #F2FCFA;
    border: 2px solid #DAF5EF;
    border-radius: 4px;
    padding: 28px 23px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.section-modules__list .itemSupport__icon {
    margin-bottom: 9px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #194472;
}

.section-modules__list .itemSupport h4 {
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #1B2A4E;
}

.section-modules__list .itemSupport p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #484E6A;
    margin-bottom: 17px;
}

.section-modules__list .itemSupport .btn {
    padding: 5px;
    max-width: 110px;
    font-size: 14px;
    line-height: 21px;
}

.section-modules__bannerBox {
    margin: 5px;
}

@media screen and (max-width: 992px) {
    .section-modules__bannerBox {
        display: none;
    }
}

.section-modules__banner {
    background: linear-gradient(180deg, #022F5F 0%, #001F40 100%);
    border-radius: 4px;
    max-width: 238px;
    padding: 58px 24px 58px 24px;
    min-height: 536px;
}

.section-modules__banner svg {
    margin-bottom: 32px;
}

.section-modules__banner h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.section-modules__banner p {
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #EAECF5;
}

.section-modules__banner .btn {
    color: #484E6A;
}

.modalCustom .modal-dialog {
    min-width: 685px;
}

.modalCustom .modal-content {
    position: relative;
}

.modalCustom .modal-content .close {
    top: 16px;
    right: 16px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.modalCustom .modal-body {
    padding: 40px 46px 47px;
}

.modalCustom .modal-title {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    color: #001F40;
}

.modalCustom .modal-description {
    margin-bottom: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #484E6A;
}

.section-sigIn {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 111111;
}

.section-sigIn .link {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: right;
    color: #19B48F;
}

.section-sigIn .text-descUnder {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #E0E3EE;
}

.section-sigIn .text-descUnder a {
    color: #19B48F;
}

.section-sigIn .text-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #C3C6D3;
}

.section-sigIn .text-desc a {
    color: #19B48F;
}

.section-sigIn h4 {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    color: #FFFFFF;
}

.section-sigIn__buttons {
    padding-top: 8px;
}

.section-sigIn__emailRegister {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-sigIn__emailRegister .icon {
    margin-bottom: 31px;
}

.section-sigIn__emailRegister h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    color: #FFFFFF;
    margin: 0 0 17px;
}

.section-importShow {
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(210, 215, 231, 0.15);
    border-radius: 4px;
    padding: 21px 21px 5px 21px;
    position: relative;
}

.error_info_box {
    text-align: center;
    position: absolute;
    top: 0px !important;
    left: 0px;
    right: 0px;
    margin: 5px;
}

.section-importShow hr {
    margin: 30px 0;
}

.section-importShow__infoTable .table {
    background: #F4F6FB;
    border-collapse: separate !important;
    border-spacing: 0;
    border: 1px solid #EAECF5 !important;
    border-radius: 4px;
}

.section-importShow__infoTable .table thead {
    background: transparent;
}

.section-importShow__infoTable .table thead th {
    padding: 6px 25px;
}

.section-importShow__infoTable .table tbody td {
    padding: 0px 25px 5px 25px;
}

.section-importShow__table .table {
    border-collapse: separate !important;
    border-spacing: 0;
    background: #F9FAFF;
    border: 1px solid #EAECF5 !important;
    border-radius: 4px;
    overflow: hidden;
}

.section-importShow__table .table thead {
    background: #F4F6FB;
}

.section-importShow__table .table thead th {
    border-bottom: 1px solid #EAECF5;
    padding: 6px 6px 6px 6px;
}

.section-importShow__table .table thead th:first-child {
}

.section-importShow__table .table thead th:nth-child(2){
}

.section-importShow__table .table tbody td {
    padding: 6px 6px 6px 6px;
}

.section-importShow__title {
    margin-bottom: 10px;
}

.section-importShow__title h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B2A4E;
    margin: 0;
}

.section-importShow__row {
    display: flex;
}

.section-importShow__form {
    flex: 1 0;
}

.section-importShow__form .labelForm {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #777D9A;
}

.section-importShow__form .form-control {
    border-color: transparent;
    background-color: transparent;
    transition: all 0.3s ease;
    color: #484E6A;
}

.section-importShow__form .form-control:focus {
    background: #F9FAFD;
    border-color: #E0E3EE;
}

.section-importShow__action {
    max-width: 100% !important;
}

.section-importShow__action-list .noItem {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #1B2A4E;
}

.section-importShow__action-list .noItem-left {
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #1B2A4E;
}


.section-importShow__action-list .item-custom {
    margin-bottom: 8px;
    background: #F4F6FB;
    border: 3px solid #E0E3EE;
    border-radius: 4px;
    padding: 11px 23px 11px 13px;
    transition: all 0.3s ease;
    text-align: left;
}

.section-importShow__action-list .item-custom img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 12px;
}

.section-importShow__action-list .item-custom span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #1B2A4E;
    padding-right: 10px;
    transition: all 0.3s ease;
}

.section-importShow__action-list .item-custom svg,
.section-importShow__action-list .item-custom i {
    margin-left: auto;
}

.section-importShow__action-list .item-custom svg path {
    transition: all 0.3s ease;
}

.section-importShow__action-list .item-custom:hover {
    background: #DAF5EF;
    border: 1px solid #19B48F;
}

.section-importShow__action-list .item-custom:hover svg path {
    stroke: #19B48F;
}


.section-importShow__action-list .item {
    margin-bottom: 8px;
    background: #F4F6FB;
    border: 1px solid #E0E3EE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 11px 23px 11px 13px;
    transition: all 0.3s ease;
}

.section-importShow__action-list .item img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 12px;
}

.section-importShow__action-list .item span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #1B2A4E;
    padding-right: 10px;
    transition: all 0.3s ease;
}

.section-importShow__action-list .item svg,
.section-importShow__action-list .item i {
    margin-left: auto;
}

.section-importShow__action-list .item svg path {
    transition: all 0.3s ease;
}

.section-importShow__action-list .item:hover {
    background: #DAF5EF;
    border: 1px solid #19B48F;
}

.section-importShow__action-list .item:hover svg path {
    stroke: #19B48F;
}

#password-addon i {
    padding: 0;
    font-size: 16px;
}

.section-module {
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(210, 215, 231, 0.15);
    border-radius: 4px;
    padding: 29px 56px 29px 21px;
    display: flex;
}

.section-module.row-2 .section-module__form {
    width: 50%;
}

.section-module.row-2 .section-module__info {
    width: 50%;
    max-width: 50%;
}

.section-module h5 {
    margin-bottom: 18px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B2A4E;
}

.section-module__form {
    flex: 1 0;
    padding-right: 27px;
}

.section-module__form-buttons {
    display: flex;
}

.btn-fw {
}

.section-module__form-buttons .btn {
    flex: 1 0;
    min-width: max-content;
}

.section-module__info {
    padding-left: 27px;
    width: 100%;
    max-width: 311px;
}

.section-module__info h5 {
    margin-bottom: 37px;
}

.section-module__info-box {
    background: #F4F6FB;
    border-radius: 4px;
    padding: 17px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    /* or 185% */
    /* main body */
    color: #484E6A;
}

.section-module__info-box a {
    color: #19B48F;
}

.section-module__info-box ul.instructions li {
    padding-bottom: 24px;
}

.section-module__info-box ul.instructions li:last-child {
    padding-bottom: 0;
}

.section-module__info-box ul.instructions li span {
    width: 30px;
    height: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #1B2A4E;
    border: 1px solid #E0E3EE;
}

.section-module__info-box ul.instructions li span::after {
    border: none;
}

.section-module__info-box ul.instructions li span::before {
    background: #E0E3EE;
}

.title3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 128%;
    color: #001F40 !important;
}

.search-filter input {
    height: 42px;
    max-width: 200px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 4px 0 0 4px;
    line-height: 24px;
}

.search-filter input::placeholder {
    color: #C3C6D3;
}

.search-filter i {
    background-color: transparent !important;
    color: #484E6A !important;
    height: auto;
}

.search-filter i:hover {
    background-color: transparent !important;
}

.search-filter .search-button {
    border-radius: 0px 4px 4px 0px;
    background: #E0E3EE !important;
    border: none !important;
    height: 42px !important;
    width: 42px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

table.table.custom-table {
    margin: 32px -30px 32px -26px !important;
    width: calc(100% + 56px) !important;
}

table.table.custom-table--imports thead th:nth-child(2),
table.table.custom-table--imports tbody td:nth-child(2) {
    text-align: left;
}

table.table.custom-table--imports thead th:first-child,
table.table.custom-table--imports tbody td:first-child {
    vertical-align: middle;
    width: 32px;
}

table.table.custom-table--tenants thead th.sorting,
table.table.custom-table--tenants tbody td {
    text-align: left !important;
}

table.table.custom-table--tenants thead th.sorting:first-child,
table.table.custom-table--tenants tbody td:first-child {
    width: 100px;
    padding-left: 48px !important;
}

table.table.custom-table--tenants tbody td {
    padding-left: 0;
}

table.table.custom-table thead {
    background: transparent !important;
}

table.table.custom-table thead th {
    padding-bottom: 16px;
    border-bottom: 1px solid #EAECF5;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #777D9A;
    text-align: center;
    padding-left: 16px !important;
    padding-right: 16px !important;
    white-space: nowrap;
}

table.table.custom-table thead th:first-child {
    text-align: left;
    padding-left: 26px !important;
}

table.table.custom-table thead th:last-child {
    text-align: right;
    padding-right: 30px !important;
}

table.table.custom-table tbody td {
    border-bottom: 2px solid #E0E3EE;
    vertical-align: middle;
    min-height: 54px;
    height: 54px;
    text-align: center;
    box-sizing: border-box;
}

table.table.custom-table tbody td:first-child {
    text-align: left;
    padding-left: 26px;
}

table.table.custom-table tbody td:last-child {
    text-align: right;
    padding-right: 30px;
}

table.table.custom-table tbody td.subrow_highlight {
    padding-top: 20px;
    padding-bottom: 16px;
}

table.table.custom-table tbody td.subrow_highlight ul.subrow {
    padding-left: 0;
}

table.table.custom-table tbody td.subrow_highlight ul.subrow li {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #484E6A;
    margin-bottom: 16px;
}

table.table.custom-table tbody td.subrow_highlight ul.subrow li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #777D9A;
}

table.table.custom-table tbody td.dataTables_empty {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #C3C6D3;
}

table.table.custom-table tbody tr:nth-child(even) {
    background: #F4F6FB;
}

table.table.custom-table tbody tr.subrow > td {
    border: 0;
}
table.table.custom-table tbody tr.subrow .topNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 12px;
}
table.table.custom-table tbody tr.subrow .topNav__title h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
table.table.custom-table tbody tr.subrow .multiwizard_packages_wrapper {
    border-radius: 4px;
    padding: 30px 25px 37px;
}
table.table.custom-table tbody tr.subrow .multiwizard_packages_wrapper .table-btn {
    width: 38px;
    height: 38px;
}
table.table.custom-table tbody tr.subrow .multiwizard_packages_wrapper .form-control {
    height: 38px;
}
table.table.custom-table tbody tr.subrow .multiwizard_packages_wrapper tr {
    border: 0 !important;
}
table.table.custom-table tbody tr.subrow .multiwizard_packages_wrapper tr th {
    border: 0 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding: 0 10px !important;
    text-align: left;
}
table.table.custom-table tbody tr.subrow .multiwizard_packages_wrapper tr th:first-child {
    padding-left: 0 !important;
}
table.table.custom-table tbody tr.subrow .multiwizard_packages_wrapper tr th:last-child {
    padding-right: 0;
}
table.table.custom-table tbody tr.subrow .multiwizard_packages_wrapper tr td {
    padding: 6px 10px;
    border: 0 !important;
    background: transparent !important;
}
table.table.custom-table tbody tr.subrow .multiwizard_packages_wrapper tr td:first-child {
    padding-left: 0;
}
table.table.custom-table tbody tr.subrow .multiwizard_packages_wrapper tr td:last-child {
    padding-right: 0;
}
table.table.custom-table tbody tr.subrow .subrow__addressBook > .row {
    margin: 0 -15px !important;
}
table.table.custom-table tbody tr.subrow .subrow__addressBook > .row > .col-6 {
    padding: 0 15px !important;
}
table.table.custom-table tbody tr.subrow .subrow__addressBook .address_block {
    border-radius: 4px;
    padding: 22px 25px;
    text-align: left;
}
table.table.custom-table tbody tr.subrow .subrow__addressBook .address_block h6 {
    line-height: 45px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}
table.table.custom-table tbody tr.subrow .subrow__addressBook .address_block > .row {
    margin: 0 -11px 16px !important;
}
table.table.custom-table tbody tr.subrow .subrow__addressBook .address_block > .row > .col-6 {
    padding: 0 11px !important;
}

table.table.custom-table tbody .order-details {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: flex-start;
    transform: translateX(-14px);
}

table.table.custom-table tbody .order-details svg {
    margin-right: 10px;
    transition: all 0.3s;
}

table.table.custom-table tbody .order-details svg.up {
    transform: rotate(180deg);
}

table.table.custom-table .sorting::before {
    position: relative;
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDggMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjY3MDYzIDE0Ljg1NkMzLjcwNzMzIDE0LjkwMDQgMy43NTY0NCAxNC45MzY3IDMuODEzNzIgMTQuOTYxOEMzLjg3MSAxNC45ODY5IDMuOTM0NzUgMTUgMy45OTk0NiAxNUM0LjA2NDE3IDE1IDQuMTI3OTEgMTQuOTg2OSA0LjE4NTIgMTQuOTYxOEM0LjI0MjQ4IDE0LjkzNjcgNC4yOTE1OCAxNC45MDA0IDQuMzI4MjggMTQuODU2TDcuOTI4NTcgMTAuNTIzQzcuOTcwMjQgMTAuNDczIDcuOTk0NjggMTAuNDE0NCA3Ljk5OTIyIDEwLjM1MzdDOC4wMDM3NyAxMC4yOTMgNy45ODgyNiAxMC4yMzI0IDcuOTU0MzYgMTAuMTc4NUM3LjkyMDQ3IDEwLjEyNDUgNy44Njk0OSAxMC4wNzk0IDcuODA2OTcgMTAuMDQ3OUM3Ljc0NDQ1IDEwLjAxNjUgNy42NzI3OCA5Ljk5OTkgNy41OTk3NCAxMEgwLjM5OTE3NkMwLjMyNjMwOCAxMC4wMDAzIDAuMjU0OSAxMC4wMTcgMC4xOTI2MzIgMTAuMDQ4NkMwLjEzMDM2NCAxMC4wODAxIDAuMDc5NTkyIDEwLjEyNTIgMC4wNDU3NzU3IDEwLjE3OUMwLjAxMTk1OTQgMTAuMjMyOCAtMC4wMDM2MjE1NSAxMC4yOTMyIDAuMDAwNzA4Mzc0IDEwLjM1MzhDMC4wMDUwMzgzIDEwLjQxNDQgMC4wMjkxMTUzIDEwLjQ3MjkgMC4wNzAzNTAxIDEwLjUyM0wzLjY3MDYzIDE0Ljg1NloiIGZpbGw9IiM0ODRFNkEiLz4KPHBhdGggZD0iTTQuMzI5MzcgMC4xNDRDNC4yOTI2NyAwLjA5OTU4OTUgNC4yNDM1NiAwLjA2MzI3NzcgNC4xODYyOCAwLjAzODE5MjFDNC4xMjkgMC4wMTMxMDY2IDQuMDY1MjYgLTUuMjg5MTJlLTA3IDQuMDAwNTQgLTUuMzQ1NjllLTA3QzMuOTM1ODMgLTUuNDAyMjZlLTA3IDMuODcyMDkgMC4wMTMxMDY2IDMuODE0OCAwLjAzODE5MjFDMy43NTc1MiAwLjA2MzI3NzYgMy43MDg0MiAwLjA5OTU4OTUgMy42NzE3MiAwLjE0NEwwLjA3MTQzNDIgNC40NzcwM0MwLjAyOTc2MDkgNC41MjcwMSAwLjAwNTMyMzA0IDQuNTg1NTUgMC4wMDA3NzUwOTYgNC42NDYyOUMtMC4wMDM3NzI4NSA0LjcwNzAzIDAuMDExNzQzMiA0Ljc2NzY0IDAuMDQ1NjM3OSA0LjgyMTU1QzAuMDc5NTMyNiA0Ljg3NTQ1IDAuMTMwNTA5IDQuOTIwNTkgMC4xOTMwMyA0Ljk1MjA1QzAuMjU1NTUgNC45ODM1MSAwLjMyNzIyMiA1LjAwMDA5IDAuNDAwMjYgNUw3LjYwMDgyIDVDNy42NzM2OSA0Ljk5OTc1IDcuNzQ1MSA0Ljk4Mjk1IDcuODA3MzcgNC45NTE0MkM3Ljg2OTY0IDQuOTE5ODggNy45MjA0MSA0Ljg3NDggNy45NTQyMiA0LjgyMTAxQzcuOTg4MDQgNC43NjcyMyA4LjAwMzYyIDQuNzA2NzkgNy45OTkyOSA0LjY0NjE4QzcuOTk0OTYgNC41ODU1NyA3Ljk3MDg4IDQuNTI3MDkgNy45Mjk2NSA0LjQ3NzA0TDQuMzI5MzcgMC4xNDRaIiBmaWxsPSIjQzNDNkQzIi8+Cjwvc3ZnPgo=) no-repeat center;
    width: 8px;
    height: 15px;
    content: "";
    opacity: 1;
    left: auto;
    top: 3px;
    bottom: auto;
}

table.table.custom-table .sorting::after {
    display: none;
}

table.table.custom-table .sorting.sorting_asc::before {
    transform: rotate(180deg);
}

.custom-table-wrapper {
    min-height: 700px;
    padding: 30px 30px 24px 26px;
    display: flex;
    flex-direction: column;
}

.custom-table-wrapper--invoice {
    padding-top: 0;
}

.custom-table-wrapper .dataTables_wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.custom-table-wrapper .row.footer-filters {
    flex-grow: 1;
    align-items: flex-end;
}

.custom-table-wrapper .page-item .page-link {
    background: #FCFCFC;
    border: 1px solid #E0E3EE;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777D9A;
    font-weight: 400;
    font-size: 14px;
}

.custom-table-wrapper .page-item + .page-item {
    margin-left: 11px;
}

.custom-table-wrapper .page-item.active .page-link {
    background: #FCFCFC !important;
    color: #484E6A;
    border: 1px solid #003DF6;
}

.table-btn {
    background: #E0E3EE;
    border-radius: 4px;
    color: #484E6A;
    transition: all 0.3s;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.table-btn:hover {
    color: #FFFFFF !important;
    background: darkgrey !important;
}

.table-btn--blue:hover {
    background: #003DF6;
}

.table-btn--red:hover {
    background: #DF4759;
}

.table-btn + .table-btn {
    margin-left: 8px;
}

form + .table-btn {
    margin-left: 8px;
}

.table-btn-wrapper {
    display: flex;
    align-items: center;
}

.custom-checkbox input {
    position: absolute;
    z-index: -9999;
}

.custom-checkbox input:checked + label {
    background: #003DF6;
    border: 1px solid #003DF6;
}

.custom-checkbox label {
    transition: all 0.3s;
    width: 16px;
    height: 16px;
    display: block;
    background: #FFFFFF;
    border: 1px solid #E0E3EE;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.custom-checkbox label::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEwIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjUzNjMzIDguMzY5OTJMMC4zODI4MTIgNS4yMTY0MUwxLjgxOTkyIDMuNzc5M0wzLjUzNjMzIDUuNTAwNzhMOC41NTM1MSAwLjQ3ODUxNkw5Ljk5MDYyIDEuOTE1NjJMMy41MzYzMyA4LjM2OTkyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 10px;
    height: 8px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-select-filter-wrapper {
    position: relative;
    cursor: pointer;
    color: #777d9a;
    transition: all 0.3s;
}

.custom-select-filter-wrapper:hover {
    color: #001F40;
}

.custom-select-filter-wrapper svg {
    position: absolute;
    right: 0px;
    top: 16px;
}

.export-select-wrapper {
    position: relative;
}

.export-select-wrapper select {
    -webkit-appearance: none;
    transition: all 0.3s ease;
    appearance: none;
    border: none;
    background: #E0E3EE;
    border-radius: 4px;
    height: 45px;
    padding-left: 16px;
    padding-right: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 128%;
    cursor: pointer;
    color: #777D9A;
}

.export-select-wrapper svg {
    position: absolute;
    top: 21px;
    right: 17px;
}

.addressbook-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dataTables_length select {
    background-repeat: no-repeat !important;
    background-position: calc(100% - 8px) center !important;
    padding-right: 18px;
}

.dataTables_length label {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
}

.tenants-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tenants-top__buttons {
    display: flex;
    align-items: center;
}

.tenants-top__buttons .search-container {
    margin-right: 10px;
}

.side-table-btn {
    background: #D6E5FB;
    border: 1px solid #003DF6;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #003DF6;
    padding: 6px 12px;
}

table.dataTable.side-table {
    background: #F9FAFF;
    border: 1px solid #EAECF5;
    border-radius: 4px;
    margin-bottom: 16px !important;
}

table.dataTable.side-table tbody td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAECF5;
    vertical-align: middle;
}

table.dataTable.side-table .sorting::before {
    position: relative;
    display: inline-block !important;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDggMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zLjY3MDYzIDE0Ljg1NkMzLjcwNzMzIDE0LjkwMDQgMy43NTY0NCAxNC45MzY3IDMuODEzNzIgMTQuOTYxOEMzLjg3MSAxNC45ODY5IDMuOTM0NzUgMTUgMy45OTk0NiAxNUM0LjA2NDE3IDE1IDQuMTI3OTEgMTQuOTg2OSA0LjE4NTIgMTQuOTYxOEM0LjI0MjQ4IDE0LjkzNjcgNC4yOTE1OCAxNC45MDA0IDQuMzI4MjggMTQuODU2TDcuOTI4NTcgMTAuNTIzQzcuOTcwMjQgMTAuNDczIDcuOTk0NjggMTAuNDE0NCA3Ljk5OTIyIDEwLjM1MzdDOC4wMDM3NyAxMC4yOTMgNy45ODgyNiAxMC4yMzI0IDcuOTU0MzYgMTAuMTc4NUM3LjkyMDQ3IDEwLjEyNDUgNy44Njk0OSAxMC4wNzk0IDcuODA2OTcgMTAuMDQ3OUM3Ljc0NDQ1IDEwLjAxNjUgNy42NzI3OCA5Ljk5OTkgNy41OTk3NCAxMEgwLjM5OTE3NkMwLjMyNjMwOCAxMC4wMDAzIDAuMjU0OSAxMC4wMTcgMC4xOTI2MzIgMTAuMDQ4NkMwLjEzMDM2NCAxMC4wODAxIDAuMDc5NTkyIDEwLjEyNTIgMC4wNDU3NzU3IDEwLjE3OUMwLjAxMTk1OTQgMTAuMjMyOCAtMC4wMDM2MjE1NSAxMC4yOTMyIDAuMDAwNzA4Mzc0IDEwLjM1MzhDMC4wMDUwMzgzIDEwLjQxNDQgMC4wMjkxMTUzIDEwLjQ3MjkgMC4wNzAzNTAxIDEwLjUyM0wzLjY3MDYzIDE0Ljg1NloiIGZpbGw9IiM0ODRFNkEiLz4KPHBhdGggZD0iTTQuMzI5MzcgMC4xNDRDNC4yOTI2NyAwLjA5OTU4OTUgNC4yNDM1NiAwLjA2MzI3NzcgNC4xODYyOCAwLjAzODE5MjFDNC4xMjkgMC4wMTMxMDY2IDQuMDY1MjYgLTUuMjg5MTJlLTA3IDQuMDAwNTQgLTUuMzQ1NjllLTA3QzMuOTM1ODMgLTUuNDAyMjZlLTA3IDMuODcyMDkgMC4wMTMxMDY2IDMuODE0OCAwLjAzODE5MjFDMy43NTc1MiAwLjA2MzI3NzYgMy43MDg0MiAwLjA5OTU4OTUgMy42NzE3MiAwLjE0NEwwLjA3MTQzNDIgNC40NzcwM0MwLjAyOTc2MDkgNC41MjcwMSAwLjAwNTMyMzA0IDQuNTg1NTUgMC4wMDA3NzUwOTYgNC42NDYyOUMtMC4wMDM3NzI4NSA0LjcwNzAzIDAuMDExNzQzMiA0Ljc2NzY0IDAuMDQ1NjM3OSA0LjgyMTU1QzAuMDc5NTMyNiA0Ljg3NTQ1IDAuMTMwNTA5IDQuOTIwNTkgMC4xOTMwMyA0Ljk1MjA1QzAuMjU1NTUgNC45ODM1MSAwLjMyNzIyMiA1LjAwMDA5IDAuNDAwMjYgNUw3LjYwMDgyIDVDNy42NzM2OSA0Ljk5OTc1IDcuNzQ1MSA0Ljk4Mjk1IDcuODA3MzcgNC45NTE0MkM3Ljg2OTY0IDQuOTE5ODggNy45MjA0MSA0Ljg3NDggNy45NTQyMiA0LjgyMTAxQzcuOTg4MDQgNC43NjcyMyA4LjAwMzYyIDQuNzA2NzkgNy45OTkyOSA0LjY0NjE4QzcuOTk0OTYgNC41ODU1NyA3Ljk3MDg4IDQuNTI3MDkgNy45Mjk2NSA0LjQ3NzA0TDQuMzI5MzcgMC4xNDRaIiBmaWxsPSIjQzNDNkQzIi8+Cjwvc3ZnPgo=) no-repeat center;
    width: 8px !important;
    height: 15px !important;
    content: "" !important;
    opacity: 1 !important;
    left: auto !important;
    top: 3px !important;
    bottom: auto !important;
    right: auto !important;
    position: relative !important;
    margin-right: 4px;
}

table.dataTable.side-table .sorting::after {
    display: none !important;
}

table.dataTable.side-table .sorting.sorting_asc::before {
    transform: rotate(180deg);
}

.addressbook-side-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
}

.addressbook-side-top .search-filter {
    flex: 0;
}

.btn.btn-small {
    padding: 7px 12px;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    min-width: 80px;
}

.btn.btn-addPackage.btn-small {
    padding: 7px 12px;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    min-width: 80px;
}

.dataTables_wrapper .page-item .page-link {
    background: #FCFCFC;
    border: 1px solid #E0E3EE;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777D9A;
    font-weight: 400;
    font-size: 14px;
}

.dataTables_wrapper .page-item + .page-item {
    margin-left: 11px;
}

.dataTables_wrapper .page-item.active .page-link {
    background: #FCFCFC !important;
    color: #484E6A;
    border: 1px solid #003DF6;
}

.flatpickr-calendar {
    background: #FFFFFF !important;
    box-shadow: 0px 0px 1px rgba(134, 144, 172, 0.14), 0px 1px 8px rgba(134, 144, 172, 0.19) !important;
    border-radius: 4px !important;
    padding: 4px 16px 30px !important;
    width: auto !important;
}

.flatpickr-calendar .flatpickr-months {
    background: none !important;
}

.flatpickr-calendar .flatpickr-disabled {
    color: red !important;
}

.flatpickr-calendar .numInput.cur-year {
    color: #484E6A !important;
    font-size: 15px !important;
    line-height: 20px !important;
}

.flatpickr-calendar span.flatpickr-weekday {
    text-transform: uppercase !important;
    color: #777D9A !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
}

.flatpickr-calendar .flatpickr-current-month {
    color: #484E6A !important;
    font-size: 15px !important;
    line-height: 20px !important;
    padding-top: 12px !important;
}

.flatpickr-calendar .flatpickr-monthDropdown-months {
    appearance: none !important;
    -webkit-appearance: none !important;
}

.flatpickr-calendar .flatpickr-months .flatpickr-next-month, .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    color: #484E6A !important;
    fill: #484E6A !important;
    background: #F4F6FB !important;
    border-radius: 4px !important;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg, .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg {
    width: 10px;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    left: 24px !important;
    top: 14px !important;
}

.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    right: 24px !important;
    top: 14px !important;
}

.flatpickr-calendar .flatpickr-day {
    color: #484E6A !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flatpickr-calendar .flatpickr-day.prevMonthDay {
    color: #ECEBED !important;
}

.flatpickr-calendar .flatpickr-day.nextMonthDay {
    color: #ECEBED !important;
}

.flatpickr-calendar .flatpickr-day.selected {
    background: rgba(81, 86, 190, 0.1) !important;
}

.flatpickr-calendar .flatpickr-day.today {
    border-color: transparent !important;
}

.flatpickr-calendar .dayContainer, .flatpickr-calendar .flatpickr-weekdays {
    border-bottom: 1px solid #E0E3EE !important;
}

.flatpickr-calendar .flatpickr-disabled {
    color: red !important;
}

.daterangepicker th.month {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #484E6A;
}

.daterangepicker th {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #777D9A;
}

.daterangepicker thead tr:nth-child(2) th {
    border-bottom: 1px solid #E0E3EE;
}

.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    height: 32px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #484E6A;
}

.daterangepicker .calendar-table td.weekend, .daterangepicker .calendar-table th.weekend {
    color: #DF4759;
}

.daterangepicker .calendar-table th.prev, .daterangepicker .calendar-table th.next {
    background: #EAECF5;
    border-radius: 4px;
    background: #EAECF5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.daterangepicker .calendar-table th.prev span, .daterangepicker .calendar-table th.next span {
    border-color: #484E6A;
    border-width: 0 1px 1px 0;
}

.daterangepicker .ranges li.active {
    background: #F4F6FB;
    border-radius: 4px;
    position: relative;
    color: #484E6A;
    padding: 8px 12px;
}

.daterangepicker .ranges li.active::before {
    background: #11549A;
    border-radius: 6px;
    content: "";
    position: absolute;
    left: -1px;
    top: 6px;
    width: 2px;
    height: 28px;
}

.daterangepicker .ranges li {
    padding: 5px 12px;
    color: #484E6A;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
}

.daterangepicker .drp-selected {
    display: none;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
    font-weight: 500;
    font-size: 14px;
    line-height: 128%;
    /* identical to box height, or 18px */
    text-align: center;
    /* main body */
    color: #484E6A;
    padding: 14px 10px;
    background: #E0E3EE;
    border-radius: 4px;
}

.daterangepicker .drp-buttons .btn.applyBtn {
    font-weight: 500;
    font-size: 14px;
    line-height: 128%;
    /* identical to box height, or 18px */
    text-align: center;
    /* main body */
    color: #003DF6;
    padding: 14px 10px;
    background: #E0E3EE;
    border: 1px solid #003DF6;
    border-radius: 4px;
    min-width: 95px;
}

.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    color: #ECEBED;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #003DF6;
    color: #FFFFFF;
}

.daterangepicker td.start-date {
    border-radius: 50% 0 0 50%;
}

.daterangepicker td.end-date {
    border-radius: 0 50% 50% 0;
}

.daterangepicker td.in-range {
    background-color: #003DF6;
    color: #FFFFFF;
}

.daterangepicker td.start-date.end-date {
    border-radius: 50%;
    color: #FFFFFF;
}

.section-plansNotice {
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(210, 215, 231, 0.15);
    border-radius: 4px;
    padding: 24px 21px;
}

.section-plansNotice__content {
    background: #FCEDEE;
    border-radius: 4px;
    padding: 32px 40px 27px 24px;
    max-width: 300px;
    width: 100%;
}

.section-plansNotice__content .icon {
    margin-bottom: 8px;
}

.section-plansNotice__content h5 {
    margin: 0 0 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #DF4759;
}

.section-plansNotice__content p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #484E6A;
    margin: 0 0 24px;
}

.section-plansSuccess {
    background: #FFFFFF;
    box-shadow: 2px 2px 15px rgba(210, 215, 231, 0.15);
    border-radius: 4px;
    padding: 24px 21px;
}

.section-plansSuccess__content {
    background: #E8F7F4;
    border-radius: 4px;
    padding: 32px 40px 27px 24px;
    max-width: 300px;
    width: 100%;
}

.section-plansSuccess__content .icon {
    margin-bottom: 8px;
}

.section-plansSuccess__content h5 {
    margin: 0 0 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #19B48F;
}

.section-plansSuccess__content p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #484E6A;
    margin: 0 0 24px;
}

.alertify-notifier .ajs-message {
    background: #E6ECFE !important;
    border-color: #B8C9FC !important;
    color: #003DF6 !important;
    text-shadow: none !important;
    border-radius: 4px;
}

.alertify-notifier .ajs-message:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/img/ajs-info.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
}

.alertify-notifier .ajs-message.ajs-visible {
    padding: 13px 44px;
    text-align: left;
}

.alertify-notifier .ajs-message.ajs-success {
    background: #E8F7F4 !important;
    border-color: #BFEAE0 !important;
    color: #19B48F !important;
}

.alertify-notifier .ajs-message.ajs-success:after {
    background-image: url(/img/ajs-success.svg);
}

.alertify-notifier .ajs-message.ajs-error {
    background: #FCEDEE !important;
    border-color: #F6CCD0 !important;
    color: #DF4759 !important;
}

.alertify-notifier .ajs-message.ajs-error:after {
    background-image: url(/img/ajs-error.svg);
}

.alertify-notifier .ajs-message.ajs-warning {
    background: #FEF8E7 !important;
    border-color: #FDECBB !important;
    color: #F8BC0B !important;
}

.alertify-notifier .ajs-message.ajs-warning:after {
    background-image: url(/img/ajs-warning.svg);
}

.table-left tr td
{
    text-align: left !important;
    padding-left: 23px;
}

.table-left tr th
{
    text-align: left !important;
    padding-left: 40px;
}

#order_options {
    margin-top: 40px;
}

/*# sourceMappingURL=newStyle.css.map */
.fullscreen_blank {
    background-color: black !important;
    height: 100%;
    width: 100%;
    z-index: 21112;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.5;
    display: none;
}

.custom_overlay {
    height: 100%;
    width: 50%;
    z-index: 21113;
    position: fixed;
    overflow: auto;
    top: 0px;
    right: 0px;
    padding: 20px;
    display: none;
}

#fixed {
    position: relative
}

tr.sub-row td:first-child span {
    margin-left: 10px;
}

tr.sub-row td span {
    display: flex;
    align-items: center;
}

table.carrier-template-tbl tr td:nth-child(2){
    text-align: left;
}

#fixed1 {
    position: sticky;
    top: 105px;
}

input[readonly] {
    background: #F4F6FB !important;
}

#submission_button-1 {
    background: #DAF5EF;
}

#submission_button-1:hover {
    background: #b5ebdf;
}

.invalid_value {
  border-color: #fd625e !important;
  padding-right: calc(1.5em + 0.94rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fd625e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd625e' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.235rem) center !important;
  background-size: calc(0.75em + 0.47rem) calc(0.75em + 0.47rem) !important;
}

.nav-pills .nav-link.active {
    background: #C3C6D3;
    color: #222;
}

.no-wrap {
	white-space: nowrap;
}

.width-1 {
	width: 1%;	
}

.cell-tight {
	width: 1%;
	white-space: nowrap;
}

.radio_btn_wrapper {
    width: 33.3333%;
    padding: 1px;
    margin-bottom: -7px;
    cursor: pointer;
}

.radio_btn_wrapper .radio_btn input {
    position: absolute;
    z-index: -1111;
    display: none;
    cursor: pointer;
}

.radio_btn_wrapper .radio_btn input[type=checkbox] + label {
    padding: 10px 16px 10px 39px;
}

.radio_btn_wrapper .radio_btn input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #C3C6D3;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    border-radius: 4px;
    background-image: url(/img/mdi_check-bold.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.radio_btn_wrapper .radio_btn input[type=checkbox] + label:after {
    opacity: 0 !important;
}

.radio_btn_wrapper .radio_btn input[type=checkbox]:checked + label:before {
    background-color: #19B48F;
}

.radio_btn_wrapper .radio_btn input + label {
    background: #FFFFFF;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 4px;
    padding: 10px 16px 10px 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #1B2A4E;
    position: relative;
    transition: all 0.3s ease;
}

.radio_btn_wrapper .radio_btn input + label:hover {
    border: 1px solid #19B48F;
    cursor: pointer;
}

.radio_btn_wrapper .radio_btn input + label.min-h {
    height: 41px;
    padding: 2px 16px 2px 38px;
}

.radio_btn_wrapper .radio_btn input + label i {
    font-size: 18px;
}

.radio_btn_wrapper .radio_btn input + label:before {
    content: "";
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #C3C6D3;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    border-radius: 50%;
}

.radio_btn_wrapper .radio_btn input + label:after {
    content: "";
    position: absolute;
    background: #FFFFFF;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    border-radius: 50%;
}

.radio_btn_wrapper .radio_btn input:checked + label {
    background: #DAF5EF;
    border: 1px solid #19B48F;
}

.radio_btn_wrapper .radio_btn input:checked + label:before {
    border-color: #19B48F;
}

.radio_btn_wrapper .radio_btn input:checked + label:after {
    background: #19B48F;
}
