/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 23, 2021, 01:12:46 PM
    Author     : SUNDAY NOBILITY
*/


/*==========Common Styles===========*/
a{
    text-decoration: none;
    color: #000;
}

.horizontal-vertical-center{
    align-items: center;
    justify-content: center;
    display: flex;
}
.vertical-center{
    align-items: center;
    display: flex;
}
.ml-auto{
    margin-left: auto;
}
.user-txt{
    text-align: right;
    margin-right: 18px;
    display: grid;
    line-height: 1;
}
.user-txt .name{
    font-size: 18px;

}
.user-txt .description{
    font-size: 12px;
}
.user-img{
    margin-right: 18px;
}


/*==================Headers Navbar=================*/
.navbar-brand{
    margin-left: 1rem;
}
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: var(--bs-gray);
}
.form-control-dark:focus {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.text-small {
    font-size: 85%;
}

.dropdown-toggle {
    outline: 0;
}

.navbar-brand img{
    width: 110px;
}
.dashboard-text{
    font-size: 30px;
    margin: 0 10px 0 0;
}


/*===============CARD===============*/

.radio-card{
    width: 163px;
    height: 212.5px;
    border: 1px solid #504f4c;
    color: #504f4c;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
.radio-card:hover{
    border: 1.5px solid #1a1813;
    color: #1a1813;
}
.radio-card.active{
    border: 1.5px solid #1a1813;
    color: #1a1813;
}
.radio-card img{
    width: 51px;
}
.radio-card p{
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;

}
/*============Notification Modal==========*/
.notification_area .dropdown-menu{
    width: 326px !important;
}
.notification_area .dropdown-item{
    border-radius: 10px;
    padding: 17px 13px;
    margin-bottom: 15px;
}
.notification_area .read-notification .dropdown-item{
    margin-bottom: 0px;
}
.notification-modal{
    padding: 28px 15px 10px 15px;
}
.noti-txt{
    margin-bottom: 30px;
}
.noti-txt h1{
    font-size: 20px;
}
.unread-noti{
    color: #cbb06d;
}
.unread-notification{
    background: #f5f2ea !important;
    border-radius: 10px;
}
.image_box{
    width: 20%;
}
.noti_text_box{
    width: 75%;
}
.noti_text_box p{
    margin: 0;
    white-space: initial;
}
.noti_text_box span{
    color: #504f4c;
    font-size: 10px;
    opacity: 0.5;
}
.read-notification:after{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin: 0px;
    background: #504f4c;
    opacity: 0.3;
}

/*===================PROFILE CARD====================*/
.profile-card{
    border-radius: 10px;
    margin-bottom: 20px;
}
.profile-card .card-body{
    padding: 8px;
}
.black-card{
    border-radius: 6px;
    background: #000;
    height: 124px;
    position: relative;
}
.profile-image {
    position: absolute;
    z-index: 999;
    top: 85%;
    left: 9%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.profile-image-place{
    width: 120px;
    height: 120px;
    font-size: 1.5em;
}
.profile-image-place img{
    width: 100%;
    font-size: .5em;
    border-radius: 50%;
    border: 7px solid #fff;
}
.information-card{
    padding: 12px 12px 25px 12px;
    padding-top: 45px;
    font-size: 14px;
}

.information-card .description{
    margin-bottom: 8px;
}
.information-card .contact-details{
    margin-top: 14px;
}
.information-card .contact-details h2{
    font-size: 20px;
}
.contact-info{
    margin-left: 22px;
}
.expertise-tags{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
.expertise{
    padding: 8px;
    border: 1px solid #CBB06D;
    border-radius: 20px;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 8px;
}

/*==================PROFILE details================*/
.profile-details{
    margin-top: 20px;
}
.profile-details h2{
    font-size: 20px;
    margin-bottom: 15px;
}
.profile-details h3{
    font-size: 16px;
    margin-bottom: 16px;
}
.contact-info2{
    margin-left: 22px;
    margin-right: 10px;
}
.mb-6{
    margin-bottom: 6px;
}
.section_desc{
    font-size: 14px;
}
.contact-info3{
    margin-left: 11px;
}
.yr-present{
    color: #504F4C;
    font-size: 12px;
    margin-left: 32px;
}
.bg-image{
    background-image: url('../img/login.jpg');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100%;
}
.main_form{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%);
    transform: translate(-50%,-50%);
}
.email_header{
    font-size: 24px;
    margin-bottom: 25px;
}
.form-area{
    width: 320px;
}
.form-control{
    padding: 12px;
}
.form-control:focus{
    border: 2px solid;
    box-shadow: none;
}
.btn-neon{
    background: #cbb06d;
    width: 100%;
    padding: 12px;
}
.info-container{
    padding-left: 16%;
    padding-right: 4%;
}
.name-startup{
    color: #fff;
    margin-top: auto;
    margin-bottom: 0px;
}
.designation-founder{
    color: #fff;
    margin-bottom:5px;
}
.h_100{
    height: 100%;
}
.flx-coulmn{
    display: flex;
    flex-direction: column;
}
.radio-card-plan {
    /*    width: 163px;
        height: 212.5px;*/
    border: 1px solid #E3DED2;
    color: #1A1813;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;

}
.radio-card-plan:hover{
    border: 1.5px solid #1a1813;
    color: #1a1813;
    cursor:pointer;
}
.radio-card-plan.active{
    border: 1.5px solid #1a1813;
    color: #1a1813;
}
.plan-details{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E3DED2;
    margin-bottom: 25px;
}

.specs-point{
    margin-top: 30px;
}
.specs-point p svg{
    width: 26px;
    height: 26px;
    fill: #CBB06D;
}
.specs-point p span{
    margin-left: 10px;
}
.choose_plan .col-12{
    margin-bottom: 25px;
}

/*=========Responsive=========*/
@media screen and (max-width: 580px) {
    .profile-image {
        position: absolute;
        z-index: 999;
        top: 6%;
        left: 3%;
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    .profile-image-place {
        width: 108px;
        height: 108px;
        font-size: 1.5em;
    }
    .profile-image-place img {
        border: 0px solid #fff;
    }
    .info-container {
        padding-left: 38%;
        padding-right: 0;
    }
    .name-startup {
        color: #fff;
        margin-top: 18%;
        margin-bottom: 0px;
    }
}


.help-block {
    color: #e74c3c;
}

.help-block {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 2px;
}
.error-border{
    border-color: #e74c3c;
}

.make_dotted{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.page-heading-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.page-heading-btn .page-title {
    margin: 0;
}
[type=submit]{
    cursor: pointer !important;
}