.cropper-container {
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr !important;
}
.cropper-container img {
    display: block;
    width: 100%;
    min-width: 0 !important;
    max-width: none !important;
    height: 100%;
    min-height: 0 !important;
    max-height: none !important;
    image-orientation: 0deg !important;
}
.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.cropper-wrap-box {
    overflow: hidden;
}
.cropper-drag-box {
    opacity: 0;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.cropper-dashed,
.cropper-modal {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.cropper-modal {
    background-color: #000;
}
.cropper-view-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: #39f solid 1px;
    outline-color: rgba(51, 153, 255, 0.75);
}
.cropper-dashed {
    position: absolute;
    display: block;
    border: 0 dashed #eee;
}
.cropper-dashed.dashed-h {
    top: 33.33333%;
    left: 0;
    width: 100%;
    height: 33.33333%;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333%;
    width: 33.33333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px;
}
.cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.cropper-center:after,
.cropper-center:before {
    position: absolute;
    display: block;
    content: " ";
    background-color: #eee;
}
.cropper-center:before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px;
}
.cropper-center:after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px;
}
.cropper-face,
.cropper-line,
.cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    filter: alpha(opacity=10);
}
.cropper-face {
    top: 0;
    left: 0;
    background-color: #fff;
}
.cropper-line,
.cropper-point {
    background-color: #39f;
}
.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize;
}
.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize;
}
.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize;
}
.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize;
}
.cropper-point {
    width: 5px;
    height: 5px;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize;
}
.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize;
}
.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize;
}
.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize;
}
.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize;
}
.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize;
}
.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize;
}
.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1;
    filter: alpha(opacity=100);
}
.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: " ";
    opacity: 0;
    background-color: #39f;
    filter: alpha(opacity=0);
}
@media (min-width: 768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px;
    }
}
@media (min-width: 992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px;
    }
}
@media (min-width: 1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: 0.75;
        filter: alpha(opacity=75);
    }
}
.cropper-invisible {
    opacity: 0;
    filter: alpha(opacity=0);
}
.cropper-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}
.cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}
.cropper-hidden {
    display: none !important;
}
.cropper-move {
    cursor: move;
}
.cropper-crop {
    cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed;
}

td.y-row {
    text-align: center;
    background: #fff9cf;
    font-size: 0.7rem;
    border-right: 3px solid white;
}
td.g-row {
    text-align: center;
    background: #f4f6fc;
    font-size: 0.7rem;
    border-left: 3px solid white;
}
.g-row input {
    text-align: center;
    background: #f4f6fc;
    border: none;
    width: 30px;
}
.g-row input::placeholder {
    color: black !important;
}
@media (max-width: 786px) {
    .flight_watch_container .current-date {
        margin: 0 !important;
    }
    .weeklyDates {
        display: flex !important;
        flex-wrap: wrap;
    }
    .weeklyDates .d-flex {
        display: block !important;
        margin: 10px 0;
    }
    .upperDateCol {
        width: 100% !important;
        justify-content: center !important;
    }
    .inline-table {
        width: 100% !important;
    }
}
.flight_watch_container td.b-row {
    background: #d5ffbe;
}
.nav-line-tabs .nav-item:first-child .nav-link {
    margin-left: 0.5rem !important;
}
.nav-line-tabs .nav-item:last-child .nav-link {
    margin-right: 0.5rem !important;
}
ul.nav.nav-tabs.nav-line-tabs.mb-5.fs-6 {
    padding: 13px 0 0 0.9rem;
}
.nav-line-tabs .nav-item .nav-link {
    border: 0;
    border-bottom: 1px solid transparent;
    color: #000000;
    margin: 0 0.65rem;
    padding: 0.03rem 0 !important;
    transition: color 0.2s ease;
    border-bottom: none !important;
}
.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
    font-weight: bolder;
    border-bottom: none !important;
}
h3#m_dep_airport,
h3#m_arrv_airport {
    color: #032e66 !important;
    font-size: 1.39rem;
    margin-top: 4px;
}
span.label.bg-color-blue {
    font-size: 0.6rem;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    margin: 2px;
    color: white;
    background: #1b70dd;
    padding: 0px 6px !important;
    border-radius: 5px;
}
span.label.bg-color-green {
    font-size: 0.6rem;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    margin: 2px;
    color: white;
    background: #009100 !important;
    padding: 0px 6px !important;
    border-radius: 5px;
}
span.label.bg-color-yellow {
    font-size: 0.6rem;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    margin: 2px;
    color: white;
    background: #eda82c;
    padding: 0px 6px !important;
    border-radius: 5px;
}
span.label.bg-color-pink {
    font-size: 0.6rem;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    margin: 2px;
    color: white;
    background: #eb73e2;
    padding: 0px 6px !important;
    border-radius: 5px;
}
span.label.bg-color-grayDark {
    font-size: 0.6rem;
    height: 15px;
    display: inline-block;
    line-height: 16px;
    margin: 2px;
    color: white;
    background: #6f6f6f;
    padding: 0px 6px !important;
    border-radius: 5px;
}
.py-1.w-50px.label.text-center.bg-color-grayDark {
    font-size: 0.6rem;
    height: 20px;
    display: inline-block;
    line-height: 16px;
    margin: 2px;
    color: white;
    background: #6f6f6f;
    padding: 0px 6px !important;
    border-radius: 5px;
}
span.label.bg-color-red {
    font-size: 0.6rem;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    margin: 2px;
    color: white;
    background: rgb(196, 2, 2) !important;
    padding: 0px 6px !important;
    border-radius: 5px;
}
span.label.bg-color-purple {
    font-size: 0.6rem;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    color: white;
    background: #65406a;
    padding: 0px 6px !important;
    border-radius: 5px !important;
    margin: 2px;
}
input.form-control[type="checkbox"],
input.form-control[type="radio"] {
    margin: 0;
    width: 20px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}
.form-control {
    display: block;
    width: 100%;
    padding: 5px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
@media (min-width: 768px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
.badge-primary {
    background-color: #9a9a9a;
    color: var(--bs-primary-inverse) !important;
}
.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(
        .border-hover
    ):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(0.775rem + 1px) calc(1.5rem + 1px);
    color: white;
}
table.dataTable {
    border-collapse: collapse !important;
}
tr.ops-body.odd {
    background: #f4f6fc !important;
}
.tables-structure {
    margin: 13px;
    padding: 10px 0.75rem;
    min-height: 200px;
    border: 1px solid #80808066;
    border-radius: 20px;
}
.pill-content > .active,
.tab-content > .active {
    display: block;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
@media (max-width: 680px) {
    .weeklyDates {
        display: block !important;
        text-align: center;
    }
    .displaynone {
        display: none !important;
    }
    .mobileModal {
        width: 100% !important;
    }
    #kt_tab_pane_0 table {
        width: 100% !important;
    }
    .popupHbtn {
        font-size: 0.6rem !important;
    }
}
.default-label-staff {
    font-size: 10px !important;
    color: white;
    padding: 1px 3px 1px 3px;
    border-radius: 2px;
}
.label-warning-slaStaff {
    background-color: #ff680b !important;
}
.label-red {
    background-color: red !important;
}
.label-warning-PlnStaff {
    background-color: #00ab21 !important;
}
.label-warning-ActStaff {
    background-color: #007bff !important;
}
.label-warning-new {
    background-color: #054386 !important;
}
.StaffCol {
    border-bottom: 1px solid lightgray;
}
.nextBtn {
    background-color: #3378b9 !important;
    border: 1px solid #3378b9;
    padding: 0.45rem 0.45rem !important;
}
.submitBtn {
    background-color: #3378b9 !important;
    padding: calc(0.25rem + 1px) calc(0.35rem + 1px) !important;
    height: 34px;
}
th.table-heading {
    text-align: center;
    background: #dfdfdf;
    color: black !important;
    font-weight: 600;
    padding: 2px;
    letter-spacing: 1px;
    font-size: 0.61rem;
}
.table-heading-conf {
    font-size: 0.9rem !important;
}
@media (max-width: 786px) {
    .flightCommBtn {
        margin-left: 0px;
    }
    .modal-dialog {
        width: 100%;
    }
    .modal {
        padding-right: 0px !important;
    }
}
.departureBody {
    background-color: #cef3d2;
    min-height: 100px;
    font-size: 0.8rem;
}
.arrivalBody {
    background-color: #b6d8fe;
    min-height: 100px;
    font-size: 0.8rem;
}
.square1 {
    background-color: #cef3d2;
    height: 10px;
    width: 10px;
}
.square2 {
    background-color: #b6d8fe;
    height: 10px;
    width: 10px;
}
.popupYellowBody {
    background-color: #fff9cf;
    min-height: 100px;
    font-size: 0.8rem;
}
.cityInfo {
    font-size: 0.8rem;
}
.popupNav li.nav-item,
li.nav-item {
    cursor: pointer;
    height: 15px;
    padding: 0px;
    background: #90cdff59;
    display: inline-block;
    color: #fff;
    margin: 1px;
    position: relative;
    border-radius: 3px;
    font-size: 0.8rem;
}
table,
td {
    border: 2px solid white;
    border-right: 2px solid white;
}
@media (max-width: 786px) {
    .exportBtnsRow {
        margin: 0px !important;
        padding: 0px;
        width: 300px;
    }
    .searchCol {
        padding-left: 0px !important;
        margin-left: 0rem !important;
    }
    .exportBtns {
        justify-content: start !important;
    }
    .payloadTable {
        width: 100% !important;
    }
    .payloadTableMain {
        display: flex !important;
    }
    .select2-container {
        width: 100% !important;
    }
}
@media (max-width: 350px) {
    .select2-search__field {
        font-size: 0.73rem !important;
    }
}
.payloadTableMain {
    display: inline;
}
.current-date {
    background-color: #3378b9 !important;
    border-radius: 5px !important;
    border: 1px solid #ececec !important;
    margin: 0 55px !important;
    color: #fff !important;
}
.current-date a {
    color: #fff !important;
}
.upperDateCol {
    min-width: 210px;
}
.inline-table {
    display: inline-table !important;
}
.payloadTable {
    width: 32%;
    padding: 40px !important;
    margin-right: 1%;
    display: inline-table;
    margin-top: 30px;
    border: none;
}
.redTime {
    color: #ff0400 !important;
}
.turnTableIcon {
    font-size: 21px !important;
    color: grey !important;
}
.tableStandard th,
#tabgeneral th,
.airlineDetailsTable th {
    font-size: 0.9rem;
    text-align: center !important;
    font-weight: 400 !important;
    color: black;
    width: 61px;
    background: #7dd7ff !important;
    padding: 0;
    border: 1px solid #ddd !important;
}
table.dataTable thead tr > .dtfc-fixed-left {
    background: #7dd7ff !important;
    text-align: center !important;
    font-weight: 400 !important;
    border: 0px solid #ddd !important;
}
.tableStandard tr,
.airlineDetailsTable tr {
    border: 1px solid #ddd !important;
}
.tableStandard td,
#tabgeneral td,
.airlineDetailsTable td {
    font-size: 0.85rem !important;
    text-align: left;
    text-wrap: nowrap;
    padding: 3px 20px !important;
    font-weight: 400;
    vertical-align: middle;
    border: none !important;
}
.form-check-input:checked {
    background-color: green;
    border-color: green;
}
.btn-group-sm
    > .btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(
        .border-hover
    ):not(.border-active):not(.btn-flush):not(.btn-icon),
.btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(
        .border-hover
    ):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm {
    padding: calc(0.5rem + -1px) calc(0.55rem + 1px);
    height: 30px;
}
#handlingairport td a,
#tabstaffloc td a {
    color: black;
}
#handlingairport td a:hover,
#tabstaffloc td a:hover {
    color: rgb(255, 0, 0);
}
.page-item.active > .page-link {
    background-color: #0077b6;
}
.page-item .page-link {
    border-radius: 0.25rem !important;
}
.serviceHeading {
    font-weight: bold;
    border-bottom: 1px solid #0e0d0d !important;
    margin-bottom: 3px;
}
.hasTime {
    width: 190px !important;
}
.serviceLabel {
    color: black !important;
}
.downloadBtn {
    background-color: #cccc30;
    color: rgb(0, 0, 0);
    border: none;
    height: 27px;
}
.uploadBtn {
    background-color: #00a4d8;
    color: white;
    border: none;
    height: 27px;
}
.editBtn {
    background-color: rgb(240, 160, 11);
    color: white;
    border: none;
    height: 27px;
}
.blueBtn {
    background-color: rgb(13, 100, 214);
    color: white;
    border: none;
    height: 27px;
}
.deleteBtn {
    background-color: red;
    color: white;
    border: none;
    height: 27px;
}
.removeBtn {
    background-color: #f0484f;
    color: white;
    border: none;
    height: 27px;
}
.greenBtn {
    background-color: rgb(12, 175, 85);
    color: white !important;
    border: none;
    height: 27px;
}
.skyColor {
    background-color: aliceblue;
}
.nav-line-tabs .nav-item-inner .nav-link.active,
.nav-line-tabs .nav-item-inner .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item-inner.show .nav-link {
    border-top: 3px solid #000868 !important;
    transition: 0.2s !important;
}
.input-group {
    position: relative;
}
.input {
    width: 100%;
    border: solid 1px #9e9e9e;
    background: none;
    padding-left: 5px;
    font-size: 1rem;
    color: #050505;
    transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.user-label {
    font-size: 0.9rem;
    line-height: 3px;
    position: absolute;
    left: 6px;
    font-weight: 500;
    color: #949494;
    pointer-events: none;
    transform: translateY(1rem);
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.input:focus,
input:valid,
select:valid {
    outline: none;
    border: 1px solid #9e9e9e;
}
.input:focus ~ label,
input:valid ~ label,
select:valid ~ label,
textarea:valid ~ label {
    transform: translateY(-50%) scale(0.8);
    background-color: #ffffff;
    padding: 0rem;
    color: #181818;
    height: 5px;
}
.input-group select.input {
    height: 24px;
}
.darkbluebg {
    background-color: #00abf1 !important;
}
.button {
    position: relative;
    display: inline-block;
}
.icon {
    width: 23px;
    height: 23px;
    stroke-width: 1.5;
    fill: none;
    stroke: #008000;
    transition: fill 0.3s ease, stroke 0.3s ease;
}
.button:active .icon {
    fill: #006400;
    stroke: #c8e6c9;
}
.iconMinus {
    width: 25px;
    height: 25px;
    stroke-width: 1.5;
    fill: none;
    stroke: #c91508;
    transition: fill 0.3s ease, stroke 0.3s ease;
}
.button:active .iconMinus {
    fill: #c91508;
    stroke: #f7d1cf;
}

.flatpickr-calendar {
    width: 90px !important;
    font-size: 0.9rem !important;
}
.flatpickr-am-pm {
    display: none;
}
.flatpickr-time {
    widows: 65px;
    line-height: 22px !important;
}
.flatpickr-time input.flatpickr-hour,
.flatpickr-time input.flatpickr-minute {
    height: 20px !important;
}
.flatpickr-time .numInputWrapper {
    height: 20px !important;
}
.darkBlueBtn {
    background: #2e4362 !important;
    color: white;
}
.submitButton {
    --color: #fff;
    font-family: inherit;
    display: inline-block;
    width: 6.5em;
    height: 30px;
    background-color: #2e4362 !important;
    line-height: 0.5em;
    margin: 5px;
    position: relative;
    overflow: hidden;
    border: 2px solid #2e4362 !important;
    transition: color 0.5s;
    z-index: 1;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--color);
}
.submitButton-red {
    background-color: red !important;
    border: 2px solid red !important;
}
.submitButton-green {
    background-color: green !important;
    border: 2px solid green !important;
}
.submitButton-yellow {
    background-color: rgb(240, 160, 11) !important;
    border: 2px solid rgb(240, 160, 11) !important;
}
.submitButton-orange {
    background-color: #ff6c00 !important;
    border: 2px solid #ff6c00 !important;
}
.submitButton-info {
    background-color: #3279f5 !important;
    border: 2px solid #3279f5 !important;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 7px;
}
::-webkit-scrollbar-thumb {
    background: #00abf1 !important;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #00abf1 !important;
}
.tabLowerTrc1 {
    border: 1px solid #00abf1 !important;
}
.checkbox-container:has(> input:disabled:checked)::after {
    width: 15px;
    height: 15px;
    background: green;
    display: inline-block;
    border-radius: 3px;
    color: white;
    line-height: 20px;
    position: relative;
    content: "✔";
    text-align: center;
}
.checkbox-container input:disabled:checked {
    display: none;
}
.popupNav .nav-item .nav-link {
    margin: 0rem 0.4rem !important;
}
input[type="file"]::file-selector-button {
    background-color: #2e4362 !important  ;
    color: #fff;
    border: none;
    outline: none;
    margin-left: -5px;
    padding: 0.25rem;
    margin-top: 0px;
}
.flights-trckers-9 {
    color: #135588;
}
.flights-trckers-12 {
    color: #062766;
}
.flights-trckers-14 {
    margin-top: 18px;
    border: 1px dashed #377d04;
    color: green;
    width: 95%;
    float: left;
}
.flights-trckers-15 {
    width: 5%;
    height: auto;
    margin-top: 0px;
}
@media (max-width: 770px) {
    .air-logo-1 {
        margin-top: 5px !important;
    }
    .steps a {
        width: 108px !important;
    }
    .steps [aria-current] {
        width: 125px !important;
    }
    .steps .secondStep {
        min-width: 100px !important;
    }
}
@media (max-width: 376px) {
    .air-logo-1 {
        margin-top: 0px !important;
    }
}
@media (max-width: 1025px) {
    .air-logo-1 {
        margin-top: 11px !important;
    }
}
.modalHeight {
    height: 300px;
}
[data-bs-theme="light"] {
    --bs-scrollbar-color: #00abf1 !important;
    --bs-scrollbar-hover-color: #00abf1 !important;
}
.underline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}
.nav-line-tabs .nav-item-inner .subNav.active .underline,
.nav-line-tabs .nav-item-inner .subNav:hover:not(.disabled) .underline,
.nav-line-tabs .nav-item-inner.show .subNav .underline {
    background-color: #00449d;
    transition: 0.2s !important;
    border-top: 0px !important;
}
.nav-line-tabs .nav-item-inner .subNav.active,
.nav-line-tabs .nav-item-inner .subNav:hover:not(.disabled),
.nav-line-tabs .nav-item-inner.show .subNav {
    border-top: 0px !important;
    color: #00449d !important;
}
.bg-warning {
    background-color: rgb(255 136 0) !important;
}
.text-warning {
    color: rgb(255 136 0) !important;
}
.container-chart .box .chart {
    line-height: 100px;
}
.container-chart .box canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
}
.flightwatchTab {
    background-color: #cde7ff;
    border-top: 3px solid #cde7ff !important;
    border-radius: 0.275rem !important;
}
.flightwatchTab.active {
    background-color: #cde7ff !important;
}
.lightwatchTab {
    background-color: #cde7ff;
    border-top: 3px solid #cde7ff !important;
    border-radius: 0.275rem !important;
}
.lightwatchTab.active {
    background-color: #cde7ff !important;
}
.menu-sub-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 0rem !important;
}
.menu-sub-indention .menu-item .menu-item .menu-link.active {
    margin-right: 0rem !important;
}
[data-kt-app-layout="dark-sidebar"] .app-sidebar {
    background-color: #2e4362 !important;
}
.app-sidebar .menu > .menu-item .menu-link.active {
    background-color: #7a7ebb9e;
}
.app-sidebar .menu > .menu-item .menu-link .menu-title {
    color: #ffffff !important;
}
.app-sidebar .menu > .menu-item .menu-sub .menu-item .menu-link .menu-title {
    color: #d2d3d5 !important;
    font-size: 0.9rem;
}
[data-kt-app-layout="dark-sidebar"]
    .app-sidebar
    .menu
    > .menu-item
    .menu-heading {
    color: #ffff !important;
}
:root,
[data-bs-theme="light"] {
    --bs-border-radius: 0.275rem;
}
.table > :not(caption) > * > * {
    padding: 0.07rem;
}
.rounded {
    border-radius: 0.3rem !important;
}
.level-2-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.level-2-wrapper::after {
    display: none;
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: calc(100% + 20px);
    height: 2px;
    background: black;
}

.level-2-wrapper li {
    position: relative;
}

.level-2 {
    width: 70%;
    margin: 0 auto 40px;
    background: gray;
}

.level-2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: black;
}

.level-2::after {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
    width: 20px;
    height: 2px;
    background: black;
}

/* LEVEL-3 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    width: 90%;
    margin: 40px auto;
}

.level-3-wrapper::before {
    content: "";
    position: absolute;
    top: -22px;
    left: calc(25% - -15px);
    width: calc(50% + -5px);
    height: 2px;
    background: black;
}

.level-3-wrapper > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 2px;
    height: 22px;
    background: black;
}

.level-3 {
    margin-bottom: 20px;
    background: blue;
}

/* LEVEL-4 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
    position: relative;
    width: 80%;
    margin-left: auto;
}

.level-4-wrapper::before {
    content: "";
    position: absolute;
    top: -27px;
    left: -20px;
    width: 2px;
    height: calc(100% + -23px);
    background: black;
}

.level-4-wrapper li + li {
    margin-top: 20px;
}

.level-4 {
    font-weight: normal;
    background: lightgray;
}

.level-4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
    width: 45px;
    height: 2px;
    background: black;
}
ol {
    list-style: none;
}

/* MQ STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
    .rectangle {
        padding: 20px 10px;
    }

    .level-1,
    .level-2 {
        width: 100%;
    }

    .level-1 {
        margin-bottom: 20px;
    }

    .level-1::before,
    .level-2-wrapper > li::before {
        display: none;
    }

    .level-2-wrapper,
    .level-2-wrapper::after,
    .level-2::after {
        display: block;
    }

    .level-2-wrapper {
        width: 90%;
        margin-left: 10%;
    }

    .level-2-wrapper::before {
        left: -20px;
        width: 2px;
        height: calc(100% + 40px);
    }

    .level-2-wrapper > li:not(:first-child) {
        margin-top: 50px;
    }
}

@media (max-width: 786px) {
    .level-3-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
table.table-responsive {
    display: inline-table;
}
.w-115px {
    width: 115px !important;
}
.BlueBg {
    background-color: #2e4362 !important;
}
.w-1 {
    width: 5% !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    padding: 0.25rem 0.5rem !important;
}
.select2-container--bootstrap5
    .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
    min-height: 25px !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important  ;
}
.select2-container--bootstrap5
    .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg)
    .select2-selection_choice
    .select2-selectionchoice_display {
    font-size: 0.8rem !important;
}
.select2-container--bootstrap5
    .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg)
    .select2-selection__choice
    .select2-selection__choice__display {
    font-size: 0.8rem !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    padding: 0.25rem 0.5rem !important;
    font-size: 12px;
}
.ms-options-wrap {
    width: 100%;
}
.subTab {
    background-color: #cde7ff;
    background: #00abf1 !important;
    color: white !important;
    border-top: 3px solid #00abf1 !important;
}
.subTabb {
    background: #d8f4ff !important;
    border-top: 3px solid #d8f4ff !important;
}
.dtfh-floatingparenthead {
    top: 72px !important;
}
.dataTables_scrollBody thead {
    visibility: collapse;
}
table.dataTable thead > tr > th.sorting {
    font-weight: 400;
    border: 0px solid #ddd !important;
    background: #7dd7ff !important;
}
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    border: 1px solid #9e9e9e !important;
    background-color: transparent !important;
    padding: 1px 20px 0px 5px !important;
    border-radius: 0.3rem;
    height: 25px;
    margin-top: 0px !important;
}
.lightBlueBtn {
    background: #075aaa !important;
    color: var(--bs-primary-inverse) !important;
    padding: 2px 4px 2px 4px !important;
    border-radius: 0.2rem;
    font-size: 0.65rem !important;
}
.bgLightGrey {
    background: #f4f6fc !important;
}
.bgLightBlue {
    background: #d7edff !important;
    font-weight: bold !important;
}
.bgLightYellow {
    background: #fff9cfa3 !important;
}
.removeIcon {
    width: 23px;
    height: 23px;
    stroke-width: 1.5;
    fill: none;
    stroke: #f0a00b;
    transition: fill 0.3s ease, stroke 0.3s ease;
}
.button:active .removeIcon {
    fill: #f0a00b;
    stroke: #c8e6c9;
}
.w-285px {
    width: 285px;
}
.w-18px {
    width: 18px;
}
.w-17px {
    width: 17px;
}
.w-170px {
    width: 170px;
}
.w-22px {
    width: 22px;
}
.h-22px {
    height: 22px;
}
table.dataTable td,
table.dataTable th {
    box-sizing: inherit !important;
}
table.dataTable th {
    background: #7dd7ff !important;
    border: 1px solid #ddd !important;
    font-weight: 400 !important;
    text-align: center !important;
}
.even {
    background: #e5f7ff !important;
}
.odd {
    background: #fff !important;
}
table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right {
    background-color: inherit !important;
}
table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: none;
}
.tableStandard tr:nth-child(even) {
    background: #e5f7ff !important;
}
.tableStandard tr:nth-child(odd) {
    background: #ffff !important;
}
.labelFont {
    font-size: 11px;
}
:root,
[data-bs-theme="light"] {
    --bs-green: #24b29a;
    --bs-blue: #3279f5;
    --bs-pink: #ff4181;
}

.bg-green {
    background-color: #24b29a;
}
.bg-blue {
    background-color: #3279f5;
}
.bg-pink {
    background-color: #ff4181;
}
.sixtyMinutes {
    background-color: rgb(220, 53, 69);
}
.thirtyMinutes {
    background-color: rgb(253, 126, 20);
}
.ki-outline,
.ki-solid {
    color: white !important;
}
i.bi,
i[class^="fonticon-"],
i[class*=" fonticon-"],
i[class^="fa-"],
i[class^="la-"],
i[class*=" la-"] {
    color: White !important;
    line-height: 0;
    font-size: 1.3rem;
}
.fa-file-plus::before {
    content: "\f319";
}
.table > thead {
    height: 40px;
}
.step0 {
    background-color: #72d5fb !important;
}
.step1 {
    background-color: #7dd7ffd6 !important;
}

.step2 {
    background-color: #00b6ff;
}

.step3 {
    background-color: #127095;
    color: white !important;
}
.step4 {
    background-color: #0d4f68;
    color: white !important;
}
.oceanBg {
    background: #016064d6 !important;
}
.innerMenu .menu-item > * {
    padding-left: 29px;
}
#subChildfoldersTabList li a {
    background-color: #000868 !important;
    border-top: 3px solid #000868 !important ;
    margin-top: 5px;
}
#subChildfoldersTabList .nav-item-inner .nav-link.active {
    border-top: 3px solid #00abf1 !important;
}
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    top: 3% !important;
}
button.disabled {
    opacity: 0.7;
}
.steps.rounded li a {
    color: #fff;
    display: block;
    background: #3b557c;
    position: relative;
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-right: 23px;
    min-width: 165px;
    font-size: 18px;
}
.steps.rounded li:nth-child(even) a {
    background-color: #0077b6;
}
.steps.rounded li:nth-child(3) a {
    background-color: #00b4d8;
}
.steps.rounded li:nth-child(even) a:before {
    border-color: #0077b6;
    border-left-color: transparent;
}
.steps.rounded li:nth-child(even) a:after {
    border-left-color: #0077b6;
}
.steps.rounded li:nth-child(3) a:before {
    border-color: #00b4d8;
    border-left-color: transparent;
}
.steps.rounded li:nth-child(3) a:after {
    border-left-color: #00b4d8;
}
.steps.rounded li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}
.steps.rounded li:first-child a:before {
    border: none;
}
.steps.rounded li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}
.steps.rounded li:last-child a:after {
    border: none;
}
.steps.rounded li a:before,
.steps.rounded li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #3b557c;
    border-width: 20px 16px;
    width: 0;
    height: 40px;
}
.steps.rounded li a:before {
    left: -16px;
    border-left-color: transparent;
}
.steps.rounded li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #3b557c;
}
.dataTables_length .form-select {
    padding: 0.39rem 4.9rem 0.39rem 0.5rem !important;
}
div.dataTables_wrapper div.dataTables_length {
    padding: 0.5rem 0 0 0 !important;
    float: inline-end;
}
.dataTables_length select.form-select.form-select-sm.form-select-solid {
    border: 1.5px solid #9e9e9e !important;
    border-radius: 8px !important;
}
.dataTables_length::before {
    content: "Show";
    padding-right: 10px;
}
.dataTables_filter .form-control.form-control-solid {
    background-color: transparent !important;
    border: 1px solid #9e9e9e !important;
    color: var(--bs-gray-700);
    transition: color 0.2s ease;
    border-radius: 8px !important;
    min-height: 30px !important;
}
div.dataTables_wrapper div.dataTables_filter {
    padding: 0.5rem 0 0 0 !important;
    text-align: left !important;
}
.ms-options-wrap > .ms-options .ms-selectall {
    text-transform: capitalize !important;
}
div.dataTables_wrapper div.dataTables_filter label {
    padding-left: 1.75rem !important;
}
.dataTables_length {
    padding-right: 0.25rem !important;
}
.tableExportBtns {
    border: 0 !important;
    background-color: white !important;
    color: black !important;
}
.tableExportBtns:hover {
    background-color: #f1faff !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: black !important;
    padding-top: 2px;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.airline-option span {
    display: inline-block;
}
.airline-option span.airline-option-iata {
    width: 20px;
}
.airline-option span.airline-option-icao {
    width: 27px;
}

.airport-option span {
    display: inline-block;
}
.airport-option span.airport-option-iata {
    width: 28px;
}
.airport-option span.airport-option-icao {
    width: 35px;
}
.select2-container--bootstrap5
    .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg)
    .select2-search__field {
    margin-top: 5px;
}
.select2-container--bootstrap5
    .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg)
    .select2-search__field::placeholder {
    color: black !important;
}
.airline-option {
    width: 220px;
}
.nav-tabs .nav-item-inner:first-child .nav-link {
    margin-left: 0 !important;
}
.nav-tabs .nav-link.subNav.active {
    background-color: transparent !important;
}
.nav-tabs .nav-link.subNav {
    margin-top: 8px !important;
    margin-bottom: 0px !important;
    margin-right: 8px !important;
}
.dataTables_scrollBody {
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    user-select: none;
    white-space: nowrap;
    padding-bottom: 10px;
}

.dataTables_scrollBody.dragging {
    cursor: grabbing;
}
a.active .filterBtn {
    background-color: #3378b9 !important;
    color: white !important;
}

.copied {
    opacity: 0.5;
}

.fw-flight-item {
    transition: all 1s;
}

.btn.btn-primary.btn-sm.w-95px {
    background-color: #00bec1;
}
.seeApproval {
    background-color: #001c68;
}
.select2-container--bootstrap5
    .select2-selection--single
    .select2-selection__placeholder {
    color: black !important;
    font-size: 13px !important;
}
.text-success {
    color: green !important;
}
.select2-container--bootstrap5 .select2-selection__clear {
    right: 1rem !important;
}
div.dataTables_wrapper .bottom .dataTables_info {
    order: 2 !important;
}
div.dataTables_wrapper .bottom .dataTables_length {
    order: 3 !important;
}
.scroll-btn {
    display: none; /* hidden until JS enables */
    position: fixed;
    right: 2px;
    height: 35px;
    width: 25px;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-scrolltop-bg-color);
    box-shadow: var(--bs-scrolltop-box-shadow);
    opacity: 0.5;
    border-radius: 0.475rem;
    cursor: pointer;
    transition: opacity 0.2s ease;
    z-index: 105;
}
.scroll-btn:hover {
    background-color: var(--bs-scrolltop-bg-color-hover);
    opacity: 1;
}

/* Positioning */
#kt_scrolltop {
    top: 50%;
}

#kt_scrolldown {
    top: calc(50% + 40px); /* 50px below scrolltop */
}

.StaffListTab .tableStandard td {
    padding: 3px 8px !important;
}
#ticketTable_wrapper .dataTables_length {
    padding-right: 0.75rem !important;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.text-ellipsis {
    text-overflow: ellipsis;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice {
    padding: 0.1rem 0.2rem !important;
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
        0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
        0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}
.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}
.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}
.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}
.flatpickr-calendar.multiMonth
    .flatpickr-days
    .dayContainer:nth-child(n + 1)
    .flatpickr-day.inRange:nth-child(7n + 7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.flatpickr-calendar.multiMonth
    .flatpickr-days
    .dayContainer:nth-child(n + 2)
    .flatpickr-day.inRange:nth-child(7n + 1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
}
.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}
.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}
.flatpickr-calendar:focus {
    outline: 0;
}
.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}
.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
      /*rtl:begin:ignore*/
    left: 0; /*
      /*rtl:end:ignore*/
} /*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
      /*rtl:begin:ignore*/
    right: 0; /*
      /*rtl:end:ignore*/
} /*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}
.numInputWrapper {
    position: relative;
    height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}
.numInputWrapper input {
    width: 100%;
}
.numInputWrapper input::-ms-clear {
    display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}
.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
}
.numInputWrapper span.arrowDown {
    top: 50%;
}
.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
}
.numInputWrapper span svg {
    width: inherit;
    height: auto;
}
.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
    opacity: 1;
}
.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month
    .flatpickr-monthDropdown-months
    .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
}
.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0;
}
.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}
.flatpickr-days:focus {
    outline: 0;
}
.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
}
.flatpickr-day.today {
    border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}
.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
    visibility: hidden;
}
.rangeMode .flatpickr-day {
    margin-top: 1px;
}
.flatpickr-weekwrapper {
    float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none;
}
.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}
.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}
.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}
.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eee;
}
.flatpickr-input[readonly] {
    cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("/storage/uploads/sample/flags.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/storage/uploads/sample/flags.png");
    }
}

.iti__flag.iti__np {
  background-color: transparent; }
