

.Login {
    background-image: url("./../images/login/BACK\ .png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.LoginForm {
    background: rgb(242, 239, 244);
    background: linear-gradient(130deg, rgba(241, 239, 242, 0.9416141456582633) 50%, rgba(244, 242, 242, 0.5214460784313726) 50%);
}

.wow-animation {
    animation: Wow-animation 8s 2s linear infinite !important;
}

.vec-animation {
    animation: vector-animation 15s linear infinite !important;
    transition: all;
}

#modal-body > progress {
    padding: 0 20px;
    position: absolute;
    width: 95% !important;
    bottom: 20px;
    right: 10px;
    /*border-radius: 2.75rem !important;*/
}

    #modal-body > progress::-webkit-progress-bar {
        border: 0;
        height: 6px;
        background-color: #374151 !important;
        border-radius: 9999px;
    }

    #modal-body > progress::-webkit-progress-value {
        border: 0;
        height: 5px;
        background-color: #fff !important;
        border-radius: 9999px;
        /*border-bottom-right-radius: .75rem;*/
        /*border-bottom-left-radius: .75rem;*/
    }

    #modal-body > progress::-moz-progress-bar {
        border: 0;
        height: 5px;
        background-color: red !important;
        /*border-bottom-right-radius: .75rem;*/
        /*border-bottom-left-radius: .75rem;*/
    }

/* .Register{
    animation: Register-animation 5s  linear forwards !important;
} */
.HeaderBac {
    background: rgb(242, 239, 244);
    background: linear-gradient(90deg, #5591c3 10%, #866ccb 90%);
}

.HeaderBac-Links {
    background-image: url('/assets/images/backs') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: bottom !important;
}

.HeroSwiperBack {
    background: rgb(242, 239, 244);
    background: linear-gradient(130deg, #dcdbda 40%, #eae9e8 60%);
}

.swiper-pagination {
    position: absolute;
    bottom: -12px !important;
    top: auto !important;
    height: 30px !important;
    z-index: 10 !important;
    width: 100% !important;
}

    .swiper-pagination .swiper-pagination-bullet {
        width: 11px !important;
        height: 11px !important;
        border-radius: 9999px !important;
        background-color: #cfcfcf !important;
        opacity: .5 !important;
    }

    .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #9c9c9c !important;
        opacity: 1 !important;
    }


.Hobbies {
    position: relative;
}


    /*.Hobbies::-webkit-scrollbar {
        width: 10px !important;
        background-color: #fff !important;
        margin-left: 3px !important;
        z-index: -10 !important;
    }

    .Hobbies::-webkit-scrollbar-track {
        background-color: transparent !important;
        width: 5px !important;
        margin-left: 100px !important;
        border-radius: 10px !important;
        z-index: -10 !important;
    }

    .Hobbies::-webkit-scrollbar-thumb {
        border-radius: 10px !important;
        background-color: rgb(222, 222, 224) !important;
        width: 6px !important;
        outline: 2px;
        z-index:-10 !important;
        border-right: solid 1px white !important;*/
        /*border-left: solid 0px white !important;*/
        /*outline: 2px solid #eceefc !important;

    }*/

#TaskContainer::-webkit-scrollbar {
    width: 10px !important;
    background-color: #fff !important;
    margin-left: 3px !important;
    z-index: -10 !important;
}

#TaskContainer::-webkit-scrollbar-track {
    background-color: transparent !important;
    width: 10px !important;
    margin-left: 100px !important;
    border-radius: 10px !important;
    z-index: -10 !important;
}

#TaskContainer::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background-color: rgb(222, 222, 224) !important;
    width: 6px !important;
    outline: 2px;
    z-index: -10 !important;
    border-right: solid 1px white !important;
    /*border-left: solid 0px white !important;*/
    outline: 0px solid #eceefc !important;
}

.Links {
    background-image: url('/assets/images/backLink .png') !important;
    background-size: cover !important;
    background-repeat: repeat-y !important;
    background-position: bottom !important;
    /*background-position: bottom !important;*/
}

label {
    cursor: pointer;
}



input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + .Login_Check:before {
        width: 12px;
        height: 12px;
        border: 1.5px solid gray;
        content: "";
        display: inline-block;
        margin: 8px 16px 0 0;
        padding: 0;
        vertical-align: top;
        border-radius: 50%;
        background: white;
    }

    input[type="checkbox"]:checked + .Login_Check:before {
        background: #1460c8;
        border: 1.5px solid #1460c8;
        box-shadow: inset 0px 0px 0px 1px #fff;
        color: #333;
        content: "";
        text-align: center;
        border-radius: 50%;
    }

    input[type="checkbox"]:focus + .Login_Check::before {
        outline: 0;
    }

    input[type="checkbox"] + .Profice_Check:before {
        width: 15px;
        height: 15px;
        border: 1.5px solid gray;
        content: "";
        display: inline-block;
        margin: 4px 16px 0 0;
        padding: 0;
        vertical-align: top;
        border-radius: 50%;
        background: white;
    }

    input[type="checkbox"]:checked + .Profice_Check:before {
        background: #15a645;
        border: 1.5px solid #1460c8;
        box-shadow: inset 0px 0px 0px 1px #fff;
        color: #333;
        content: "";
        text-align: center;
        border-radius: 50%;
    }

    input[type="checkbox"]:focus + .Profice_Check::before {
        outline: 0;
    }


.cheshot-animation {
    animation: Cheshot-animation 10s 2s linear infinite !important;
}

input::-webkit-calendar-picker-indicator {
    opacity: 0 !important;
}

.drawer-hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.drawer-visible {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease-in-out;
}

/* .progress-container {
    position: relative;
    width: 80px !important;
    height: 80px !important;
}

.progress-circle {
    width: 80px;
    height: 80px;
    transform: rotate(-45deg); 
}

.progress-bg {
    fill: none;
    stroke: white;
    stroke-width: 10; 
    width: 70px !important;
    height: 70px !important;
}

.progress-bar {
    fill: none;
    stroke-width: 10;
    stroke-dasharray: 282;
    stroke-dashoffset: 282;
    transition: all 0.5s;
    width: 70px !important;
    height: 70px !important;
}

.progress-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 24px;
    color: #333;
} */
/* styles.css */
.progress-container {
    width: 100%;
    max-width: 100px;
    height: 10px;
    text-align: center;
    transform: rotate(180deg);
}

.progress-bar {
    position: relative;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.progress-fill {
    height: 10px;
    background: linear-gradient(90deg, #63ADCA, #5D3FB4); /* Gradient from green to light green */
    width: 0%; /* Initial width of the progress fill */
    transition: width 1s ease-in;
}


/* styles.css */
.autocomplete-container {
    position: relative;
    width: 300px; /* Adjust as needed */
    margin: 0 auto;
}

.autocomplete-input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .autocomplete-list li {
        padding: 8px;
        cursor: pointer;
    }

        .autocomplete-list li:hover {
            background-color: #f0f0f0;
        }



.horseshoe-container {
    position: relative;
    width: 80%;
    height: 80%;
}

.horseshoe-svg {
    width: 100%;
    height: 100%;
    /* transform: rotate(135deg);  */
}

.horseshoe-bg {
    fill: none;
    stroke: #e0e0e0; /* Background horseshoe color */
    stroke-width: 3;
}

.horseshoe-bar {
    fill: none;
    stroke-width: 3;
    stroke-dasharray: 188; /* Length of the horseshoe path */
    stroke-dashoffset: 188; /* Start with no progress */
    transition: stroke-dashoffset 1s ease-in;
}

.horseshoe-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 24px;
    color: #333;
}

.horseshoe-container-profile {
    position: relative;
    width: 100%;
    height: 100%;
}

.horseshoe-svg-profile {
    width: 90%;
    height: 80%;
    /* transform: rotate(135deg);  */
}

.horseshoe-svg-Links {
    width: 60%;
    height: 60%;
    /* transform: rotate(135deg);  */
}

.horseshoe-bg-profile {
    fill: none;
    stroke: #9596d3; /* Background horseshoe color */
    stroke-width: 3;
}

.horseshoe-bar-profile {
    fill: none;
    stroke-width: 3;
    stroke-dasharray: 188;
    stroke-dashoffset: 188;
    transition: stroke-dashoffset 1s ease-in;
}

.horseshoe-content-profile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 24px;
    color: #333;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-message img {
    width: 100% !important;
    height: 100% !important;
    animation: Loading 5s linear forwards;
}

@media screen and (max-width:500px) {
    .progress-container {
        position: relative;
        width: 65px !important;
        height: 65px !important;
    }

    .progress-circle {
        width: 65px;
        height: 65px;
        transform: rotate(-45deg);
    }

    .horseshoe-container {
        position: relative;
        width: 80%;
        height: 80%;
    }

    .Links {
        background-image: url('/assets/images/backLink .png') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: bottom !important;
    }
}

@keyframes Wow-animation {

    0% {
        transform: rotate(0) scale(1);
    }

    15% {
        transform: rotate(5deg) scale(.8);
    }

    30% {
        transform: rotate(-5deg) scale(.7);
    }

    45% {
        transform: rotate(4deg) scale(.8);
    }

    60% {
        transform: rotate(-4deg) scale(.9);
    }

    75% {
        transform: rotate(2deg) scale(1);
    }

    85% {
        transform: rotate(-2deg) scale(1.1);
    }

    92% {
        transform: rotate(1deg) scale(1.2);
    }

    100% {
        transform: rotate(0) scale(1);
    }
}

@keyframes vector-animation {
    0% {
        transform: translateX(0px);
        opacity: 1;
    }

    15% {
        transform: translateX(100px);
        opacity: 1;
    }

    25% {
        transform: translateX(200px);
        opacity: 1;
    }

    35% {
        transform: translateX(300px);
        opacity: 1;
    }

    50% {
        transform: translateX(400px);
        opacity: 0;
    }


    65% {
        transform: translateX(-400px);
        opacity: 0;
        /* Move off-screen to the left */
    }

    75% {
        transform: translateX(-250px);
        opacity: .5;
        /* Move off-screen to the left */
    }

    85% {
        transform: translateX(-150px);
        opacity: 1;
        /* Move off-screen to the left */
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
        /* Return to the starting position */
    }
}

@keyframes Cheshot-animation {
    0% {
        transform: scale(1) translateY(0);
        /* opacity: 1; */
    }

    25% {
        transform: scale(.75) translateY(20px);
        /* opacity: .75; */
    }

    50% {
        transform: scale(1) translateY(0);
        /* opacity: .5 */
    }

    75% {
        transform: scale(1.25) translateY(-20px);
        /* opacity: .75 */
    }

    100% {
        transform: scale(1) translateY(0);
        /* opacity: 1; */
    }
}

@keyframes flash {
    0% {
        opacity: 1;
        transform: translateX(0px)
    }

    25% {
        opacity: 1;
        transform: translateX(25px)
    }

    50% {
        opacity: 1;
        transform: translateX(50px)
    }

    75% {
        opacity: 1;
        transform: translateX(75px)
    }



    100% {
        opacity: 1;
        transform: translateX(100px)
    }
}

@keyframes Loading {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}




.custom-alert {
    position: fixed;
    top: 80px;
    /* Start off-screen */
    color: white;
    padding: 8px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    font-size: 16px;
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
    .custom-alert.show {
        transform: translateX(-320px); 

       transition: all .5s ease-in !important;
       opacity:1 !important;

    }

    .custom-alert.hide {

        transition: all .5s ease-in !important;
        transform: translateX(320px) !important; 
        opacity: 0 !important;

    }