.background{
 background:linear-gradient(to top, #fbc2eb 0%, #4d50a0 100%);
}
/* #icon{
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    font-size: 25px;
} */
#error-msg{
    display: none;
    color: #ff2851;
    font-size: 14px
}

#cv-form{
    display: block;
}
 
#cv-template1{
    display: none;
}

#cv-template2{
    display: none;
}


#cv-template3{
    display: none;
}

#nav-tabs{
    display: none;
}

#imgTemplate1{
    border: 1px solid black;
    border-radius: 50%;
    width: 200px;
}

#imgTemplate2{
    border: 1px solid black;
    border-radius: 50%;
    width: 200px;
}

#imgTemplate3{
    /* border: 4px solid transparent;
    border-image: linear-gradient(45deg, #ff0, #f0f, #f00, #00f, #0f0);
    border-image-slice: 1;
    box-shadow: 0 15px 25px rgba(0,0,0,.2); */
    border: 1px solid black;
    border-radius: 75%;
    width: 200px;
}


.background1{
    background:linear-gradient(to top, #fbc2eb 0%, #4d50a0 100%);
}

.background2{
    background:linear-gradient(to bottom, #2E3192 0%, #1BFFFF 100%);
}

.background3{
    background:linear-gradient(to right, #D4145A 0%, #FBB03B 100%);
}


ul li a{
    position: relative;
    display: block;
    padding: 10px 20px;
    text-decoration:none;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}

li a.active{
    background-color:purple;
 }

 li a:hover:not(.active){
background-color: white;
 }
