/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.portal-widget-title,
.portal-widget-tab-panel,
.portal-widget-tabset {
    text-rendering: optimizeLegibility;
    font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
}
.portal-widget-carousel__card {
    width: 200px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #dddee6;
    padding: 16px 15px;
}
.portal-widget-carousel__card .card-image img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.portal-widget-carousel__card .card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
    color: #1a2258;
}
.portal-widget-carousel__card .card-subtitle {
    font-size: 14px;
    color: #787d9c;
}
.portal-widget-carousel__card .card-room {
    display: flex;
    align-items: center;
    margin: 9px 0;
    font-size: 14px;
    color: #253858;
}
.portal-widget-carousel__card .card-room div {
    display: inline-flex;
    float: left;
    vertical-align: middle;
    align-items: center;
}
.portal-widget-carousel__card .card-room img {
    margin-right: 6px;
}
.portal-widget-carousel__card .card-room div:nth-child(1),
.portal-widget-carousel__card .card-room div:nth-child(2) {
    width: 27%;
}
.portal-widget-carousel__card .card-room div:nth-child(3) {
    width: 40%;
}
.portal-widget-carousel__card .card-room:after {
    content: "";
    display: table;
    clear: both;
}
.portal-widget-carousel__card .card-price {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #1a2258;
    margin: 0 0 8px 0;
}
.portal-widget-carousel__card .card-button .btn-view-listing {
    width: 100%;
    height: 46px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #216bff;
    background: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #216bff;
    padding: 0;
}
.portal-widget-tab-panel {
    margin: 0 !important;
}
/* Widget Tab */
.portal-widget-tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}
/* show or hide tab (begin) */
.portal-widget-tabset .portal-widget-tab-panel {
    display: none;
}
.portal-widget-tabset > input:first-child:checked ~ .portal-widget-tab-panels > .portal-widget-tab-panel:first-child,
.portal-widget-tabset > input:nth-child(3):checked ~ .portal-widget-tab-panels > .portal-widget-tab-panel:nth-child(2),
.portal-widget-tabset > input:nth-child(5):checked ~ .portal-widget-tab-panels > .portal-widget-tab-panel:nth-child(3),
.portal-widget-tabset > input:nth-child(7):checked ~ .portal-widget-tab-panels > .portal-widget-tab-panel:nth-child(4),
.portal-widget-tabset > input:nth-child(9):checked ~ .portal-widget-tab-panels > .portal-widget-tab-panel:nth-child(5),
.portal-widget-tabset > input:nth-child(11):checked ~ .portal-widget-tab-panels > .portal-widget-tab-panel:nth-child(6) {
    display: block;
}
/* show or hide tab (end) */
.portal-widget-tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    z-index: 9;
}
.portal-widget-tabset > label::after {
    display: block;
    margin: 8px auto 0 auto;
    content: "";
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
}
.portal-widget-tabset > label:hover,
.portal-widget-tabset > input:focus + label {
    color: #06c;
}
.portal-widget-tabset > label:hover::after,
.portal-widget-tabset > input:focus + label::after,
.portal-widget-tabset > input:checked + label::after {
    background: #06c;
}
.portal-widget-tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.portal-widget-title,
.portal-widget-title-tab {
    line-height: 1.39;
    font-size: 23px;
    font-weight: bold;
    color: #1a2258;
    margin: 1rem 0;
}
.portal-widget-title-tab {
    margin-bottom: 0 !important;
}
.portal-widget-tabset {
    margin-top: 0 !important;
}
.portal-widget-see-all-link.link-top {
    text-align: right;
}
.portal-widget-see-all-link.link-bottom {
    text-align: right;
    margin: 14px 0 !important;
}
.portal-widget-see-all-link a {
    font-size: 16px;
    font-weight: 600;
    color: #216bff;
    text-decoration: none !important;
}
.portal-widget-see-all-link a:link,
.portal-widget-see-all-link a:visited,
.portal-widget-see-all-link a:hover,
.portal-widget-see-all-link a:active {
    color: #216bff !important;
    text-decoration: none !important;
}
.portal-widget-formatted-tags {
    font-family: 'Noto Sans', sans-serif, Helvetica, arial;
    position: absolute;
    z-index: 1;
    padding: 3px 4px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.portal-widget-formatted-tags span {
    padding: 2px 4px;
    margin: 0 3px 3px 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    white-space: nowrap;
    line-height: 2.1em;
}
.portal-widget-formatted-tags span.must_see_tag_icon:before {
    background-image:url('../images/must-see-tag-icon.png');
}
.portal-widget-formatted-tags span.verified_tag_icon:before {
    background-image:url('../images/verified-tag-icon.png');
}
.portal-widget-formatted-tags span.video_viewing_tag_icon:before {
    background-image:url('../images/video-viewing-tag-icon.svg');
}
.portal-widget-formatted-tags span.agent_online_tag_icon:before {
    background-image:url('../images/agent-online-tag-icon.png');
}
.portal-widget-formatted-tags span.has-tag-icon:before {
    width: 12px;
    height: 9px;
    content: "";
    display: inline-block;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}
.portal-widget-tabset > label {
    border: none;
    font-size: 14px;
    padding: 0 0 18px;
    color: #9a9eb5;
}
.portal-widget-tabset > label::after {
    background: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.portal-widget-tabset > label:hover,
.portal-widget-tabset > label:active {
    color: #216bff;
}
.portal-widget-tabset > input:checked + label {
    color: #216bff;
}
.portal-widget-tabset > input:checked + label::after {
    background: #216bff;
}
.line-portal-widget-tabset {
    max-width: 100% !important;
    background-color: #dddee6 !important;
    height: 1px !important;
    margin: -19px 0 20px 0 !important;
}
.portal-widget-tabset > label {
    padding-right: 18px;
}
.swiper-button-next, .swiper-button-prev {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(199,199,199,1);
    box-shadow: 0px 0px 10px 0px rgba(199,199,199,1);
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    padding: 16px;
    right: 5px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 16px;
    color: #216bff;
    font-weight: bold;
}
.swiper-button-next, .swiper-button-prev {
    top: 60%;
}
.portal-widget-tabset .swiper-button-next,
.portal-widget-tabset .swiper-button-prev {
    top: 57%;
}
@media (max-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}
@media (max-width: 1023px) {
    .tab-col-1 {
        width: 7%;
    }
    .tab-col-2 {
        width: 15%;
    }
    .tab-col-3 {
        width: 24%;
    }
    .tab-col-4 {
        width: 32%;
    }
    .tab-col-5 {
        width: 40%;
    }
    .tab-col-6 {
        width: 49%;
    }
    .tab-col-7 {
        width: 57%;
    }
    .tab-col-8 {
        width: 65%;
    }
    .tab-col-9 {
        width: 74%;
    }
    .tab-col-10 {
        width: 82%;
    }
    .tab-col-11 {
        width: 90%;
    }
    .tab-col-12 {
        width: 99%;
    }
    .portal-widget-title {
        margin-bottom: 0 !important;
    }
    .portal-widget-see-all-link.link-top {
        margin-top: 0 !important;
        margin-bottom: 17px;
    }
    .portal-widget-see-all-link.link-bottom {
        display: block;
    }
    .portal-widget-see-all-link.link-top-tab {
        display: none;
    }
    .portal-widget-title-tab {
        margin-bottom: 12px !important;
    }
    .portal-widget-tabset > label {
        text-align: center;
        padding-right: 0;
    }
    .portal-widget-tabset > label::after {
        left: 42%;
    }
    .portal-widget-carousel-title-left,
    .portal-widget-carousel-title-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .portal-widget-carousel-title-right {
        padding: 12px 0 16px 0;
    }
}
@media (min-width: 1024px) {
    .portal-widget-title-tab {
        margin-bottom: 18px !important;
    }
    .portal-widget-title,
    .portal-widget-title-tab {
        font-size: 28px;
        line-height: 1.43;
    }
    .portal-widget-carousel-title-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .portal-widget-carousel-title-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .portal-widget-tabset > label {
        font-size: 23px;
        margin-bottom: 0;
    }
    .portal-widget-tabset > label::after {
        left: 28%;
        bottom: 4px;
        width: 32px;
        height: 5px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    .portal-widget-tabset > label:hover,
    .portal-widget-tabset > label:active,
    .portal-widget-tabset > input:focus + label,
    .portal-widget-tabset > input:checked + label {
        color: #1a2258;
    }
    .portal-widget-tabset > label:hover::after,
    .portal-widget-tabset > input:focus + label::after,
    .portal-widget-tabset > input:checked + label::after {
        background: #1a2258;
    }
    .line-portal-widget-tabset {
        height: 0 !important;
        margin: 0 !important;
    }
    .portal-widget-see-all-link.link-bottom {
        display: none;
    }
    .portal-widget-see-all-link.link-top-tab {
        display: block;
        text-align: right;
        margin: 0 0 30px 0;
    }
    .portal-widget-tabset .portal-widget-tab-panel {
        margin-top: -45px !important;
    }
    .line-portal-widget-tabset {
        display: none;
    }
}
.portal-widget-carousel__card .card-description {
    margin-top: 6px;
}
.portal-widget-carousel__card .card-title,
.portal-widget-carousel__card .card-subtitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 4px 0;
}
.portal-widget-carousel__card .portal-widget-formatted-tags {
    max-width: 198px;
}
.swiper-container .row-title-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.text-right {
    text-align: right;
}
