﻿@import url('stylesheet.css');
@import url('stylesheet.min.css');

@font-face {
    font-family: 'poppins';
   font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_BlissPro-Bold';
    src: url('/fonts/BlissPro-Bold.eot');
    src: local('☺'), url('/fonts/BlissPro-Bold.woff') format('woff'), url('/fonts/BlissPro-Bold.ttf') format('truetype'), url('/fonts/BlissPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins';
    src: url('/fonts/BlissPro-ExtraBold.eot');
    src: local('☺'), url('/fonts/BlissPro-ExtraBold.woff') format('woff'), url('/fonts/BlissPro-ExtraBold.ttf') format('truetype'), url('/fonts/BlissPro-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.nav-bar {
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    height: 60px;
}

    .nav-bar img {
        width: 95px;
        margin: 10px;
    }

    .nav-bar .btn-logout {
        text-decoration: none;
        color: grey;
        border: 2px solid #114876;
        padding: 6px 25px;
        margin: 12px;
        border-radius: 25px;
        float: right;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

        .nav-bar .btn-logout:hover {
            color: white;
            background: #114876;
        }

.top-banner {
    position: relative;
    background: url("../images/Manage/manage_background.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 180px;
    color: white;
    overflow: auto;
    text-align: center;
}

    .top-banner .back-btn {
        text-decoration: none;
        color: white;
        left: 10px;
        top: 10px;
        position: absolute;
        text-transform: uppercase;
        font-size: 12px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
    }

        .top-banner .back-btn:hover {
            margin-left: -5px;
        }

    .top-banner h2 {
        max-width: 190px;
        margin: 0 auto 0 auto;
        margin-top: 46px;
    }

.icon-circle {
    position: relative;
    text-align: center;
    z-index: 2;
    background: white;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

    .icon-circle img {
        margin-top: 18px;
        width: 40px;
    }

.form-container {
    max-width: 400px;
    margin: 25px auto 0 auto;
}

    .form-container .form-group {
        margin-left: 0;
        margin-right: 0;
    }

#clearfooter {
    height: 115px;
}

.message-container {
    background: #0080c6;
    text-align: center;
    padding: 20px;
}

    .message-container p {
        color: white !important;
        margin: 0;
    }

.footer {
    background: #f7f7f7;
    position: relative;
    overflow: auto;
    width: 100%;
    height: 115px;
    margin-top: -115px;
    padding: 20px;
    text-align: center;
}

    .footer img {
        width: 100px;
    }

#manage-account {
    min-height: 100%;
}

    #manage-account .account-explain .left {
        padding: 30px;
    }

        #manage-account .account-explain .left h3 {
            font-family: "poppins";
        }

        #manage-account .account-explain .left p {
            font-size: 15px;
            max-width: 800px;
        }

    #manage-account .account-explain .right {
        background: #f7f7f7;
        overflow: auto;
    }

        #manage-account .account-explain .right .action-container {
            margin: 30px auto 30px auto;
            max-width: 220px;
            position: relative;
            display: block;
            cursor: pointer;
        }

            #manage-account .account-explain .right .action-container:hover .icon-circle {
                box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
                transform: scale(1.1);
            }

            #manage-account .account-explain .right .action-container .action {
                background: -moz-radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
                background: -webkit-radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
                background: -o-radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
                background: -ms-radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
                background: radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
                background-color: #0080c6;
                color: white;
                position: absolute;
                top: 7px;
                left: 35px;
                max-width: 180px;
                padding: 10px 20px 10px 50px;
                border-radius: 50px;
            }

    #manage-account .my-products {
        background: -moz-radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
        background: -webkit-radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
        background: -o-radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
        background: -ms-radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
        background: radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
        background-color: #0080c6;
        overflow: auto;
        color: white;
        padding: 30px;
        text-align: center;
    }

        #manage-account .my-products h3 {
            font-family: "poppins";
        }

        #manage-account .my-products .product {
            background: #dddddd;
            box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
            border-radius: 5px;
            padding: 15px;
            margin: 0 auto 20px auto;
            cursor: pointer;
            max-width: 270px;
            min-width: 230px;
            display: inline-flex;
            text-align: left;
            text-decoration: none;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -ms-transition: 0.4s;
            -o-transition: 0.4s;
        }

            #manage-account .my-products .product .description {
                margin: 18px 0 0 10px;
                color: #114876;
                -webkit-transition: 0.4s;
                -moz-transition: 0.4s;
                -ms-transition: 0.4s;
                -o-transition: 0.4s;
            }

                #manage-account .my-products .product .description .fundi {
                    margin: 0;
                    font-family: "poppins";
                }

                #manage-account .my-products .product .description .name {
                    margin: 0;
                    font-family: "Conv_BlissPro-Bold";
                    font-size: 11px;
                }

            #manage-account .my-products .product:hover .icon-circle {
                box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
                transform: scale(0.9);
            }

            #manage-account .my-products .product:hover .description {
                margin-left: 4px;
                text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
            }

    #manage-account #email-modal .modal-body {
        padding: 0;
        text-align: center;
    }

        #manage-account #email-modal .modal-body .gradient-banner {
            background: -moz-radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
            background: -webkit-radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
            background: -o-radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
            background: -ms-radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
            background: radial-gradient(center left, circle cover, #0080c6 0%, #114876 100%);
            background-color: #0080c6;
            color: white;
            padding: 20px;
        }

            #manage-account #email-modal .modal-body .gradient-banner .icon-circle {
                margin: 0 auto 0 auto;
            }

        #manage-account #email-modal .modal-body .description {
            padding: 20px;
        }

            #manage-account #email-modal .modal-body .description h4 {
                font-family: "poppins";
            }
/* Global Styles */
html,
body {
    font-family: "poppins" !important;
    height: 100%;
    overflow-x: hidden;
}

a {
    color: #0080c6;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.text-danger {
    text-align: left;
}

.valign {
    display: flex;
    align-items: center;
}

.halign {
    margin-left: auto;
    margin-right: auto;
}

.nopadding {
    padding: 0px !important;
}

.btn {
    width: 100%;
    border: none;
    background: #114876;
    height: 45px;
    border-radius: 2px;
    color: white;
    font-family: "poppins";
    font-size: 16px;
    font-weight: 300!important;
    background-color: #0080c6;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

    .btn:hover {
        color: white;
        background-color: #114876!important;
    }

    .btn:focus,
    .btn:active {
        outline: none !important;
    }

form {
    padding-left: 0px;
    padding-right: 0px;
}
/*=======================================*/
/* LOGIN PAGE */
/*=======================================*/
.account-page .left-panel {
    height: 100vh;
    min-height: 750px;
    box-shadow: 10px 0px 50px #dddddd;
    z-index: 1;
    padding-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .account-page .left-panel.register {
        min-height: 700px;
    }
}

.account-page .left-panel .login-container {
    max-width: 400px;
    min-width: 300px;
    margin: auto;
    
}

    .account-page .left-panel .login-container i {
        display: none;
    }

    .account-page .left-panel .login-container .password-hidden-content {
        display: none;
    }

    .account-page .left-panel .login-container .header-image {
        width: 180px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .account-page .left-panel .login-container .account-already i {
        display: inline-block;
    }

    .account-page .left-panel .login-container .form-horizontal {
        text-align: center;
    }

    .account-page .left-panel .login-container h3 {
        color: #114876;
        font-family: "Conv_BlissPro-Bold";
    }

    .account-page .left-panel .login-container h5 {
        color: #0080c6;
        margin: 0;
    }

    .account-page .left-panel .login-container .checkbox {
        float: left;
        padding-left: 20px;
    }

    .account-page .left-panel .login-container .forgot-password {
        color: black;
        font-family: "Conv_BlissPro-Bold";
    }

    .account-page .left-panel .login-container .register-account {
        font-family: "Conv_BlissPro-Bold";
    }

.account-page .right-panel {
    background: #f7f7f7;
    height: 100vh;
    min-height: 515px;
}

    .account-page .right-panel .jet-image {
        position: absolute;
        right: 0;
        top: 0;
        padding: 20px;
    }

    .account-page .right-panel .partner-container {
        padding-top: 30px;
        width: 80%;
        margin: auto;
        text-align: center;
    }

        .account-page .right-panel .partner-container .header-image {
            width: 190px;
        }

        .account-page .right-panel .partner-container .partner-image {
            height: 100%;
            width: 100%;
            max-width: 175px;
        }

    .account-page .right-panel .footer-container {
        text-align: center;
        bottom: 0;
        position: absolute;
        width: 80%;
    }

        .account-page .right-panel .footer-container .footer-image {
            width: 70%;
            max-width: 400px;
        }
/*=======================================*/
/* CONFIRM EMAIL */
/*=======================================*/
.confirm-email-page {
    height: 100%;
}

    .confirm-email-page .text-container {
        max-width: 400px;
        height: 280px;
        margin: auto;
        text-align: center;
        padding: 20px;
    }

        .confirm-email-page .text-container .header-image {
            padding: 20px;
            width: 70%;
        }
/*=======================================*/
/* FORGOT PASSWORD */
/*=======================================*/
.forgot-password-page {
    height: 100%;
}

    .forgot-password-page .form-container {
        max-width: 400px;
        height: 415px;
        margin: auto;
        text-align: center;
        padding: 20px;
    }

        .forgot-password-page .form-container .header-image {
            padding: 20px;
            width: 70%;
        }

.forgot-password-confirm-page {
    height: 100%;
}

    .forgot-password-confirm-page .instruction-container {
        max-width: 400px;
        height: 300px;
        margin: auto;
        text-align: center;
        padding: 20px;
    }

        .forgot-password-confirm-page .instruction-container .header-image {
            padding: 20px;
            width: 70%;
        }
/*=======================================*/
/* LOCKOUT STYLE */
/*=======================================*/
.locked-page {
    height: 100%;
}

    .locked-page .locked-container {
        max-width: 400px;
        height: 170px;
        margin: auto;
        text-align: center;
        padding: 20px;
    }
/*=======================================*/
/* ERROR PAGE */
/*=======================================*/
.error-page {
    height: 100%;
}

    .error-page .text-container {
        max-width: 400px;
        height: 415px;
        margin: auto;
        text-align: center;
        padding: 20px;
    }

        .error-page .text-container .header-image {
            padding: 20px;
            width: 70%;
        }
/*=======================================*/
/* ACCEPT INVITATION PAGE */
/*=======================================*/
.accept-invitation-page {
    background: #114876;
    height: 100%;
    overflow: auto;
}

    .accept-invitation-page .invite-container {
        padding-top: 35px;
        padding-bottom: 35px;
        text-align: center;
        max-width: 400px;
        background: white;
    }

        .accept-invitation-page .invite-container .header-image {
            max-width: 260px;
        }

        .accept-invitation-page .invite-container .white-section {
            padding-left: 4%;
            padding-right: 4%;
        }

        .accept-invitation-page .invite-container .grey-section {
            background: #dddddd;
            padding: 20px;
        }

            .accept-invitation-page .invite-container .grey-section .role {
                font-weight: bold;
            }

        .accept-invitation-page .invite-container .btn {
            margin: 20px 0 20px 0;
            max-width: 250px;
        }

        .accept-invitation-page .invite-container .countdown {
            border: 2px solid #114876;
            border-radius: 30px;
            width: 60px;
            padding: 9px;
        }



.fullscreen-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -6;
    position: fixed;
    background: #15141a;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../images/apo.jpg') cover no-repeat;
    }

    .category-section {
        background-image: url(../images/apo.jpg);
        background-size: cover;
        background-position: center;
    }

    .fullscreen-bg__video {
        display: none;
        background: url('./images/apo.jpg') cover no-repeat;
    }
}

.login-background {
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}

.logo-login img {
    max-width: 100%;
    margin-bottom: 50px;
}

.login-header {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    float: left;
    background-image: url("../images/form-header-bg.png");
    background-size: cover;
    padding: 19px 0;
    text-align: center;
    color: white;
}

.login-body {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    float: left;
    background: #fff;
    padding: 30px 20px 15px;
    text-align: center;
    color: #333;
}

input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    border: none !important;
    background-color: #f6f6f6 !important;
    padding: 20px 15px !important;
    font-size: 13px !important;
    border-radius: 0px !important;
    height: 35px !important;
}
 
video{
    opacity: 0.7;
}
.no-margin {
    margin: 0 0;
}

.btn {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
}
.form-control {
    height: 35px !important;
    padding: 0.4375rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: none;
    background: #f1f1f1;
    font-weight: 300 !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: none;
}

.form-group {
    margin-bottom: 7px;
}