﻿@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative:900&display=swap');
.main_loginarea {
    display: flex;
}

    .main_loginarea > div:first-child img {
        width: 100%;
    }

    .main_loginarea > div:first-child {
        flex: 1;
        position: relative;
    }

.main_loginarea {
    height: 100vh;
    overflow: hidden;
}

    .main_loginarea > div:last-child {
        max-width: 380px;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
    }

        .main_loginarea > div:last-child > div {
            width: 100%;
            padding: 30px;
        }

            .main_loginarea > div:last-child > div input[type="text"],
            .main_loginarea > div:last-child > div input[type="email"],
            .main_loginarea > div:last-child > div input[type="password"] {
                border-color: transparent transparent #b7b2bb;
                width: 100%;
                margin-bottom: 10px;
                border-width: 1.1px;
                border-style: solid;
                padding: 7px 10px;
                background: transparent;
                transform:all ease .5s;
            }

                .main_loginarea > div:last-child > div input[type="text"]:hover, .main_loginarea > div:last-child > div input[type="text"]:focus,
                .main_loginarea > div:last-child > div input[type="email"]:hover, .main_loginarea > div:last-child > div input[type="email"]:focus,
                .main_loginarea > div:last-child > div input[type="password"]:hover, .main_loginarea > div:last-child > div input[type="password"]:focus {
                    box-shadow: none;
                    border-bottom-color: #d5788b;
                    outline: none;
                }
            .main_loginarea > div:last-child > div > h2 {
                font-weight: bold;
                font-size: 40px;
                color: #505050;
                font-family: 'Cinzel Decorative', cursive;
                margin-bottom:32px;
            }

.login_main, .activation_link, .forget_pass {
    display: none;
}

.main_loginarea > div:last-child input[type="submit"], input[type="button"] {
    color: red;
    padding: 7px 30px;
    text-transform: uppercase;
    border: none;
    background: #d5788b;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    border: none;
}

.forget_link, .resend_link {
    text-align: left;
    padding: 17px 0;
    margin-top: 16px;
}
    .forget_link a, .resend_link a{
        text-decoration:underline;
        cursor:pointer;
        transition:all ease .5s;
    }
        .forget_link a:hover, .resend_link a:hover {
            color: #d5788b;
            transform:translateX(5px)
        }
        .login_main .submit_btn > *:last-child {
        max-width: 200px;
    }
    .forget_link a {
        cursor: pointer;
    }

.img_login_cont {
    position: relative;
}

    .img_login_cont:after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background: linear-gradient(rgba(255, 255, 255, 0.34), rgba(191, 32, 69, 0.58));
        width: 100%;
        height: 100%;
    }
    .img_login_cont{
        background:url(../images/1.jpg) 0 0 no-repeat;
        background-size:cover;
    }
    .submit_btn {
        display: flex;
        align-items: center;
    }

        .submit_btn > *:last-child {
            color: #d5788b;
            text-align: center;
            font-size: 16px;
            transition: all ease .4s;
            border: 1px solid #d5788b;
            max-width: 120px;
            padding: 5px 26px;
            border-radius: 3px;
            font-weight: 400;
            text-transform: uppercase;
            margin-left: 10px;
        }
    }

    .submit_btn > * {
        flex: 1;
    }

        .submit_btn > *:first-child {
            flex: none;
        }

        .submit_btn > *:last-child:hover {
            background: #d5788b;
            transform: translateX(5px);
            text-decoration: none;
            color:#fff;
        }
            .submit_btn > *:last-child:hover i {
                color: #fff;
            }
    .submit_btn > *:last-child i {
            font-size: 11px;
            color: black;
            position: relative;
            top: -2px;
            right: -5px;
        }
.main_loginarea label {
    margin: 29px 0 11px;
    width: 100%;
    color: #d5788b;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
div#message_shown {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    padding: 0 10px
}
.app_dtl {
    display: flex;
    clear: both;
    line-height: 30px;
}
.addform .app_dtl {
    display: flex;
    clear: both;
    line-height: 30px;
    padding-right:20px;
    margin-bottom:15px;
}

.main_app_container {
    position: relative;
    background: white;
}

    .main_app_container > img {
        position: absolute;
        right: 40px;
        max-width: 80px;
        top: 111px;
    }

.act_penl_buttns {
    padding: 25px 29px;
    background: #f7f7f7;
    position: relative;
    border-bottom: 2px solid #fff;
}

.app_dtl > div:first-child {
    min-width: 160px;
    margin-right: 10px;
    flex: 1;
    color: #000000;
    font-weight: bold;
}

.app_dtl > div {
    flex: 1;
}

.act_penl_buttns select, .act_penl_buttns input[type="text"] {
    border: 1px solid;
    padding: 8px;
    margin-right: 10px;
}

.main_app_container > h3 {
    border-bottom: 1px solid #d2d2d2;
    margin: 11px;
    padding: 26px 0 11px;
    font-size: 23px;
    color: #000000;
    text-transform: capitalize;
}

.download_doc_ch p a {
    text-decoration: underline;
    transition: all ease .5s;
    transform: translateX(10px);
    position: relative;
}

    .download_doc_ch p a:hover {
        position: relative;
    }

.app_div {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    margin: 0 17px 10px;
    margin-bottom: 10px;
    padding: 0;
    max-width: 1000px;
}

    .app_div > div {
        width: 50%;
    }

.img_container img {
    max-width: 150px;
}
.dashbord_boxes {
    display: flex;
    flex-flow: wrap row;
}

    .dashbord_boxes > div {
        justify-content: center;
        background: #fff;
        padding: 0 10px 20px;
        margin-right: 12px;
        width: calc(14% - 10px);
        margin-bottom: 10px;
        position: relative;
        text-align: center;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.24);
    }

        .dashbord_boxes > div h3 {
            background: #ff6384;
            color: #fff;
            text-align: center;
            font-weight: normal;
            font-size: 19px;
            padding: 12px;
            margin-bottom: 10px;
            position: relative;
            width: calc(100% + 20px);
            left: -10px;
            padding-bottom: 28px;
        }


            .dashbord_boxes > div h3 i {
                position: absolute;
                bottom: 0;
                left: calc(50% - 20px);
                background: #ffffff;
                color: #ff6384;
                width: 40px;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50%;
                bottom: -20px;
                border: 3px solid;
            }

.box_value {
    margin-top: 36px;
    font-size: 24px;
    font-weight: bold;
}
.chart_area {
    display: flex;
}

    .chart_area > div {
        background: white;
        margin-right: 10px;
        width: calc(49% - 4px);
        box-shadow: 0 0 1px rgba(6, 6, 6, 0.38);
        overflow: hidden;
    }
.big_chart {
    background: white;
    margin-top: 10px;
    height: 390px;
    width: calc(100% - 28px);
    box-shadow: 0 0 3px rgba(8, 8, 8, 0.05);
}
.payment_cont {
    box-shadow: 0 0 10px #c7c7c7;
    padding: 20px;
    background: #fff;
    max-width: 720px;
}

.payment_status > div span {
    min-width: 207px;
    display: inline-block;
}

.payment_status > div {
    padding: 10px;
    background: #fff;
    margin-bottom: 2px;
    max-width: 440px;
    position: relative;
}

.payment_status {
    padding-left: 36px;
    position: relative;
    border: 1px solid #dedbdb;
    max-width: 470px;
}

    .payment_status > div i {
        position: absolute;
        left: -35px;
        font-size: 20px;
        top: 0px;
        background: #fff;
        width: 32px;
        padding: 3px;
        height: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .payment_status i.mdi.mdi-alert {
        color: #b9c106 !important;
    }

    .payment_status i.mdi.mdi-close {
        color: red !important;
    }

    .payment_status i.mdi.mdi-check {
        color: #04e204 !important;
    }
.alertMessage {
    padding: 15px 0;
    max-width: 653px;
}
ul.nav.nav-tabs li a {
    display: inline-block;
    padding: 10px 19px;
    background: #fff;
    margin-right: 8px;
    color: #003452;
    text-transform: uppercase;
    font-weight: bold;
}

ul.nav.nav-tabs li.active a {
    background: #003452;
    color: white;
}
a.sidebar-link.active {
    background: #0c0e10;
    color: white;
}
.tab-content > div h5 {
    font-size: 26px;
    font-weight: normal;
    margin: 0 15px 22px;
    display: block;
    position: relative;
    top: 14px;
}

.tab-content {
    background: white;
    border-radius: 0 10px 10px;
    margin-top: 0px;
}
.admin_upload_doc > div label {
    color: black;
    display: block;
    font-weight: bold;
}

.admin_upload_doc > div > div {
    margin-bottom: 16px;
}

.admin_upload_doc {
    background: aliceblue;
    padding: 10px;
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

    .admin_upload_doc > div {
    }

        .admin_upload_doc > div > div a {
            font-size: 13px;
        }


.myup {
    padding-top: 10px;
    padding-bottom: 10px;
}
.editlink {
    display: flex;
    justify-content: end;
    padding-right: 15px;
    margin: 0 0 0 0;
}

@media( max-width:900px){
    .app_div {
        flex-flow: column;
    }

        .app_div > div {
            flex-flow: column;
        }
    a.navbar-brand {
        position: relative;
        border: 1px solid;
    }

        a.navbar-brand img {
            position: absolute;
            left: -40px;
            top: -26px;
            width: 130px !important;
        }

    #main-wrapper .topbar .top-navbar .navbar-header[data-logobg=skin5] {
        background: #0077bf;
    }

    aside.left-sidebar {
        top: 0;
    }
    #main-wrapper .topbar .navbar-collapse[data-navbarbg=skin5], #main-wrapper .topbar[data-navbarbg=skin5] {
        background: transparent !important;
    }
}

.disabled-icon {
    color: #ccc !important;
    pointer-events: none;
}
a.alltransectionlink {
    position: absolute;
    right: 35px;
    display: flex;
    color: #2962FF !important;
    cursor: pointer !important;
}
a.alltransectionlink:hover {
    text-decoration: underline !important; /* Underline on hover */
}
a.certificatLink {
    color: #2962FF !important;
    cursor: pointer !important;
}
    a.certificatLink:hover {
        text-decoration: underline !important; /* Underline on hover */
    }

.span_payment {
    font-weight: bold;
    padding-left: 10px;
    color: #4285f4;
    font-size: medium;
}

.Already_Registerd {
    color: brown;
}

.myFormPadding {
    padding-bottom: 15px;
}
p.faidImagelabel {
    opacity: .5;
    font-size: smaller;
}
.requiredInput::after {
    content: " *";
    color: red;
    margin-left: 2px
}