/* @font-face {
    font-family: OptimaLTStd;
    src: url('/fonts/OptimaLTStd.otf');
}

@font-face {
    font-family: Optima Roman;
    src: url('/fonts/Optima Roman.ttf');
}

@font-face {
    font-family: OptimaDisplay-Book;
    src: url('/fonts/OptimaDisplay-Book.otf');
}

html {
    scroll-behavior: smooth;
}

html, body
{
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: "OptimaLTStd", sans-serif;
    font-family: "Optima Roman", sans-serif;
    font-family: "OptimaDisplay-Book", sans-serif;
} */

.ui-badges .center-badge {
    float: none;
    display: inline-block;
}

.map_iframe {
    width: 100%;
    min-height: 350px;
    height: auto;
    margin-top: 15px;
    border: none;
}
.video_iframe {
    width: 100%;
    height: auto;
    min-height: 400px;
    margin-top: 15px;
    border: none;
}
#roulette {
    width: 100%;
    max-width: 225px;
}
.auth-border-background h3 {
    text-align: left;
    margin: 20px 40px 0;
    color: black;
}
.modal-header {
    background-color: var(--primary-color);
    padding: 10px 24px 1px !important;
    color: white;
    border-radius: 12px 12px 0 0;
}
.curved-image-cover {
    background-image: url('../img/wallpaper_background/cover-lightmode.png');
    min-height: 100px;
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
}
[data-site_mode="dark"] .curved-image-cover {
    background-image: url('../img/wallpaper_background/cover-darkmode.png');
}
.swipe-left-text {
    display: none;
}
@media screen and (max-width: 992px) {
    .custom-table-th-image {
        height: 77px;
    }
    .custom-table-th-action {
        height: 62px;
    }
    .swipe-left-text {
        display: block;
        color:red;
        font-style:italic;
        margin:0;
    }
}
@media screen and (max-width: 768px) {
    .map_iframe {
        min-height: 300px;
    }
    .video_iframe {
        min-height: 350px;
    }
}
@media screen and (max-width: 640px) {
    .curved-image-cover {
        background-image: url('../img/wallpaper_background/cover-lightmode_mobile.png');
    }
    [data-site_mode="dark"] .curved-image-cover {
        background-image: url('../img/wallpaper_background/cover-darkmode_mobile.png');
    }
}
@media screen and (max-width: 425px) {
    .video_iframe {
        min-height: 250px;
    }
}
@media screen and (max-width: 375px) {
    .map_iframe {
        min-height: 200px;
    }
    .video_iframe {
        min-height: 200px;
    }
}


/* #region OVERWRITES */
html, body
{
    background: #fff;
    min-height: 100vh;
}
.container {
    max-width: 480px;
}
.login-bg.access-welcome:after,
.login-bg.access-contact-call:after,
.login-bg.access-chat-video:after,
.login-bg.access-login:after,
.login-bg.access-register:after,
.login-bg.access-forgot:after,
.login-bg.access-503:after {
    background-color: unset;
}
.access-login {
    /* background-image: url('../img/wallpaper_background/Login_Page.jpg'); */
    background: #fff;
}
.access-register {
    /* background-image: url('../img/wallpaper_background/Register_Page.jpg'); */
    background: #fff;
}
.access-forgot {
    /* background-image: url('../img/wallpaper_background/ForgotPass_Page.jpg'); */
    background: #fff;
}
.links a,
.links span {
    color: black !important;
}
body[data-site_mode="dark"] {
    color: #eeeeee;
    /* background-color: var(--dark-900); */
    background-color: black;
}
.page-footer:not(.footer-ex) {
    /* background: var(--dark-800); */
    background: #f0f0f0 !important;
}
[data-site_mode="dark"] .page-footer:not(.footer-ex) {
    /* background: var(--dark-800); */
    background: #364750 !important;
}
.page-footer:not(.footer-ex) .logo {
    color: #000000 !important;
}
[data-site_mode="dark"] .page-footer:not(.footer-ex) .logo {
    color: #CFD8DC !important;
}
.page-footer .footer-copyright {
    /* background: rgba(50,50,50,0.3); */
    background: #c8c8c8;
    position: absolute;
    width: 100%;
    bottom: 0;
}
[data-site_mode="dark"] .page-footer .footer-copyright {
    background: #2f3a41;
}
.page-footer:not(.footer-ex) .footer-copyright .container {
    color: #78909C !important;
}
[data-site_mode="dark"] .page-footer:not(.footer-ex) .footer-copyright .container {
    color: #CFD8DC !important;
}
.ui-profile {
    padding-bottom: 0px;
    overflow: hidden;
    background: var(--dark-900);
    /* background-image: url('../img/wallpaper_background/dinesurround.gif'); */
    background-position: center;
    background-size: cover;
}
.ui-profile:before,
.pagehead-bg:before {
    opacity: 0;
    /* opacity: 1;
    background: var(--dark-900);
    background-image: url('../img/wallpaper_background/dinesurround.gif');
    background-position: center;
    background-size: cover; */
}

.ui-profile .primg-custom {
    /* background-image: url('../img/profile/seantan2.png'); */
    background-size: cover;
    background-position: center;
    height: 100px;
    width: 100px;
    margin: 70px 0 10px -50px;
    display: inline-block;
    position: relative;
    left: 50%;
    border-radius: 50%;
    z-index: 4;
}

.contain-hc .container .overlay-custom {
    background: #ffffff;
    padding: 0 0 0px 0px;
    position: relative;
    top: -125px;
    border-radius: var(--border-radius);
    margin-bottom: -125px !important;
}

.subpages .collection-item.subtit-custom h5 {
    margin: 10px 24px 16px;
    text-align: center;
}
.sec-tit-custom:after {
    display: block;
    position: relative;
    content: " ";
    height: 1px;
    width: 100%;
    margin: 10px 0 0px 0;
    background: var(--primary-color);
}
img.responsive-img-custom, video.responsive-video-custom {
    max-width: 90%;
    height: auto;
    margin-top: 15px;
}
.editprof-img .img-wrap {
    text-align: center;
    display: inline-block;
    width: auto;
    position: relative;
    margin: -75px auto 15px auto;
    background-color: unset;
}
.editprof-img img {
    width: 150px;
    height: 150px;
    /* border-radius: var(--border-radius-50percent); */
    /* border: 1px solid #e0e0e0; */
    padding: 0px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    z-index: 999;
    object-fit: cover;
}
.img-wrap.circle:after {
    border-radius: 50%;
}
.setting-box h6 {
    font-size: 18px;
}
.backtotop {
    left: 85%;
}
body.isfullscreen .footer-menu {
    background-color: var(--dark-700) !important;
}
.footer-menu li span {
    font-size: 10px;
    line-height: 12px;
}
nav.navigation.isfixed {
    background-color: var(--dark-700) !important;
}
.modal {
    background-color: transparent !important;
    box-shadow: unset !important;
}
.modal-content {
    background-color: #fafafa;
    border-radius: 0 0 12px 12px;
}
[data-site_mode="dark"] .modal-content {
    background-color: var(--dark-800);
}
.modal-footer {
    background-color: transparent !important;
    text-align: center !important;
}
.footer-menu.circular li a.active {
    margin-top: -20px !important;
}
.footer-menu.circular li a.active span {
    margin-top: 4px !important;
}
.setting-box {
    padding: 0 15px 15px 15px;
    margin-bottom: 25px;
}
[data-site_mode="dark"] .setting-box {
    background-color: unset !important;
}
.setting-box i {
    border-radius: 12px;
    background: var(--primary-color);
    color: #f5f5f5;
}
.container.over {
    margin-top: 25px !important;
    margin-bottom: 50px !important;
}
.carousel-dashboard-home .carousel-item:after {
    background-color: unset !important;
}
@media screen and (max-width: 768px) {
    .setting-box h6 {
        font-size: 11px;
    }
}
@media screen and (max-width: 425px) {

}
@media screen and (max-width: 375px) {
    .setting-box h6 {
        font-size: 8px;
    }
    .modal {
        width: 95%;
    }
}
@media screen and (max-width: 320px) {

}
/* #endregion OVERWRITES */
