.search-bar {
    position: relative
}

.fa_search {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #767676;
}

.custom_file {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
    /*display: flex;*/
}


.custom_input_file {
    position: relative;
    z-index: 2;
    width: 45%;
    height: calc(2.25rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom_file_label {
    width: 45%;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 8px 0px 0px 30px;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #1990D2;
    border-radius: .25rem;
    box-shadow: none;
    color: #1990D2;
    border-color: #1990D2;
}

.custom_file_label.is-invalid {
    border-color: #dc3545;
}

.custom_file+span.error {
    position: absolute;
    bottom: 18px;
    left: 128px;
}



@media only screen and (max-width: 700px) {
    .custom_file+span.error {
            position: absolute;
            bottom: 48px;
            left: 128px;  
        }
    .upload_file_div{
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 471px) {
    .custom_file+span.error {
        left: 30px;
    }
}



/* Login page css */
.carousel-overlay {
    z-index: 2;
    top: 0;
    left: 0;
}

.carousel-item {
    background-color: #0000004D;
    border-radius: 10px;
}

.carousel-indicators {
    justify-content: unset;
    margin-left: 6%;
}

#featureCarousel {
    margin-left: 120px;
}

.carousel-indicators li {
    border-radius: 100%;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    margin-left: 3px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* Optional for better text contrast */
.carousel-overlay h4,
.carousel-overlay p {
    color: #ffffff;
}

.frosted-glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    color: white;
    max-width: 500px;
}

.tourch_div {
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.girl_div {
    position: absolute;
    bottom: 0;
    right: 70px;
    z-index: 10;
}

.tourch_div img {
    height: auto;
    width: 225px;
    margin-left: -25px;
}

.girl_div img {
    width: 455px;
    height: 665px;
}


@media only screen and (max-width: 1496px) {
    .tourch_div img {
        height: auto;
        width: 200px;
        margin-left: -35px;
    }

    #featureCarousel {
        margin-left: 90px;
    }

    .girl_div img {
        width: 487px;
        height: 620px;
    }
}


@media only screen and (max-width: 1350px) {
    .tourch_div img {
        height: auto;
        width: 200px;
        margin-left: -20px;
    }

    #featureCarousel {
        margin-left: 90px;
    }

    .girl_div img {
        width: 390px;
        height: 600px;
    }

    .frosted-glass {
        padding: 25px !important;
    }
}

@media only screen and (max-width: 1180px) {
    .tourch_div img {
        height: auto;
        width: 200px;
        margin-left: -35px;
    }

    #featureCarousel {
        margin-left: 65px;
    }

    .girl_div img {
        width: 385px;
        height: 590px;
    }

    .frosted-glass {
        padding: 25px !important;
    }
}


/* Form responsive */
.custom-width {
    width: 100%;
}

@media (min-width: 700px) {
    .custom-width {
        width: 50%;
    }
}


.form_savebtn_potion{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

@media (max-width: 700px) {
    .form_savebtn_potion {
        position: unset;   
    }
}


/* Dashboard CSS */

.small-box{
    display: flex;
    background-color: #FFFFFF;
}

.dash_icon{
    margin: 24px 24px;
    padding: 20px;
    border: 1px solid #1990D2;
    height: fit-content;
    border-radius: 50px;
}

.inner h3{
    margin-bottom: 0px;
    font-size: 26px !important;
    margin-top: 16px;
}

@media (max-width: 1152px) and (min-width: 991px) {
    .inner p {
            font-size: 13px !important;
        }
        .dash_icon {
            margin: 17px 17px;
            padding: 16px;
        }
}