/* Custom styles goes here */

body {
  margin: 0;
  padding: 0;
  /*  font-family: 'Cabinet Grotesk';*/
  background-color: #FBFAFF;
}
h1, h2, h3, h4, h4, h6, p, ul, li {
  margin: 0;
  padding: 0;
}

.nav-item a.nav-link:hover {
  color: #3B9AB8 !important;
}

.logout-card button.logout:hover {
  transform: scale(1.1);
}

a.reset-login:hover {
  text-decoration: underline;
}
.user_profile_image .profile_flex {
  display: flex;
  align-items: center;
  gap: 0;
}
.user_profile_image .dropdown-toggle::after{
  display: none !important;
}









.login_btn {
  padding: 9px 22px;
  color: #fff;
  background-color: #3b9ab8;
  border: 1px solid #3b9ab8;
  border-radius: 37px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px
}
  .login_btn:hover {
    color: #fff;
  }
.font_28 {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
}

.font_21 {
  font-weight: 800;
  font-size: 21px;
  color: #000;
}

.font_16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

.font_20 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000;
}

.font_24 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000;
}

.font_14 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
}





/*welcome  css start here */
label {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #0c0c0c
}

.input_custom {
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 14px;
}

.welcome_back form p {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: #868686;
  margin: 20px 0 0 0
}

.forgot_p a {
  font-weight: 700;
  font-size: 12px;
  text-decoration: underline;
  color: #3b9ab8;
  letter-spacing: 0.4px;
}

.welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh
}

.welcome_back {
  border: 1px solid #0000001A;
  background-color: #f9f9f9;
  border-radius: 20px;
  max-width: 425px;
  width: 100%;
  padding: 20px
}

  .welcome_back h1 {
    text-align: center;
    margin-bottom: 15px;
  }

.input_custom::placeholder {
  color: #868686
}

.input_custom:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: transparent
}

.form_icon {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #0000001A;
  height: 45px;
  padding: 13px;
  margin-top: 5px;
  border-radius: 37px
}

.forgot_p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px
}

.welcome_back form p a {
  color: #3b9ab8;
  text-decoration: underline
}



/* Deshboard css start here */
.deshboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.select_time {
  display: flex;
  align-items: center;
  gap: 15px
}

.custom_poppup_w {
  max-width: 650px
}

  /*.rejecting_btn {
  font-size: 0;
  position: absolute;
  right: 44px;
  top: 15px
}*/

  .custom_poppup_w .modal-header {
    border-bottom: 0;
    padding-bottom: 0
  }

.select_cust {
  border: 1px solid #00000033;
  color: #5c5c5c;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  height: 40px;
  border-radius: 4px ;
/*  padding:5px;*/
}

  .select_cust:focus {
    box-shadow: none;
    border: 1px solid #00000033
  }
/* calender css start here  */
#calendar {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0
}

  #calendar .fc-daygrid-day {
    background-color: #fff;
    border-radius: 8px;
    text-align: left;
    padding: 5px
  }

  #calendar .fc .fc-daygrid-day-frame {
    padding: 4px
  }

.fc .fc-daygrid-day-top {
  justify-content: start
}

#calendar .fc-scrollgrid-liquid {
  border-radius: 6px;
  overflow: hidden
}

#calendar .fc-scrollgrid-sync-inner {
  text-align: left
}

.fc-scrollgrid-sync-inner a {
  text-transform: uppercase;
  font-weight: 500;
  color: #969696;
  text-decoration: none;
  font-size: 16px
}

.fc .fc-button-primary {
  background-color: #3b9ab8;
  border-color: #3b9ab8
}

  .fc .fc-button-primary:hover {
    background-color: #105b72;
    border-color: #105b72
  }

  .fc .fc-button-primary:disabled {
    background-color: #3b9ab8;
    border-color: #3b9ab8;
    text-transform: capitalize
  }

.fc .fc-toolbar-title {
  font-size: 25px;
  font-weight: 700;
  color: #444
}
/* calender css end here  */

/* Deshboard css end here */



/* Users css start here */
.user_table {
  background-color: #fff;
  margin: 25px 0
}

  .user_table table tr th {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    padding: 18px 9px !important;
  }

table {
  margin: 0 !important;
}

  table tr td {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #444;
    white-space: nowrap;
    vertical-align: middle
  }

.schedule {
  display: flex;
  align-items: center;
  gap: 11px
}

  .schedule p {
    border: 1px solid #00000033;
    padding: 10px 12px;
    border-radius: 4px;
    background-color: #fff
  }

  .schedule svg {
    cursor: pointer;
  }

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

  .action svg {
    cursor: pointer;
  }

li {
  list-style: none;
}

.form-check-input {
  border: 1px solid #3b9ab8 !important
}

  .form-check-input:focus {
    box-shadow: none
  }

input[type=checkbox] {
  height: 20px;
  margin: 0;
  width: 20px
}

.form-check-input:checked {
  background-color: #3b9ab8 !important;
  border-color: #3b9ab8
}

.form-check-input[type=checkbox] {
  border-radius: 3px
}

.Choose_day ul {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 22px 43px;
  flex-wrap: wrap;
  margin: 11px 0 26px;
  flex-direction: column;
}

  .Choose_day ul li {
    display: flex;
    align-items: center;
    gap: 6px
  }

    .Choose_day ul li label {
      font-weight: 500 !important;
      font-size: 16px;
      letter-spacing: .2px;
      color: #404040
    }

.Choose_day p, .choose_time p {
  font-weight: 700
}

.choose_time .select_time {
  width: 300px;
  margin-top: 8px
}

.header_Edit {
  border-bottom: 1px solid #0000001A !important;
  padding-bottom: 5px !important
}

.day_and_time {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

  .day_and_time select {
    height: 34px;
  }

  .day_and_time .select_time p {
    font-weight: 500;
  }
/* Users css end here */

/* create user acount css start here */
.create_user {
  border: 1px solid #0000001A;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 30px;
}

  .create_user h1 {
    text-align: center;
  }

  .create_user label {
    margin-top: 30px;
  }

  .create_user button {
    max-width: 364px;
    width: 100%;
    margin: 25px auto 0 0;
  }

.create_user_btn {
  text-align: center;
}
/* create user acount css end here */


.change-password {
  padding: 9px 22px;
  color: #3b9ab8;
  background-color: #ffffff;
  border: 1px solid #3b9ab8;
  border-radius: 37px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin: 10px;
}




/*logout css start here*/

.logout_box {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
  margin:40px auto;
  text-align:center;
}

/*logout css legend here*/

button.toggle-password-icon {
  border: none;
  background: none;
}

.menu-item.active svg path {
  fill: white;
}

a.week-calendar {
  cursor: pointer;
}








@media(max-width:767px) {
  .appointments_time {
    gap: 10px 15px;
    margin-bottom: 10px
  }
 
  .border_line {
    padding-right: 15px
  }

  .m_left {
    margin-left: 0
  }

  .create_user {
    padding: 10px;
  }

    .create_user label {
      margin-top: 20px;
    }

  .day_and_time {
    gap: 4px;
  }

  .choose_time .select_time {
    width: 100%;
    margin-top: 8px;
    gap: 1px;
  }

  .Choose_day ul li label {
    font-size: 14px;
  }
  .font_28 {
    font-size: 22px;
  }

}
@media(max-width:424px) {
  .day_and_time {
    flex-wrap: wrap;
  }
  .custom_poppup_w .header_Edit, .custom_poppup_w .modal-body {
    padding: 10px;
  }
  .Choose_day ul {
    gap: 6px;
    margin:11px 0 15px;
  }
}
