* {
    padding: 0%;
    margin: 0%;
    font-family: 'Gilroy', sans-serif;
}

a {
    text-decoration: none !important;
}

.signup_form {
    background-color: #f9f8f8;
    border-radius: 40px;
}

.signup_form h3 {
    font-size: 20px;
    color: #1e1e1e;
    font-weight: bold;
    text-align: center;
    padding: 25px 0;
}

.signup h2,
.login h2 {
    background-image: url(../img/user-image/katie-moum-7XGtYefMXiQ-unsplash.jpg);
    height: 100vh;
    background-size: cover;
    color: white;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signup_form .input_box {
    height: 40px;
    margin-bottom: 15px;
    padding: 0 15px 0 15px;
    position: relative;
    margin-bottom: 36px;
}

.input_box input {
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    border-radius: 40px;
    padding: 10px 40px 10px 40px;
    box-shadow: 0px 0px 5px 0px;
    font-size: 16px;
    color: #181818;
    font-weight: bold;
    position: relative;
    background: #fff;
}

.input_box i {
    position: absolute;
    bottom: 9px;
    left: 27px;
    font-size: 20px;
}



.hero_bton {
    padding: 0 15px;
}

.hero_bton button {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    background: rgba(223, 255, 50);
    box-shadow: 0px 0px 2px 0px;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
    border-radius: 40px;
}

.hero_content {
    padding-top: 15px;
}

.hero_content p {
    text-align: center;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 500;
    padding-bottom: 30px;
}

.hero_content a {
    text-decoration: none;
    color: #dc3545;
    font-size: 16px;
    font-weight: 500;
}

/* login page css start  */

.hero_password a {
    text-decoration: none;
    color: #1e1e1e;
}

.hero_password {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    padding-top: 15px;
}

.main h5 {
    text-align: center;
    margin-top: 35px;
    font-size: 12px;
    color: #1e1e1e;
    font-weight: 500;
}

.social_icon {
    text-align: center;
    padding-top: 35px;
}

.social_icon i {
    font-size: 20px;
    background-color: white;
    padding-top: 5px;
    width: 40px;
    height: 30px;
    border-radius: 5px;
    filter: drop-shadow(0 0 1.5px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    margin-bottom: 30px;
}

.social_icon i:hover {
    background-color: rgba(223, 255, 50);
}

.social_icon a {
    text-decoration: none;
    color: #1e1e1e;
}

.social_icon a:hover {
    color: #1e1e1e;
}

.hero_password a:hover {
    color: #1e1e1e;
}

/* login page css end  */

/* navigation bar area start */

section.navbar_nav {
    padding: 15px 0px;
}

.navbar_nav {
    background-color: #dfff32;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0px 0px 3px 0px;
}

.main_div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.img_div img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.navbar_nav_icon i {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 18px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_content p {
    font-size: 12px;
    color: #626262;
    font-weight: 500;
    margin-bottom: 0px;
}

.img_content h6 {
    font-size: 12px;
    color: #1e1e1e;
    font-weight: bold;
    margin-bottom: 0px;
}

.label_input input {
    border-radius: 5px;
    border: none;
    outline: none;
    height: 34px;
    box-shadow: 0px 0px 3px 0px;
    width: 260px;
    font-size: 12px;
    color: #626262;
    font-weight: 500;
    padding-left: 10px;
    /* margin-left: 12px; */
    position: relative;
}

.label_input {
    text-align: center;
    position: relative;
}

/* navigation area end here */

/* categories area start here */

.container.test {
    max-width: 900px;
    margin: auto;
}

.hero_banner {
    display: flex;
    justify-content: space-between;
}

.hero_banner h3 {
    font-size: 20px;
    color: #1e1e1e;
    font-weight: bold;
}

.hero_banner a {
    text-decoration: none;
    font-size: 16px;
    color: #626262;
    font-weight: bold;
}

.hero_banner a:hover {
    color: #616161;
}

.main_menu {
    padding: 20px 0;
}

.hero_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero_one,
.hero_hide {
    width: 200px;
    height: 200px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px 0 0 0;
}

.hero_one:hover,
.hero_hide:hover {
    background-color: #dfff32;
   
}
.logo_img img {
    border-radius: 8px;
}

.hero_one h5,
.hero_hide h5 {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
    padding-top: 10px;
}
/* categories area end here */

/* popular service area start here */
.service_two {
    padding: 10px 0;
}

.my_card img {
    width: 280px;
    border-radius: 8px;
    position: relative;
}

.main_section,
.main_section_hide {
    width: 280px;
    border-radius: 15px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
    background-color: #ffffff;
}

.new_container {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 45px;
    height: 35px;
    border-radius: 5px;
    filter: drop-shadow(0px 1px 3.5px rgba(0, 0, 0, 0.15));
    background-color: #dfff32;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_container h6 {
    font-size: 12px;
    color: #1e1e1e;
    font-weight: bold;
    margin-bottom: 0px;
}

.card_text {
    margin-top: 10px;
    font-size: 20px;
    color: #1e1e1e;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
}

.main_adiv_two {
    display: flex;
    gap: 6px;
    padding: 10px 0px 0 10px
}

.circle_img img {
    border-radius: 50%;
    object-fit: cover;
    height: 40px;
    width: 40px;
}

.span_one span {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: bold;
}

.main_div-content h5 {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
    margin-bottom: 0px;
}

.main_div-content p {
    font-size: 14px;
    color: #626262;
    font-weight: bold;
}

.card_center i {
    color: #eedf15d5;
    font-size: 14px;
    padding-left: 10px;
}

.main_div_work {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

/* popular service area end here */

/* slide bar area   */

.slidebar_area {
    position: relative;
    top: 1px;
    right: 120px;
    height: 6vh;
    display: flex;
}

#MenuToggle {
    display: none;
}

.sidebar {
    width: 250px;
    height: 100vh;
    background: #ffffff;
    transform: translateX(0);
    transition: all .8s ease;
    border-right: 1px solid #dfff32;
}

.nav_items i {
    display: block;
    font-size: 30px;
    transition: all .4s ease;
    margin-top: 20px;
    color: rgb(61, 60, 60);
    width: 100%;
    height: 40px;
    border-radius: 30px;
    padding-left: 70px;
}

.nav_items span {
    font-size: 16px;
    padding-left: 30px;
    color: #1e1e1e;
    font-weight: bold;
    position: relative;
    top: -6px;
}

.nav_items i:hover {
    background-color: #dfff32;
}

.right {
    padding: 0px 20px;
    display: flex;
    align-items: center;
    transition: all .8s ease;
}

.toggle__icon {
    cursor: pointer;
}

.toggle__icon .line {
    width: 20px;
    height: 3px;
    background-color: #000831;
    display: block;
    margin: 4px 0;
    border-radius: 8px;
}

#MenuToggle:checked~.sidebar {
    transform: translateX(-250px);
}

#MenuToggle:checked~.right {
    width: 100%;
}

/* slide bar area end */

.my_footer {
    display: none;
}

/* home page css end  */


/* repair page start here */

.arrow_div {
    display: flex;
    /* align-items: center; */
}

.arrow_text {
    text-align: centerstart;
    /* width: 100%; */
    /* display: flex; */
    /* align-items: center; */
    padding-left: 15px;
}

.arrow_icon {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: white;
}

.arrow_icon i {
    font-size: 30px;
    color: #000000;
}


.arrow_div h5,
.arrow_text_one h5 {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.float_bar {
    float: right;
}

.label_input_flex {
    display: flex;
}

.label_input_flex .label_input input {
    width: 220px;
    height: 38px;
}

.filter_icon {
    width: 50px;
    height: 40px;
    border-radius: 10px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
}

.filter_icon i {
    font-size: 25px;
}

.sub_categories span {
    font-size: 22px;
    color: #1e1e1e;
    font-weight: bold;
    padding: 30px 0 30px 15px;
}

.main_div_flex {
    display: flex;
    gap: 30px;
}

.sub_image {
    width: 100%;
}

.cat_image {
    height: 180px;
    border-radius: 5px;
    filter: drop-shadow(0 0 1.5px rgba(0, 0, 0, 0.26));
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat_image:hover {
    background-color: #dfff32;
}

.sub_image h6 {
    text-align: center;
    font-size: 20px;
    color: #1e1e1e;
    font-weight: bold;
    padding-top: 10px;
}

.repair {
    padding: 50px 0;
}

.repair_one img {
    width: 100%;
    border-radius: 8px 8px 0 0;
    filter: drop-shadow(0px 1px 1.5px rgba(0, 0, 0, 0.2));
    object-fit: cover;
}

.new_repair {
    position: absolute;
    top: -16px;
    right: 30px;
    width: 45px;
    height: 35px;
    border-radius: 5px;
    filter: drop-shadow(0px 1px 3.5px rgba(0, 0, 0, 0.15));
    background-color: #fffffe;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_repair {
    background-color: #dfff32;
    padding-top: 10px;
    margin-bottom: 15px;
    border-radius: 0 0 5px 5px;
    filter: drop-shadow(0px 1px 3.5px rgba(0, 0, 0, 0.15));
}

.new_repair h6 {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: bold;
    margin: 0;
}

.card_repair i {
    color: #eedf15d5;
    font-size: 14px;
    padding-left: 10px;
}

/* repair page end here */

/* Provider information page start here */
.arrow_div_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow_div_info h5 {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
}

.provider_info {
    padding: 20px 0;
}

.provider_img img {
    height: 200px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.card_center_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card_text_two {
    padding: 20px 0;
}

.card_text h6 {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
}

.card_text i,
span {
    font-size: 12px;
    color: #1e1e1e;
    font-weight: bold;
}

.provider_box {
    width: 60px;
    height: 40px;
    border-radius: 5px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    background-color: #dfff32;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider_box h6,
.provider_box_work span,
.text_area h6,
.book_now h6 {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: bold;
    margin: 0%;
}

.provider_box_info {
    height: 150px;
    border-radius: 5px;
    filter: drop-shadow(0 0 1.5px rgba(0, 0, 0, 0.26));
    background-color: #ffffff;
}

.provider-box_flex {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}

.provider_box_work h6 {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 500;
}

.provider_box_work_one {
    text-align: center;
}

.provider_box_work_one .span_one i {
    color: #ffc107;
    font-size: 15px;
}

.provider_box_work_one h6 {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 500;
}

.provider_text p {
    font-size: 12px;
    color: #626262;
    font-weight: bold;
}

.provider_text {
    padding: 10px 0;
}

.button_flex {
    display: flex!important;
    justify-content: space-between!important;
}

.book_now button {
    width: 140px;
    height: 50px;
    border-radius: 25px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.17));
    background-color: #fffffe;
    border: 1px solid black;
}

.book_now button:hover {
    background-color: #dfff32;
    border: none;
}

/* provider information page end here */

/* book service start here */
.arrow_div_one {
    display: flex;
    max-width: 58%;
    margin: auto;
    align-items: center;
    gap: 10px;
}

/* progress bar */

.padding-div {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 32%;
    right: 5px;
}

.progress-container::before {
    background-color: #c7c4c4;
    content: "";
    height: 0.2rem;
    left: 19px;
    position: absolute;
    top: 50%;
    width: 89%;
}

.progress {
    background-color: white;
    position: absolute;
    top: 58%;
}

.circle {
    align-items: center;
    background-color: #626262;
    border-radius: 50%;
    color: white;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px;
    font-size: 12px;
}

/* progress bar finish */

.form_info {
    padding: 30px 0;
}

.editpProfile {
    position: absolute;
    /* z-index: 99; */
    right: 0;
    top: -10px;
}

.center_form {
    max-width: 365px;
    margin: auto;
}

.prelative{
    position: relative;
}

.form_info_text {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
}

.form_div {
    width: 360px;
    border-radius: 10px;
    filter: drop-shadow(0 0 1.5px rgba(0, 0, 0, 0.26));
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

.form_div h6 {
    padding: 10px 0 0 0;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
}

.date_div,
.description_div {
    width: 300px;
    border-radius: 10px;
    filter: drop-shadow(0 0 1.5px rgba(0, 0, 0, 0.26));
    background-color: #f9f8f8;
    padding: 10px;
}

.date_div i,
.description_div p {
    font-size: 14px;
    color: #626262;
    font-weight: bold;
}

.form_btn button {
    width: 360px;
    height: 50px;
    border-radius: 25px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.14));
    background-color: #dfff32;
    border: none;
}

/* book service finish here */

/* box_service two start here */

.box_service {
    padding: 25px 0;
}

.box_service_main {
    display: flex;
    gap: 20px;
}

.box_service_img img {
    width: 190px;
    border-radius: 10px;
    filter: drop-shadow(0 0 2.5px rgba(0, 0, 0, 0.26));
    object-fit: cover;
}

.box_service_text h6,
.detail_box h6,
p {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: bold;
}

.box_service_text i {
    font-size: 12px;
    color: #1e1e1e;
    font-weight: bold;
}

.detail_box {
    padding: 20px 0;
}

.price_box {
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0 0 1.5px rgba(0, 0, 0, 0.26));
    background-color: #ffffff;
    padding: 10px;
}

.price_one {
    display: flex;
    justify-content: space-between;
}

.price_one span {
    font-size: 10px;
    color: #c7c4c4;
    font-weight: bold;
}

/* box_service two end here */

/* get quote page started here */

.form-select_one {
    width: 370px;
    height: 40px;
    border-radius: 10px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    padding: 0px 10px;
    border: none;
}

.center_form h6 {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: bold;
}

/* image uploader */
.upload {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.upload_area {
    cursor: pointer;
}

.upload input {
    display: none;
}

.upload span {
    width: 60px;
    height: 60px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .4s;

    &:hover {
        transform: scale(0.8);
    }
}

/* image uploader finish here  */
.form_div p {
    font-size: 14px;
    color: #626262;
    font-weight: 500;
}

/* get quote page finish here */

/* provider list page started here */

.arrow_div_three {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 40%;
    margin: auto;
}

.navbar_nav_one {
    background-color: #dfff32;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0px 0px 3px 0px;
    height: 70px;
}

.center_form_one {
    max-width: 420px;
    margin: auto;
}

.list {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 40%;
}

.list img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.price_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    text-align: left;
}

.provider_content p,
h6 {
    margin-bottom: 0px;
}

.provider_content h6,
.provider_price h6 {
    font-size: 12px;
    color: #1e1e1e;
    font-weight: bold;
}

.provider_content p {
    font-size: 10px;
    color: #626262;
    font-weight: bold;
}

.provider_content i {
    color: #ffc107;
}

.price_list:hover {
    background-color: rgb(255, 255, 255);
}

.price_button button,
.pay_now_btn {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.14));
    background-color: #dfff32;
    border: none;
    margin-top: 20px;
}

/* provider list page finish here */

/* payment page started here */

.payment_list,
.price_two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    height: 70px;
    border-radius: 10px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
    background-color: #ffffff;
    margin: 15px 0;
}

.my_list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.my_list img {
    width: 40px;
    height: 40px;
}

.my_list h6 {
    font-size: 12px;
    color: #1e1e1e;
    font-weight: bold;
}

.provider_content h6 {
    margin-bottom: 0px;
}

/* payment successfull */

.modal-content {
    width: 360px;
    height: 280px;
    border-radius: 15px;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
}

.modal-area h6 {
    font-size: 14px;
    font-weight: bold;
}

.modal-area p {
    font-size: 12px;
    color: #1e1e1e;
    font-weight: 500;
}

.icon_size {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
    background-color: #f9f8f8;
    border: 2px solid #626262;
    display: flex;
    justify-content: center;
    align-self: center;
    margin-bottom: 15px;
}

.icon_size img {
    width: 50px;
    height: 50px;
    display: flex;
    align-self: center;
}

/* payment page finish here */


/* 11-07-2024 */
.main_div_two {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;

}

.book_button button {
    width: 110px;
    height: 40px;
    border-radius: 25px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.17));
    background-color: #fffffe;
    border: 1px solid black;
}

.book_button button:hover {
    background-color: #f8f8f4;
    border: none;
}

.book_button a {
    text-decoration: none;
    color: black
}

.book_button a:hover {
    color: black
}

.desc_input {
    width: 322px;
    height: 64px;
    border: 1px solid #c5c4c4;
}

/* css 12/07/24 */
.book_button button {
    border: none;
}

.book_button {
    padding-right: 10px;
}

/* css 12/07/24 */

/* new css 19/07/24 */
.proline {
    position: absolute;
    max-width: 430px;
    background: #ffffff;
    min-width: 430px;
    padding: 14px;
    box-shadow: 0px 0px 10px 0px;
    border-radius: 10px;
    margin-top: 10px;
}

.prodrop {
    display: none;
    position: absolute;
    z-index: 1;
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px;
    object-fit:cover;
}

.proLess {
    align-items: center;
    flex-wrap: wrap;
    line-height: 50px;
    padding: 6px 0;
    display: grid;
    grid-template-columns: 0fr 1fr 1fr 1fr;
    gap: 10px;
}
.proLess1 {
    align-items: center;
    flex-wrap: wrap;
    padding: 6px 0;
    display: inline-flex;
    grid-template-columns: 0fr 1fr 1fr 1fr;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.proline hr{
    margin: 10px 0px !important;
}
.header_button {
    display: flex;
    gap: 5px;
    justify-content: end;
}

.header_button i.bx.bx-check {
    background-color: green;
    color: #fff;
    width: 25px;
}

.header_button i.bx.bx-x {
    background-color: red;
    color: #fff;
    width: 25px;
}


.header_text h6 {
    margin-bottom: 0px;
}

/* new css 19/07/24 */

/* new css 23/07/2024 */
.btn.btn-success.accepted {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn.btn-success.accepted:hover {
    background-color: #218838; /* Darker shade for hover effect */
}
.btn.btn-success.rejected {
    background-color: #d71d1d;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn.btn-danger.rejected:hover {
    background-color: #d71d1d; /* Darker shade for hover effect */
}

/* button loader */

.loading-button {
    position: relative;
    padding-right: 40px; /* Ensure space for the spinner */
  }
  
  /* Spinner styles */
  .loading-button::after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 16px;
    border: 2px solid #8bcaec; /* Spinner border color */
    border-radius: 50%;
    border-top-color: transparent; /* Make one part transparent */
    animation: spinner 0.6s linear infinite; /* Spinner animation */
    transform: translateY(-50%); /* Center vertically */
  }
  
  /* Show the spinner when the button has the 'loading' class */
  .loading-button.loading::after {
    display: inline-block;
  }

  .cateView{
    border-radius: 25px!important;
  }

  .cursorPoint{
    cursor: pointer;
  }
  @keyframes spinner {
    0% {
      transform: translateY(-50%) rotate(0deg);
    }
    100% {
      transform: translateY(-50%) rotate(360deg);
    }
  }


/* country input field */

select#country_code {
    border: none;
    outline: none;
    border-radius: 40px 0 0 40px;
    padding: 10px 15px 10px 34px;
    box-shadow: 0px 0px 3px 0px;
    font-size: 14px;
    color: #626262;
    font-weight: bold;
    max-width: 32%;
}
input#phone_no {
    border-radius: 0 40px 40px 0px;
    height: 41px;
    padding: 10px;
}
.my_icon i{
    position: relative;
    bottom: 30px;
}

.iconIndex{
    z-index: 9999;
}

/* button loader end */

/* Full-screen overlay loader styles */
.loader {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999; /* Ensure it's on top */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* Light semi-transparent background */
    justify-content: center;
    align-items: center;
}

.loader .spinner {
    width: 40px; /* Adjust size of spinner */
    height: 40px; /* Adjust size of spinner */
    border: 4px solid #ccc; /* Light grey border */
    border-top: 4px solid #808080; /* Darker grey top border */
    border-radius: 50%; /* Circular shape */
    animation: spin 1s linear infinite; /* Continuous spinning animation */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

  /*  */
.allBox {
    flex-wrap: wrap;
    margin-top: 25px;
}

main.right_Logout a {
    color: black;
    font-size: 22px;
}

.form_div input {
    padding: 11px;
    border: 1px solid #dfdfdf;
}

.form_div textarea {
    padding: 11px;
    border: 1px solid #dfdfdf;
}

/* admin header */
.deshAdmin {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.deshAdminLE {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.label_input {
    text-align: center;
    position: relative;
    width: 269px;
    margin: auto;
}

.Box_search {
    font-size: 20px;
    position: absolute;
    top: 4px;
    right: 14px;
}

.Box_search1 {
    font-size: 20px;
    position: absolute;
    top: 4px;
    right: 30px;
}

/* 02-10-2024 */
span.text-danger.notyCount {
    position: absolute;
    right: 0px;
    background: #ffffff;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    top: -4px;
    font-size: 9px;
}

.navbar_nav_icon.cursorPoint.d-flex.notyDiv {
    position: relative;
}

.justifyConCenter{
    justify-content: center;
}