*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
background: #c5f5f32b !important;
}
.inputfeild{

    height: 40px !important;
    padding: 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.inputfeild .ms-drop{
    width:100% !important;
    border: none !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
    padding: 10px !important;
    border-radius: 10px !important;
    margin: 1px 0 0px -4px !important;

}

.boxshadow{
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
border-radius: 5px !important;

}

.editbtn{
   height: 40px;
    width: 40px;
    line-height: 0px;
    padding: 10px;

}
/* dashboard page */


.kundali_navbar{
    background: rgba(246, 239, 232, 1) !important;
}

.kundali_nav_tabs .nav-tabs .nav-link.active{
    color: #E86D2A !important;
    border-bottom: 2px solid #E86D2A !important;
}
.kundali_nav_tabs .nav-tabs .nav-link{
    color: #000 !important;
    font-weight: 500 !important;
    padding: 5px 10px !important;
}

.kundali_nav_tabs .nav-tabs .nav-link:hover{
    color: #E86D2A !important;
}

.go_live{
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.kundali_navbar_nav .nav-item>.nav-link.active{
    background-color: #FFE2C6 !important;
    color: #000 !important;
    border-radius: 10px !important;
}

.kundali_navbar_nav .nav-item>.nav-link:hover {
    background-color: #FFE2C6 !important;
    color: #000 !important;
    border-radius: 10px !important;
}



/* Container for the toggle button */
.toggle-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 42px;
    height: 22px;
    margin: 10px;
    background-color: #E86D2A; /* Default background color */
    border-radius: 30px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
  }
  
  /* Hide the actual input checkbox */
  .toggle-input {
    display: none;
  }
  
  /* Label acting as the toggle switch */
  .toggle-label {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease; /* Smooth transition for background color */
  }
  
  /* When toggle is checked, move the label and change container color */
  .toggle-input:checked + .toggle-label {
    transform: translateX(20px);
  }
  
  /* Change background color of the toggle button container when checked */
  .toggle-input:checked ~ .toggle-container {
    background-color: #4CAF50 !important; /* Color when toggle is on */
  }
  





/* .toggle-container {
position: relative;
display: flex;
align-items: center;
width: 42px;
height: 22px;
margin: 10px;
background-color: #E86D2A;
border-radius: 30px;
cursor: pointer;
flex-shrink: 0;
}

/* Input caché */
/* .toggle-input {
display: none;
} */

/* Label qui agit comme le toggle */
/* .toggle-label {
position: absolute;
top: 2px;
left: 2px;
width: 18px;
height: 18px;
line-height: 18px;
background-color: #fff;
border-radius: 50%;
border: 2px solid transparent;
cursor: pointer;
transition: transform 0.3s ease;
-webkit-transition: transform 0.3s ease;
} */




/* État du toggle activé */
/* .toggle-input:checked + .toggle-label {
transform: translateX(20px);
} */

/* .toggle-input:checked ~ .toggle-container {
    background-color: #4CAF50; /* Color when toggle is on 
  }  */


.user_img{
width: 35px;
height: 35px;
border: 1px solid #000;
border-radius: 50%;
text-align: center;
}

.user_img img{
width: 30px;
padding: 2px;
}


.navbar-user .dropdown-menu {
    top: 100%;
    right: 0px !important;
    margin-top: .125rem;
    box-shadow: 0 0 9px #ccc;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    /* transform: translate(0%, 48%) !important; */
    padding: 5px;

}

.navbar-user .dropdown-menu .dropdown-item{
    color: #000 !important;
    font-weight: 500 !important;
}
.navbar-user .dropdown-menu .dropdown-item:focus-visible{
    background: #FFE2C6;
    color: #000 !important;
    border-radius: 10px;
}
.navbar-user .dropdown-menu .dropdown-item:hover{
    background: #FFE2C6;
    color: #000 !important;
    border-radius: 10px;
}

.title_text{
color: #000;
font-weight: 700;
font-size: 26px;
padding:0 10px;
}

.title_text a{
   color: #000 !important;
   font-size: 20px;
}
.title_text a:hover{
    color: #E86D2A !important;
}

.kundali_card{
background: linear-gradient(105.18deg, #FFEFE7 1.43%, #FFF5DF 96.95%);
height: 100%;

}
.kundali_c_b{
padding: 2rem;

}

.boxshadow{
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.card_txt{
display: flex;
justify-content: space-between;
flex-direction: column;
height: 100%;
}

.upcoming_b{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 4rem 0;
}


.kundali_reminder{
position: absolute;
right: 0;
bottom: 0;
transform: translate(-10%, 30%);
}

.kundali_reminder .reminder_btn{
background: #E86D2A;
border-radius: 30px;
}
.remid_num{
position: absolute;
top: 0;
right: 0;
transform: translate(-50%, -50%);
background: #fff;
padding: 0px 8px;
font-size: 14px;
border-radius: 50%;
font-weight: 500;
border: 1px solid #E86D2A;
box-shadow: 0 0 4px #ccc;
}
.login_profile{
    display: block;
}

/* dashboard page */


/* myprofile page */

.get_btn{
    border: 1px solid #0383DF !important;
    background: #EDF9FF !important;
    color: #0383DF !important;
    font-size: 16px !important;
    padding: 0.5rem !important;
}


.userprofile_img img{
    width: 100%;
    height: auto !important;
    margin: auto !important;
    max-height: 100%;
    border-radius: 50%;
    border : 2px solid #aaa;
}
.change_photo{
    color: #E86D2A;
    text-decoration: underline;
}

.arrow_btn{
    border: 1px solid #ccc !important;
    padding: 0.5rem 0;
}

.arrow_btn i{
    color: #E86D2A;
}

.edit_btn{
    width: 48px;
    height: 48px;
    font-size: 35px !important;
    line-height: 30px !important;
    border: 1px solid #ccc !important;
}

.remind_btn{
    position: absolute;
    right: 0;
    bottom: 25%;
    transform: translate(-20%, -40%);
    }

    .remind_btn .reminder_btn{
        background: #E86D2A;
        border-radius: 30px;
    }


      
    
    .remind_btn_1 .reminder_btn_1{
        position: relative;
        background: #E86D2A;
        border-radius: 30px;
    }


    .upload_btn{
        position: absolute;
        top: 0;
        right: 0;
        margin: 0.255rem;
        padding: 0.5rem 1rem !important;
        background: #E86D2A !important;
        color: #fff !important;
       }

/* myprofile page */



/* booking page */


.kundali_table0 thead th, .kundali_table0 thead th select {
    background: #ccc !important;
    color: #000 !important;
    padding: 7px !important;
    font-size: 13px;
}
.kundali_table0 select.form-select {
    padding: 7px !important;
    font-size: 13px;
}
.kundali_table0 tbody td{
    color: #272727 !important;
    /* padding: 7px !important; */
    font-size: 13px;
    font-weight: 500;
}
.pfixed{
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 1;
}




.action_dropdown .dropdown-menu {
        box-shadow: 0 0 9px #ccc;
        padding: 5px;
        position: absolute;
    }

    .action_dropdown .dropdown-menu .dropdown-item{
        color: #000 !important;
        font-weight: 500 !important;
    }
    .action_dropdown .dropdown-menu .dropdown-item:focus-visible{
        background: #FFE2C6;
        color: #000 !important;
        border-radius: 10px;
    }
    .action_dropdown .dropdown-menu .dropdown-item:hover{
        background: #FFE2C6;
        color: #000 !important;
        border-radius: 10px;
    }

    .booking_opt .form-select {
        color: #E86D2A !important;
    }

    .sloat_pagination{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    /* booking page */


    /* calender page */

    .calander_nav_tabs ul .nav-item .nav-link{
        background: #fff !important;
        border: 1px solid #000 !important;
        color: #000 !important;
        border-radius: 30px !important;
        padding: 0.5rem 1.5rem !important;
      }

      .calander_nav_tabs ul .nav-item .nav-link.active{
        border: 1px solid #000 !important;
        background:#000 !important;
        color: #fff !important;
      }
      .save_btn{
        background: #E86D2A !important;
        padding: 0.4rem 1rem !important;
      }
      .save_btn:hover{
        border: 1px solid #E86D2A !important;
        color: #E86D2A !important;
        background: #fff !important;
      }
      .date_btn{
        border: 1px solid #ccc !important;
        border-radius: 30px !important;
        font-size: 14px;
      }
      .date_btn:hover{
        border: 1px solid #E86D2A !important;
         color: #E86D2A !important;
      }

       .form-check-input:checked {
            background-color: #E86D2A !important;
            border-color: #E86D2A !important;
        }

        .kundali_datepicer .datepicker-inline{
            width: 100% !important;
      }
      
      .kundali_datepicer table{
          width: 100% !important;
      }
      
      .kundali_datepicer table tbody .day{
          padding: 5px;
          font-size: 12px;
      }
      
      .kundali_datepicer table tbody .day:hover{
          background: #E86D2A !important;
          color: #fff !important;
          
      }
      .kundali_datepicer table tbody .day.active{
          background: #E86D2A !important;
        
      }

/* calender page */



/* sevices page */


  .icons{
           
    background: antiquewhite;
    padding: 4px 10px;
    border-radius: 25px;
   }
   .icons a{
    color: #E86D2A;
   }

   .kundali_chat{
   border-radius: 10px;
    /* border: 1px solid #ccc; */
    background: #fff;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
   }
   .chat-padding{
    padding: 20px;
   }

  /* sevices page */ 


  /* earning page */

  .earning_dropdown button{
    color: #E86D2A !important;
   }
   .earning_dropdown ul{
    box-shadow: 0 0 5px #ccc;
    padding: 5px;
   }
    
   .earning_dropdown ul li a{
    color: #000;
    font-weight: 500;
   }

   .earning_dropdown ul li a:hover{
    background: #E86D2A !important;
    color: #fff !important;
    border-radius: 5px;
   }

/* earning page */

/* widthdeawa page */
.active-link {
    font-weight: bold;
}

/* testimonials page */

.testi_card{
    background: linear-gradient(114.65deg, rgba(255, 236, 226, 0.8) 0%, rgba(255, 242, 218, 0.8) 100.05%);
    border-radius: 15px;
    height: 260px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
}
/*
.testi_desc{
    overflow: auto;
    height: 110px !important;
}*/

.testi-drop{
    background: #FFCEB4;
    padding: 3px 8px;
    border-radius: 50%;
}
.testi-drop a{
    color: #E86D2A !important;

}

/* testimonials page */


@media (min-width:768px) and (max-width:991px) {

.kundali_logo img{
width: 150px !important;
}
.soul_logo {
        padding: 0px !important;
    }
.login_profile{
    display: none !important;
    }
    .navbar-user .dropdown-menu {
  
        transform: translate(-75%, 0%) !important;
    
    }

.formpadd{
    padding: 5px 20px 5px 5px !important;
    background-position: right 0.5rem center !important;
}
}

@media (min-width:481px) and (max-width:767px) {

.kundali_logo img{
width: 150px !important;
}
.soul_logo {
        padding: 0px !important;
    }
.login_profile{
display: none !important;
}
.navbar-user .dropdown-menu {
  
    transform: translate(-75%, 0%) !important;

}

.calander_nav_tabs{
    flex-direction: column !important;
}
.widthsize{
width:100% !important;
}
.formpadd{
    padding: 5px 13px 5px 5px !important;
    background-position: right 0.02rem center !important;
}
}

@media (min-width:320px) and (max-width:480px) {

.soul_logo{
padding:0px !important;
}

.kundali_logo img{
width: 90px !important;
}
.login_profile{
display: none !important;
}

.navbar-user .dropdown-menu {
  
    transform: translate(-75%, 0%) !important;

}

.sloat_pagination{
    flex-direction: column !important;
}

.calander_nav_tabs ul .nav-item .nav-link {
  
    padding: 0.5rem 0.7rem !important;
}

.calander_nav_tabs{
    flex-direction: column !important;
}
.widthsize{
width:100% !important;
}

.title_text {
font-size: 22px;
}

.formpadd{
    padding: 5px 13px 5px 5px !important;
    background-position: right 0.02rem center !important;
}

.h_557 {
    max-height: auto !important;
}

.market_select_card {
    max-heigth: auto !important;
}

}



/* ==================new css ==============================*/

 /*.bg_dashboard{
    background: #c5f5f32b !important;
   height:100%;
    max-height: 100%;
    min-height: 100vh;
}*/

.fontsize{
  font-size:14px;
  font-weight:600;
}
.soul_logo img{
width:75%;
height:auto !important;
}

.widthsize{
width:40% ;
}

.bgdegn{
    background: #fff;
    padding: 0.5rem;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.kundali_table0{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 5px;
}

.kundali_table0 .dt-layout-cell.dt-layout-full {
    width: 100%;
    overflow-x: auto !important;
    /* scrollbar-width: none !important; */
}

.edit_chats{
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.btn_clear {
    padding: 2px 10px;
    border: 1px solid #000;
    border-radius: 5px !important;
    color: #fff !important;
    background: #000;
    position: relative;
    z-index: 1 !important;
}

.date-range-filter {
    height: 27px !important;
}
/*
.input-group {
    gap: 12px !important;
    padding: 2px 15px !important;
    border: 1px solid;
    background: #ccc !important;
    color: black;
}*/

/* ======================== New Change Css all Pages 16-12 ====================*/

.navbar-user .avatar{  
    height: 2.5rem !important;
    width: 2.5rem !important;
    border-radius: 50% !important;
}

.des_p{
    height: 110px;
    overflow-y: scroll;
    position: relative;
    z-index: 2;
    scrollbar-width: none;
}

      #end_btn{
              /* padding: 0.5rem;
              font-size: 14px;
              border: none;
              border-radius: 5px; */
              background: #d7d4d450;
              border: 1px solid #000;
              color: #000 !important;
              border-radius: 35px;
              font-size: 12px;
              font-family: "Montserrat", sans-serif;
              transition: .5s ease-in-out;
            }
