﻿body {
    font-family: 'Open Sans', sans-serif ;
    overflow-y: hidden !important; /* Hide vertical scrollbar */
    overflow-x: hidden !important; /* Hide horizontal scrollbar */
}

content {
    max-width: 540px;
}
.row{    
    margin-right: 0px;
    margin-left: 0px;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 576px)
{
    .container, .container-sm {
        max-width: 540px;
    }
}

.modal-open {
    overflow-y: hidden !important; /* Hide vertical scrollbar */
    overflow-x: hidden !important; /* Hide horizontal scrollbar */
}
    body.modal-open {
        overflow-y: hidden !important; /* Hide vertical scrollbar */
        overflow-x: hidden !important; /* Hide horizontal scrollbar */
    }
.fade {
    overflow-y: hidden !important; /* Hide vertical scrollbar */
    overflow-x: hidden !important; /* Hide horizontal scrollbar */
}


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    text-align: center;
    height: 15px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.modal .modal-full-height .modal-content {
    width: 100%;
}
.modal .modal-full-height.modal-bottom {
    top: auto;
    min-height: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    bottom: 0px;
    position: absolute;
    margin: 0px;
}

.modal-body-video {
    max-height: 227px;
}
 
.modal-dialog
{
    margin: auto !important;
}

.modal-openening
{
    background-color: transparent !important;
    border: 0px !important;
} 

.modal-title
{     
    line-height: 1.3;
    font-weight: 700;
}
.modal-apps
{
    z-index: 100; 
    bottom: 20px;
    position: absolute; 
    display: none;    
}

.modal-apps .modal-content
{ 
    background-color: transparent !important;
    border-radius: 0rem !important;
    border: none;
}

.modal-app-model
{
    font-weight: 600;
    font-size: 0.55rem;
}

.modal-app-title
{
    font-weight: 700;
    font-size: 0.70em;
    min-height: 84px;
}
.modal-app-buylink a
{
    color: #EEB111;
    font-weight: 700;
    font-size: 0.80rem;
    text-decoration: underline;
}
 
.modal-header
{    
    border-top-left-radius: 1.3rem !important;
    border-top-right-radius: 1.3rem !important;
    background-color: white;
    border-bottom: none;
}

.imghelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.modal-app-img 
{ 
    width: 121px; 
    white-space: nowrap;    
}

.modal-header-body
{
    font-weight: 400;
    line-height: 1.3rem;
}
.dash
{
    width: 20px;
}

.modal-app-body
{
    background-color: #F7F7F7;
    border-radius: 1.3rem !important;
}
.modal-app-info 
{     
    border-top-right-radius: 1.3rem !important;
    border-bottom-right-radius: 1.3rem !important;
}

.modal-open .modal {
    backdrop-filter: blur(5px) !important;
}

.modal-button
{ 
    cursor: pointer;
    position: absolute; 
    bottom: 0px;
    width: 100%;
    height: 150px;
}

.btn-menu
{ 
    cursor: pointer;
}
 
.footer-box #footer span {
    font-size: 10px;
}

.footer-box #footer > * {
    padding: 0 3px;
    font-size: 10px;
    font-weight: 700;
    color: white !important;
}

.footer-box {
    display: none;
    right: 155px;
    flex-shrink: 0;
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 18px;
    background-color: transparent;
    transition-property: height,background-color;
    transition-duration: .5s;
}

.footer-box #footer {
    height: 16px;
    margin-right: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition-property: bottom,height,opacity,background-color,margin;
    transition-duration: .5s;
}

.footer-box #footer >link {
    letter-spacing: .5px;
    color: #fff;
    text-decoration: none; 
    bottom: 3px;
}

.footer-box #footer .footer-logo {
    width: 74px;
    height: 16px;
}

    bottom: 3px;
}

.footer-box #footer .footer-logo {
    width: 74px;
    height: 16px;
}
