@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700;800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.disable-scroller::-webkit-scrollbar {
  display: none;
}

.disable-scroller_chart::-webkit-scrollbar {
  display: none;
}
.modal_chart_list::-webkit-scrollbar {
  /* display: none; */
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.disable-scroller {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  /* height: 100vh; */
  
}
.disable-scroller_chart {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  height: 70vh;
  
}


body {
  font-family: "Baloo Bhaijaan 2", cursive;
  font-family: "Inter", sans-serif;
  font-family: "Poppins", sans-serif;
}

:root {
  --one-color: #fafafa;
  --two-color: #ffffff;
  --three-color: #fd3468;
  --four-color: #868d96;
  --five-color: #212529;
  --six-color: #ada4a5;
  --seven-color: #000000;
  --eight-color: #1d1617;
  --nine-color: #dddada;
  --ten-color: #fbf5ed;
  --eleven-color: #3e479b;
  --twelve-color: #ef929c;
  --thirteen-color: #ecf1f7;
  --fourteen-color: #e0e0e0;
  --fifteen-color: #ff93ab;
}

.text-8 {
  font-size: 8px !important;
}

.p-10 {
  font-size: 10px;
}

.p-12 {
  font-size: 12px;
}

.p-13 {
  font-size: 13px;
}

.p-14 {
  font-size: 14px !important;
}

.p-15 {
  font-size: 15px;
}

.p-16 {
  font-size: 16px;
}

.p-17 {
  font-size: 17px;
}

.p-18 {
  font-size: 18px;
}

.p-19 {
  font-size: 19px;
}

.p-20 {
  font-size: 20px !important;
}

.p-26 {
  font-size: 26px !important;
}

.mask {
  background-image: url(../../assets/images/Mask\ Group\ 57@2x.png);
  background-size: contain;
  /* background-repeat: no-repeat; */
}

.mask2 {
  background-image: url(../../assets/images/mask2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.content-mask {
  height: 100vh;
  overflow-y: auto;
}

.img_logo {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.tcf_logo {
  margin-top: 80px;
}

.login-welcome {
  padding: 150px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--one-color);
}

.login-welcome h1,
.login-welcome h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  line-height: 31px;
}
.add-sites {
  padding: 150px;
  height: 100vh;
  overflow: auto;
  background-color: var(--one-color);
}



.btn_custome {
  background: red;
  border: none;
  padding: 9px 20px;
  color: #fff;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  background: transparent linear-gradient(98deg, #ff93ab 0%, #fd3468 100%) 0% 0% no-repeat padding-box;
}

.btn-view-chart {
  background: #1a1a1a;
  padding: 13px 20px;
  color: #fff;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  border: none;
  font-size: 14px;
  line-height: 16px;
}

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

.login_or::after {
  content: "";
  position: absolute;
  width: 43%;
  height: 1px;
  background: var(--nine-color);
  top: 13px;
  right: 15px;
}

.login_or::before {
  content: "";
  position: absolute;
  width: 43%;
  height: 1px;
  background: var(--nine-color);
  top: 13px;
  left: 15px;
}

.brand_logo {
  height: 43px;
  width: 43px;
  background: black;
  display: flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--nine-color);
}

.dont_account {
  font-weight: 700;
  text-align: center;
}

.dont_account a {
  color: var(--three-color);
}

label {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
}

.account-type {
  padding: 65px 100px;
  text-align: center;
}

.account-type h1 {
  font-family: "Baloo Bhaijaan", sans-serif;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: -0.17px;
  font-weight: 900;
}

.account-type h1 span {
  color: var(--three-color);
}

.btn-per-bus {
  padding: 20px;
  width: 100%;
  border-radius: 30px;
}

.model-radius {
  border-radius: 29px;
  max-width: 500px;
}

.or-pupop {
  font: normal normal bold 21px/31px Poppins;
}

.model-subs {
  border-radius: 29px;
  border: 1px solid #fe557f;
  box-shadow: 0px 10px 80px #0000001c;
  padding: 40px 60px;
  max-width: 770px;
  position: relative;
}

.model-subs img {
  position: absolute;
  right: 7px;
  top: 40px;
}

.business_plane {
  text-align: center;
  color: var(--three-color);
}

.model-subs .plane-pop-title {
  text-align: center;
  font-family: "Baloo Bhaijaan 2", cursive;
  font-size: 36px;
  font-weight: 600;
}

.Business_silver {
  display: flex;
  padding: 16px;
  box-shadow: 0px 10px 40px #fd34681a;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}

.Business_silver h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Baloo Bhaijaan 2", cursive;
  color: #fd3468;
  margin-bottom: 0;
}

.Business_silver p {
  margin-bottom: 0;
  border: 1px solid red;
  padding: 2px 12px;
  border-radius: 25px;
  background: #fd34681a;
  text-decoration: underline;
  color: #fd3468;
  font-weight: 600;
  font-family: "Baloo Bhaijaan 2", cursive;
}

.upto30 {
  font-weight: 600;
}

.platinium h3 {
  color: #1e95a3;
}

.platinium p {
  border: 1px solid #1e95a3;
  color: #1e95a3;
  background-color: #1e95a31a;
}

.gold h3 {
  color: #7b30fb;
}

.gold p {
  border: 1px solid #7b30fb;
  color: #7b30fb;
  background-color: #7b30fb1a;
}

.unlimited h3 {
  color: #ef7c0f;
}

.unlimited p {
  border: 1px solid #ef7c0f;
  color: #ef7c0f;
  background-color: #ef7c0f1a;
}

.dont_rev_otp {
  font-weight: 600;
}

.otp-welcome {
  padding: 200px;
}

.dont_rev_otp a {
  color: var(--three-color);
  font-weight: 700;
}

.plane_active_pop {
  border-radius: 23px;
}

.plane_active_pop h3 {
  font-weight: 600;
}

.plane_active_pop span {
  color: #50a72c;
}

.pay-done-btn {
  background: #50a72c;
  padding: 20px;
  width: 100%;
  max-width: 152px;
  border-radius: 30px;
}

.otp-submit {
  display: inline-flex;
  width: fit-content;
  padding-left: 100px;
  padding-right: 100px;
  background: #1a1a1a;
}

.btn_later {
  border: 1px solid var(--three-color);
  color: var(--three-color);
  background: transparent;
}

.navbar {
  /* padding: 3rem; */
}

.navbar-inactive {
  width: 130px;
}

.main-content {
  padding: 1.5rem 2rem;
}

.main-search {
  position: relative;
}

.main-content .serach-svg {
  position: absolute;
  top: 15px;
  left: 15px;
}

.navbar-vertical.navbar-expand-md .navbar-collapse {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar-vertical.navbar-expand-md .navbar-brand {
  margin: 0 1.5rem;
  padding-bottom: 3.25rem;
}

.nav-link i,
.logout {
  height: 60px;
  width: 60px;

  border-radius: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-right: 1.2rem;
}

.nav-link .active {
  background: #fef2f2;
}

.logout {
  min-width: auto !important;
  font-size: 22px;
  background: transparent;
  color: #000000;
}

.nav-link .bi {
  color: black;
  font-size: 20px;
}

.ingredient {
  padding: 15px 25px;
  background: #ffffff;
  border-radius: 10px;
}

.plus-sy {
  height: 21px;
  width: 21px;
  background: red;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-weight: 900;
}

.food-div {
  padding: 20px 15px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.food-div .editp {
  position: absolute;
  right: 0px;
  top: 0px;
  background: red;
  background: transparent linear-gradient(98deg, #ff93ab 0%, #fd3468 100%) 0% 0% no-repeat padding-box;
  padding: 5px 10px;
  border-radius: 0px 10px 0px 10px;
  color: #fff;
}

.food-div img {
  border-radius: 9px;
  box-shadow: 0px 3px 6px #00000029;
  /* width: 480px;
  height: 320px; */
  object-fit: cover;
}

.food-div h1 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}
.food-div h1{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ingredients {
  background: #fbdfa3;
  border-radius: 5px;
  padding: 4px 8px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}


.shared-greens {
  position: relative;
  /* background: #b3e7b3; */
  /* color: #42c442; */
  border-radius: 5px;
  padding: 6px 12px 2px 10px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
/* .shared-green {
  position: relative;
  background: #b3e7b3;
  color: #42c442;
  border-radius: 5px;
  padding: 6px 12px 2px 26px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
} */

.shared-green .shared {
  height: 12px;
  width: 12px;
  background: #2ec114;
  position: absolute;
  left: 10px;
  border-radius: 50%;
  top: 9px;
}

.upload {
  color: #fe557f;
  font-size: 14px;
  cursor: pointer;
}

.after-upload-img img {
  border-radius: 4px;
}

.after-upload-img h5 {
  color: #bbbbbb;
}

.after-upload-img a {
  font-weight: 700;
  color: var(--five-color);
}

.upload-profile {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: #707070;
  height: 105px;
  width: 105px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border: 4px solid #E1E1E1;
}

.upload-profile small {
  font-size: 10px;
  line-height: 15px;
  margin-top: 10px;
}

label.upload-photog {
  color: #fe557f;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #fe557f;
  padding: 8px 32px;
  border-radius: 5px;
  cursor: pointer;
}

.icon-color {
  color: #fe557f;
}

.lblinpt-same-line {
  position: relative;
}

.input-label {
  position: absolute;
  top: -12px;
  background: #fff;
  left: 19px;
  padding: 0px 5px;
}

.table-borderlessj td,
.table-borderlessj th {
  border: none;
}

.all-svg {
  display: flex;
  align-items: center;
}

.all-svg svg {
  padding: 4px;
  background-color: #fff;
  margin: 0 15px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
}

.newrecipe {
  padding: 20px 30px;
  /* width: 405px; */
}

.newrecipe .modal-content {
  border-radius: 21px;
}

.newrecipe .close-img {
  display: block;
  text-align: end;
}

.list-group-item {
  border: none;
  padding: 0.5rem 1.25rem;
}

.option-li {
  background: #fff;
  display: inline-block;
  max-width: 450px;
  width: 100%;
  border-radius: 14px;
  z-index: 999;
  position: absolute;
}

.option-li .list-group-item {
  font-weight: 600;
}

.option-li .list-group-item span {
  float: right;
  color: #FD3468;
}

.f-20 {
  font-size: 18px;
}

.recipe-items {
  border: 1px solid #fd3468;
  padding: 30px 15px;
  border-radius: 16px 16px 0px 0px;
  background: #fff;
  position: relative;
}

.delete-icon {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

.browse {
  position: absolute;
  left: 150px;
  top: 40px;
  font-weight: 600;
}

.profile-pic {
  position: absolute;
  height: 120px;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 1001;
  padding: 10px;
}

.dp-side {
  position: relative;
}

.profile-pic img {
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px #c1c1c1;
  cursor: pointer;
  width: 100px;
  height: 100px;
}

input[type="tel"] {
  width: 100%;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0.375rem;
  color: #12263f;
  display: block;
  font-size: .9375rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d2ddec;
}

input[type="tel"]:focus-visible {
  background-color: #fff;
  border-color: #2c7be5;
  box-shadow: none;
  color: #12263f;
  outline: 0;
}

.intl-tel-input {
  width: 100%;
  border: n;
}

.nav-img {
  position: absolute;
  right: 10px;
  top: 7px;
}



/* my Community */

.form-check-input:checked {
  background-color: #fd5480;
  border-color: #2c7be5;
}

.form-check-label {
  font-size: 15px;
  font-weight: 600;
}

/* .modal-dialog {
  width: 350px;
} */

.modal-content {
  /* border: 1px solid #FE4F7B; */
  /* border-radius: 12px; */
}

.modal-title {
  font-size: 16px !important;
  color: #FD3468;
}

.invite-button,
.invite-button:hover {
  color: #fff;
  padding: 15px 75px;
  background: transparent linear-gradient(106deg, #FF93AB 0%, #FD3468 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  border: none;
  border-radius: 6px;
}

.Continue-button,
.Continue-button:hover {
  color: #fff;
  padding: 10px 58px;
  background: transparent linear-gradient(106deg, #FF93AB 0%, #FD3468 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  border: none;
  border-radius: 6px;
}

input::placeholder {
  color: #ADA4A5;
  font-weight: 400;
}

textarea {
  color: #ADA4A5;
  font-weight: 400;
}

.edit-site {
  color: #FD3468;
  text-align: end;
  font-weight: 500;
  font-size: 14px;
}

#exampleFormControlInput1:disabled {
  background-color: #F7F8F8;
  border: #F7F8F8;
}

.modal-body p {
  font-size: 12px;
}

.modal-body label {
  font-size: 16px;
  color: #212529;
}

.modal-image {
  position: absolute;
  top: -17px;
  right: 85px;
}

/* sub-menubar */

/* create-recipe page */
.create-recipe-image {
  max-width: 290px !important;
  height: 160px;
}
.create-recipe-image img  {
  width:100%;
  height: 100%;
}


/* width */
.left::-webkit-scrollbar {
  width: 20px;
}

/* Track */
.left::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.left::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

/* Handle on hover */
.left::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.submit-buton {
  border: 0;
  background-color: #000;
  color: #fff;
  padding: 20px 60px;
  border-radius: 8px;
}
@media only screen and (max-width: 1130px) {
  .submit-buton {
    border: 0;
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 1720px) {
  .submit-buton {
    border: 0;
    background-color: #000;
    color: #fff;
    padding: 20px 35px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 1025px) {
  .submit-buton {
    border: 0;
    background-color: #000;
    color: #fff;
    padding: 20px 16px;
    border-radius: 8px;
  }
}

.modal-body .heading h6 {
  font-size: 15px;
  font-weight: 800;
}

.bottom-line {
  border: 2px solid #000;
}

.modal-header-list {
  background-color: #000;
}

.modal-title-list {
  color: #fff;
  font-size: 25px !important;
  text-align: center;
  font-weight: 700;
}

.card {

  border-radius: 0px;
}


/* ????? chart table  */

.table thead th {
  background-color: #fff;
  color: #000;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: none;
  border-bottom: 2px solid #000;
}


/*  dafault */
.main_class{
  background-color:#fafafa;
  height: 80vh;
 
}
/* .main_class h1, h6{
  color: #AEAEAE;
} */
.main_class h1 span{
  color: #FD3468;
}
.main_class .content_center{
  
  
}

@media (min-width:768px) {
  .my-community-heading {
    width: 78vw;
  }

  .my-community {
    width: 78vw;

  }

  .my-site-bussiness {
    width: 78vw;
    height: 77vh;
  }
}


@media (max-width: 768px) {
  .navbar {
    padding: 1rem;
  }

  .navbar-vertical.navbar-expand-md .navbar-brand {
    padding-bottom: 0;
  }
}

@media (max-width: 1400px) {
  .login-welcome {
    padding: 50px;
  }
}

/* Phone Input */

.phone-input {
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #CACACA;
  border-radius: 5px;
  width: 100% !important;
  outline: none;
  padding: .5rem .75rem !important;
  padding-left: 50px !important;
  transition: box-shadow ease .25s, border-color ease .25s;
  color: #495057;
}

.edit-pen {
  position: relative;
  top: -50px;
  right: -38px;
  font-size: 12px;
  color: #2e2e2e;
}

.navbar-small {
  width: 5% !important;
  overflow-x: hidden !important;
}

.border-profile-pic {
  padding: 2px 2px 2px 2px;
  width: auto;
  border: 1px solid #ff93ab;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}

/* Custom loader */
.theme-custom-loader {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #fd3468;
  border-radius: 50%;
  margin-top: 10%;
  margin-bottom: 35%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
  display: inline-block;
}

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

  100% {
    transform: rotate(360deg);
  }
}

.main-card {
  border-radius: 29px;
}

.card-body {
  border-radius: 29px;
  /* border: 1px solid #FE557F; */
  padding: 2rem 3.5rem;
}

.card-body .card-title {
  font-size: 16px;
  color: #000000;
  font-family: 900;
  text-align: center;
}

.card-body .card-subtitle {
  font-size: 18px;
  color: #07044B;
  font-family: 800;
  text-align: center;
}

.card-body .card-text {
  font-size: 12px;
  color: #FD3468;
  font-family: 800 !important;
  text-align: center;
}

.heading h1 {
  font-size: 18px;
  color: #FD3468;
  font-weight: 700;

}

.heading p {
  font-size: 15px;
  font-weight: 600;
  color: #FD3468;
  padding: 0.1rem 0.5rem;

  background: #FD34681A;
  border: 1px solid #FD3468;
  border-radius: 13px;
}

.small-card {
  padding: 1rem 1rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 40px #FD34681A;
  opacity: 1;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
}

.small-card .icon {
  position: absolute;
  right: 10px;
  bottom: 5px !important;
  color: #FE557F;

  display: none;
}

.small-card:hover {
  border: 1px solid #FE557F;
  color: #FE557F;
}

.small-card:hover .icon {
  display: block !important;
  color: lightgrey;
}

.small-card:active .icon {
  color: #FE557F;

}

.small-card .small-card-body {
  font-size: 16px;
  font-weight: 600;
  color: #07044B;
  line-height: 20px;

}

.heading-1 h1 {
  font-size: 18px;
  color: #7B30FB;
  font-weight: 700;

}

.heading-1 p {
  font-size: 15px;
  font-weight: 600;
  color: #7B30FB;
  padding: 0.1rem 0.5rem;
  background: #7B30FB1A;
  border: 1px solid #7B30FB;
  border-radius: 13px;
}

.heading-2 h1 {
  font-size: 18px;
  color: #1E95A3;
  font-weight: 700;

}

.heading-2 p {
  font-size: 15px;
  font-weight: 600;
  color: #1E95A3;
  padding: 0.1rem 0.5rem;
  background: #1E95A31A;
  border: 1px solid #1E95A3;
  border-radius: 13px;
}

.heading-3 h1 {
  font-size: 18px;
  color: #EF7C0F;
  font-weight: 700;

}

.heading-3 p {
  font-size: 15px;
  font-weight: 600;
  color: #EF7C0F;
  padding: 0.1rem 0.5rem;
  background: #EF7C0F1A;
  border: 1px solid #EF7C0F;
  border-radius: 13px;
}

.heading-4 h1 {
  font-size: 18px;
  color: #42C442;
  font-weight: 700;

}

.heading-4 p {
  font-size: 15px;
  font-weight: 600;
  color: #42C442;
  padding: 0.1rem 0.5rem;
  background: #42C44221;
  border: 1px solid #42C442;
  border-radius: 13px;
}

.card-body-1 {
  border-radius: 29px;
  border: 1px solid #42C442;
  padding: 2rem 3.5rem;
}
@media screen and (max-width: 1480px){

  .card-body-1 {
    border-radius: 29px;
    border: 1px solid #42C442;
    padding: 1rem 2.5rem;
  }

}

@media only screen and (max-width: 1200px) and (min-width: 998px){
.card-body-1 {
    border-radius: 29px;
    border: 1px solid #42C442;
    padding: 0.5rem 0.5rem;
}
.card-body-1 .heading-4{
  display: block !important;
  align-items: center !important;
}
.card-body-1 .heading-4 p{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.small-card-1-body{
height: 60px;
}
.card-subtitle{
height: 40px;
}
}
.card-body-2 {
  border-radius: 29px;
  border: 1px solid #FD3468;
  padding: 2rem 3.5rem;
}

.card-body-2 .card-title {
  font-size: 16px;
  color: #000000;
  font-family: 900;
  text-align: center;
}

.card-body-2 .card-subtitle {
  font-size: 18px;
  color: #07044B;
  font-family: 800;
  text-align: center;
}

.card-body-2 .card-text {
  font-size: 12px;
  color: #FD3468;
  font-family: 800 !important;
  text-align: center;
}
.card-body-1 .card-title {
  font-size: 16px;
  color: #000000;
  font-family: 900;
  text-align: center;
}

.card-body-1 .card-subtitle {
  font-size: 18px;
  color: #07044B;
  font-family: 800;
  text-align: center;
}

.card-body-1 .card-text {
  font-size: 12px;
  color: #FD3468;
  font-family: 800 !important;
  text-align: center;
}

.small-card-1 {
  padding: 1rem 1rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 40px #42C44217;
  opacity: 1;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
}

.small-card-1 .icon {
  position: absolute;
  right: 10px;
  bottom: 5px !important;
  color: #FE557F;

  display: none;
}

.small-card-1:hover {
  /* border: 1px solid #42C442; */
  color: #FE557F;
}

.small-card-1:hover .icon {
  display: block !important;
  color: lightgrey;
}

.small-card-1:active .icon {
  color: #FE557F;

}

.sizee{
  font-weight: 500;
}
.small-card-1 .small-card-1-body {
  font-size: 16px;
  font-weight: 600;
  color: #07044B;
  line-height: 20px;
  height: 40px;

}

.modal-image-1 {
  position: absolute;
  top: 0px;
  right: 35%;
}

.borderCard{
  border: 4px solid #FE557F;
}

.logoutText {
  font-size: 0.9rem;
  padding: 5px;
  font-weight: 500;
}
.modal_chart_list{
  /* -ms-overflow-style: none; */
  /* scrollbar-width: none; */
  overflow-y: scroll !important;
  height: 25vh;
  overflow: hidden;

}

.invitess{
  font-size: .8rem;
  font-weight: 200 !important;
  padding: 2px 4px;
  border-radius: 5px;
  border: 1px solid #f74773  ;
  background-color:#FE557F ;
  color: #000;
  cursor: pointer;
}
.btn:hover {
  color: #FFFFFF!important;
}
.table-sm>:not(caption)>*>* {
  padding: 0.3rem 0.3rem!important;
}
.table-sm thead th {
  font-size: .725rem!important;
}
.header-fixed{
  width: 100%!important;
}
.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 400px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 16.5%;
    float: left;
}
.recipe-table{
  width: 100%!important;
}
.recipe-table > thead,
.recipe-table > tbody,
.recipe-table > thead > tr,
.recipe-table > tbody > tr,
.recipe-table > thead > tr > th,
.recipe-table > tbody > tr > td {
    display: block;
}

.recipe-table > tbody > tr:after,
.recipe-table > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.recipe-table .table-body {
    overflow-y: auto;
    height: 400px;
}
.recipe-table > tbody > tr > td,
.recipe-table > thead > tr > th {
  width: 33%!important;
  float: left;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent transparent #fd3468!important;
  color: #fd3468;
}
.nav-tabs .nav-link {
  border-bottom: 3px solid transparent!important;
  font-weight:600!important;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  font-weight: 800 !important;
}

.sticky-header{
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  /* -webkit-transition: height 0.3s; */
  /* -moz-transition: height 0.3s; */
  /* background-image: url(../../assets/images/Mask\ Group\ 57@2x.png); */
  background-color: var(--bs-body-bg);
  /* transition: height 0.3s; */
}
