@font-face {
  font-family: Anjoman;
  src: url("../fonts/Anjoman-FaNum-Regular.eot");
  src: url("../fonts/Anjoman-FaNum-Regular.eot") format("embedded-opentype"),
    url("../fonts/AnjomanMaxFN-Regular.woff2") format("woff2"),
    url("../fonts/AnjomanMaxFN-Regular.woff") format("woff"),
    url("../fonts/AnjomanMaxFN-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: Anjoman;
  src: url("../fonts/Anjoman-Light.eot");
  src: url("../fonts/Anjoman-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Anjoman-Light.woff") format("woff"),
    url("../fonts/Anjoman-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: Anjoman;
  src: url("../fonts/Anjoman-Bold.eot");
  src: url("../fonts/Anjoman-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Anjoman-Bold.woff") format("woff"),
    url("../fonts/Anjoman-Bold.ttf") format("truetype");
  font-weight: bold;
} */
a {
  text-decoration: none !important;
}

.feather {
  width: 16px;
  height: 16px;
}

.Anjoman {
  font-family: Anjoman !important;
}

.navbar-items-active {
  border-radius: 5px;
  background: rgba(200, 63, 73, 0.9);
  color: #fff !important;
}

/*
 * Sidebar
 */

.sidebar {
  /* position: fixed; */
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 48px 0 0;
  /* Height of navbar */
  /* box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1); */
  /* background-color:transparent!important; */
  background: rgba(250, 250, 250, 0.75) 85%, rgba(247, 196, 196, 0.75);
}

.btn-cst {
  padding: 10px;
  border-radius: 45px;
  background: #c83f49;
  box-shadow: none !important;
  outline: none !important;
}

.request-section {
  display: flex;
  flex-wrap: wrap;
}

.sidebar-sticky {
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #f8f8f8;
}

.sidebar .nav-link .feather {
  margin-left: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
}

/*
 * Navbar
 */
#mobile-logo {
  display: none;
}

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: bold;
}

.navbar .navbar-toggler {
  top: 0.25rem;
  left: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.navbar-items-container a {
  color: #909090;
}

/* 
css added
*/

.wallet-icon-deactive {
  display: block;
}

.wallet-icon-active {
  display: none;
}
.club-icon-deactive {
  display: block;
}

.club-icon-active {
  display: none;
}
.ticket-icon-deactive {
  display: block;
}

.ticket-icon-active {
  display: none;
}
.mr-auto {
  margin-right: auto;
}

.dashboard-icon-deactive {
  display: block;
}

.dashboard-icon-active {
  display: none;
}

.clinic-icon-deactive {
  display: block;
}

.clinic-icon-active {
  display: none;
}

.mag-icon-deactive {
  display: block;
}

.mag-icon-active {
  display: none;
}

.school-icon-active {
  display: none;
}

.school-icon-deactive {
  display: block;
}

.navbar-items-container {
  border-top: 1px solid #dfdfdf;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #909090;
  text-align: right;
  font-family: Anjoman;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.navbar-items {
  display: flex;
  /* width: 215px; */
  height: 40px;
  padding: 0px 10px;
  align-items: center;
  gap: 10px;
}

.navbar-items:hover {
  cursor: pointer;
  background-color: #f1f1f1;
  color: #c83f49;
}

.mga {
  margin: auto;
}

.username-dropdown {
  z-index: 1;
  display: none;
  position: absolute !important;
  top: 100px !important;
  left: 44px !important;
  background: #fff;
  box-shadow: 1px 1px 13px #eee;
  border-radius: 7px;
  width: 200px;
}

.username-dropdown ul {
  list-style: none;
  padding-right: unset !important;
}

.username-dropdown a {
  margin: 15px;
  display: block;
}

.clicked-item {
  border-radius: 5px;
  background: rgba(200, 63, 73, 0.9);
  color: #fff !important;
}

.clicked-item:hover {
  border-radius: 5px;
  background: rgba(200, 63, 73, 0.9);
  color: #fff !important;
}

#desktop-logo img {
  margin-top: -20px;
  margin-bottom: 20px;
}

.drop-down-items {
  display: none;
}

.drop-down-items-active {
  display: block;
}

@media (min-width: 1200px) {
  .responsive-font {
    font-size: 10px;
  }
  .responsive-topmenu {
    width: 50px;
    height: auto;
  }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
  .responsive-font {
    font-size: 8px;
  }
  .responsive-topmenu {
    width: 50px;
    height: auto;
  }
}

.hvr {
  text-decoration: none;
  color: #909090;
  text-align: right;
  font-family: Anjoman;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s !important;
}

.hvr li {
  margin: 15px 0;
}

.hvr:hover {
  color: #c83f49 !important;
  cursor: pointer;
}

.hvr-active {
  color: #c83f49 !important;
  cursor: pointer;
}

li.active {
  color: rgba(200, 63, 73, 0.9) !important;
}

.exit-item {
  position: absolute;
  bottom: 10%;
  color: #c83f49;
  text-align: right;
  font-family: Anjoman;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  transition: all 0.3s;
}

.exit-item:hover {
  background-color: #f6d3d682;
}

.header-custom {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.mrl15 {
  margin-right: 0.5rem;
}

/* 
mani section
*/
.main-section {
  border-radius: 25px;
  border: 1px solid #dfdfdf;
  background: #fff;
  box-shadow: 0px 4px 144px 0px rgba(32, 32, 32, 0.12);
  padding: 0;
}

.msh-title {
  color: #222;
  text-align: right;
  font-family: Anjoman;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.msh-notif-icon {
  display: flex;
  padding: 3px 5px;
  justify-content: center;
  align-items: center;
}

.msh-username {
  padding: 2px 17px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.msh-username-active {
  background: rgba(223, 223, 223, 0.25);
}

svg#dropdownMenu2 {
  border: none !important;
}

svg#dropdownMenu2:hover {
  background: transparent;
}

.msh-username span,
.msh-wallet span {
  color: #222;
  text-align: right;
  font-family: Anjoman;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.msh-username img {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.msh-wallet {
  display: flex;
  width: 90px;
  height: 39px;
  padding: 3px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 60px;
  background: rgba(223, 223, 223, 0.25);
  margin-right: 15px;
}

.evnts {
  margin-top: 20px;
}

.event-container {
  border-radius: 15px;
  border: 1px solid #dfdfdf;
  background: rgba(223, 223, 223, 0.15);
  padding: 10px;
}

.event-header-title {
  color: #202020;
  text-align: right;
  font-family: Anjoman;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.event-title {
  color: #c83f49;
  text-align: right;
  font-family: Anjoman;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.event-tile {
  display: flex;
  width: 95%;
  padding: 8px 0px;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: 31px;
  border-radius: 12px;
  background: rgba(223, 223, 223, 0.25);
}

.event-tile-icon {
  display: flex;
  width: 35px;
  height: 35px;
  padding: 3px 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: rgba(200, 63, 73, 0.25);
}

.event-tile-text {
  color: #202020;
  text-align: right;
  font-family: Anjoman;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.event-tile a {
  color: #c83f49 !important;
  font-weight: 700 !important;
  cursor: pointer;
  text-decoration: none;
}

.event-tile-teacher {
  font-weight: 500;
}

/* 
right side container 
 */

.status-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  border-radius: 12px;
  height: 56px;
  background: linear-gradient(
      0deg,
      rgba(223, 223, 223, 0.25) 0%,
      rgba(223, 223, 223, 0.25) 100%
    ),
    #fff;
}

ul.dropdown-menu.show {
  width: 275px;
  background: #f9f9f9;
  min-height: 177px;
}

.dropdown-menu.show li {
  padding: 5px 10px;
}

.status-label,
.course-counter-container p,
.product-owned-container span {
  color: #202020;
  text-align: right;
  font-family: Anjoman;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.status-counter {
  display: flex;
  width: 284px;
  height: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
}

.status-counter span {
  color: #c83f49;
  text-align: right;
  font-family: Anjoman;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.news-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.news-container .spn,
.library-title,
.course-counter-container span {
  color: #222;
  text-align: right;
  font-family: Anjoman;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.news-container button,
.course-card-container button,
.card-lessons-container button {
  display: flex;
  width: 142px;
  height: 47px;
  padding: 11px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #c83f49;
  color: #fff;
  text-align: center;
  font-family: Anjoman;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  transition: all 0.3s;
}

.news-container button:hover,
.course-card-container button:hover,
.card-lessons-container button:hover {
  background: #b8202a;
}

.course-card-title {
  color: #c83f49;
  text-align: right;
  font-family: Anjoman;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.news-items-container {
  display: flex;
  border-radius: 12px;
  border: 1px solid #dfdfdf;
  margin-top: 20px;
  padding: 20px;
}

.news-items-container img {
  width: 169px;
  height: 95px;
  flex-shrink: 0;
  border-radius: 5px;
  background: url(<path-to-image>), lightgray 50% / contain no-repeat;
}

.news-content-container {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.news-content-container span {
  color: #c83f49;
  text-align: right;
  font-family: Anjoman;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.news-content-container .main-title,
.card-topic-teacher {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.news-content-container .news-auther {
  color: #758898;
  font-weight: 500;
}

.schooool {
  background-image: url("assets/images/schoool.svg");
}

.f14 {
  font-size: 14px;
  font-weight: 600;
}

.library-container {
  margin: 25px 0;
}

.library-body {
  display: flex;
  width: 319px;
  height: 171px;
  padding: 15px 22px 25px 23px;
  flex-direction: column;
  /* align-items: flex-end; */
  gap: 17px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #f7f7f7;
}

/* 
welcome page styles
*/

.course-card-container {
  display: flex;
  height: 193px;
  padding: 0 10px;
  margin-top: 20px;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 12px;
  /* background-color: linear-gradient(0deg, rgba(179, 179, 179, 0.7) 0%, rgba(223, 223, 223, 0.70) 100%), url("../../img/FrameDashboard2.png"), lightgray -656.743px -0.196px / 204% 660.078% no-repeat, rgba(200, 63, 73, 0.05); */
  background-color: #e9e9e9a3;
}

.course-section {
  display: flex;
}

.course-counter-container {
  display: flex;
  width: 200px;
  height: 124px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #f7f7f7;
  margin-left: 10px;
}

.banner-holder {
  max-width: 60%;
}

.product-owned-container {
  display: flex;
  padding: 26px 29px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #dfdfdf;
  background: #f7f7f7;
  margin-left: 10px;
  margin-bottom: 10px;
}

.product-owned-container span {
  font-weight: 800 !important;
}

.mobile-banner {
  display: none;
}

.course-owner img {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: url(<path-to-image>),
    lightgray -1.704px 0px / 128.767% 100% no-repeat, #d9d9d9;
  background-blend-mode: luminosity, normal;
}

.course-owner span {
  color: #909090;
  text-align: right;
  font-family: Anjoman;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-request {
  width: 220px;
  height: 100px;
  flex-shrink: 0;
  /* border: 1px dashed #C83F49; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23C83F49' stroke-width='4' stroke-dasharray='16' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  border-radius: 12px;
  transition: all 0.3s;
}

.product-request span,
.cards-topic-title {
  color: #c83f49;
  text-align: right;
  font-family: Anjoman;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mycourse-container {
  display: flex;
  height: 74px;
  margin-bottom: 20px;
  padding: 0px 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 12px;
  background-color: #ccc;
  max-width: 96% !important;
  width: 96% !important;
  /* background: linear-gradient(0deg, rgba(223, 223, 223, 0.80) 0%, rgba(223, 223, 223, 0.80) 100%), url("assets/images/Frame43.png"), lightgray -2px -578.004px / 100.174% 1887.383% no-repeat, #FFF; */
}

.mycourse-container div span,
.card-topic-teacher {
  color: #202020;
  margin-right: 20px;
  text-align: right;
  font-family: Anjoman;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.youarestydent {
  display: flex;
  width: 27%;
  min-height: 38px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
}

.school-wherearewe {
  color: #222;
  text-align: right;
  font-family: Anjoman;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 20px 0;
}

.wherearewe-container {
  display: flex;
  margin-top: 20px;
}

.card-lessons-container {
  display: flex;
  margin: 5px 10px;
  flex-direction: column;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #dfdfdf;
  max-width: 386px;
}

@media (max-width: 1000px) {
  .wherearewe-container {
    flex-direction: column;
  }

  .card-lessons-container {
    margin-left: auto;
    margin-right: auto;
  }
}

.card-lessons-container img {
  width: 358px;
  height: 201px;
  flex-shrink: 0;
  border-radius: 12px;
  background: url(<path-to-image>), lightgray 50% / contain no-repeat;
}

.card-topic-teacher {
  margin: 0;
}

.card-topic-auther {
  color: #758898;
  text-align: right;
  font-family: Anjoman;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cards-pr-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.bar {
  width: 132px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #dfdfdf;
}

.bar .pr {
  background-color: #b8202a;
  float: left;
  height: 12px;
  border-radius: 30px;
}

.card-lessons-container span {
  margin: 5px 0;
}

.comming-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15% 0;
}

.comming-container div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comming-container div span,
.comming-container div p {
  color: #808080;
  text-align: center;
  font-family: Anjoman;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 242.6%;
}

.comming-container div p {
  font-size: 14px;
}

.club-header-bg {
  color: #fff !important;
  height: 407px;
  flex-shrink: 0;
  border-radius: 25px 25px 0px 0px;
  background: linear-gradient(210deg, rgba(207, 82, 90, 0.84) 0%, #b73740 100%);
}

.club-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.club-header-container span {
  color: #fafafa;
  text-align: right;
  font-family: Anjoman;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.club-header-container button {
  width: 157px;
  height: 47px;
  padding: 11px 32px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #fff;
  color: #c83f49;
  font-family: Anjoman;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.club-spone-container {
  display: flex;
  width: 161px;
  height: 73px;
  padding: 3px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 60px;
  background: #fafafa;
  width: 161px;
  height: 73px;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.05));
  flex-wrap: wrap;
}

.club-spone-container span {
  color: #000;
}

.colorfff {
  color: #fff !important;
}

.fw-800 {
  font-weight: 800 !important;
}

/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */

/* DarmanGar Dashboard Styles */

/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */

.status-body {
  width: 260px;
  height: 119px;
  margin-left: 20px;
}

.bg-red {
  border-radius: 12px;
  background: #c83f49;
  color: #fff !important;
}

.f16 {
  font-size: 16px;
  font-weight: 700;
}

.status-content {
  display: flex;
  justify-content: space-between;
}

.status-logo {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}

.bg-green {
  background-color: #697f36;
}

.bg-gray {
  background-color: #758898;
}

.dis-flex {
  display: flex;
  margin-top: 15px;
}

.morajeen {
  width: 240px;
  height: 197px;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 20px;
}

.clients-logo {
  width: 52px;
  height: 52px;
  margin: 0 auto;
}

.clients-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.f20 {
  color: #222;
  font-size: 20px;
  font-weight: 700;
}

.f16-gray {
  color: #909090;
  text-align: center;
  font-family: Anjoman;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sharh-container {
  justify-content: start;
  border: 1px solid #dfdfdf;
  background: rgba(223, 223, 223, 0.15) !important;
}

.sharh-container a {
  margin-right: auto;
  cursor: pointer;
}

.mr0 {
  margin: 0 !important;
}

.c-red {
  color: #c83f49 !important;
}

.boxes-container {
  display: flex;
  max-width: 320px;
  height: 38px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: rgba(223, 223, 223, 0.6);
}

.modal-bg-blur {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}

.auto-mr {
  margin-right: auto !important;
}

.pop-container {
  width: 644px;
  /* height: 602px; */
  flex-shrink: 0;
  border-radius: 25px;
  border: 1.5px solid #dfdfdf;
  background: #fff;
  box-shadow: 0px 4px 144px 0px rgba(32, 32, 32, 0.12);
}

.pop-profile {
  justify-content: right;
  background-color: #fff;
  padding: 0;
}

.request-section .boxes-container {
  margin: 5px auto;
}

.pop-footer-container {
  width: 95%;
  border: none;
}

.first-footer-btn {
  width: 100% !important;
  margin-right: auto;
  display: flex;
  padding: 17px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #697f36 !important;
  color: #fff;
  border: none;
}

.sec-footer-btn {
  margin-left: auto;
  display: flex;
  width: 85px;
  height: 62px;
  /* padding: 17px 32px; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background-color: #c83f49;
  cursor: pointer;
}

.pop-p {
  margin: 1.5rem 0;
  line-height: 30px;
}

.chart-container {
  margin-top: 30px;
}

/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */

/* DarmanGar Dashboard Styles Ends */

/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */

/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */

/* the reception form Styles Start */

/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
.main-form-container {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 90vh;
}

.reception-starter {
  width: 840px;
  max-height: 671px;
  border-radius: 25px;
  border: 1px solid #98d36c !important;
  background: #a0cc81;
  box-shadow: 0px 3px 74px 0px rgba(109, 165, 68, 0.32);
}

.rcpform-img img {
  width: 310px;
}

.rcpform-start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.rcpform-text {
  width: 450px;
  font-family: Anjoman;
  font-style: normal;
  line-height: normal;
  color: #222;
}

.rcpform-text span {
  font-size: 25px;
  font-weight: 800;
}

.rcpform-text p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

.rcpform-text :last-child {
  font-size: 12px;
  font-weight: 500;
}

.rcpform-text button {
  width: 360px;
  padding: 17px 32px;
  gap: 10px;
  border-radius: 12px;
  background: #fff;
  border: none;
  color: #6da544;
  font-size: 18px !important;
  font-weight: 700;
  margin-top: 40px;
}

.rcpform-btn:hover {
  background-color: #6da544 !important;
  color: #fff;
}

.rcpform-starterinfo-container {
  display: flex;
  justify-content: center;
}

.rcpform-starterinfo {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #eaffda;
  color: #6da544;
  margin: 0 5px;
}

.rcpform-starterinfo span {
  font-size: 16px !important;
  font-weight: 600 !important;
}

/* form*/
.reception-form {
  width: 840px;
  max-height: 600px;
  border-radius: 25px;
  border: 1px solid #dfdfdf;
  background: #fdfdfd;
  display: none;
  flex-direction: column;
}

.form-progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(closest-side, #eee 79%, transparent 80% 100%),
    conic-gradient(rgba(200, 63, 72, 0) 0%, rgb(254, 254, 254) 0) !important;
}

.reception-bg-img {
  background: url("../images/receptionformbg.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.form-topcontainer {
  display: flex;
  flex-direction: row;
  padding: 20px 25px;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  height: 100px;
  margin: 0 !important;
}

.form-topcontainer-info {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  font-family: Anjoman;
}

.form-topcontainer-sections {
  font-size: 12px !important;
  color: #c83f49 !important;
}

/* sec7 forms */

.form-tab-s7 {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
  font-family: Anjoman;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.form-tab-s7 em {
  font-style: normal;
  color: #c83f49;
}

.form-tab-s7 div {
  margin: 10px 0;
}

.form-tab-active-s7 {
  display: flex;
}

.form-tab-container-s7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* sec7 forms */
.form-tab {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
  font-family: Anjoman;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.form-tab em {
  font-style: normal;
  color: #c83f49;
}

.form-tab div {
  margin: 10px 0;
}

.form-tab-active {
  display: flex;
}

.form-tab-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#prev-btn:disabled {
  background: #dfdfdf !important;
}

.form-check {
  position: relative;
}

[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="checkbox"] + label {
  margin-left: 20px;
}

[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #c83f49;
  border-radius: 3px;
}

[type="checkbox"]:checked + label::before {
  content: "✔";
  background: #c83f49;
  border-color: #c83f49;
  color: #fff;
  line-height: 20px;
  font-size: 20px;
  text-align: right;
}

.sec1-input {
  display: flex;
  width: 272px !important;
  height: 52px !important;
  padding: 10px 19px !important;
  /* justify-content: flex-end; */
  align-items: center;
  gap: 10px;
  border-radius: 10px !important;
  background: #ececec !important;
  border: none !important;
}

.mid-page {
  background-color: #87bc62;
}
.rcp-np-btn-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  font-family: Anjoman;
  margin-top: -10%;
}

.rcp-np-btn {
  width: 221px !important;
  padding: 17px 32px !important;
  border-radius: 12px !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  font-family: Anjoman;
}

.rcpnext-btn {
  background: #c83f49 !important;
}

.rcpnext-btn-done {
  background: #6da544 !important;
}

.rcpprev-btn {
  background: #758898 !important;
}

/* part 2 */
.sex-btns {
  display: flex;
  width: 317px;
  padding: 17px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1.5px solid #c83f49;
  color: #c83f49;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s;
}

.sex-btn-clicked {
  background-color: #c83f49;
  color: #fff;
}

.sex-btns input {
  visibility: hidden;
}

.sex-btns span {
  position: absolute;
}

/* part 7 */
.rcp-sec7 {
  /* display: flex; */
  width: 100%;
  align-items: flex-start;
  padding: 0 20px;
}

.rcp-container-items-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.rcp-sec7-items {
  width: 172px;
  height: 109px;
}

.rcp-sec7-svg {
  background-color: white !important;
  border-radius: 50%;
}

.rcp-sec7-items-content {
  text-align: center;
}

.p-abs {
  position: absolute !important;
}

.rcp-sec8 {
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 500px;
}

.sec9 {
  width: 100%;
  max-height: 550px;
  overflow: auto;
  padding: 10px;
  justify-content: start;
  align-items: start;
}

.sec13 {
  width: 100%;
  max-height: 550px;
  overflow: auto;
  padding: 10px;
  justify-content: start;
  align-items: start;
  scale: 80%;
}

/* .sec9 div {
  margin:6px 0!important;
} */

.sec9iconchanger {
  position: absolute;
}

.sec13iconchanger {
  position: absolute;
}
.dnone {
  display: none;
}

.sec9-items {
  text-align: right;
  font-family: Anjoman;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  padding-right: 5px;
  margin: 3px !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  border: 1.5px solid #b73740;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  background-color: #ececec;
  color: #909090;
  border-color: #ececec;
}

.sec9-items input {
  visibility: hidden;
}

.sec9-items-clicked {
  background: #c83f49;
  color: #fff;
}

.sec9-row-container {
  display: flex;
  flex-wrap: wrap;
}

.sec13-items {
  text-align: right;
  font-family: Anjoman;
  padding-right: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  margin: 3px !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 8px;
  border: 1.5px solid #b73740;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  background-color: #ececec;
  color: #909090;
  border-color: #ececec;
}

.sec13-items input {
  visibility: hidden;
}

.sec13-items-clicked {
  background: #c83f49;
  color: #fff;
}

.sec13-row-container {
  display: flex;
}
.sec10 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  gap: 15px;
}

.lineh {
  line-height: 1.5;
}

.sec10-textarea {
  display: flex;
  width: 439px;
  height: 224px;
  padding: 10px 19px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: #ececec;
  min-height: 100px;
  max-height: 300px;
  border: none;
  outline: none;
}

.p-r-z {
  padding-left: 15px !important;
}

.dflex-comp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.childform-hint {
  max-width: 499px;
  /*height: 76px;*/
  border: 1px solid #6da544;
  flex-shrink: 0;
  border-radius: 8px;
  background: #faffea;
  padding: 20px !important;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #78a15c;
  text-align: right;
  align-items: center;
}

.childform-hint span {
  margin-right: 10px;
}

/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */

/* the reception form Styles Start */

/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */
/* + + + + + + + + + + + + + + + + */

@media (max-width: 767.98px) {
  #mobile-logo {
    display: block;
  }

  #desktop-logo {
    display: none;
  }

  .d-is-none-md {
    display: none;
  }

  .sidebar {
    top: 5rem;
    padding-top: 0;
    position: sticky;
    top: 50px;
    /* height: 500px; */
  }

  .exit-item {
    position: relative;
  }

  .nav-md {
    background: rgba(250, 250, 250, 0.95);
    justify-content: space-around;
  }

  .course-section {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .course-counter-container {
    width: 100% !important;
    margin: 10px 0;
  }

  .request-section {
    flex-direction: column;
  }

  .product-request {
    margin: 10px 0 !important;
    width: 100% !important;
  }

  .msh-title {
    font-size: 22px;
  }

  .course-card-title {
    font-size: 20px;
  }

  .btn-custom {
    width: 119px;
    height: 41px;
    color: #fff;
    font-size: 16px;
    font-weight: 750;
  }

  .spn165 {
    font-size: 16px !important;
    font-weight: 500;
  }

  .elcclub-img {
    width: 100% !important;
  }

  .mycourse-container {
    height: auto;
    flex-direction: column;
    padding: 15px 10px;
  }

  .res-r-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .res-r-cont span {
    padding: 0 !important;
    margin: 15px 0;
  }

  .youarestydent {
    width: 100%;
  }

  .course-section {
    padding: 0 22px;
  }

  .comming-container div span {
    font-size: 22px;
  }

  .comming-container div p {
    font-size: 14px;
  }

  .status-container {
    height: auto;
    padding: 15px 0;
  }

  .status-counter {
    margin-top: 15px;
  }

  .news-items-container {
    flex-direction: column;
    align-items: center;
  }

  .news-items-container img {
    width: 304px;
    height: 171px;
    flex-shrink: 0;
  }

  .auto-mr {
    margin-right: unset !important;
  }

  /* + + + + + + + + + + + + + + + + */
  /* + + + + + + + + + + + + + + + + */
  /* DarmanGar Dashboard Styles */
  /* + + + + + + + + + + + + + + + + */
  /* + + + + + + + + + + + + + + + + */
  .dis-flex {
    flex-direction: column;
    align-items: center;
  }

  .status-body {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .morajeen {
    margin-bottom: 15px;
    margin-left: 0;
  }

  /* + + + + + + + + + + + + + + + + */
  /* + + + + + + + + + + + + + + + + */
  /* Reception Form Styles */
  /* + + + + + + + + + + + + + + + + */
  /* + + + + + + + + + + + + + + + + */
  .reception-starter {
    width: 365px;
  }

  .rcpform-img img {
    width: 225px;
  }

  .rcpform-text {
    width: 285px;
  }

  .rcpform-text span {
    font-size: 22px;
  }

  .rcpform-text button {
    width: 254px;
  }

  /* + + + + + + + + + + + + + + + + */
  /* + + + + + + + + + + + + + + + + */
  /* Reception Form Styles */
  /* + + + + + + + + + + + + + + + + */
  /* + + + + + + + + + + + + + + + + */

  .reception-form {
    width: 365px;
    max-height: 738px;
    padding: 0 10px;
  }

  .form-topcontainer {
    padding: 10px 0px;
  }

  .rcp-next-btn-resp {
    width: 241px;
    margin-left: 10px;
  }

  .rcp-prev-btn-resp {
    width: 115px;
    margin-right: 10px;
  }

  .sec1-details {
    text-align: center;
  }

  .rcp-sec7-items {
    width: 150px;
    font-size: 14px;
  }

  .rcp-sec8 {
    width: 305px;
  }

  .sec10-textarea {
    width: 330px;
    height: 265px;
    padding: 10px 19px;
  }

  .sec9-row-container {
    flex-direction: column;
  }

  .sec9-form-h {
    max-height: 1120px !important;
  }

  .sec13-row-container {
    flex-direction: column;
  }

  .sec13-form-h {
    max-height: 1120px !important;
  }
  .p-r-z {
    padding: 0 !important;
  }

  .m-r-z {
    margin: 0 !important;
  }
}

/* Notification  */
.accordion .custom-custom-custom-head:hover {
  cursor: pointer;
}

.accordion {
  width: 590px;
  height: 50px;
  /* background-color: #145f3f; */
  list-style: none;
  transition: all 0.7s ease-in;
}

.custom-head {
  color: #efefef;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #145f3f;
  margin-top: 0;
  margin-bottom: 2px;
  padding-right: 20px;
  border-radius: 5px 5px 0 0;
}

.custom-inside {
  margin-bottom: 20px;
  padding: 10px;
  display: inline;
}

.custom-inside-1 {
  margin-bottom: 20px;
  padding: 10px;
  display: block;
}

.custom-card {
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
  margin: 10px 10px;
}

.btn-1 {
  background-color: green;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  position: absolute;
  left: 50px;
  margin-top: 5px;
}

.download-btn {
  width: 40px;
  height: 40px;
  background-color: orange;
  display: inline-block;
  position: absolute;
  left: 5px;
  border-radius: 5px;
}

.btn-2 {
  background-color: blue;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  position: absolute;
  left: 5px;
  margin-top: 5px;
}

@media only screen and (max-width: 600px) {
  .col-xs1 {
    width: 8.33%;
  }

  .col-xs2 {
    width: 16.66%;
  }

  .col-xs3 {
    width: 25%;
  }

  .col-xs4 {
    width: 33.33%;
  }

  .col-xs5 {
    width: 41.66%;
  }

  .col-xs6 {
    width: 50%;
  }

  .col-xs7 {
    width: 58.33%;
  }

  .col-xs8 {
    width: 66.66%;
  }

  .col-xs9 {
    width: 75%;
  }

  .col-xs10 {
    width: 83.33%;
  }

  .col-xs11 {
    width: 91.66%;
  }

  .col-xs12 {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  .col-s1 {
    width: 8.33%;
  }

  .col-s2 {
    width: 16.66%;
  }

  .col-s3 {
    width: 25%;
  }

  .col-s4 {
    width: 33.33%;
  }

  .col-s5 {
    width: 41.66%;
  }

  .col-s6 {
    width: 50%;
  }

  .col-s7 {
    width: 58.33%;
  }

  .col-s8 {
    width: 66.66%;
  }

  .col-s9 {
    width: 75%;
  }

  .col-s10 {
    width: 83.33%;
  }

  .col-s11 {
    width: 91.66%;
  }

  .col-s12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col-m1 {
    width: 8.33%;
  }

  .col-m2 {
    width: 16.66%;
  }

  .col-m3 {
    width: 25%;
  }

  .col-m4 {
    width: 33.33%;
  }

  .col-m5 {
    width: 41.66%;
  }

  .col-m6 {
    width: 50%;
  }

  .col-m7 {
    width: 58.33%;
  }

  .col-m8 {
    width: 66.66%;
  }

  .col-m9 {
    width: 75%;
  }

  .col-m10 {
    width: 83.33%;
  }

  .col-m11 {
    width: 91.66%;
  }

  .col-m12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-l1 {
    width: 8.33%;
  }

  .col-l2 {
    width: 16.66%;
  }

  .col-l3 {
    width: 25%;
  }

  .col-l4 {
    width: 33.33%;
  }

  .col-l5 {
    width: 41.66%;
  }

  .col-l6 {
    width: 50%;
  }

  .col-l7 {
    width: 58.33%;
  }

  .col-l8 {
    width: 66.66%;
  }

  .col-l9 {
    width: 75%;
  }

  .col-l10 {
    width: 83.33%;
  }

  .col-l11 {
    width: 91.66%;
  }

  .col-l12 {
    width: 100%;
  }
}

.mrl15.sharh-container.notif-container {
  border-radius: 8px;
  margin-bottom: 13px;
  padding: 16px;
}

.notif-content {
  margin-top: 17px;
  display: none;
}

.mr-23 {
  margin-right: 23px;
}

/* profile  */
div.user-page-rsn {
  border-radius: 20px;
  background-color: white;
  padding: 10px;
  min-height: 680px;
  position: relative;
  max-width: 1215px;
  width: 94%;
  min-width: 300px;
}

div.layout-rsn {
  width: 262px;
  height: 98px;
  background: rgba(223, 223, 223, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1.5px solid var(--Border-gray, #dfdfdf);
  font-weight: 800;
  font-size: 21px;
  margin-bottom: 20px;
}

.input-one-rsn {
  /* display:flex; */
  align-items: center;
  margin-right: 5px;
}

.inputs-rsn {
  background-color: #ececec;
  border-radius: 10px !important;
  width: 200px !important;
  height: 40px;
  border: 1.5px solid var(--Border-gray, #dfdfdf) !important;
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
  outline: none;
  padding: 0 10px !important;
}

.input-four-rr {
  display: inline-block;
}

.input-five-rr {
  display: inline-block;
  margin-right: 10px;
}

.section-one-rsn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.btn-sabt button {
  /* position: absolute;
  left: 40px; */
  width: 221px;
  height: 52px;
  border-radius: 12px;
  background: #c83f49;
  color: white;
  font-size: 18px;
  border: none;
  margin-top: 20px;
}

.btn-sabt button:hover {
  background: #a7343c;
}

.btn-sabt button:active {
  background: black;
}

.btn-sabt {
  display: flex;
  justify-content: end;
}

@media only screen and (max-width: 700px) {
  .flex-center {
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .banner-holder {
    max-width: 100%;
  }

  .layout-responsive {
    width: 150px !important;
    margin: 0 auto;
  }

  .input-one-rsn {
    /* display:flex; */
    margin-right: 0px;
  }

  .input-five-rr {
    display: inline-block;
    margin-right: 0px;
  }

  .btn-sabt {
    display: flex;
    justify-content: center;
  }

  .btn-sabt button {
    width: 130px !important;
    font-size: 20px !important;
    height: 40px !important;
  }

  .username-dropdown {
    top: 125px !important;
  }
}

button.navbar-toggler.d-md-none.btn-cst {
  background: #c83f49;
  border: none;
  border-radius: 50%;
  padding: 10px;
  outline: none;
}

main.col-md-9.ms-sm-auto.col-lg-10.main-section {
  min-height: 94vh;
  margin: 15px 0;
}

.swal-button--confirm {
  background-color: #c83f49 !important;
}

.swal-footer {
  text-align: center !important;
}

button.swal-button.swal-button--confirm {
  width: 190px !important;
}

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

.swal-modal {
  font-family: "Anjoman" !important;
}

/* ======================  ticket page ========================================= */
.head_nirweb_tickt {
  background-color: #c83f49;
  padding: 10px 15px;
  color: #fff;
  border-radius: 12px;
  border-bottom: none;
}

.head_nirweb_tickt h3 {
  color: #fff !important;
}

a.nirweb-ticket {
  color: #c83f49;
  background: #fff !important;
  border-radius: 8px;
  font-weight: bold;
}
#nirweb_frm_user_send_ticket,
a.btn.btn_back_nirweb {
  background-color: #c83f49 !important;
}
a.btn.btn_back_nirweb:hover {
  color: #fff !important;
}

a.btn.btn_back_wpyt {
  background: #c83f49;
  font-weight: bold;
  border-radius: 12px;
}

.info_wpyar_ticket.wpyar-ticket {
  background: #c83f49;
}

.info_wpyar_ticket.wpyar-ticket div {
  color: #fff;
}

.box_info_ticket .info {
  color: #c83f49;
}

button.send_user_answer:hover {
  background: #04b404;
}

label.label_main_image {
  border-color: #c83f49;
  border-radius: 12px;
  color: #c83f49;
  font-weight: bold;
}

a.btn.btn_back_wpyt:hover {
  color: #fff;
  background: #c83f49;
}

/* =============================
 =============================
 =============================
 ============================= */
.new-form-btn {
  background: #c83f48;
  color: #fff;
  padding: 3px 8px;
  border-radius: 5px;
}

/* campian form  */
.campain-form {
  width: 840px;
  max-height: 671px;
  border-radius: 25px;
  border: 1px solid #dfdfdf;
  background: #fdfdfd;
  flex-direction: column;
}
.center-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Alireza */
.navbar-items.navbar-items-active:hover {
  background: rgba(200, 63, 73, 0.9);
}
.therpist-modal-title {
  font-size: 17px;
  margin-top: 20px;
  font-weight: bold;
}
.search-btn-custom {
  color: #c83f49 !important;
  border-color: #c83f49 !important;
}
.search-btn-custom:hover {
  color: #fff !important;
  background-color: #c83f48 !important;
}
.search-btn-custom:focus {
  color: #fff !important;
  background-color: #c83f48 !important;
}
.therapist-alert {
  font-size: 10px;
  background: rgba(200, 63, 73, 0.9);
  color: #fff;
  border-radius: 8px;
  padding: 4px;
}

.flex-container {
  display: flex;
  background-color: DodgerBlue;
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}
.position-absolute-custom {
  position: absolute !important;
  bottom: 21px;
  left: 20px;
}
.start-text-form {
  position: absolute !important;
  top: 0;
  right: 0;
  max-width: 558px;
  text-align: justify;
  padding: 10px 25px;
}
.description-text-form {
  text-align: justify;
  padding: 10px 25px;
}
.custom-start-btn {
  width: 500px !important;
  margin-top: -5px !important;
  background-color: #6da544 !important;
  color: #fff !important;
}

.middle-page {
  background: white !important;
  color: #6da544 !important;
}

.sec10-ol {
  ol {
    list-style: none;
    counter-reset: li;
    gap: 5px !important;
    display: flex;
    flex-direction: column;
  }
  li::before {
    content: counter(li) "-";
    color: red;
  }
  li {
    counter-increment: li;
  }
  width: 100vw !important;
  text-align: right;

  max-width: 800px;
}
.font-weight-bold_important {
  font-weight: bold !important;
}
.selected_date {
  font-size: 15px;
  font-weight: bold;
  color: #c83f49;
}
/* Media query for screens smaller than 768px (typical mobile devices) */
@media (max-width: 767.98px) {
  .absolute-bottom {
    position: absolute !important;
    bottom: -14px;
  }
  .custom-image-hint {
    position: absolute !important;
    left: -28% !important;
    bottom: -45% !important;
    scale: 50% !important;
  }
  .whatsapp-box {
    margin-bottom: 26px !important;
    font-size: 9px !important;
  }
}
ol#enumeratedList li {
  font-size: 13px !important;
}
label {
  line-height: 1.4;
}
.center.custom-b2b {
  position: absolute;
  top: 55%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 500px;
  border-radius: 3px;
  box-shadow: 8px 10px 15px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}

.title.custom-b2b {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #999;
  text-align: center;
}

h1.custom-b2b {
  font-size: 30px;
  font-weight: 300;
  color: #666;
}

.dropzone.custom-b2b {
  width: 200px;
  height: 100px;
  border: 1px dashed #999;
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.upload-icon.custom-b2b {
  margin: 25px 2px 2px 2px;
  max-width: 130px;
}

.upload-input.custom-b2b {
  position: relative;
  top: -20px;
  left: -50px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.btn.custom-b2b {
  display: block;
  width: 140px;
  height: 40px;
  background: #cd555d;
  color: #fff;
  border-radius: 3px;
  border: 0;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.org-name {
  border: 1px dashed #666 !important;
  outline: none !important;
}
.greenBackground {
  background-color: green;
}
input:focus,
textarea:focus {
  outline: none !important;
}
button.swal2-confirm.swal2-styled,
button.swal2-confirm.swal2-styled:focus {
  background: #c83f49 !important;
  border: none !important;
  outline: none !important;
}
.fz-15 {
  font-size: 15px !important;
}
