
ul.my__submenu{
    width: 310px !important;
}

ul.my__submenu_2{
    width: 230px !important;
}

ul.my__submenu_3{
    width: 200px !important;
}

:root {
    --gradient: linear-gradient(to left top, #212741 10%, #43BA7F 90%) !important;
}
  

  
.card {
    margin-bottom: 25px;
}

.btn {
    background-color: #43BA7F;
    color: white;
}

.btn:hover, .btn:focus {
    box-shadow: #222 0 0 5px;
    color: white;
}

.my__cards .card-text{
    margin-bottom: 15px;
}


/******************* A N K E T A **************  */

.bg_color {
    background-color: #fff;
    padding: 50px 0px;
    margin-bottom: 50px;
    border-radius: 6px;
    box-shadow: grey 0px 0px 3px;
}

.profile_form {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.upload_image {
    height: 200px;
    position: relative;
    width: 210px;
    border-radius: 10%;
    overflow: hidden;
    border: 1px solid grey;
}

.upload_image img {
    height: 200px;
    width: 100%;
    background: linear-gradient(135deg, #71b7e6, #9b59b6);
    
}

#file {
    display: none;
}

#uploadBtn {
    height: 40px;
    width: 210px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    line-height: 30px;
    font-family: sans-serif;
    font-size: 17px;
    cursor: pointer;
}


    /*  */


.subtitle{
    /* width: 30%; */
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.subtitle h1{
    font-size: 45px;
    position: relative;
    font-weight: 500;
}
.subtitle h1:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 30px;
    background: linear-gradient(135deg, #71b7e6, #9b59b6);
    left: 0;
    bottom: 0;
}


.col-md-6 {
    padding: 10px;
}

.submit_btn {
    background-color: #43BA7F;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px 0;
}

.mr_sub {
    margin-bottom: 20px;
    margin-top: 20px;
}


/* DAshboard */


