.plan-btn {
  background: #f8f4ff;
  border-radius: 16px;
  border: none;
  outline: none;
  font-weight: bold;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease-in-out;
}
.plan-btn:hover {
  border-radius: 16px;
  border: none;
  outline: none;
  font-weight: bold;
  background-color: #86c240;
  color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.green-plan-btn {
  background-color: #86c240;
  border-radius: 16px;
  color: white;
  border: 2px solid #86c240;
  outline: none;
  font-weight: bold;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease-in-out;
}
.green-plan-btn:hover {
  border-radius: 16px;
  border: none;
  outline: none;
  font-weight: bold;
  background: #f8f4ff;
  color: #86c240;
  border: 2px solid #86c240;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.setting-nav {
  background: #ffffff;
  box-shadow: 0px 20px 27px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(13.5914px);
  border-radius: 8px;
  max-height: 400px;
}

.its-active {
  color: #86c240;
}
.its-active:hover {
  color: #86c240;
}
.setting-nav-item {
  list-style: none;
  padding: 20px 0px;
}
.setting-nav-item:hover {
  background-color: #fbfff6;
}

.shadowed-input {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  padding: 20px 20px;
  outline: none;
  border: none;
  margin: 20px 0px;
}
.form-control {
  outline: #86c240;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  border-bottom: 2px solid #86c240;
  border-left: 2px solid #86c240;
  border-right: 2px solid #86c240;
}
.green-text {
  color: #86c240;
}

.inputdiv {
  width: 40%;
  margin: 0px 20px;
}

.t-text-primary {
  color: #81cd1d;
}
.t-text-white {
  color: white;
}

/* bg colors */
.t-bg-white {
  background-color: white;
}
.t-bg-primary {
  background-color: #81cd1d;
}
/* btns */
.t-btn-primary {
  background-color: #81cd1d;
  color: white;
}
.t-btn-primary:hover {
  color: white;
  background-color: #73c903;
}

/* utils */

.t-line-height {
  line-height: 1px;
}
.its-active {
  color: #86c240;
}
.its-active:hover {
  color: #86c240;
}
.t-w-40 {
  width: 40% !important;
}

/* form */
.t-shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  padding: 20px 20px;
  outline: none;
  border: none;
  margin: 20px 0px;
}
.form-control {
  outline: #86c240;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  border-bottom: 2px solid #86c240;
  border-left: 2px solid #86c240;
  border-right: 2px solid #86c240;
}

/* for navbar */
.t-navbar {
  height: 60px;
  box-shadow: 4px 0px 2px rgba(0, 0, 0, 0.25);
}

/* for sidebar */

.t-sidebar {
  box-sizing: border-box;
  display: flex;
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  padding: 24px 0px 24px 12px;
  gap: 10px;
  position: absolute;
  width: 242px;
  height: 841px;
  left: 0px;
  top: 59px;
  background: #ffffff;
  border-right: 1px solid #d9d9d9;
  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.06);
  height: 100vh;
}

.t-user-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;

  width: 148px;
  height: 130px;
  background: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.t-username {
  height: 5px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}
.t-user-id {
  width: 69px;
  height: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #4f4f4f;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.t-line {
  width: 182px;
  height: 0px;
  border: 1px solid #f0f0f0;
}

.t-sidebar-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px 24px;
  gap: 8px;

  width: 230px;
  height: 44px;

  background: #ffffff;
  border-radius: 8px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.t-logo-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px;
  gap: 10px;

  width: 31px;
  height: 32px;
  background: #86c240;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.12),
    0px 2px 4px -1px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.t-logo-container-gray {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px;
  gap: 10px;

  width: 31px;
  height: 32px;
  background: #f5f5f5;
  /* box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.12),
         0px 2px 4px -1px rgba(0, 0, 0, 0.07); */
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.t-sidebar-item-text {
  margin-left: 15px;
  height: 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #4f4f4f;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.t-collaps-item-text {
  width: 100px;
  height: 18px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #4f4f4f;
  flex: none;
  order: 0;
  flex-grow: 0;

  border-left: 3px solid #86c240;
  padding-left: 10px;
}
.t-collaps-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px 0px 85px;
  gap: 8px;

  width: 230px;
  height: 34px;
  margin-top: 10px;
  background: #ffffff;
  border-radius: 8px;
  flex: none;
  order: 3;
  align-self: stretch;
  flex-grow: 0;
}

.t-link {
  text-decoration: none;
  color: inherit;
}
.t-link:hover {
  color: #4f4f4f;
}

/* dashboard contant section */

.t-dashboard-contant {
  margin-left: 260px;
  margin-top: 60px;
}

.t-d-welcome-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 178px;
}

.t-text-gray {
  height: 24px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #666666;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.fw-400 {
  font-weight: 400;
}
.t-save-btn {
  cursor: pointer;
  border: none;
  height: 35px;
  border-radius: 10px;
  color: #8645ff;
  font-weight: bold;
  cursor: pointer;
}

.t-save-btn-fill {
  cursor: pointer;
  border: none;
  height: 50px;
  border-radius: 10px;
  color: white;
  background-color: #8645ff;
  font-weight: bold;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.d-scroll {
  overflow-y: scroll;
}

.t-d-md-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  /* padding: 24px; */
  padding-left: 50px;
  padding-bottom: 10px;
  gap: 8px;

  /* width: 471px; */
  height: 183px;

  background: #ffffff;
  border-radius: 8px;
}

.t-icon-container-big {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px;
  gap: 10px;
  width: 50px;
  height: 50px;

  background: linear-gradient(137.27deg, #a5ff2f 19.41%, #81cd1d 65.49%);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.12),
    0px 2px 4px -1px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.t-icon-container-mid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px;
  gap: 10px;
  width: 35px;
  height: 35px;

  background: linear-gradient(137.27deg, #a5ff2f 19.41%, #81cd1d 65.49%);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.12),
    0px 2px 4px -1px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.t-fake {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px;
  gap: 10px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.t-text-btn {
  border: none;
  background-color: white;
  margin-bottom: 10px;
  cursor: pointer;
}

.margin-right {
  margin-right: 10px;
}
.ml-cut-4 {
  margin-left: -20px;
}

.t-user-resume {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0px;
  gap: 16px;
  height: 52px;
  background: #f6ffed;
  border: 0.5px solid #b7eb8f;
  border-radius: 4px;
}

.t-mini-card-icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 9px;
  gap: 10px;

  width: 42px;
  height: 42px;

  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.12),
    0px 2px 4px -1px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.mini-card-detail {
  /* width: 70px; */
  height: 53px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 0px;
  color: #272727;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.data-entry-sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;

  background: #ffffff;
  border-radius: 8px;
}
.data-entry {
  padding: 32px;
  background: #ffffff;
  border-radius: 16px;
  /* min-height: 400px; */
}
.right-indicator {
  position: absolute;
  width: 42.42px;
  height: 44.55px;
  left: 240px;
  top: 10px;
  background: #ffffff;
  transform: rotate(45deg);
}
.selectize-input {
  /* border: 1px solid #86C240; */
  border: none;
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.item {
  color: red;
}

.location-box {
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.selectize-input.focus {
  border: 1px solid #86c240;
  border-radius: 10px;
  box-shadow: none;
}
.option {
  margin-bottom: 10px;
}

.profile-banner-card {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* align-items: center; */
  padding: 16px 24px;
  gap: 16px;
  /* height: 112px; */
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 20px 27px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(13.5914px);
  border-radius: 16px;
}
.star {
  color: gainsboro;
}
.ratings {
  font-size: 12px;
  cursor: pointer;
}
.rated {
  color: yellow;
  fill: yellow;
}

.view-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  border: none;
  background: #ffffff;
  width: initial;
  height: 45px;
  border: 1px solid gray;

  border-radius: 4px;
}

.text-btn {
  border: none;
  background-color: white;
  color: #272727;
  text-transform: capitalize;
  font-size: 14px;
}
.bg-sky {
  background-color: #d3f1f8 !important;
}
.accordion-button:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  color: #86c240;
}

.location-btn {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4px 16px;
  gap: 10px;
  outline: none;
  border: none;

  width: fit-content;
  height: 29px;
  padding-bottom: 30px;

  background: #d4f8d3;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.pay-model {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  padding: 32px;
  gap: 24px;

  position: absolute;
  width: 570px;
  height: 433px;
  left: 538px;
  top: 121px;
  z-index: 9999;

  /* facebook bk */

  background: #f3f4f9;
  border-radius: 16px;
}
.pay-desc {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */

  padding: 13px 13px;
  /* gap: 16px; */

  /* width: 506px; */
  height: 145px;

  background: #ffffff;
  border-radius: 8px;
}

.job-detail-slider {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: flex-start;
  padding: 30px;
  gap: 20px;

  position: absolute;
  width: 41%;
  height: 100vh;

  right: 0;
  top: 5px;
  z-index: 2000;

  background: #ffffff;
  /* 3 */

  box-shadow: 0px 8px 12px rgba(9, 30, 66, 0.1);
}

.slider-student-info {
  /* display: flex;
  flex-direction: row; */
  align-items: flex-start;
  padding: 0 10px;
  gap: 40px;

  /* width: 570px; */
  /* height: 296px; */

  background: #f5f5f5;
  border-radius: 8px;
}

.slider-tutor-requ {
  /* display: flex;
  flex-direction: row; */
  align-items: flex-start;
  padding: 0px;
  gap: 40px;

  /* width: 570px; */
  /* height: 165px; */
  background: #f5f5f5;
  border-radius: 8px;
}

.slider-tutor-location {
  /* display: flex;
  flex-direction: row;
  align-items: flex-start; */
  padding: 0px;
  gap: 40px;

  width: 570px;
  /* height: 80px; */
  background: #f5f5f5;
  border-radius: 8px;
}

.job-card {
  /* display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end; */
  padding: 24px;
  gap: 24px;
  width: 100%;

  /* height: 346px; */
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(9, 30, 66, 0.25);
  border-radius: 8px;
  margin-bottom: 20px;
}
.key {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  margin-right: 20px;
}
.value {
  font-weight: 600;
}
.card-item {
  height: 70px;
  /* width: 30%; */
  width: 150px;
}
.slider-card-item {
  height: 70px;
  /* width: 30%; */
  width: 150px;
}
.t-alert {
  padding: 0 20px;
  padding-top: 10px;
  width: full;
  height: 42px;
  background: #f8d5d5;
  border-radius: 4px;
}
.fs-custom {
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
}
.pay-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  font-size: 14px;
  gap: 10px;
  width: 89px;
  height: 32px;
  background: #86c240;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016);
  border-radius: 4px;
  color: white;
  transition: all 0.3s ease-in-out;
}
.t-primary {
  color: #86c240;
}
.pay-btn-white {
  color: #666666;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  gap: 10px;
  width: 65px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.t-card-body {
  /* background-color: goldenrod; */
  min-height: 160px;
  /* height: 50px;
    overflow-y: auto; */
}
.pay-btn-white:hover {
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  gap: 10px;
  width: 65px;
  height: 32px;
  background: #86c240;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016);
  border-radius: 4px;
}
.pay-btn:hover {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  font-size: 14px;
  gap: 10px;
  width: 89px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016);
  border-radius: 4px;
  color: #666666;
}
.divider {
  border: 1px solid #f0f0f0;
  width: 90%;
}

.t-alert p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.status-link {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 10px;
}
.status-link-border {
  border-bottom: 4px solid #86c240;
  color: black;
}
.c-margin {
  /* margin-left: -13px;
    margin-right: 10px; */

  margin-right: 20px;
}

.ex-detail {
  align-items: center;
  padding: 8px 24px;
  gap: 24px;

  /* background */

  background: #f5f5f5;
  border-radius: 4px;
}
.profile-up-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  gap: 16px;
  background: #ffffff;
  box-shadow: 0px 20px 27px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(13.5914px);
  border-radius: 8px;
}
.green-circle {
  height: 24px;
  width: 24px;
  background: linear-gradient(137.27deg, #a5ff2f 19.41%, #81cd1d 65.49%);
  border-radius: 32px;
}
.gray-circle {
  height: 24px;
  width: 24px;
  border-radius: 32px;
  background-color: #d5d5d5;
}
.green-circle-text {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.green-line {
  width: 92px;
  height: 0px;
  border: 1px solid #86c240;
}
.green-line-var {
  position: absolute;
  top: 68px;
  left: -16px;
  width: 63.33px;
  height: 0px;
  border: 2px solid #86c240;
  transform: rotate(-90deg);
}
.gray-line-var {
  position: absolute;
  top: 68px;
  left: -16px;
  width: 63.33px;
  height: 0px;
  border: 2px solid #d5d5d5;
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .t-sidebar-none {
    display: none;
  }

  .t-dashboard-contant {
    margin-left: 0px !important ;
    margin-top: 75px;
  }
  .t-d-welcome-section {
    width: 100%;
    margin-right: 0px;
    margin-left: 2px;
  }

  .ml-cut-4 {
    margin-left: -0px;
  }
  .t-mini-card {
    width: 255;
    margin-left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .t-d-welcome-section {
    width: 100%;
    margin-right: 0px;
  }
  .t-text-gray-big {
    font-size: 20px;
  }
  .t-save-btn {
    margin-bottom: 10px;
    cursor: pointer;
  }

  .t-mini-card {
    width: fit-content;
  }
  .width-c {
    width: 241px;
  }
  .date {
    padding-top: 30px;
  }
  .text-white {
    font-size: 13px;
  }
}

/* for medium size and up desplay */
@media screen and (min-width: 768px) {
  .regi-container {
    width: 60%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .regi-container {
    width: 70%;
  }

  .margin-right {
    margin-left: 0px;
  }

  .t-d-welcome-section {
    width: 100%;
    margin-right: 0px;
  }

  .ml-cut-4 {
    margin-left: 0px;
  }
  .t-mini-card {
    /* width: 255px; */
    margin-left: 0px;
    margin: auto auto;
  }
  .t-mini-card-icon-container {
    width: 42px;
    height: 42px;
  }

  .t-user-resume {
    width: 100%;
  }
  .ml-230 {
    margin-left: 230px;
  }
  .t-d-welcome-section {
    width: 100%;
    margin-right: 0px;
  }

  .t-mini-card {
    width: 255px;
    margin-left: 0px;
  }
  .t-mini-card-icon-container {
    width: 42px;
    height: 42px;
  }
  .t-d-md-card {
    width: 100%;
    margin-top: 20px;
  }
  .t-user-resume {
    width: 100%;
  }

  .t-d-welcome-section {
    width: 100%;
    margin-right: 0px;
    margin-left: 1px;
  }
}

@media screen and (max-width: 768px) {
  .inputdiv {
    width: 100%;
  }
  .setting-nav {
    max-height: 500px;
  }
}
/* for tablet */
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .inputdiv {
    width: 100%;
  }
}
/* query for mid size display */
@media (min-width: 768px) {
  .personal-info {
    width: 60%;
  }

  .up-btn {
    margin-left: 90px;
  }
}

/* for tablet */
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .personal-info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .invoice-date {
    margin-bottom: 10px;
  }
  .coin-view-btn {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
}
@media screen and (max-width: 768px) {
  .plan-item {
    width: 100%;
  }
}
/* for mobile */
@media screen and (max-width: 768px) {
  .job-card {
    width: 100%;
  }
  .ml-230 {
    margin-left: 0px;
  }
  .c-margin {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
  .job-card {
    width: 100%;
  }
  .slider-student-info {
    width: 100%;
  }

  .slider-tutor-requ {
    width: 100%;
  }

  .slider-tutor-location {
    width: 100%;
  }
  .job-detail-slider {
    width: 100%;
  }
}

/* for mid divice */
@media screen and (min-width: 768px) {
  .job-card {
    width: 48%;
  }
}
/* for tablet */
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .job-card {
    width: 100%;
  }
}
