/*
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 : 13-Jan-2021, 11:04:42
    Author     : sadit
*/

#btnRegister {
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.button {
    border:0;
    outline:none;
    border-radius:0;
    padding:10px 0;
    margin-top: 27px;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    /*letter-spacing:.1em;*/
    background:#009de2;
    color:#ffffff;
    transition:all.5s ease;
    -webkit-appearance: none;
    &:hover, &:focus {
        background:darken(#1ab188,5%);
    }
    
}
.button-block {
    display:block;
    width:100%;
    cursor: pointer;
    color: #fff !important;
}
.button-block:hover{
    background-color: #A7CCE2;
    outline: none;
}
.prof-pic{
    width: 20px;
    border-radius: 50%;
}

.tab-group {
    list-style:none;
    padding:0;
    margin:0 0 25px 0;
    &:after {
        content: "";
        display: table;
        clear: both;
    }
    li a {
        display:block;
        text-decoration:none;
        padding:15px;
        background:rgba(#a0b3b0,.25);
        color:#a0b3b0;
        font-size:20px;
        float:left;
        width:50%;
        text-align:center;
        cursor:pointer;
        transition:.5s ease;
        &:hover {
            background:darken(#1ab188,5%);
            color:#ffffff;
        }
    }
    .active a {
        background:#1ab188;
        color:#ffffff;
    }
}
.tab-content > div:last-child {
    display:none;
}
.tab-group .active a {
    background: #009de2;
    color: #ffffff;
}
.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    background: rgb(228, 228, 228);
    color: #009de2;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
    box-shadow: 0 3px 24px rgba(0,0,0,.1);
}
.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.tab-group::after {
    content: "";
    display: table;
    clear: both;
}
.ad-profile {
    background:#ffffffb3;
    padding: 40px;
    max-width:600px;
    margin:1% auto;
    border-radius:4px;
    box-shadow:0 4px 10px 4px rgba(#13232f,.3);
}
.proimg img {
    display: block;
    width: 250px;
    margin-bottom: -29px;
    border-radius: 50%;
}
.proimg button{
    margin-top: 51px;
}
.upload-span{
     height: 243px;
    width: 243px;
    padding-top: 8%;
    font-size: 16px;
}
