﻿body, html {
    height: 100% !important;
    margin: 0;
}



iframe {
    display: block;
    border: none;
    height: 200vh !important;
    width: 100%;
} 

.alert_pop {
    display: none !important;
}

.dis_txt_box {
    padding: 20px 15px;
    float: left;
    width: 100%;
}

.term_condi_box {
    float: left;
    width: 100%;
}

    .term_condi_box > ul {
        float: none;
        display: inline-block;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .term_condi_box a {
        border-left: 0px solid #fff !important;
    }

    .term_condi_box > ul > li {
        float: left;
        padding: 0px 10px;
        position: relative;
    }

        .term_condi_box > ul > li:nth-child(1):after {
            content: '|';
            position: absolute;
            right: 0;
        }

.all_content {
    margin: 0;
    background: #fff;
    /* box-shadow: 0px -1px 3px #ccc; */
    padding: 3rem 4rem 2rem 4rem;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    margin-top: 20px;
}

    .all_content p {
        line-height: 21px;
    }

    .all_content strong {
        background: #eff5f8;
        width: 100%;
        float: left;
        padding: 9px 10px;
        margin-bottom: 10px;
    }

.back_to_login {
    margin: 25px 9px 0 0;
    padding: 0;
    float: left;
    width: auto;
    height: 24px;
}

.logo {
    margin: 0;
    padding: 6px 0 6px;
}

h4.modal-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #545454;
    font-family: 'OpenSans-Semibold';
    margin-top: 0px;
}
div#includedContent p {
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 14px !important;
    line-height: 1.5;
    font-family: 'OpenSans-Regular' !important;
}
.all_content p.hdng {
    background: transparent !important;
    padding-left: 0px !important;
    font-family: 'OpenSans-Semibold' !important;
    font-size: 20px !important;
    margin-bottom: 0px;
}
.all_content ul li {
    list-style-type: disc !important;
    margin-bottom: 8px;
}
.all_content ul {
    margin: 0px !important;
    padding: 0px 0px 0px 15px !important;
    font-size: 14px !important;
    list-style: disc;
    list-style-type: disc !important;
}

@media (max-width: 767px) and (min-width: 320px) {
    footer .copy-right {
        margin-top: -2px !important;
        margin-bottom: -7px !important;
    }

    .iphone.iphone_contact {
        text-align: center !important;
    }

    footer .footer-logo.footer-logo {
        margin: -5px 0px !important;
        width: 100% !important;
        text-align: center !important;
    }

    .logo {
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }

    .term_condi_box > ul > li:first-child {
        padding-left: 0px !important;
    }

    .all_content_height {
        width: 90%;
        /*height:100% !important;*/
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .all_content_height {
        width: 90%;
    }

    .term_condi_box > ul > li:first-child {
        padding-left: 0px !important;
    }

    .term_condi_box {
        margin-left: 0px !important;
    }
}

@media (max-width: 1700px) and (min-width: 900px) {

    .all_content {
        /*min-height: 370px !important;*/
    }
}


/*------ Dark Theme ------*/

.themeDark .all_content p {
    color: #ffffff !important;
}
.themeDark .all_content {
    background: #000000;
    color: #ffffff;
}

    .themeDark .all_content h2 {
        color: #ffffff !important;
    }

    .themeDark .all_content a, .themeDark .all_content a span {
        color: #ffffff !important;
    }

    .themeDark .all_content h4.modal-title {
        color: #ffffff !important;
    }

.switchTogl {
    display: none;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin: 0px 5px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b3b3b3;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #29bbae;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switchTogl i {
    display: inline-block;
    margin: 3px 0px;
    vertical-align: top;
    font-style: normal;
    font-size: 14px;
}
body.themeDark .all_content ul {
    color: #ffffff !important;
}
body.themeDark {
    background: #000000 !important;
}
body.themeDark p {
    background: #000 !important;
}