.title {
    padding: 0px;
    margin: 0px;
    line-height: 1.5em;
}

.switch {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 28px;
    margin: 0px !important;
}
.switch input {
    display: none;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 28px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .slider .slider-on, .switch .slider .slider-off {
    position: absolute;
    top: 4px;
    color: #fff;
    width: calc(100% - 34px);
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .slider .slider-on {
    left: -100%;
}
.switch .slider .slider-off {
    right: 8px;
}
.switch input:checked + .slider {
    background-color: #da4d4d;
}
.switch input:focus + .slider {
    box-shadow: 0 0 1px #da4d4d;
}
.switch input:checked + .slider:before {
    left: calc(100% - 24px);
}
.switch input:checked + .slider .slider-on {
    left: 8px;
}
.switch input:checked + .slider .slider-off {
    right: -100%;
}

.fileinput-remove {
    display: none !important;
}
.file-drag-handle {
    display: none !important;
}

.hide {
    display: none;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.upload-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 37.2px;
}
.upload-image-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    cursor: pointer;
}

.image-slider {
    width: 100%;
    padding: 1px;
    background-color: #333;
    overflow: hidden;
    position: relative;
}
.image-slider .image-view {
    margin: 0px;
    padding: 0px;
}
.image-slider .image-view .image-item {
    display: none;
    list-style-type: none;
}
.image-slider .image-view .image-item.active {
    display: table-cell;
}
.image-slider .image-view .image-item img {
    width: 100%;
}
.image-slider .image-thumb {
    margin: 0px;
    padding: 0px;
    position: relative;
    left: 0px;
}
.image-slider .image-thumb li {
    opacity: .8;
    filter: opacity(.8);
    width: 60px;
    height: 45px;
    padding: 3px;
    list-style-type: none;
    float: left;
}
.image-slider .image-thumb li.active, .image-slider .image-thumb li:hover {
    opacity: 1;
    filter: opacity(1);
}
.image-slider .image-thumb li img {
    width: 100%;
}
.image-slider .arrow-left, .image-slider .arrow-right {
    position: absolute;
    bottom: 0px;
    width: 20px;
    height: 45px;
    color: #e5e5e5;
    background-color: #333;
    opacity: .2;
    filter: opacity(.2);
    font-size: 24px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
.image-slider .arrow-left {
    left: 0px;
}
.image-slider .arrow-right {
    right: 0px;
}
.image-slider:hover .arrow-left, .image-slider:hover .arrow-right {
    opacity: .8;
    filter: opacity(.8);
}

.ui.selection.dropdown.active {
    border: 1px solid #da4d4d !important;
}
.ui.selection.active.dropdown .menu {
    border-color: #da4d4d !important;
}


.home-blog-post {
    border: 1px solid #fff;
}
.home-blog-post:hover {
    border: 1px solid #ddd;
}
.home-blog-post .text {
    height: 46px;
}
.home-blog-post .image {
    text-align: center;
}
.home-blog-post .image img {
    width: 100% !important;
    height: inherit !important;
}

.category-front {
    padding: 0px;
    margin: 0px;
}
.category-front .panel-body {
    padding-top: 5px;
    padding-bottom: 5px;
}
.category-front .nav-pills .nav-link {
    background: #eee;
}
.category-front .nav-pills .nav-link:hover {
    background: transparent;
    color: #fff;
}

.icon-outlined.img-application {
    width: 180px;
    height: 180px;
}
.icon-outlined.img-application img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.home-carousel .img-carousel {
    max-height: 280px;
}

.simplebar-scrollbar::before {
    background: #da4d4d !important;
}

.img-profile {
    width: 80%;
    margin: 20px;
    border: 2px solid #eee;
    border-radius: 50%;
}

.no-hover {
    cursor: default !important;
    pointer-events: none !important;
}


.switch {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 28px;
    margin: 0px !important;
}
.switch input {
    display: none;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 28px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .slider .slider-on, .switch .slider .slider-off {
    position: absolute;
    top: 4px;
    color: #fff;
    width: calc(100% - 34px);
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .slider .slider-on {
    left: -100%;
}
.switch .slider .slider-off {
    right: 8px;
}
.switch input:checked + .slider {
    background-color: #467fbf;
}
.switch input:focus + .slider {
    box-shadow: 0 0 1px #467fbf;
}
.switch input:checked + .slider:before {
    left: calc(100% - 24px);
}
.switch input:checked + .slider .slider-on {
    left: 8px;
}
.switch input:checked + .slider .slider-off {
    right: -100%;
}

.top-bar {
    background-color: #fff;
}

.mask-white {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8);
}

footer.main-footer {
    padding: 0px;
}
footer.main-footer .copyrights {
    margin: 0px;
}

.client-name {
    padding-bottom: 30px;
}
.no-pointer {
    pointer-events: none;
}
.text-code {
    text-transform: none;
    letter-spacing: 5px;
}

.card-rewards {
    display: table;
    position: relative;
    width: 100%;
    height: 320px;
    border-color: #fff;
    background-size: cover;
    background-position: center;
}
.card-rewards .card-body {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.card-rewards .card-body:hover {
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.card-rewards .card-body .heading {
    text-shadow: 1px 1px 2px #000;
}

.link-cover {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

#travel_table tbody tr {
    background-color: transparent;
}

#travel_table_length, #travel_table_info, #travel_table_filter, #travel_table thead {
    display: none;
}

#travel_table td, #travel_table.dataTable.no-footer {
    border: none;
}

#price_comparison hr {
    margin: 5px 0px;
}

#travel_table img.img-fluid {
    max-width: none !important;
    margin: 0px auto 10px 0px;
}


#life_style_table tbody tr {
    background-color: transparent;
}

#life_style_table_length, #life_style_table_info, #life_style_table_filter, #life_style_table thead {
    display: none;
}

#life_style_table td, #life_style_table.dataTable.no-footer {
    border: none;
}

#life_style_table img.img-fluid {
    max-width: none !important;
    margin: 0px auto 10px 0px;
}
#life_style_clone {
    padding: 36px;
    background-color: #fff;
}
#life_style_form {
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
}
#life_style_table_previous, #life_style_table_next {
    color: #fff !important;
}
.life_style-form {
    padding: 50px;
}

table.dataTable {
    width: 100% !important;
}

#hotel_clone {
    padding: 36px;
    background-color: #fff;
}
#hotel_form {
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
}
.hotel-form {
    padding: 50px;
}

.loading-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    display: none;
}
.loading-table {
    width: 100%;
    height: 100%;
    display: table;
}
.loading-icon {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.text-yellow {
    color: #ffff00;
}

.flash-sale {
    margin-bottom: 20px;
}
.flash-sale img {
    width: 220px;
    /* float: left; */
}
.flash-sale .promo-description {
    /* width: calc(100% - 225px); */
    /* float: left; */
    /* padding-left: 25px; */
}
.promo-description .promo-text {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    /* font-size: 1em; */
    margin-bottom: 10px;
}
table.promo-timer {
    border-collapse: collapse;
    font-size: 1.5em;
    font-weight: bold;
    margin: auto;
}
table.promo-timer td.timer-content {
    padding: 0px 2px;
    text-align: center;
}
table.promo-timer td.timer-content span {
    padding: 5px 10px;
    color: #eedc00;
    background-color: #ee0000;
    border-radius: 3px;
}
table.promo-timer td.timer-divider {
    padding: 2px 10px;
    color: #fff;
}

.promo-wrapper {
    padding-top: 25px;
}
.promo-wrapper .heading {
    border-bottom: 1px solid #fff;
}
.promo-wrapper table.promo-content {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    width: 100%;
}
.promo-wrapper table.promo-content tbody tr td {
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0px;
}
.promo-wrapper table.promo-content tbody tr td:first-child {
    width: 120px;
}
.promo-wrapper table.promo-content tbody tr td:last-child {
    padding-left: 10px;
    padding-top: 10px;
    vertical-align: top !important;
}
.promo-wrapper table.promo-content img {
    min-width: 120px !important;
    max-width: 120px !important;
    height: 90px !important;
}

.btn-file {
    position: relative;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.carousel img {
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
}
