body {
  overflow-x: hidden !important;
}

.rs__welcome__back__popup .rs__grid .rs__btn__wrap button {
  background: #34c759;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: 700;
  color: white;
  padding: 10px 55px;
  border-radius: 100px;
}

.mf__footer__wrap__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 50px;
}

.mf__footer__wrap__privacy {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.mf__footer__wrap__privacy__desc span {
  font-weight: 600;
  font-size: 15px;
}

.mf__footer__wrap__privacy__desc p {
  font-size: 11px;
}

.mf__content__wrap {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: -40px;
}
.mf__content__wrap__desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  overflow-y: scroll;
  height: 30vh;
  margin-bottom: 20px;
}

.mf__content__wrap__desc::-webkit-scrollbar {
  width: 8px;
}

.mf__content__wrap__desc::-webkit-scrollbar-track {
  background: #e7e6e6;
}

.mf__content__wrap__desc::-webkit-scrollbar-thumb {
  background: #34c759;
  border-radius: 4px;
}
.mf__content__wrap__desc p {
  color: darkgray;
  font-size: 18px;
  word-spacing: 5px;
}
.mf__header__wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid darkgrey;
  padding-bottom: 13px;
  margin-bottom: 10px;
}

.mf__header__wrap span {
  font-size: 25px;
  font-weight: 600;
}

.rs__btn__wrap {
  display: flex;
  justify-content: center;
}

/* form */
.form-container {
  width: 100%;
  margin: auto;
  padding: 20px 0 10px 0;
}

.upload-section {
  display: flex;
  gap: 20px;
  /* justify-content: center; */
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.upload-box {
  width: 47%;
  height: 120px;
  border: 2px dashed #34c759;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  text-align: center;
  padding: 0px 20px;
  cursor: pointer;
}

.upload-box .plus {
  font-size: 40px;
  color: #67c6ae;
  line-height: 28px;
  margin: -12px 0px 0px;
}

.section-title {
  text-align: center;
  margin: 5px 0 10px;
}

.section-title h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.section-title p {
  margin: 0;
  font-size: 20px;
  color: #666;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.form-row input,
.form-row select {
  width: 50%;
  padding: 10px 14px;
  border: 1px solid #34c759;
  border-radius: 8px;
  font-size: 20px;
  outline: none;
}

.form-row input:focus,
.form-row select:focus {
  border-color: #2dbca4;
}

.form-input-bg {
  background-color: #f2f2f2;
  padding: 5px 20px;
  margin-top: 5px;
  border-radius: 12px;
}

/* task box screen */

.rs__screen
  .rs__screen__grid
  .rs__tabs__and__content__wrapper
  .rs__tabs__wrap
  .rs__tab
  .mf__tickets__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.rs__screen
  .rs__screen__grid
  .rs__tabs__and__content__wrapper
  .rs__tabs__wrap
  .rs__tab
  .mf__tickets__grid
  .mf__ticket__box {
  box-shadow: 0px 1px 5px 0px #00000040;
  background: #ffffff;
  border-radius: 15px;
  padding: 12px;
}

.rs__screen
  .rs__screen__grid
  .rs__tabs__and__content__wrapper
  .rs__tabs__wrap
  .rs__tab
  .mf__tickets__grid
  .mf__ticket__box
  .rs__ticket__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 15px;
}
.rs__screen
  .rs__screen__grid
  .rs__tabs__and__content__wrapper
  .rs__tabs__wrap
  .rs__tab
  .mf__tickets__grid
  .mf__ticket__box
  .rs__ticket__head
  .rs__title__wrap
  .rs__title {
  color: #44e93c;
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px -3px;
}
.rs__screen
  .rs__screen__grid
  .rs__tabs__and__content__wrapper
  .rs__tabs__wrap
  .rs__tab
  .mf__tickets__grid
  .mf__ticket__box
  .rs__ticket__head
  .rs__title__wrap
  .rs__subTitle {
  font-size: 18px;
  font-weight: 300;
  color: #44e93c;
}
.rs__screen
  .rs__screen__grid
  .rs__tabs__and__content__wrapper
  .rs__tabs__wrap
  .rs__tab
  .mf__tickets__grid
  .mf__ticket__box
  .rs__ticket__head
  .rs__select__wrap
  select {
  background: #f2f2f2;
  border-radius: 5px;
  min-width: 111px;
  min-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #1c274c;
  border: 1px solid transparent;
  padding: 4px 7px;
}

.rs__screen
  .rs__screen__grid
  .rs__tabs__and__content__wrapper
  .rs__tabs__wrap
  .rs__tab
  .mf__tickets__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 500px;
}

.mf__ticket__body {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 3fr;
  background: #f2f2f2;
  padding: 0px;
  position: relative;
}

.mf__ticket__top__right__top {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid gainsboro;
  padding-bottom: 15px;
  justify-content: center;
}

span.mf__ticket__task__title {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
}

.mf__ticket__top__right__icon img {
  width: 50px;
}

.mf__ticket__top__right__desc_id__block span {
  background-color: #cfdfed;
  padding: 5px 12px;
  border-radius: 12px;
  color: blue;
}

.mf__ticket__top__right__des {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mf__ticket__top__right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  border-radius: 12.27px;
  padding: 7px;
  position: relative;
}

.mf__ticket__top__right__bottom span {
  background-color: #d2fbd2;
  color: green;
  padding: 3px 12px;
  border-radius: 12px;
}

.mf__ticket__top__left {
  position: relative;
}
.mf__ticket__top__left img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.mf__boxes__wrap {
  padding: 10px;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 8px;
}

.mf__default__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  background-color: #f2f2f2;
  border-bottom-right-radius: 13px;
}

.mf__default__shape > img {
  width: 13px;
  height: 13px;
  position: absolute;
}

.mf__default__shape img.mf__shape__1 {
  top: -1px;
  right: -13px;
  transform: rotate(-90deg);
}

.mf__default__shape img.mf__shape__2 {
  bottom: -2px;
  right: -1px;
  display: none;
}

.mf__default__shape img.mf__shape__3 {
  bottom: -13px;
  left: 0px;
  transform: rotate(-90deg);
}

.mf__default__shape button {
  background-color: red;
  color: white;
  border: unset;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 18px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf__default__shape button > img {
  display: none;
}

.mf__default__shape__second {
  position: absolute;
  transform: rotate(360deg);
  right: 0;
  top: 0;
  width: 37px;
  height: 37px;
  background-color: #f2f2f2;
  border-bottom-left-radius: 13px;
}

.mf__default__shape__second > img {
  width: 13px;
  height: 13px;
  /* display: none; */
  position: absolute;
  /* left: 0; */
}

.mf__default__shape__second img.mf__shape__1 {
  top: 0;
  right: 36px;
  /* display: none; */
}

.mf__default__shape__second img.mf__shape__2 {
  bottom: -2px;
  right: -1px;
  display: none;
}

.mf__default__shape__second img.mf__shape__3 {
  bottom: -13px;
  left: 24px;
}

.mf__default__shape__second button {
  border: unset;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 18px;
  background-color: #f2f2f2;
  pointer-events: none;
}

w {
  display: flex;
  background-color: #f7f7f7;
  margin-left: 10px;
  border-radius: 100px;
}

/************************************** setting screen ***********************************/
.mf__grid__2p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 35px;
}

.mf__grid__2p .rs__heading__wrap .rs__heading {
  color: #0b0c14;
  display: block;
  font-size: 36px;
  font-weight: 500;
  margin: 0px 0px 3px;
}

.mf__screen__grid {
  gap: 0 !important;
  padding: 0 !important;
}
#mf__grid__2p {
  background: #fff;
  padding: 20px 0px;
  margin: 0;
  display: grid;
  justify-content: normal;
}

.mf__screen__content__area {
  padding: 20px 0;
  /* background: #ede7e7; */
}

.mf__tabs__and__content__wrapper
  .rs__screen
  .rs__screen__grid
  .mf__tabs__and__content__wrapper {
  background: none;
  padding: 10px;
  border: 1px solid #f2f2f2;
}

.mf__tabs__and__content__wrapper .rs__tabs__btns__wrap {
  border-bottom: 1px solid black;
  width: 100%;
}

.mf__tabs__and__content__wrapper button.rs__nav__btn__popup.rs__tab__btn {
  border: none;
  padding: 10px;
  background: none;
}

.mf__tabs__and__content__wrapper
  .rs__btns__wrap
  button.rs__nav__btn__popup.rs__tab__btn {
  border-bottom: none;
}
.mf__tabs__and__content__wrapper
  .rs__btns__wrap
  button.rs__nav__btn__popup.rs__tab__btn.active {
  position: relative;
  z-index: 2;
  border-bottom: 3px solid #63e763 !important;
  color: #39c339 !important;
}
.mf__tabs__and__content__wrapper
  .rs__btns__wrap
  button.rs__nav__btn__popup.rs__tab__btn.active
  span {
  color: #39c339 !important;
}

/* general tab */

.mf__setting__box {
  padding: 20px;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  width: 35%;
  border-radius: 12px;
  position: relative;
}

.mf__setting__box__typing {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mf__tabs__wrap {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.mf__uk__default__shape {
  background-color: #fff !important;
  width: auto !important;
  height: auto !important;
}

.mf__uk__default__shape .mf__uk__default__shape__btn {
  background-color: red !important;
  color: #fff !important;
  padding: 5px 15px !important;
  border-radius: 5px 5px !important;
  font-size: 16px !important;
  margin: 5px !important;
  font-weight: 600;
}
.mf__uk__default__shape.uk__top__right .uk__shape__1 {
  transform: rotate(86deg) !important;
  left: -13px !important;
  top: 0px;
  width: 16px;
  height: 16px;
}
.mf__uk__default__shape.uk__top__right .uk__shape__2 {
  transform: rotate(85deg) !important;
  left: -1px !important;
  top: 29px;
  width: 13px;
  height: 13px;
}
.mf__uk__default__shape.uk__top__right .uk__shape__3 {
  transform: rotate(82deg) !important;
  right: 0px !important;
  left: unset;
  top: 36px;
  height: 13px;
  width: 13px;
}

.mf__setting__box span {
  font-size: 22px;
  font-weight: 600;
}
.mf__setting__box img {
  width: 80px;
  border-radius: 100%;
  margin: 0px 0px 6px;
}

.mf__setting__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.mf__setting__box__main {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
}

span.setting__editor__head {
  font-size: 22px;
  font-weight: 500;
}

#div_editor1 {
  margin-top: 15px;
  height: 100%;
  max-height: 220px;
  overflow-x: hidden;
}
#div_editor2 {
  margin-top: 15px;
  height: 100%;
  max-height: 220px;
  overflow-x: hidden;
}
rte-toolbar.rte-toolbar-desktop {
  border-bottom: 1px solid #dfd6d6 !important;
  padding-bottom: 5px !important;
}

.hs-docs-content-divider:first-child {
  border-bottom: none !important;
  padding-bottom: 3rem;
}
rte-bottom {
  display: none !important;
}

.rte-modern rte-toolbar-button {
  background: #fff !important ;
}

rte-toolbar.rte-toolbar-desktop {
  background: #f2f2f2 !important;
}
rte-content {
  background: #f2f2f2 !important;
}

rte-floatpanel.rte-fixed.rte-floatpanel-paragraphop {
  position: fixed !important;
}
.rte-floatpanel-paragraphop {
  display: block !important;
}

.mf__setting__box__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}

label.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mf__setting__box__bottom__actions {
  display: flex;
  gap: 10px;
}
.mf__setting__box__bottom__actions .btn-edit {
  padding: 10px;
}

button.btn.edit {
  padding: 5px;
  width: auto;
  background-color: #fff;
  border: 1px solid #cbc1c1;
  color: black;
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
}

button.btn.save {
  padding: 5px;
  width: auto;
  background-color: #11c162;
  border: 1px solid #11c162;
  color: #fff;
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
}

.hs-docs-content-divider:first-child {
  border-bottom: 1px solid #e7eaf3;
  padding-bottom: 1rem !important;
}

/* web setting tab */

.mf__setting__grid__2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.mf__card {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  /* box-shadow: 0px 2px 6px rgba(0,0,0,0.08); */
  border: 1px solid gainsboro;
  margin-top: 15px;
  height: fit-content;
}

.mf__card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.mf__card__header h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  color: rgba(30, 41, 59, 1);
}

.mf__upload__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.mf__upload__box {
  border-radius: 12px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #e5e7eb;
}

.mf__upload__box.full {
  height: 125px;
  margin-bottom: 20px;
}

.upload__placeholder {
  text-align: center;
}
.upload__placeholder span {
  background: #e7faef;
  border-radius: 100%;
  padding: 0px 8px;
}

.upload__placeholder .icon {
  font-size: 28px;
  color: #23c16b;
}

.upload__placeholder p {
  margin: 2px 0 0px;
  font-weight: 600;
  color: #23c16b;
  font-size: 16px;
  font-weight: 600;
}

.upload__placeholder small {
  font-size: 14px;
  color: #777;
}

.mf__upload__box.image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.mf__upload__box.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.mf__upload__box .act img {
  width: 15px;
  height: 20px;
  object-fit: contain;
  border-radius: 12px;
}

.mf__upload__box.image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mf__upload__box.image:hover::after {
  opacity: 1;
}

.img__actions {
  position: absolute;
  bottom: 45px;
  right: 25%;
  display: flex;
  gap: 8px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mf__upload__box.image:hover .img__actions {
  opacity: 1;
}

.img__actions .act {
  background: #23c16b;
  color: #fff;
  border: none;
  border-radius: 100%;
  width: auto;
  height: auto;
  cursor: pointer;
  padding: 5px 7px 2px 7px;
}

.mf__input {
  width: 100%;
  margin-top: 0px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
}

.mf__card__footer {
  margin-top: 15px;
}

.toggle-wrap {
  padding: 18px 22px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #444;
}

.toggle-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
/* Switch */

.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 14px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  height: 10px;
  width: 40px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  bottom: -3px;
  background-color: gainsboro;
  border-radius: 50%;
  transition: 0.3s;
}

.switch input:checked + .slider {
  background-color: #20d071;
}

.switch input:checked + .slider:before {
  transform: translateX(24px);
}

/* notification */

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.card-header h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: rgba(30, 41, 59, 1);
}

.input-group {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  margin-bottom: 15px;
}

.input-group input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  color: #333;
  font-size: 16px;
}

.input-group img {
  width: 20px;
  opacity: 0.6;
}

/* Dropdown Box */
.dropdown-box {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  margin: 10px 0 22px;
}

.dropdown-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  color: #333;
  background: none;
}

.dropdown-box img {
  width: 16px;
  opacity: 0.5;
}

.rs__btns__wrap.mf__btns__wrap {
  display: flex;
  justify-content: start;
}

.rs__tabs__btns__wrap.mf__tabs__btns__wrap {
  display: flex;
  justify-content: start !important;
  padding-left: 15px;
  background-color: rgb(249 250 252) !important;
}

button.rs__nav__btn__popup.rs__tab__btn.mf__tab__btn.active {
  background: #fff !important;
}

button.rs__nav__btn__popup.rs__tab__btn.mf__tab__btn {
  border: none !important;
  background: rgb(249 250 252) !important;
  padding-bottom: 15px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 12px !important;
  border-radius: 0 !important;
  min-width: auto !important;
  min-height: auto !important;
}

.rs__btns__wrap.mf__btns__wrap {
  background: rgb(249 250 252) !important;
  padding: 0 !important;
  margin: 0 !important;
}

button.rs__nav__btn__popup.rs__tab__btn.mf__tab__btn.active {
  background: rgb(249 250 252) !important;
}
.rs__tabs__and__content__wrapper.mf__tabs__and__content__wrapper {
  background: #ede7e7 !important;
  border: none !important;
  padding: 0 !important;
}
.mf__col__2p .rs__heading__wrap {
  padding-left: 20px;
}

.mf__col__2p {
  background: rgb(249 250 252);
  margin-top: -40px;
  padding-top: 20px;
}

.rs__tabs__and__content__wrapper.mf__tabs__and__content__wrapper {
  border-radius: 0 !important;
}

/* ------------------------ team screen ------------------------------ */

.mf__team__tabs__and__content__wrapper {
  background: #ffff !important;
  border-radius: 15px;
  padding: 10px;
  border: 1px solid #fff !important;
}

.mf__team__box
  .mf__team__box__body
  .mf__team__box__body__content__one__flex
  .mf__team__box__body__content__one__flex__three
  .mf__icon__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf__team__box
  .mf__team__box__body
  .mf__team__box__body__content__one__flex
  .mf__team__box__body__content__one__flex__three
  .mf__icon__wrap
  img {
  width: 30px;
  height: 30px;
  margin: 0px 0px 0px -10px;
}

.mf__team__box__body__content__one__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mf__team__box__body__content__one__title {
  text-align: center;
}
.mf__team__box__body__content__one__title span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.mf__team__box__body__content__one__flex__one span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: red;
  font-size: 16px;
  font-weight: 500;
}

.mf__team__box__body__content__one__flex__one span img {
  width: 30px;
  height: 30px;
}

.mf__team__box__body__content__one {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

.mf__team__box__header {
  background-image: url(../images/team-screen/team-section-bg.jpg);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  border-radius: 10px 0 0 0;
}

.mf__team__box__header__project__title span {
  color: red;
  font-size: 18px;
}

.mf__team__box__header__project__title {
  background-color: #f2f2f2;
  width: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 20px;
  padding: 2px 0px 3px;
}

.mf__team__box__header__main__body {
  padding: 5px 0 10px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;

}


/* develper */
.mf__team__box .mf__team__box__header .mf__default__shape__second {
  position: absolute;
  transform: rotate(360deg);
  right: 0;
  top: 0;
  width: 107px;
  height: 37px;
  background-color: #fff;
  border-bottom-left-radius: 13px;
}

.mf__team__box .mf__team__box__header .mf__default__shape__second > img {
  width: 13px;
  height: 13px;
  /* display: none; */
  position: absolute;
  /* left: 0; */
}

.mf__team__box .mf__team__box__header .mf__default__shape__second img.mf__shape__1 {
    top: 0px;
    right: 107px;
    /* display: none; */
    transform: rotate(
90deg);
}

.mf__team__box .mf__team__box__header .mf__default__shape__second img.mf__shape__2 {
  bottom: 0px;
  right: 98px;
  transform: rotate(
190deg);
}

.mf__team__box .mf__team__box__header .mf__default__shape__second img.mf__shape__3 {
    bottom: -12.5px;
    left: 94px;
    transform: rotate(
90deg);
}

.mf__team__box .mf__team__box__header .mf__default__shape__second button {
  border: unset;
  width: 101px;
  height: 30px;
  border-radius: 5px;
  font-size: 15px;
  background-color: #f2f2f2;
  pointer-events: none;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf__team__box .mf__team__box__header .mf__default__shape__second button span{
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
}

.mf__team__box .mf__team__box__header .mf__default__shape__second button > img {
  display: flex;
  background-color: #f7f7f7;
  margin-left: 10px;
  border-radius: 100px;
}




/* review star */
.mf__team__box .mf__team__box__header .mf__default__shape__second.mf__star {
  position: absolute;
  transform: rotate(
180deg);
  left: 0;
  top: 0;
  width: 106px;
  height: 37px;
  background-color: #ffff;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: 34px;
  padding-top: 7px;
}

.mf__team__box .mf__team__box__header .mf__default__shape__second.mf__star > img {
  width: 13px;
  height: 13px;
  position: absolute;
}

.mf__team__box .mf__team__box__header .mf__default__shape__second.mf__star img.mf__shape__1 {
    top: 25px;
    right: 106px;
    left: unset;
    transform: rotate(
180deg);
}

.mf__team__box .mf__team__box__header .mf__default__shape__second.mf__star img.mf__shape__2 {
  
transform: rotate(
88deg);
  
display: block;
  
top: 0px;
  
left: -1px;
  
width: 10px;
  
filter: contrast(0.8);
  
height: 10px;
}

.mf__team__box .mf__team__box__header .mf__default__shape__second.mf__star img.mf__shape__3 {
    bottom: 36px;
    left: 94px;
    right: 0;
    transform: rotate(
180deg);
}

.mf__team__box .mf__team__box__header .mf__default__shape__second.mf__star button {
  border: unset;
  width: 101px;
  height: 30px;
  border-radius: 5px;
  font-size: 15px;
  background-color: #f2f2f2;
  pointer-events: none;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf__team__box .mf__team__box__header .mf__default__shape__second.mf__star button span{
  display: flex;
  align-items: center;
  gap: 5px;
}

.mf__team__box .mf__team__box__header .mf__default__shape__second.mf__star button span > img {
  
  width: 13px;
  height: 13px;
}



.mf__team__box__header__image img {
  width: 55px;
  background: white;
  padding: 2px;
  border-radius: 100%;
}

.mf__team__box__header__team__title span {
  font-size: 18px;
  font-weight: 500;
}





.mf__team__box__body {
  background: #f2f2f2;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 0px 0px 10px 10px;
  margin-top: -2px;
}

.mf__team__box__body__content__two__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.mf__team__box__body__content__two__title {
  text-align: center;
}
.mf__team__box__body__content__two__title span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.mf__team__box__body__content__two {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.mf__team__box__body__content__two__flex__one span,
.mf__team__box__body__content__two__flex__two span,
.mf__team__box__body__content__two__flex__three span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 17px;
}
.mf__team__box__body__content__two__flex__one p,
.mf__team__box__body__content__two__flex__two p,
.mf__team__box__body__content__two__flex__three p {
  font-weight: 500;
  font-size: 20px;
  color: #66d766;
}

.mf__team__box__body__content__two__flex__one span img {
  width: 26.6px;
  height: 26.6px;
}

.mf__team__box__body__content__three {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.mf__team__box__body__content__three__title span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.mf__team__box__body__content__three__flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.mf__team__box__body__content__three__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mf__progress__bar__body__content {
  display: flex;
  justify-content: space-between;
}

.mf__progress__bar__body__content__desc {
  background: #f2f2f2;
  padding: 2px 4px;
  border-radius: 20px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

.mf__progressbar__one {
  width: 100%;
  height: 7px;
  border-radius: 100px;
  background-color: rgb(166, 245, 166);
}
.mf__progressbar__fill__one {
  height: 100%;
  width: 75%;
  background-color: rgb(20, 218, 20);
  border-radius: 100px;
}

.mf__progressbar__two {
  width: 100%;
  height: 7px;
  border-radius: 100px;
  background-color: rgb(247, 247, 167);
}
.mf__progressbar__fill__two {
  height: 100%;
  width: 75%;
  background-color: yellow;
  border-radius: 100px;
}

.mf__progressbar__three {
  width: 100%;
  height: 7px;
  border-radius: 100px;
  background-color: rgb(248, 154, 154);
}
.mf__progressbar__fill__three {
  height: 100%;
  width: 75%;
  background-color: red;
  border-radius: 100px;
}

.mf__team__box__footer {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.mf__team__box__footer__icon {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  display: flex;
}

.mf__team__box {
  width: 100%;
  min-width: 300px;
}

.mf__progress__bar__body__content__desc span {
  font-size: 12px;
  font-weight: 500;
}

/* team screen popup */

.mf__popup.rs__add__new__project {
  width: 500px;
}
.mf__upload__files__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin: 0px 0px 10px;
}

.mf__upload__logo__btn {
  border: 1px dashed #cedad9;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #64748b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background-color: #f2f2f280;
  padding: 15px;
  text-align: center;
}

.mf__upload__logo__btn__small {
  width: 50%;
  margin: 0 auto;
}

.mf__upload__logo__btn img {
  width: 17.45px;
  height: auto;
}

.rs__title__wrap.mf__title__wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #fde8e9;
  padding: 10px;
  border-radius: 12px;
}

.rs__title__wrap.mf__title__wrap span {
  font-size: 14px !important;
}

.mf__team__boxes__wrap {
  padding: 10px;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mf__team__ticket__body {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 3fr 1fr;
  background: #f7f7f7;
  padding: 0px;
  position: relative;
  align-items: center;
}

.mf__team__ticket__body .mf__ticket__top__left {
  position: relative;
}

.mf__team__ticket__body .mf__ticket__top__left img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}
.mf__team__ticket__body .mf__ticket__top__right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  border-radius: 12.27px;
  padding: 7px;
  position: relative;
}
.mf__team__ticket__body .mf__ticket__top__right .mf__ticket__top__right__top {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid gainsboro;
  padding-bottom: 15px;
  justify-content: center;
}

.mf__team__ticket__body
  .mf__ticket__top__right
  .mf__ticket__top__right__icon
  img {
  width: 50px;
}

.mf__team__ticket__body .mf__ticket__top__right .mf__ticket__top__right__des {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mf__team__ticket__body
  .mf__ticket__top__right
  .mf__ticket__top__right__des
  span.mf__ticket__task__title {
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
}

.mf__team__ticket__body
  .mf__ticket__top__right
  .mf__ticket__top__right__desc_id__block
  span {
  background-color: #cfdfed;
  padding: 5px 12px;
  border-radius: 12px;
  color: blue;
}

.mf__team__ticket__body
  .mf__ticket__top__right
  .mf__ticket__top__right__bottom
  span {
  background-color: #d2fbd2;
  color: green;
  padding: 3px 12px;
  border-radius: 12px;
}

.mf__team__ticket__body .mf__default__shape {
  position: absolute;
  top: 0px;
  left: 0;
  width: 37px;
  height: 37px;
  background-color: #f2f2f2;
  border-bottom-right-radius: 13px;
}

.mf__team__ticket__body .mf__default__shape > img {
  width: 13px;
  height: 13px;
  position: absolute;
}

.mf__team__ticket__body .mf__default__shape img.mf__shape__1 {
  top: -1px;
  right: -12px;
}

.mf__team__ticket__body .mf__default__shape img.mf__shape__2 {
  bottom: -2px;
  right: -1px;
  display: none;
}

.mf__team__ticket__body .mf__default__shape img.mf__shape__3 {
  bottom: -12px;
  left: 0px;
}

.mf__team__ticket__body .mf__default__shape button {
  background-color: red;
  color: white;
  border: unset;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 18px;
  pointer-events: none;
}

.mf__team__ticket__body .mf__default__shape button > img {
  display: none;
}

.mf__team__ticket__body .mf__default__shape__second {
  position: absolute;
  transform: rotate(360deg);
  right: 21.5%;
  top: 0;
  width: 37px;
  height: 37px;
  background-color: #f7f7f7;
  border-bottom-left-radius: 13px;
}

.mf__team__ticket__body .mf__default__shape__second > img {
  width: 13px;
  height: 13px;
  /* display: none; */
  position: absolute;
  /* left: 0; */
}

.mf__team__ticket__body .mf__default__shape__second img.mf__shape__1 {
  top: 0;
  right: 36px;
  /* display: none; */
}

.mf__team__ticket__body .mf__default__shape__second img.mf__shape__2 {
  bottom: -2px;
  right: -1px;
  display: none;
}

.mf__team__ticket__body .mf__default__shape__second img.mf__shape__3 {
  bottom: -13px;
  left: 24px;
}

.mf__team__ticket__body .mf__default__shape__second button {
  border: unset;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 18px;
  background-color: #f7f7f7;
  pointer-events: none;
}

.mf__team__ticket__body .mf__default__shape__second button > img {
  display: flex;
  background-color: #f7f7f7;
  margin-left: 10px;
}

.mf__team__ticket__body .mf__ticket__top__right__input .mf__fields__wrap {
  display: grid;
  gap: 8px;
}

.mf__team__ticket__body
  .mf__ticket__top__right__input
  .mf__fields__wrap
  .rs__field
  .inactive {
  display: none;
}

.mf__team__ticket__body
  .mf__ticket__top__right__input
  .mf__fields__wrap
  .rs__field
  select {
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid transparent;
  padding: 6px 8px 6px 28px;
  color: #8d92a5;
  outline: unset;
  position: relative;
}

.mf__team__ticket__body
  .mf__ticket__top__right__input
  .mf__fields__wrap
  .rs__field {
  position: relative;
}

.mf__team__ticket__body
  .mf__ticket__top__right__input
  .mf__fields__wrap
  .rs__field
  img {
  width: 25px;
  height: 25px;
  position: absolute;
  /* left: 0; */
  right: 66%;
  top: 10%;
  z-index: 10;
}

.mf__popup__footer {
  margin: 12px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mf__popup__footer button.rs__save__btn {
  background-color: #1bc469;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 12px;
}

.rs__team__ticket__priority__wrap {
  padding: 0px 0px;
  border-radius: 10px;
  display: grid;
  gap: 15px;
  margin: 0px 0px 0px;
}
.rs__team__ticket__priority__wrap .rs__project__sections__wrap .rs__box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #f2f2f280;
  padding: 14px 11px;
  border-radius: 10px;
  margin: 0px 0px 10px;
}

.rs__team__ticket__priority__wrap
  .rs__project__sections__wrap
  .rs__box
  .rs__heading__wrap {
  margin: 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rs__team__ticket__priority__wrap
  .rs__project__sections__wrap
  .rs__box
  .rs__heading__wrap
  .rs__title__wrap
  .rs__title {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: #1c274c;
  margin: 0px 0px -2px;
}

.rs__team__ticket__priority__wrap
  .rs__project__sections__wrap
  .rs__box
  .rs__heading__wrap
  .rs__title__wrap
  .rs__subTitle {
  display: block;
  font-size: 11px;
  font-weight: 300;
  color: #1c274c;
}

.rs__team__ticket__priority__wrap
  .rs__project__sections__wrap
  .rs__box
  .rs__multi__step {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rs__team__ticket__priority__wrap
  .rs__project__sections__wrap
  .rs__box
  .rs__multi__step
  .mf__fields__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.rs__team__ticket__priority__wrap
  .rs__project__sections__wrap
  .rs__box
  .rs__multi__step
  .mf__fields__wrap
  .rs__field
  .inactive {
  display: none;
}

.rs__team__ticket__priority__wrap
  .rs__project__sections__wrap
  .rs__box
  .rs__multi__step
  .mf__fields__wrap
  .rs__field
  input[type="text"],
.rs__team__ticket__priority__wrap
  .rs__project__sections__wrap
  .rs__box
  .rs__multi__step
  .mf__fields__wrap
  .rs__field
  select,
.rs__team__ticket__priority__wrap
  .rs__project__sections__wrap
  .rs__box
  .rs__multi__step
  .mf__fields__wrap
  .rs__field
  input[type="date"],
.rs__team__ticket__priority__wrap
  .rs__project__sections__wrap
  .rs__box
  .rs__multi__step
  .mf__fields__wrap
  .rs__field
  input[type="number"] {
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid transparent;
  padding: 6px 8px;
  color: #8d92a5;
  outline: unset;
}

.mf__team__boxes__wrap .rs__fields__wrap .rs__field .mf__radio__btn__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}

.mf__team__boxes__wrap
  .rs__fields__wrap
  .rs__field
  .mf__radio__btn__wrap
  button:has(input:checked) {
  background-color: #1bc469;
  color: white;
}

.mf__team__boxes__wrap
  .rs__fields__wrap
  .rs__field
  .mf__radio__btn__wrap
  button
  input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mf__team__boxes__wrap
  .rs__fields__wrap
  .rs__field
  .mf__radio__btn__wrap
  button {
  color: #687e88;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  border-radius: 5px;
  border: 1px solid transparent;
  min-width: 57px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
  background-color: #fff;
}

.rs__fields__wrap.mf__fields__wrap {
  grid-template-columns: 1fr 1fr !important;
}

/* ********************************* meember screen ********************************** */
.mf__member__grid .rs__tickets__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__header__team__title {
  margin-top: -10px;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__body
  .mf__team__box__body__content__one__flex
  .mf__team__box__body__content__one__flex__three
  .mf__icon__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__body
  .mf__team__box__body__content__one__flex
  .mf__team__box__body__content__one__flex__three
  .mf__icon__wrap
  img {
  width: 26.6px;
  height: 26.6px;
  margin: 0px 0px 0px -10px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__body__content__one__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__body__content__one__title {
  text-align: center;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__one__title
  span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__one__flex__one
  span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: red;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__one__flex__one
  span
  img {
  width: 26.6px;
  height: 26.6px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__body__content__one {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__header {
  background-image: url(../images/team-screen/team-section-bg.jpg);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  border-radius: 10px 0 0 0;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__header__project__title
  span {
  color: red;
  font-size: 18px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__header__project__title {
  background-color: #f2f2f2;
  width: 70%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 20px;
  padding: 2px 0px 3px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__header__main__body {
  padding: 25px 0 10px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__header__image img {
  width: 50px;
  background: white;
  padding: 2px;
  border-radius: 100%;
  margin-top: 11px;
  margin-bottom: 1px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__header__team__title span {
  font-size: 18px;
  font-weight: 500;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape__developer {
  position: absolute;
  width: 38%;
  height: auto;
  background-color: #f2f2f2;
  border: unset;
  align-items: center;
  justify-content: center;
  display: flex;
  right: 0%;
  top: 0%;
  border-radius: 10px 10px;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape__developer
  .mf__team__default__shape__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: unset;
  border-radius: 20px;
  padding: 4px 10px;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape__developer
  .mf__team__default__shape__btn
  span {
  /* color: #1bc469; */
  font-weight: 500;
  font-size: 16px;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape__star {
  position: absolute;
  width: 38%;
  height: auto;
  background-color: #f2f2f2;
  border: unset;
  align-items: center;
  justify-content: center;
  display: flex;
  right: 0;
  top: 1%;
  left: 0;
  border-radius: 10px 10px;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape__star
  .mf__team__default__shape__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: unset;
  border-radius: 20px;
  padding: 5px 10px;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape__star
  .mf__team__default__shape__btn
  span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape {
  position: absolute;
  width: auto;
  height: auto;
  background-color: #f7f7f7;
  border: unset;
  align-items: center;
  justify-content: center;
  display: flex;
  right: 4%;
  top: 37%;
  padding: 0px 10px;
  border-radius: 22px;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape
  .uk__shape__1 {
  top: -1px;
  left: -13px;
  right: unset;
  bottom: unset;
  transform: rotate(0deg);
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape
  img {
  width: 80px;
  border-radius: 100%;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape
  .uk__shape__2 {
  top: unset;
  left: -1px;
  right: unset;
  bottom: -1px;
  transform: rotate(0deg);
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape
  img {
  width: 80px;
  border-radius: 100%;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape
  .uk__shape__3 {
  transform: rotate(0deg);
  top: unset;
  right: -1px;
  bottom: -12px;
  left: unset;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape
  img {
  width: 10px;
  height: 20px;
  border-radius: 100%;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape
  .mf__team__default__shape__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: unset;
  border-radius: 20px;
  padding: 1px 0px;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape
  .mf__team__default__shape__btn
  span {
  color: #1bc469;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__body {
  background: #f2f2f2;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 0px 0px 10px 10px;
  margin-top: -2px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__body__content__two__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__body__content__two__title {
  text-align: center;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__two__title
  span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__body__content__two {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__two__flex__one
  span,
.mf__team__box__body__content__two__flex__two span,
.mf__team__box__body__content__two__flex__three span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 17px;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__two__flex__one
  p,
.mf__team__box__body__content__two__flex__two p,
.mf__team__box__body__content__two__flex__three p {
  font-weight: 500;
  font-size: 20px;
  color: #1bc469;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__two__flex__one
  span
  img {
  width: 26.6px;
  height: 26.6px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__body__content__three {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__three__title
  span {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__three__flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__three__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mf__member__grid .rs__tickets__grid .mf__progress__bar__body__content {
  display: flex;
  justify-content: space-between;
}

.mf__member__grid .rs__tickets__grid .mf__progress__bar__body__content__desc {
  background: #f2f2f2;
  padding: 2px 4px;
  border-radius: 20px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.mf__member__grid .rs__tickets__grid .mf__progressbar__one {
  width: 100%;
  height: 7px;
  border-radius: 100px;
  background-color: rgb(166, 245, 166);
}
.mf__member__grid .rs__tickets__grid.mf__progressbar__fill__one {
  height: 100%;
  width: 75%;
  background-color: rgb(20, 218, 20);
  border-radius: 100px;
}

.mf__member__grid .rs__tickets__grid .mf__progressbar__two {
  width: 100%;
  height: 5px;
  border-radius: 100px;
  background-color: rgb(247, 247, 167);
}
.mf__member__grid .rs__tickets__grid .mf__progressbar__fill__two {
  height: 100%;
  width: 75%;
  background-color: yellow;
  border-radius: 100px;
}

.mf__member__grid .rs__tickets__grid .mf__progressbar__three {
  width: 100%;
  height: 5px;
  border-radius: 100px;
  background-color: rgb(248, 154, 154);
}
.mf__member__grid .rs__tickets__grid .mf__progressbar__fill__three {
  height: 100%;
  width: 75%;
  background-color: red;
  border-radius: 100px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__footer {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__footer__icon {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  display: flex;
}

.mf__member__grid .rs__tickets__grid button.mf__team__box {
  width: 100%;
  min-width: 300px;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__progress__bar__body__content__desc
  span {
  font-size: 10px;
  font-weight: 500;
}

.mf__member__grid .rs__tickets__grid > button {
  border: unset;
  background-color: unset;
  display: inline-block;
}

/* **************************** member popup 1 ***************************** */

.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box
  .rs__card__details
  .rs__sm__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 0px;
}

.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box {
  margin: 10px;
  padding: 10px 5px;
  border-radius: 12px;
  background-image: url(../images/member-screen/shape-3.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}

.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box.one {
  margin: 5px;
  padding: 20px 5px;
  border-radius: 12px;
  /* background-image: url(../images/member-screen/shape-2.svg); */
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  position: relative;
}


.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box.one .mf__default__shape__second {
  position: absolute;
  transform: rotate(360deg);
  right: -1px;
  top: -12px;
  width: 70px;
  height: 37px;
  background-color: #fff;
  border-bottom-left-radius: 13px;
}

.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box.one .mf__default__shape__second > img {
  width: 13px;
  height: 13px;
  /* display: none; */
  position: absolute;
  /* left: 0; */
}

.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box.one
  .mf__default__shape__second
  img.mf__shape__1 {
  top: 12px;
  right: 69px;
  /* display: none; */
  transform: rotate(
92deg);
}

.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box.one
  .mf__default__shape__second
  img.mf__shape__2 {
  bottom: -2px;
  right: -1px;
  display: none;
}

.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box.one
  .mf__default__shape__second
  img.mf__shape__3 {
  bottom: -13px;
  left: 56px;
  transform: rotate(90deg);
}


.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box.one .mf__default__shape__second button {
  border: unset;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 18px;
  background-color: #fff;
  pointer-events: none;
}

.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box.one
  .mf__default__shape__second
  button
  > img {
  display: flex;
  background-color: #f7f7f7;
  margin-left: 10px;
}










.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box
  .rs__title__wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 0.5;
  padding: 7px 0 0 12px;
}
.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box
  .rs__title__wrap
  .rs__title {
  font-size: 14px;
  font-weight: 500;
}
.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box
  .rs__title__wrap
  .rs__percent__title {
  font-size: 65px;
  font-weight: 600;
}

.rs__card__box .rs__card__details .rs__sm__grid .rs__lg__box {
  position: relative;
  background: gainsboro;
  border-radius: 10px;
  padding: 20px 12px;
  width: 95%;
}

.rs__card__box .rs__card__details .rs__sm__grid .rs__lg__box.rs__bg__a {
  background: #f8fbe7;
}

.rs__card__box .rs__card__details .rs__sm__grid .rs__lg__box.rs__bg__b {
  background: #ffe5eb;
}
.rs__card__box .rs__card__details .rs__sm__grid .rs__lg__box.rs__bg__c {
  background: #fcf2fe;
}

.rs__card__box .rs__card__details .rs__sm__grid .rs__lg__box.rs__bg__d {
  background: #efe7fb;
}
.rs__card__box .rs__card__details .rs__sm__grid .rs__lg__box.rs__bg__e {
  background: #e5fff7;
}
.rs__card__box .rs__card__details .rs__sm__grid .rs__lg__box.rs__bg__f {
  background: #e5e6ff;
}

.rs__popup__header .rs__header__detail .mf__default__shape__second {
  position: absolute;
  transform: rotate(360deg);
  right: 19px;
  top: 39px;
  width: 37px;
  height: 37px;
  background-color: #fff;
  border-bottom-left-radius: 13px;
}

.rs__popup__header .rs__header__detail .mf__default__shape__second > img {
  width: 13px;
  height: 13px;
  /* display: none; */
  position: absolute;
  /* left: 0; */
}

.rs__popup__header
  .rs__header__detail
  .mf__default__shape__second
  img.mf__shape__1 {
  top: 0px;
  right: 36px;
  /* display: none; */
  transform: rotate(
90deg);
}

.rs__popup__header
  .rs__header__detail
  .mf__default__shape__second
  img.mf__shape__2 {
  bottom: -2px;
  right: -1px;
  display: none;
}

.rs__popup__header
  .rs__header__detail
  .mf__default__shape__second
  img.mf__shape__3 {
  bottom: -9px;
  left: 13px;
  transform: rotate(90deg);
}

.rs__popup__header .rs__header__detail .mf__default__shape__second button {
  border: unset;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 18px;
  background-color: #fff;
  pointer-events: none;
}

.rs__popup__header
  .rs__header__detail
  .mf__default__shape__second
  button
  > img {
  display: flex;
  background-color: #f7f7f7;
  margin-left: 10px;
}

.rs__sm__grid .rs__btn__wrap {
  position: absolute;
  bottom: 0px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  padding: 0px;
  border-top-left-radius: 31px;
  min-width: 58px;
}

.rs__sm__grid .rs__btn__wrap .rs__label__green {
  color: #1bc469;
}

.rs__sm__grid .rs__btn__wrap .rs__curve__vector__a {
  position: absolute;
  top: -12px;
  right: 7px;
  height: 13px;
  width: 13px;
}

.rs__sm__grid .rs__btn__wrap .rs__curve__vector__b {
  position: absolute;
  bottom: -1px;
  left: -9px;
  height: 13px;
  width: 13px;
}

.rs__sm__grid .rs__btn__wrap > svg {
  width: 14px;
  height: 10px;
  color: #4d974d;
}

.rs__sm__grid .rs__btn__wrap button {
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  color: #4d974d;
}

.rs__sm__grid .rs__btn__wrap .rs__label__green button {
  color: #1bc469;
}

.rs__overview__wrap .rs__task__ratting__wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  align-items: center;
  /* background-color: #f5f5f5; */
  padding: 10px 10px 30px 10px;
  border-radius: 12px;
  background-image: url(../images/member-screen/shape-1.svg);
  background-size: cover;
}

.rs__overview__wrap .rs__task__ratting__wrap .rs__right {
  justify-content: space-around;
  display: flex;
}

.rs__overview__wrap
  .rs__task__ratting__wrap
  .rs__right
  .project__desc__rating__wise
  .project__desc__rating {
  display: grid;
  grid-template-columns: 5fr  1fr;
}

.rs__overview__wrap
  .rs__task__ratting__wrap
  .project__desc__rating
  .rs__compo__12 {
  background-color: transparent;
}

.rs__task__ratting__wrap .rs__right .project__desc__rating__wise {
  /* padding: 10px; */
  border-radius: 10px 10px 10px 0px;
}

.rs__overview__wrap
  .rs__task__ratting__wrap
  .rs__left
  .rs__title__wrap
  .rs__title {
  font-size: 72px;
  font-weight: 600;
  text-align: center;
}

.rs__task__ratting__wrap .rs__title__wrap .rs__compo__12 {
  margin-top: -10px;
  /* background-color: #f5f5f5; */
  display: flex;
  justify-content: center;
}

.rs__card__box .rs__card__box .rs__tubs__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.rs__card__box .rs__tubs__grid .rs__tub__wrap .rs__timeline__progressbar {
  width: 60px;
  height: 220px;
  border-radius: 12px;
  background-color: #f9f9f9;
  margin: 0px 0px 14px;
  display: flex;
  align-items: self-end;
  overflow: hidden;
}

.rs__card__box
  .rs__tubs__grid
  .rs__tub__wrap
  .rs__timeline__progressbar
  .rs__progress {
  background-color: #ffffff;
  display: block;
  border-radius: 0;
}

.rs__card__box
  .rs__tubs__grid
  .rs__tub__wrap.first
  .rs__timeline__progressbar
  .rs__progress {
  width: 100%;
  height: 60%;
}

.rs__card__box
  .rs__tubs__grid
  .rs__tub__wrap.second
  .rs__timeline__progressbar
  .rs__progress {
  width: 100%;
  height: 70%;
}

.rs__card__box
  .rs__tubs__grid
  .rs__tub__wrap.third
  .rs__timeline__progressbar
  .rs__progress {
  background-color: #68d79b;
  width: 100%;
  height: 75%;
}

.rs__card__box
  .rs__tubs__grid
  .rs__tub__wrap.fourth
  .rs__timeline__progressbar
  .rs__progress {
  width: 100%;
  height: 80%;
}

.rs__card__box
  .rs__tubs__grid
  .rs__tub__wrap.fifth
  .rs__timeline__progressbar
  .rs__progress {
  width: 100%;
  height: 85%;
}

.rs__card__box .rs__title__wrap .rs__subTitle__wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.rs__tubs__grid .rs__tub__wrap {
  position: relative;
}

.rs__tubs__grid .rs__tub__wrap .rs__struc {
  position: absolute;
  bottom: 100px;
  padding: 10px;
  text-align: center;
  /* font-size: 13px; */
}

.rs__tub__wrap .rs__tub__details .rs__icon__wrap img {
  width: 20px;
}

.rs__tubs__grid .rs__tub__wrap .rs__tub__details {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid gainsboro;
}

/* ************************************ member popup screen 3 */
.mf__member__card {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 10px 10px;
  margin-bottom: 20px;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
  position: relative;
}

.mf__member__card .mf__member__card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.mf__member__card .mf__member__card__header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.mf__member__card .mf__member__card__header .select-btn {
  background: #22c55e;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}

.mf__member__card .mf__member__docs {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(4, 1fr);
}

.mf__member__card .mf__member__docs .mf__member__doc__item {
  width: auto;
  background: #ffff;
  border-radius: 10px;
  padding: 7px 4px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.mf__member__docs .mf__member__doc__info span {
    font-size: 12px;
}


.mf__member__card .mf__member__docs .mf__member__doc__icon {
  font-size: 28px;
  color: #ef4444;
}

.mf__member__card .mf__member__docs .mf__member__doc__info small {
  color: #6b7280;
  font-size: 11px;
}

.mf__member__card .mf__working__times {
  display: grid;
  gap: 20px;
  align-items: center;
}

.mf__member__card .mf__working__times .avatar img {
}

.mf__member__card .mf__working__times .time-bars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.mf__member__card .mf__working__times .time-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mf__member__card .time-box .time-clock span.time-number {
  background: #fff;
  padding: 4px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  border-radius: 12px;
  margin: 0 auto;
}

.mf__member__card .time-box .time-clock {
}

.mf__member__card .mf__working__times .progress {
  background: #e5e7eb;
  height: 6px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 6px;
  width: 100%;
}

.mf__member__card
  .mf__member__docs
  .mf__member__doc__item
  .mf__member__doc__setting__iicon {
  border: 1px solid gainsboro;
  border-radius: 100%;
  display: flex;
  align-items: flex-start;
  width: 20px;
  height: 20px;
  justify-content: center;
}

.mf__member__card .mf__member__docs .mf__member__doc__item .mf__member__doc__setting__iicon span {
    margin: -4px;
}



.mf__member__card .mf__working__times .progress span {
  display: block;
  height: 100%;
  border-radius: 10px;
}

.mf__member__card .mf__working__times .blue {
  background: #3b82f6;
  width: 70%;
}

.mf__member__card .mf__working__times .green {
  background: #22c55e;
  width: 80%;
}

.mf__member__card .mf__working__times .red {
  background: #ef4444;
  width: 90%;
}

.mf__member__card__body .mf__member__card__main__box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mf__member__card__body .mf__member__card__main__box .mf__member__card__grid {
  display: flex;
  justify-content: space-between;
  background: #ffff;
  padding: 10px 15px;
  border-radius: 12px;
}

.mf__member__card__body
  .mf__member__card__main__box
  .mf__member__card__grid
  .mf__member__card__box
  span {
  font-weight: 500;
  font-size: 18px;
}

.mf__member__card__body
  .mf__member__card__main__box
  .mf__member__card__grid
  .mf__member__card__box
  p {
  color: #a9a6a6;
}

.mf__member__card__btns {
  display: flex;
  justify-content: center;
  border: 1px solid gainsboro;
  width: 52%;
  margin: 0 auto;
  border-radius: 5px;
}

.mf__member__card__btns button {
  background: #fff;
  border: none;
  padding: 10px;
}

button.remove__btn {
  border-right: 1px solid gainsboro;
}



.rs__my__account__wrap .mf__member__card .uk__default__shape.uk__top__right {
    top: -1px;
    right: -1px;
    bottom: unset;
    left: unset;
}

.rs__my__account__wrap .mf__member__card .uk__default__shape.uk__top__right .uk__shape__1 {
    top: -1px;
    left: -13px !important;
    right: unset;
    bottom: unset;
    transform: rotate(0deg);
}
.rs__my__account__wrap .mf__member__card .uk__default__shape > img {
    width: 13px;
    height: 13px;
    position: absolute;
    inset: 0;
    background-color: transparent;
}

.rs__my__account__wrap .mf__member__card .uk__default__shape .uk__default__shape__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: unset;
}

.rs__my__account__wrap .mf__member__card .uk__default__shape.uk__top__left {
    top: -1px;
    left: -1px;
    bottom: unset;
    right: unset;
}

.rs__my__account__wrap .mf__member__card .uk__default__shape.uk__top__left .uk__shape__1 {
    transform: rotate(-90deg);
    top: -1px;
    right: -13px;
    left: unset;
    bottom: unset;
}

.rs__my__account__wrap .mf__member__card .uk__default__shape.uk__top__left .uk__shape__2 {
    transform: rotate(-90deg);
    top: unset;
    right: -1px;
    left: unset;
    bottom: -1px;
}

.rs__my__account__wrap .mf__member__card .uk__default__shape.uk__top__left .uk__shape__3 {
    transform: rotate(-90deg);
    top: unset;
    right: unset;
    bottom: -12px;
    left: -1px;
}

.rs__my__account__wrap .mf__member__card .uk__default__shape .uk__default__shape__btn img {
    width: 18px;
}

.rs__my__account__wrap .mf__member__card .uk__default__shape.uk__top__right .uk__shape__2 {
    top: unset;
    left: -3px !important;
    right: unset;
    bottom: -1px;
    transform: rotate(0deg);
}

.rs__my__account__wrap .mf__member__card .uk__default__shape.uk__top__right .uk__shape__3 {
    transform: rotate(0deg);
    top: unset;
    right: -3px !important;
    bottom: -12px;
    left: unset;
}



.rs__my__account__wrap .mf__member__card .mf__uk__default__shape .mf__uk__default__shape__btn {
    background-color: #4bbd55 !important;
    color: #fff !important;
    padding: 5px 15px !important;
    border-radius: 5px 5px 5px 5px !important;
    font-size: 16px !important;
    margin: 0px 0px 5px 5px !important;
    font-weight: 600;
}
.rs__my__account__wrap .mf__member__card .uk__default__shape .uk__default__shape__btn select {
    background: #4bbd55;
    border: none;
    color: #fff;
}


.mf__member__card .mf__default__shape__second > img {
  width: 13px;
  height: 13px;
  position: absolute;
}

.mf__member__card
  .mf__default__shape__second
  img.mf__shape__1 {
  top: 0px;
  right: 36px;
  /* display: none; */
  transform: rotate(
90deg);
}

.mf__member__card
  .mf__default__shape__second
  img.mf__shape__2 {
  bottom: -2px;
  right: -1px;
  display: none;
}

.mf__member__card
  .mf__default__shape__second
  img.mf__shape__3 {
  bottom: -11px;
  left: 24px;
  transform: rotate(90deg);
}

.mf__member__card .mf__default__shape__second button {
  border: unset;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 18px;
  background-color: #fff;
  pointer-events: none;
}

.mf__member__card
  .mf__default__shape__second
  button
  > img {
  display: flex;
  background-color: #ffff;
  margin-left: 7px;
  width: 100%;
  height: 25px;
  object-fit: contain;
}
.mf__member__card .mf__default__shape__second {
    position: absolute;
    transform: rotate(360deg);
    right: 0;
    top: 0;
    background-color: #fff;
    border-bottom-left-radius: 13px;
}
.mf__default__shape button span {
    margin: -2px 0px 0px;
}
.mf__team__box__footer__icon img {
    height: auto;
    width: 21px;
}
body.rs__overflow__hidden {
    overflow: hidden !important;
}



/* chat screen */

.mf__sidebar__sticky {
    position: sticky;
    top: 1px;
}

.rs__screen__sidebar.mf__sidebar {
    position: relative;
}

@media (min-width: 1537px) {
  .mf__footer__wrap__privacy .mf__footer__wrap__privacy__icon__box img {
    height: auto;
    width: 34px;
  }
  .mf__footer__wrap__privacy {
    gap: 2px;
    text-align: left;
  }
  .mf__footer__wrap__privacy__desc span {
    font-size: 17px;
  }
  .mf__footer__wrap__privacy__desc p {
    font-size: 13px;
  }
}



@media screen and (min-width: 1366px) and (max-width: 1920px) {
  .mf__member__grid .rs__tickets__grid .mf__team__box__header {
    background-size: cover;
}
.mf__team__box__header {
    background-size: cover;
}
}

@media screen and (min-width: 7666px) and (max-width: 1024px) {
.mf__setting__box {
    width: 50%;
}
.mf__setting__grid {
    grid-template-columns: 1fr;
}
.mf__setting__grid__2 {

    grid-template-columns: repeat(1, 1fr);

}
}



/* for mobile */
@media (max-width: 767px) {
  .mf__tabs__wrap {
    padding: 20px 20px;
  }
  .rs__btns__wrap.mf__btns__wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0px 30px;
  }
  .mf__setting__box {
    width: 100%;
  }
  .mf__setting__grid {
    grid-template-columns: 1fr;
  }

  .mf__setting__box__bottom {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .mf__setting__box__bottom__actions {
    margin: 0 auto;
    gap: 30px;
  }

  .mf__setting__grid__2 {
    grid-template-columns: repeat(1, 1fr);
  }

  /* ----------------------------  team screen  ---------------------*/

  .mf__team__box {
    width: 100%;
    min-width: auto;
  }
  .rs__tabs__and__content__wrapper.mf__team__tabs__and__content__wrapper.mf__team__screen__wraper {
    padding: 0 !important;
  }
  .mf__team__box__body__content__one__title span {
    font-size: 18px;
  }
  .mf__team__box__body__content__two__flex__one span,
  .mf__team__box__body__content__two__flex__two span,
  .mf__team__box__body__content__two__flex__three span {
    font-size: 13px;
  }
  .mf__team__box__body__content__two__flex__one p,
  .mf__team__box__body__content__two__flex__two p,
  .mf__team__box__body__content__two__flex__three p {
    font-size: 14px;
  }
  .mf__team__box__footer__icon img {
    width: 18px;
    height: 18px;
  }
  .mf__team__box__header {
    background-size: cover;
  }

  .mf__team__box__header__team__title span {
    font-size: 16px;
  }
  .mf__team__box__header__project__title span {
    font-size: 16px;
  }

  .mf__team__box .mf__team__box__header .mf__team__default__shape {
    width: 33%;
    right: -2%;
    height: 25px;
  }

  .mf__team__box__header__main__body {
    padding: 5px 0 10px 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  /* ----------------------------  popup team screen  ---------------------*/
  .mf__popup.rs__add__new__project {
    width: 90%;
  }
  .mf__team__ticket__body {
    gap: 5px;
    grid-template-columns: 1fr;
  }
  .mf__team__ticket__body .mf__ticket__top__right__input .mf__fields__wrap {
    grid-template-columns: 1fr 1fr;
  }
  .mf__team__ticket__body
    .mf__ticket__top__right__input
    .mf__fields__wrap
    .rs__field
    img {
    right: 78%;
  }
  .mf__team__ticket__body .mf__default__shape__second {
    right: 0;
    top: 160px;
  }
  .mf__popup__footer {
    gap: 15px;
  }
  .mf__popup__footer button.rs__save__btn {
    padding: 10px 7px;
  }
  .mf__team__ticket__body
    .mf__ticket__top__right__input
    .mf__fields__wrap
    .rs__field
    select {
    padding: 6px 8px 6px 38px;
  }



  /*   ******************* member screen ***************** */
  .rs__grid__2p .rs__nav__wrap .rs__nav__btn {
    font-size: 16px;
    padding: 5px 12px 7px;
}

  .mf__member__grid .rs__tickets__grid {
    grid-template-columns: 1fr 1fr;
}
.mf__member__grid .rs__tickets__grid .mf__team__box__header {
    background-size: cover;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__header__project__title
  span {
    font-size: 13px;
}

.mf__member__grid .rs__tickets__grid .mf__team__box__header__image img {
    margin-top: 0px;
}

.rs__popup.rs__member__detail__popup {
    width: 95%;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape
  .mf__team__default__shape__btn {
    padding: 1px 10px;
}


.rs__popup.rs__member__detail__popup .rs__popup__body .rs__tabs__wrap .rs__overview__wrap .rs__card__grid {
    display: grid;
    grid-template-columns: 1fr;
}

.mf__member__card__body .mf__member__card__main__box .mf__member__card__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mf__member__card .mf__member__docs {
    grid-template-columns: repeat(2, 1fr);
}
.mf__member__card__btns {
    width: 80%;
}


.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape__developer
  .mf__team__default__shape__btn
  span {
    font-size: 13px;
}
.rs__popup.rs__member__detail__popup .rs__header__detail .rs__right .rs__title__wrap span.rs__title {
    font-size: 18px;
}
.rs__popup.rs__member__detail__popup .rs__header__detail .rs__right .rs__title__wrap .rs__subTitle__wrap {
    margin: 5px 0px 6px;
}
.rs__popup.rs__member__detail__popup .rs__header__detail .rs__right .rs__title__wrap .rs__subTitle__wrap .rs__subTitle {
    font-size: 14px;
}

.rs__popup.rs__member__detail__popup .rs__header__detail .rs__right .rs__title__wrap .rs__header__bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    padding: 15px 0;
}
.rs__popup.rs__member__detail__popup .rs__header__detail .rs__right .rs__title__wrap .rs__header__bar .rs__sm__box .rs__text {
    font-size: 12px;
}
.rs__popup.rs__member__detail__popup .rs__header__detail .rs__right .rs__title__wrap .rs__header__bar .rs__sm__box img {
    width: 11px;
    height: 15px;
}

.rs__popup.rs__member__detail__popup .rs__header__detail .rs__right .rs__title__wrap .rs__header__bar .rs__sm__box {
    padding: 0px 8px 0px;
}


.rs__popup.rs__member__detail__popup .rs__header__detail .rs__left img {
    width: 90px;
    height: 100%;
}

.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box {
    background-size: cover;
}
.rs__card__box .rs__tubs__grid .rs__tub__wrap .rs__timeline__progressbar {
    width: 50px;
}

.rs__tubs__grid .rs__tub__wrap {
    position: relative;
    width: 50px;
}

.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box {
    width: 92%;
}

.rs__popup.rs__member__detail__popup .rs__header__detail {
    grid-template-columns: 100%;
}

.rs__popup.rs__member__detail__popup .rs__header__detail .rs__left {
    background-color: transparent;
}
.mf__member__card
  .mf__default__shape__second
  button
  > img {
    width: 20px;
}
.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box
  .rs__card__details
  .rs__sm__grid {
    padding: 20px 0;
}

.rs__overview__wrap
  .rs__task__ratting__wrap
  .rs__right
  .project__desc__rating__wise
  .project__desc__rating {
    display: grid;
    grid-template-columns: 1fr  1fr;
}

}



@media (max-width: 568px){
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape {
    top: 36%;
}
.mf__member__grid .rs__tickets__grid {
    grid-template-columns: 1fr;
}
}



@media (min-width:1024px) and (max-width:1680px) {
  
  .rs__main__section .rs__grid .rs__image__wrapper .rs__hero__image {
    width: 85% !important;
    height: auto !important;
}

.rs__main__section .rs__grid .rs__sidebar {
    display: grid;
    grid-template-columns: 100%;
    flex-direction: column;
    gap: 8px;
}
.rs__main__section .rs__grid .rs__image__wrapper .rs__only__arrow__btn {
    right: 17% !important;
    top: -1% ;
}
.rs__main__section .rs__grid .rs__sidebar .rs__box {
    padding: 18px 20px 10px;
    position: relative;
    border-radius: 32px;
}
}


@media ((min-width: 1537px)) {

  p{
    font-size: 20px;
  }
  
  .mf__team__box__body__content__one__title span {
    font-size: 24px;
}
.mf__team__box__body__content__two__title span {
    font-size: 24px;
}
.mf__team__box__body__content__two__flex__one span, .mf__team__box__body__content__two__flex__two span, .mf__team__box__body__content__two__flex__three span {
    font-size: 20px;
}
.mf__team__box__body__content__three__title span {
    font-size: 22px;
}
.mf__team__box__header__team__title span {
    font-size: 24px;
}
.mf__team__box__header__project__title span {
    font-size: 24px;
}
.mf__progress__bar__body__content__desc span {
    font-size: 18px;
}

.mf__team__box .mf__team__box__header .mf__default__shape__second button span {
    font-size: 18px;
}

.rs__popup .rs__popup__header .rs__title__wrap .rs__title {
    font-size: 20px;
}
.rs__screen .rs__main__section .rs__grid .rs__content__area .rs__welcome__box .rs__box__bottom span {
    font-size: 18px;
  
}


.mf__member__grid .rs__tickets__grid .mf__team__box__header__team__title span {
    font-size: 24px;
}

.mf__member__grid
  .rs__tickets__grid
  .mf__team__box
  .mf__team__box__header
  .mf__team__default__shape
  .mf__team__default__shape__btn
  span {
    font-size: 16px;
}


.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__header__project__title
  span {
    font-size: 20px;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__one__title
  span {
    font-size: 24px;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__two__title
  span {
    font-size: 24px;
}
.mf__member__grid
  .rs__tickets__grid
  .mf__team__box__body__content__two__flex__one
  span, .mf__team__box__body__content__two__flex__two span, .mf__team__box__body__content__two__flex__three span {
    font-size: 20px;
}

.rs__popup.rs__member__detail__popup
  .rs__popup__body
  .rs__tabs__wrap
  .rs__overview__wrap
  .rs__card__grid
  .rs__card__box
  .rs__title__wrap
  .rs__title {
    font-size: 20px;
}

.rs__tickets__and__tasks__wrap .rs__ticket__and__task .rs__top .rs__left .rs__text__wrap .rs__title {
    font-size: 20px;
}
.upload__placeholder p {
    font-size: 18px;
}
.upload__placeholder small {
    font-size: 17px;

}
.input-group input {

    font-size: 18px;
}

.mf__team__ticket__body .mf__default__shape {
    top: 0px;
}
}