*{
    margin: 0;
    padding: 0;
    border: 0;
}

body{
    background-color: #f4f3ef;
    overflow: hidden;
}

.container{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.wrap-content{
    width: 75%;
    height: 100vh;
    overflow: auto;
}

.profile-flex{
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    height: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.profile-flex .profile-wrap{
    width: 43%;
    height: auto;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
}

.profile-flex .profile-wrap .image-card{
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.profile-flex .profile-wrap .image-card img{
    width: 100%;
    height: auto;
}

.profile-flex .profile-wrap .user-img{
    position: relative;
    width: 100%;
    height: auto;
}

.profile-flex .profile-wrap .user-img .image-wrap{
    position: absolute;
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%,-50%);
    z-index: 1000;
    border-radius: 50px;
}

.profile-flex .profile-wrap .user-img .image-wrap img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-flex .profile-wrap .user-detail{
    margin-top: 60px;
    text-align: center;
    width: 100%;
    height: auto;
}

.profile-flex .profile-wrap .user-detail p{
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-transform: capitalize;
}

.profile-flex .profile-wrap .profile-btn{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 40px;
}

.profile-flex .profile-wrap .profile-btn .upload-flex{
    width: 90%;
    height: auto;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.profile-flex .profile-wrap .profile-btn .upload-wrap{
    width: 40%;
    margin: auto;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-flex .profile-wrap .profile-btn .upload-wrap a{
    width: 100%;
    align-self: center;
    position: absolute;
    opacity: 1;
    cursor: pointer;
    padding: 6px 15px;
    border: none;
    outline: none;
    border-radius: 40px;
    background-color: #385073;
    color: white;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
}

.profile-flex .profile-wrap .profile-btn .upload-wrap button{
    width: 100%;
    align-self: center;
    position: absolute;
    opacity: 1;
    cursor: pointer;
    padding: 6px 15px;
    border: none;
    outline: none;
    border-radius: 40px;
    background-color: #102a54;
    color: white;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
}

.profile-flex .profile-wrap .profile-btn .upload-wrap input{
    width: 100%;
    cursor: pointer;     
    outline: none;
    opacity: 0;
    position: absolute;
    padding: 6px 15px;
}

.fund-wrap{
    width: 55%;
    height: auto;
    margin: auto;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
}

.fund-wrap .fund-fluid{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px 20px;
}

.fund-wrap .fund-fluid .fund-title{
    width: 100%;
    text-align: center;
}

.fund-wrap .fund-fluid .fund-title h3{
    letter-spacing: 4px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 25px;
    font-weight: bold;
    color: black;
    margin: 0 0 20px;
}

.fund-wrap .fund-fluid .fund-title p{
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 13px;
}

.fund-wrap .fund-fluid .fund-title a{
    font-size: 50px;
    color: red;
}

.fund-wrap .fund-fluid .fund-form{
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
}

.fund-wrap .fund-fluid .fund-form .fund-box{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#erroR{
    position: absolute;
    bottom: -15px;
    left: 20px;
    color: red;
    font-family: "Nunito",sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    z-index: 999;
    width: 100%;
    text-align: left;
    font-weight: bold;
}

.fund-wrap .fund-fluid .fund-form label{
    width: 40%;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
}

.fund-wrap .fund-fluid .fund-form input{
    width: 60%;
    padding: 6px 15px;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 14px;
    outline: none;
    border: none;
    background-color: #f4f3ef;
    display: inline-block;
}

.fund-wrap .fund-fluid .fund-form textarea{
    width: 60%;
    padding: 6px 15px;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 14px;
    outline: none;
    border: none;
    background-color: #f4f3ef;
    display: inline-block;
    resize: vertical;
}

.fund-wrap .fund-fluid .fund-form .fund-btn{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
}

.fund-wrap .fund-fluid .fund-form .fund-btn button{
    padding: 6px 20px;
    border: none;
    outline: none;
    border-radius: 40px;
    background-color: #385073;
    color: white;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.fund-wrap .fund-fluid .fund-form .fund-btn button:hover{
    background-color: #102a54;
    transition: .2s ease;
}

/*======================================
    Styling Success and error Message 
======================================= */
    
#success_msg{
    width: auto;
    padding: 7px 20px;
    position: fixed;
    top: 80px;
    right: 10px;
    text-align: right;
    background: #000000;
    background: -webkit-linear-gradient(to right, #0f9b0f, #000000);
    background: linear-gradient(to right, #0f9b0f, #000000);
    letter-spacing: 2px;
    font-family: "Nunito",sans-serif;
    color: white;
    animation: slideInRight 1.5s ;
    z-index: 1000;
    border-left: 2px solid lawngreen;
    font-size: 13px;
}

#error_msg{
    width: auto;
    padding: 7px 20px;
    position: fixed;
    top: 80px;
    right: 10px;
    text-align: right;
    background: #ED213A;  
    background: -webkit-linear-gradient(to right, #93291E, #ED213A); 
    background: linear-gradient(to right, #93291E, #ED213A);
    letter-spacing: 2px;
    font-family: "Nunito",sans-serif;
    color: white;
    animation: slideInRight 1.5s ;
    z-index: 1000;
    border-left: 2px solid red;
    font-size: 13px;
}

#success_msg i,#error_msg i{
    padding-right: 5px;
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: .2;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* Preloader loader style */

.preloader{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0,0,0,0.4);
    width: 100%;
    height: 100%;
    transition: 1s;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader:before{
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    transition: 1s;
} 

.preloader.complete:before{
    left: -50%;   
}

.preloader:after{
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    transition: 1s;
}

.preloader.complete:after{
    right: -50%;   
}

.preloader.complete{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader{
    width: 50px;
    height: 50px;
    align-self: center;
    z-index: 3000;
    font-size: 10px;
    border-top: 1px solid rgb(150,0,0);
    border-right: 1px solid green;
    border-bottom: 1px solid blue;
    border-left: 1px solid black;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 9000;
}
        
@-webkit-keyframes spinner{
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
}
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
        
@keyframes spinner{
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
}
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}