 
/* Styles for the search container start */
.margin-container {
    margin: 10px;
}

.search-container {
    background-color: #fff;
    position: relative;
    padding: 10px;
     border-radius: 5px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 }

.search-input {
    padding-left: 45px !important;
    width: 80% !important;
    height: 3.5rem !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    transition: border-color 0.3s !important;
 }

.search-input:focus {
    border-color: #007bff !important;
     outline: none !important;
 }

.search-button,
.back-button {
    padding: 6px 12px;
    border: none;
    height: 3.5rem !important;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
     margin-left: 10px;
     transition: background-color 0.3s;
 }

.search-button:hover,
.back-button:hover {
    background-color: #0056b3;
 }

/* Styles for the search container end */






.frm-cont i {
    position: absolute;
 }

.icon {
    padding: 8px 8px;
    color: #EAEAEA;
    min-width: 50px;
    text-align: center;
    font-size: large;
}





@media only screen and (min-width: 320px) and (max-width: 767px) {
    .home-list-pop.list-spac {
        display: block !important;
    }


    .search-input {
        width: 100% !important;
    }


    .frm-cont {
        text-align: center !important;
    }

    .search-button,
    .back-button {
        margin: 10px 0px;

    }


}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
    .dir-alp-con-left {
        display: none !important;
    }
}










/* claim pop up form start */
.popup-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
     backdrop-filter: blur(5px);
     z-index: 999 !important;
    align-content: center;
}

.main-form-cont {
    display: flex;
    align-items: center;
     justify-content: center;
 }

.form-container {

    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 300px;
    max-width: 90%;
 }

.form-group {
    margin-bottom: 15px;
}

.form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btnpop {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btnpop-primary {
    background-color: #f44336;
    color: #fff;
}

.btnpop-secondary {
    background-color: #6c757d;
    color: #fff;
}

.btnpop:hover {
    opacity: 0.9;
}

/* claim pop up form end */ 