/*!
*   TrueType                    font/ttf        'truetype'
*   OpenType                    font/otf        'opentype'
*   Web Open Font Format        font/woff       'woff'
*   Web Open Font Format 2      font/woff2      'woff2'
*/

@font-face {
    font-family: 'MontserratRegular';
    src: url('./../assets/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('./../assets/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
}

/*@font-face {*/
/*    font-family: 'MontserratLight';*/
/*    src: url('./../assets/fonts/montserrat/Montserrat-Light.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'MontserratThin';*/
/*    src: url('./../assets/fonts/montserrat/Montserrat-Thin.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'MontserratSemiBold';*/
/*    src: url('./../assets/fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Dosis';*/
/*    src: url('./../assets/fonts/dosis/Dosis-Light.ttf') format('truetype');*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Dosis';*/
/*    src: url('./../assets/fonts/dosis/Dosis-Regular.ttf') format('truetype');*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Dosis';*/
/*    src: url('./../assets/fonts/dosis/Dosis-Medium.ttf') format('truetype');*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Dosis';*/
/*    src: url('./../assets/fonts/dosis/Dosis-SemiBold.ttf') format('truetype');*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Dosis';*/
/*    src: url('./../assets/fonts/dosis/Dosis-Bold.ttf') format('truetype');*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*}*/

/* Theme */
body {
    margin: 0 auto;
    overflow: hidden;
}

.background-main {
    background-color: #263238;
}

/* End Theme */

/* Adobe Animate */
/* Color for canvas stage, case is not effect in animate */
/*.content-canvas{*/
/*    background-color: #EC7502;*/
/*}*/

#animation_container, #preload_animate {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#dom_overlay_container {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
    border: 0;
    overflow: hidden;
    overflow-clip-margin: unset;
    background-color: #E0DBD5;
}

/* Gallery */

#gallery_overlay_container, #multi_gallery_overlay_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.splide__track {
    height: 100%;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Center */
.splide__slide img {
    max-width: 90vw;
    max-height: 80vh;
}

/* FullScreen */
/*.splide__slide img {*/
/*    max-width: 100vw;*/
/*    max-height: 100vh;*/
/*}*/

.splide__slide__container {
    display: flex;
    justify-content: center;
    position: relative;
}

.splide__slide__container img {
    /* W3C */
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.6);
    /* For Webkit browsers (chrome, Safari) */
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.6);
    /* For FireFox */
    -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.6);
    /* For Opera */
    -o-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.6);
    /* For Internet Explorer */
    -ms-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.6);
}

#gallery_arrow_left, #gallery_arrow_right {
    cursor: pointer;
    position: absolute;
}

#gallery_arrow_left {
    left: 0;
}

#gallery_arrow_right {
    right: 0;
}

#gallery_arrow_left svg polyline, #gallery_arrow_right svg polyline {
    fill: none;
    stroke: #FFFFFF !important;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

#gallery_arrow_left svg, #gallery_arrow_right svg {
    width: 60px;
}

.legend {
    background-color: rgb(171, 171, 171, 0.7);
    font-family: MontserratRegular, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFFFFF;
    white-space: nowrap;
    width: max-content;
    margin: 0 auto;
    padding: 4px 5px 3px;
    letter-spacing: 0.1rem;
    position: absolute;
    bottom: 0;
}

/* Left Legend */
/*.splide__slide__container {*/
/*    top: 4%;*/
/*    justify-content: left;*/
/*}*/

/* End Gallery */

#close_overlay_container, #window_close {
    position: absolute;
    margin: auto;
    right: 40px;
    top: 40px;
    z-index: 300;
    cursor: pointer;
}

#window_fullscreen {
    position: absolute;
    margin: auto;
    right: 40px;
    top: 100px;
    z-index: 300;
    cursor: pointer;
}

#window_iframe {
    margin: auto;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
    overflow-clip-margin: unset;
}

#load_iframe {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    border: 0;
    overflow: hidden;
    overflow-clip-margin: unset;
}

#preload_animate {
    /*width: initial !important;*/
    /*height: 100vh !important;*/
    z-index: 1000;
}

#canvas {
    position: absolute;
}

#preload_animate > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* End Adobe Animate */

/* Loading Point */
@keyframes ellipsis-dot {
    25% {
        content: '';
        opacity: 0;
    }
    50% {
        content: '.';
        opacity: 0.25;
    }
    75% {
        content: '..';
        opacity: 0.5;
    }
    100% {
        content: '...';
        opacity: 1;
    }
}

.loading:after {
    content: '...';
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    animation: ellipsis-dot 1s infinite .3s;
    animation-fill-mode: forwards;
    width: 1.25em;
}

/* End Loading Point */

input {
    background-color: transparent;
    border: transparent;
    color: transparent;
    caret-color: transparent;
    outline: none;
}

/* Jquery Confirm Fullscreen */

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(00, 00, 00, 0.95) !important;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
    background: #BFBFBF !important;
    color: #FFFFFF !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background-color: #666666 !important;
    color: #FFFFFF !important;
}

.disable-select-text {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

/* End Jquery Confirm Fullscreen */

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .legend {
        font-size: 6px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-button {

}

::-webkit-scrollbar-track {

}

::-webkit-scrollbar-track-piece {

}

::-webkit-scrollbar-thumb {
    background-color: #BDBDBD;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {

}

::-webkit-resizer {

}
