@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.second-navbar{
    height: 45px;
    width: 20%;
}
#separator {
    width: 2px;
    height: 40px;
    background-color: beige;
}
#login{
    background-image: url("../images/engaged.png");
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(100px);
    justify-content: space-evenly;
}
#login div div div a{
    color: #eee;
    transition: all 0.4s ease;
}
#login div div div a:hover{
    color: #3eecdc;
    text-decoration: none;
    scale: 1.1;
    transition: all 0.4s ease;
}
.login-form{
    width: 400px;
    height: auto;
    padding: 20px;
    color: white;
}
.login-form button{
    margin: 10px 0;
    padding: 10px 0;
    background: none;
    border-radius: 20px;
    width: 100%;
    border: #fbf2f4 1px solid;
    color: white;
}
.login-form button:hover{
    background-color: #cadccd;
    color: rgba(0, 0, 0, 0.93);
    border: 1px solid #cadccd;
}
.login-form button:active{
    background-color: #cadccd !important;
    border: 1px solid #cadccd !important;
}
.login-form button:focus{
    box-shadow: 0 0 0.2rem #33dfd7 !important;
}
.carte{
    background-color: #faf4f07a;
    border-radius: 20px;
    font-family: "Inter", sans-serif
}
.login-form span{
    display: inline-block;
    width: 100%;
    text-align: end;
}
.login-form span a{
    text-decoration: none;
    color: #cadccd;
}
.login-form .form-control,
#content .form-control,
#cv-builder .form-control{
    border-radius: 20px;
}

.search-box-container{
    height: calc(100vh - 141px);
}
#login-nav{
    gap: 5px;
}
#login-nav span{
    width: 2px;
    height: auto;
    background-color: #1ab7ea;
}
#logo-nav{
    gap: 60px;
}
#login-nav{
    gap: 30px;
}
#login-nav a:hover{
    color: #cadccd;
    cursor: pointer;
}
.navbar-logo {
    height: 75px !important;
}
#pwd-input{
    position: relative;
}
#pwd-input img{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
#varbado{
    color: #002977;
    font-size: 1.6rem;
    font-weight: 700;
}
#pwd-forget{
    display: flex;
    width: 100%;
    justify-content: end;
    margin-top: 0.4rem;
}
#contrat-list .form-check{
    display: flex;
    align-items: center;
}

.sidebar {
    width: 250px;
    background: white;
    padding: 20px;
    box-shadow: 0 0 1px #979797;
    border-radius: 5px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 200px;
}

.sidebar li.active {
    background: #fdc26263;
    border-radius: 5px;
}

.photo-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.section {
    display: none;
}

.section.active {
    display: block;
}
.upload-icon-container {
    text-align: end;
}
#cv-builder{
    gap: 3vw;
}
#cv-builder main{
    width: 100%;
}
.modal-header i {
    font-size: 2.2rem;
    cursor: pointer;
}
.container {
    text-align: start;
}
#diplomeModal .container,
#formationModal .container{
    min-width: 25vw;
}
#profil,
#contact,
#experiences,
#apropos,
#competences,
#diplomes,
#formations,
#Ajouter_section,
#centres,
#reseaux,
#langues,
#references
{
    box-shadow: 0 0 1px #979797;
    padding: 25px;
    border-radius: 5px;
}
#dynamic-content{
    gap: 10px
}
#sidebar-content{
    gap: 25px;
}
.content{
    gap: 10px;
}
.menu-icons{
    gap: 25px;
}
.menu-icons a i{
    font-size: 22px;
}
#visuliseCv,
#editThemeCv,
#downloadCV{
    background: #fcfcfc;
    padding: 0 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 0 1px #979797;
}
#visuliseCv{
    color: #0c85d0;
}
#downloadCV:hover,
#editThemeCv:hover,
#visuliseCv:hover{
    transition: all 0.3s ease;
}
#visuliseCv:hover{
    background-color: #0c85d0;
    color: #fcfcfc;
}
#downloadCV{
    color: orangered;
}
#downloadCV:hover{
    background-color: orangered;
    color: #fcfcfc;
}

#editThemeCv:hover{
    background-color: #002977;
    color: #fcfcfc;
}
#editThemeCv:hover svg {
    color: #fcfcfc !important;
    fill: #fcfcfc !important; /* si le SVG utilise fill */
}
.toast i{
    font-size: 24px;
}
#photo div:last-child{
    gap: 12px;
}
.navbar-links-group a .notification{
    position: absolute;
    top: 20px;
}
#preference_contratRecherche .form-check{
    display: flex;
    align-items: center;
}
#Ajouter_section #menu-to-add{
    gap: 15px;
}

/*notif toast*/
.toast-exit {
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s ease;
    transform: translateX(111%);
    opacity: 0;
}

/*loader*/
.loader {
    width: 24px;
    height: 24px;
    border: 3px solid;
    border-color: #FF3D00 transparent;
    border-radius: 50%;
    display: flex;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#loader-container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
#loader-position{
    padding-block: 0;
}
#noCity{
    margin-top: 8px;
    font-size: 0.9rem;
}
/********Responsive design code***********/
@media only screen and (max-width: 1024px) {
    #logo-nav {
        display: none !important;
    }
}