:root {
  /*--blue: #6495ed;*/
  --white: #FFF;
  --main-color: #f7cf24;
  --secundary-color: #90c2dc;
  --gray-logo: #665D5B;

  --blue: #3c8dbc;
  --light-gray: #8f8f8f;
  --gray: #444;
  --background: #ecf0f5
}

.link{
    text-decoration: none;
    color: #663399;
}
.big-div{
    width: 39% !important;
}
.small-margin{
    margin-top: 3%;
}
.side-number{
    float:left;
    text-align: center;
    width: 45%;
}
.side-date{
    float:left;
    text-align: center;
    width: 40%;
}
.margin-line{
    margin-top: 6%;
}
.correct-margin{
    margin-top: 7%;
}
.small-line{
    margin-top: 2%;
}
.margin-left{
    margin-left: 30%;
}
.side-left{
    float:left;
    text-align: left;
    width: 30%;
}
.hidden-form{
    display: none;
}
.margin-div{
    margin-top: 4%;
}
label{
    display: block;
    font-weight: bold;
    /*margin-bottom: 2px;*/
}
.weight-none{
    font-weight: normal !important;
}
.date-area{
    width: auto !important;
    border-radius: 10px;
    border: solid silver 1px;
    background-color: #FFFFFF;
}
.text-area{
    border-radius: 4px;
    border: solid #cccccc 1px;
    width: 60%;
    outline: none;
}
.text-area-tutor{
    width: 45% !important;
}
.text-bottom{
    border-radius: 4px;
    border: solid #cccccc 1px;
    width: 70%;
    outline: none;
}
.text-side{
    border-radius: 4px;
    border: solid #cccccc 1px;
    width: 20%;
    outline: none;
}
.small{
    font-size: 0.98rem;
}

.button-payment{
    background: var(--main-color) !important;
    font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, sans-serif;
    border: none;
    text-shadow: 1px 1px 1px #ffebeb;
    cursor: pointer;

}
.cursor-type{
    cursor: pointer !important;
}
.title{
    font-weight: bold;
}
form{
    color: #444444;
}
.color-red{
    color: #B94A48;
}
#form-personal, #form-formation, #form-internship, #form-internship2, #confirmation{
    width: 100%;
}
h1{
    font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, sans-serif;
}
.profile{
    width: 30%;
}
.removebg{
    border: none !important;
    background: none !important;
    background-color: #ffffff !important;
}
.payment{
    width: 159px !important;
    height: 54.5px;
}
/*
.col-lg-6, .col-lg-4, .col-lg-12{
    margin-bottom: 1% !important;
}
*/
.circle{
    color: #FFFFFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border:solid 2px #dfdfdf ;
    background-color: #663399;
}
.selected-circle{
    border-color: #007aae;
    background-color: #008ec2;
}
.inner-circle{
    padding-top: 28% !important;
}
#preloader{
    position: fixed;
    height: 100% !important;
    width: 100% !important;
    z-index: 999;
    background-color: slateblue;
    opacity: 0.8;
}

#preloader  > p{
    position: absolute;
    color: white;
    opacity: 1 !important;
    top: 15%;
    left: 48%;
}
.text-danger {
    color: red;
}

.danger{
    border: solid 1px red !important;
}
.warning{
    border: solid 1px #ffc107!important;
}
.button-final{
    height: 2vh;
    width: 20%;
}
.margin-bot{
    margin-bottom: 2%;
    margin-top: 2%;
}
.footer{
    position:relative;
    min-height: 10%;
}

.breadcrumb-form {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .breadcrumb-form {
        display: none;
    }
}