html {
    scroll-behavior: smooth !important;
}

.zn-box-destinasi {
    background: #fff;
    border-left: 5px solid #1abc9c;
    padding: 15px;
    border-radius: 10px;
}

.mfp-bg {
    background: #444444 !important;
}

.zn-text-des {
    text-transform: uppercase;
    font-size: 18px;
    border: 1px dashed #ffffff;
    display: inline-block;
    padding: 5px 30px;
    background: #0000005c;
    color: #fffa99;
}

.flip-card-back::after,
.flip-card-front::after {

    background-color: #0000;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    position: fixed;
    right: 20px;
    top: 10px;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.zn-name-wisata {

    font-size: 28px;

    text-transform: uppercase;

    font-weight: 500;

    margin-bottom: 0px;

    text-align: center;

    color: #1abc9c;
}

.zn-title-wisata {
    font-weight: 400;
    text-align: center;
}

.zn-slide-berita {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.zn-budget-wisata {
    text-align: center;
    background: #f1f1f1;
    display: inline-block;
    padding: 5px 30px;
    color: #1abc9c;
    font-weight: 600;
    border-radius: 15px;
}

.zn-subtitle-wisata {

    font-weight: 500;

    font-size: 16px;

    border-radius: 0px 15px 15px 0px;

    text-transform: uppercase;

    border-left: 3px solid #1abc9c;

    padding: 5px 15px;

    background: whitesmoke;
}


.datepicker {
    width: 265px;
    padding: 10px;
    border-radius: 0.85rem;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.datepicker.datepicker-orient-top {
    margin-top: 8px;
}

.datepicker table {
    text-align: center;
    width: 100%;
}

.datepicker td,
.datepicker th {
    font-size: 1rem;
    font-weight: regular;
    width: 33px;
    height: 33px;
    border-radius: 0.85rem;
}

.datepicker thead th {
    color: #3F4254;
}

.datepicker thead th.prev,
.datepicker thead th.datepicker-switch,
.datepicker thead th.next {
    font-weight: 500;
    color: #3F4254;
    border: 0;
}

.datepicker thead th.prev i,
.datepicker thead th.datepicker-switch i,
.datepicker thead th.next i {
    font-size: 1.2rem;
    color: #7E8299;
}

.datepicker thead th.prev i:before,
.datepicker thead th.datepicker-switch i:before,
.datepicker thead th.next i:before {
    line-height: 0;
    vertical-align: middle;
}

.datepicker thead th.prev:hover,
.datepicker thead th.datepicker-switch:hover,
.datepicker thead th.next:hover {
    background: #F3F6F9 !important;
}

.datepicker thead th.dow {
    color: #3F4254;
    font-weight: 600;
    border: none;
}

.datepicker tbody tr>td {
    width: 35px;
    height: 35px;
}

.datepicker tbody tr>td.day {
    color: #7E8299;
    font-weight: 400;
    cursor: pointer;
    border: none;
}

.datepicker tbody tr>td.day:hover {
    background: #F3F6F9;
    color: #3F4254;
}

.datepicker tbody tr>td.day.old {
    color: #7E8299;
}

.datepicker tbody tr>td.day.new {
    color: #3F4254;
}

.datepicker tbody tr>td.day.selected,
.datepicker tbody tr>td.day.selected:hover,
.datepicker tbody tr>td.day.active,
.datepicker tbody tr>td.day.active:hover {
    background: #F64E60;
    color: #ffffff;
}

.datepicker tbody tr>td.day.today {
    position: relative;
    background: #FFE2E5 !important;
    color: #F64E60 !important;
}

.datepicker tbody tr>td.day.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #F64E60;
    border-top-color: #F64E60;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.datepicker tbody tr>td.day.range {
    background: #F3F6F9;
    /* cursor: pointer; */
}

.datepicker tbody tr>td span.year,
.datepicker tbody tr>td span.hour,
.datepicker tbody tr>td span.minute,
.datepicker tbody tr>td span.month {
    color: #7E8299;
}

.datepicker tbody tr>td span.year:hover,
.datepicker tbody tr>td span.hour:hover,
.datepicker tbody tr>td span.minute:hover,
.datepicker tbody tr>td span.month:hover {
    background: #F3F6F9;
}

.datepicker tbody tr>td span.year.focused,
.datepicker tbody tr>td span.year.focused:hover,
.datepicker tbody tr>td span.year.active:hover,
.datepicker tbody tr>td span.year.active.focused:hover,
.datepicker tbody tr>td span.year.active,
.datepicker tbody tr>td span.hour.focused,
.datepicker tbody tr>td span.hour.focused:hover,
.datepicker tbody tr>td span.hour.active:hover,
.datepicker tbody tr>td span.hour.active.focused:hover,
.datepicker tbody tr>td span.hour.active,
.datepicker tbody tr>td span.minute.focused,
.datepicker tbody tr>td span.minute.focused:hover,
.datepicker tbody tr>td span.minute.active:hover,
.datepicker tbody tr>td span.minute.active.focused:hover,
.datepicker tbody tr>td span.minute.active,
.datepicker tbody tr>td span.month.focused,
.datepicker tbody tr>td span.month.focused:hover,
.datepicker tbody tr>td span.month.active:hover,
.datepicker tbody tr>td span.month.active.focused:hover,
.datepicker tbody tr>td span.month.active {
    background: #F64E60;
    color: #ffffff;
}

.datepicker tfoot tr>th {
    width: 35px;
    height: 35px;
}

.datepicker tfoot tr>th.today,
.datepicker tfoot tr>th.clear {
    border-radius: 0.85rem;
    font-weight: 500;
}

.datepicker tfoot tr>th.today:hover,
.datepicker tfoot tr>th.clear:hover {
    background: #EBEDF3;
}

.datepicker.datepicker-inline {
    border: 1px solid #EBEDF3;
}

.input-daterange .input-group-addon {
    min-width: 44px;
}

.input-daterange input {
    text-align: left;
}

.input-daterange .input-group-append .input-group-text {
    border-right: 0;
}

.daterangepicker {
    padding: 0;
    margin: 0;
    width: auto;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border-radius: 0.85rem;
    border: 0;
    font-family: Poppins, Helvetica, "sans-serif";
    z-index: 96;
}

.modal-open .daterangepicker {
    z-index: 1051;
}

.daterangepicker:after,
.daterangepicker:before {
    display: none;
}

.daterangepicker .ranges ul {
    padding: 1rem 0;
    width: 175px;
}

.daterangepicker .ranges li {
    padding: 0.7rem 1.75rem;
    font-weight: 500;
    font-size: 1rem;
    color: #7E8299;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.daterangepicker .ranges li:hover,
.daterangepicker .ranges li.active {
    background-color: #F3F6F9;
    color: #F64E60;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.daterangepicker.show-calendar .ranges {
    border-right: 1px solid #EBEDF3;
    margin-top: 0;
    height: 297px;
}

.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 0;
}

.daterangepicker .drp-buttons {
    padding: 1rem 1.75rem;
    border-top: 1px solid #EBEDF3;
}

.daterangepicker .drp-buttons .btn {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 0.85rem;
}

.daterangepicker .drp-selected {
    font-size: 0.9rem;
}

.daterangepicker .drp-calendar.left,
.daterangepicker .drp-calendar.right {
    padding: 1rem 1rem;
}

.daterangepicker .drp-calendar.left {
    border-left: 0 !important;
}

.daterangepicker .drp-calendar th,
.daterangepicker .drp-calendar td {
    font-size: 1rem;
    font-weight: regular;
    width: 33px;
    height: 33px;
}

.daterangepicker .drp-calendar th {
    font-weight: 500;
    color: #3F4254;
}

.daterangepicker .drp-calendar th.month {
    font-weight: 500;
    color: #3F4254;
}

.daterangepicker .drp-calendar th.next span,
.daterangepicker .drp-calendar th.prev span {
    border-width: 0 1px 1px 0;
    border-color: #7E8299;
}

.daterangepicker .drp-calendar th.next span {
    margin-right: 1px;
}

.daterangepicker .drp-calendar th.prev span {
    margin-left: 1px;
}

.daterangepicker .drp-calendar td {
    color: #7E8299;
}

.daterangepicker .drp-calendar td:hover {
    background-color: #F3F6F9;
}

.daterangepicker .drp-calendar td.available.off {
    color: #B5B5C3;
}

.daterangepicker .drp-calendar td.active {
    background-color: #F64E60 !important;
    color: #FFFFFF !important;
    border-radius: 0.85rem;
}

.daterangepicker .drp-calendar td.active.start-date {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.daterangepicker .drp-calendar td.active.end-date {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.daterangepicker .drp-calendar td.active.start-date.end-date {
    border-radius: 0.85rem;
}

.daterangepicker .drp-calendar td.today,
.daterangepicker .drp-calendar td.today.active {
    border-radius: 0.85rem;
    background: rgba(246, 78, 96, 0.12) !important;
    color: #F64E60 !important;
}

.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
    background-color: #F3F6F9;
    color: #3F4254;
}

.daterangepicker select {
    border-radius: 0.85rem;
    background: transparent !important;
    border-color: #E4E6EF !important;
    color: #3F4254 !important;
}

@media (min-width: 730px) {
    .daterangepicker.show-calendar .ranges {
        height: 297px !important;
    }
}

@media (max-width: 767.98px) {
    .daterangepicker.show-calendar .ranges {
        height: 245px;
    }
}

.bootstrap-datetimepicker-widget {
    border: 1px solid #EBEDF3;
    border-radius: 0.85rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    border: 0;
    width: 265px !important;
    padding: 0;
}

.bootstrap-datetimepicker-widget .datepicker {
    width: 100%;
    padding: 10px;
}

.bootstrap-datetimepicker-widget .datepicker table {
    width: 100%;
}

.bootstrap-datetimepicker-widget .datepicker table thead th {
    display: table-cell;
}

.bootstrap-datetimepicker-widget .datepicker table thead th.picker-switch {
    color: #3F4254;
    font-weight: 500;
    display: table-cell;
    font-size: 1rem;
}

.bootstrap-datetimepicker-widget .datepicker table thead th.picker-switch:hover {
    color: #F64E60;
    background: #F3F6F9 !important;
}

.bootstrap-datetimepicker-widget .datepicker table thead th.prev span,
.bootstrap-datetimepicker-widget .datepicker table thead th.next span {
    font-size: 0.8rem;
    color: #7E8299;
}

.bootstrap-datetimepicker-widget .datepicker table thead th.prev:hover span,
.bootstrap-datetimepicker-widget .datepicker table thead th.next:hover span {
    color: #F64E60;
}

.bootstrap-datetimepicker-widget .datepicker table thead th.disabled {
    color: #B5B5C3;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tr td,
.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tr th {
    font-size: 1rem;
    width: 35px;
    height: 35px;
    padding: 0;
    font-weight: regular;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.85rem;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td {
    color: #7E8299;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td:hover {
    background: #F3F6F9;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td.old {
    color: #7E8299;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td.new {
    color: #3F4254;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td:focus,
.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td.active {
    background: #F64E60 !important;
    color: #ffffff !important;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td.selected {
    background: #FFE2E5;
    color: #F64E60;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td.disabled {
    color: #B5B5C3;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td.today {
    position: relative;
    background: #FFE2E5 !important;
    color: #F64E60 !important;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tbody tr>td.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #F64E60;
    border-top-color: #F64E60;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th {
    font-size: 1rem;
    width: 35px;
    height: 35px;
    padding: 0;
    font-weight: regular;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.85rem;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span {
    color: #7E8299;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span:hover,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span:hover,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span:hover,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span:hover,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span:hover,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span:hover {
    background: #F3F6F9;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.old,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.old,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.old,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.old,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.old,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.old {
    color: #7E8299;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.new,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.new,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.new,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.new,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.new,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.new {
    color: #3F4254;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span:focus,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.active,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span:focus,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.active,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span:focus,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.active,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span:focus,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.active,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span:focus,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.active,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span:focus,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.active {
    background: #F64E60 !important;
    color: #ffffff !important;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.selected,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.selected,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.selected,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.selected,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.selected,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.selected {
    background: #FFE2E5;
    color: #F64E60;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.today,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.today,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.today,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.today,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.today,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.today {
    position: relative;
    background: #FFE2E5 !important;
    color: #F64E60 !important;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.today:before,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.today:before,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.today:before,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.today:before,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.today:before,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #F64E60 !important;
    border-top-color: #F64E60 !important;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr td span.disabled,
.bootstrap-datetimepicker-widget .datepicker .datepicker-months table tr th span.disabled,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr td span.disabled,
.bootstrap-datetimepicker-widget .datepicker .datepicker-years table tr th span.disabled,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr td span.disabled,
.bootstrap-datetimepicker-widget .datepicker .datepicker-decades table tr th span.disabled {
    color: #B5B5C3;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget .timepicker {
    padding: 10px;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td {
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    line-height: 35px;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td a {
    padding: 0;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td span {
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    font-size: 0.8rem;
    color: #7E8299;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td .timepicker-hour {
    font-size: 1rem;
    color: #7E8299;
    font-weight: 400;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td:hover span {
    background: #F3F6F9;
    color: #F64E60;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-minutes table,
.bootstrap-datetimepicker-widget .timepicker .timepicker-hours table {
    width: auto;
    margin: 0 auto;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-minutes table tr td,
.bootstrap-datetimepicker-widget .timepicker .timepicker-hours table tr td {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 1rem;
    font-weight: 400;
    color: #7E8299;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-minutes table tr td:hover,
.bootstrap-datetimepicker-widget .timepicker .timepicker-hours table tr td:hover {
    background: #F3F6F9;
    color: #F64E60;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle {
    padding: 10px;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table {
    padding: 0;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table td {
    padding: 0;
    height: 35px;
    border: none;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table td a {
    padding: 0;
    color: #3F4254;
    font-weight: 500;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table td a span {
    font-size: 1.1rem;
    color: #7E8299;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table td:hover {
    background: #F3F6F9 !important;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle table td:hover a span {
    background: transparent;
    color: #F64E60;
}

.bootstrap-datetimepicker-widget .collapse.show~.picker-switch.accordion-toggle {
    padding-top: 0;
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle~.collapse.show .timepicker {
    padding-top: 0;
}

.replaced-svg {
    fill: #fff;
    transition: width 1s;
    width: 91px;
    flex-shrink: 0;
}

.replaced-svg:hover {
    fill: #fffa99;
    transition: width 1s;
    /* width: 100px; */
    flex-shrink: 0;
}

.zn-title-ic {
    margin-top: 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 12px;
}

.form-select {

    border: 1px solid #f3f3f3;
}

.form-control {
    border: 1px solid #f3f3f3;
}

.table thead tr th {
    text-transform: uppercase;
    color: #e15562;
    font-size: 12px;
}

.table tbody tr td {
    font-size: 12px;
}

.zn-tb tr td.title {
    text-transform: uppercase;
    font-weight: 600;
    width: 150px;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 100000;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    margin: 0px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 2px solid #f9f9f9 !important;
    border-radius: 4px !important;
    height: 42px !important;
    padding: 5px !important;
}


/* Styling */
.timeline {
    /* margin: 4em auto; */
    position: relative;
    max-width: 46em;
  }
  .timeline:before {
    background-color: black;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 2em;
    width: 2px;
    height: 100%;
  }
  
  .timeline-event {
    position: relative;
  }
  .timeline-event:hover .timeline-event-icon {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #1abc9c;
  }
  .timeline-event:hover .timeline-event-thumbnail {
    -moz-box-shadow: inset 40em 0 0 0 #1abc9c;
    -webkit-box-shadow: inset 40em 0 0 0 #1abc9c;
    box-shadow: inset 40em 0 0 0 #1abc9c;
  }
  
  .timeline-event-copy {
    padding: 2em 0px 0px;
    position: relative;
    top: -1.875em;
    left: 4em;
    width: 80%;
  }
  .timeline-event-copy h3 {
    font-size: 1.75em;
  }
  .timeline-event-copy h4 {
    font-size: 1.2em;
    margin-bottom: 1.2em;
  }
  .timeline-event-copy strong {
    font-weight: 700;
  }
  .timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 1.2em;
  }
  
  .timeline-event-icon {
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: black;
    outline: 10px solid white;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    top: 0;
    left: 32px;
    width: 1em;
    height: 1em;
  }
  
  .timeline-event-thumbnail {
    -moz-transition: box-shadow 0.5s ease-in 0.1s;
    -o-transition: box-shadow 0.5s ease-in 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in;
    -webkit-transition-delay: 0.1s;
    transition: box-shadow 0.5s ease-in 0.1s;
    color: white;
    font-size: 0.75em;
    background-color: black;
    -moz-box-shadow: inset 0 0 0 0em #ef795a;
    -webkit-box-shadow: inset 0 0 0 0em #ef795a;
    box-shadow: inset 0 0 0 0em #ef795a;
    display: inline-block;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em 1em;
  }

  /* li {
      list-style: none;
  } */

  
/* LOADING */

#container-loading {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000cc;
    z-index: 9999999;
    /* display: none; */
}



.loading {
    width: 130px;
    display: block;
    height: 2px;
    margin: 28px auto;
    border-radius: 2px;
    background-color: #5d6b61;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.loading:before {
    content: '';
    height: 3px;
    width: 68px;
    position: absolute;
    -webkit-transform: translate(-34px, 0);
    -ms-transform: translate(-34px, 0);
    transform: translate(-34px, 0);
    background-color: #E52229;
    border-radius: 2px;
    -webkit-animation: initial-loading 1.5s infinite ease;
    animation: animation 1.4s infinite ease;
}


.caption {
    margin-top: 30px;
    text-align: center;
}

.caption h2 {
    font-family: Trebuchet MS;
    color: #cfcfcf;
    margin: 0 0 8px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.caption ul {
    margin: 0;
    padding: 0;
}

.caption li {
    list-style: none;
    display: inline-block;
    letter-spacing: 5px;
    font-size: 16px;
    color: #ffffff;
    margin-right: 8px;
    font-weight: 500;
    font-family: 'Poppins';
    animation: on-run 2.6s ease infinite;
    -webkit-animation: on-run 2.6s ease infinite;
    -moz-animation: on-run 2.6s ease infinite;
    -ms-animation: on-run 2.6s ease infinite;
    -o-animation: on-run 2.6s ease infinite;
}

.caption li:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.caption li:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    margin-right: 10px;
}

.caption li:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.caption li:nth-child(4) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.caption li:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-right: 10px;
}

.caption li:nth-child(6) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.caption li:nth-child(7) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.caption li:nth-child(8) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}


@-webkit-keyframes animation {
    0% {
        left: 0
    }

    50% {
        left: 100%
    }

    100% {
        left: 0
    }
}

@keyframes animation {
    0% {
        left: 0
    }

    50% {
        left: 100%
    }

    100% {
        left: 0
    }
}


@-webkit-keyframes bounce {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-filter: blur(1.4);
        filter: blur(1.4);
        -webkit-box-shadow: 0px 0.3px 5px .5px rgb(167, 167, 167);
        box-shadow: 0px 0.3px 5px .5px rgb(167, 167, 167);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-filter: blur(1.4);
        filter: blur(1.4);
        /* -webkit-box-shadow: 0px 0.3px 5px .5px rgb(167, 167, 167);
        box-shadow: 0px 0.3px 5px .5px rgb(167, 167, 167); */
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



@-webkit-keyframes on-run {
    0% {
        color: #f3f3f3;
    }

    25% {
        color: #E52229;
    }

    50% {
        color: #E52229;
    }

    75% {
        color: #f3f3f3;
    }

    100% {
        color: #f3f3f3;
    }
}

@keyframes on-run {
    0% {
        color: #f3f3f3;
    }

    25% {
        color: #E52229;
    }

    50% {
        color: #E52229;
    }

    75% {
        color: #f3f3f3;
    }

    100% {
        color: #f3f3f3;
    }
}


.face {
    /* position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; */

    text-align: center;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    /* display: none; */
}


.face .container>img {
    /* border: 1px solid #1ad073; */
    /* background: #5d6b61; */
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border border-radius: 2px;
    animation: bounce 1.4s ease infinite;
    -webkit-animation: bounce 1.4s ease infinite;
    -moz-animation: bounce 1.4s ease infinite;
    -ms-animation: bounce 1.4s ease infinite;
    -o-animation: bounce 1.4s ease infinite;
    padding: 12px;
    /* border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px; */
    border-radius: 10px;
}

/* LOADING */

@media only screen and (max-width: 600px) {
    .rev_slider {
        height: 300px !important;
    }

    .fullscreen-container, .fullwidthbanner-container {
        height: 300px !important;
    }

    .forcefullwidth_wrapper_tp_banner {
        height: 300px !important;
    }

    #slider .slider-inner {
        position: relative;
        display: -ms-flexbox;
        display: block;
        height: 300px;
        flex-grow: inherit;
        align-items: center;
    }

    .min-vh-75 {
        min-height: 300px !important;
    }

}
