/* ----------------------------------------MomyBox1404 */
:root {
  --primary-00: #242a48;
  --primary-10: #363f6c;
  --primary-20: #495390;
  --primary-30: #5b68b4;
  --primary-40: #6d7dd8;
  --primary-50: #798bf0;
  --primary-60: #8d9cf2;
  --primary-70: #a1aef5;
  --primary-80: #b5bff7;
  --primary-90: #d0d6fa;
  --primary-95: #e4e8fc;
  --primary-99: #f2f3fd;
  --primary-100: #f8f9fe;
  --secondar-00: #43191e;
  --secondar-10: #592228;
  --secondar-20: #85323c;
  --secondar-30: #a63f4b;
  --secondar-40: #c84c5a;
  --secondar-50: #de5464;
  --secondar-60: #e36e7b;
  --secondar-70: #e88792;
  --secondar-80: #eda1aa;
  --secondar-90: #f3c3c9;
  --secondar-95: #f8dde0;
  --secondar-99: #fceeef;
  --secondar-100: #fdf6f7;
  --secondar-00: #3a1726;
  --Thirth-10: #4a152b;
  --Thirth-20: #701f42;
  --Thirth-20Trp: #701f4276;
  --Thirth-30: #982956;
  --Thirth-30Trp: #98295576;
  --Thirth-40: #c72f6d;
  --Thirth-50: #ff368b;
  --Thirth-60: #ff5a9f;
  --Thirth-70: #ff78ae;
  --Thirth-80: #ff98be;
  --Thirth-90: #ffbcd1;
  --Thirth-95: #ffd6e3;
  --Thirth-98: #ffe4ed;
  --Thirth-99: #ffedf4;
  --Thirth-100: #fff7fa;
  --Gray-00: #121212;
  --Gray-10: #2b2b2b;
  --Gray-20: #3d3d3d;
  --Gray-30: #4f4f4f;
  --Gray-40: #626262;
  --Gray-50: #7a7a7a;
  --Gray-60: #959595;
  --Gray-70: #a8a8a8;
  --Gray-80: #bdbdbd;
  --Gray-90: #d1d1d1;
  --Gray-95: #e4e4e4;
  --Gray-99: #f2f2f2;
  --Gray-100: #ffffff;
  --Sph_Main_Color: #6d7dd8;
  --Sph_Main_Color_Trp70: #a1aef5;
  --Sph_Main_Color_Trp90: #d0d6fa;
  --Sph_Main_Color_Trp30: #5b68b4;
  --Sph_Second_Color: #495390;
  --Sph_Third_Color: #ff368b;
  --Sph_Gray_Color: #272727;
  --Sph_White_Color: #fff;
  --Sph_MiddleGray_Color: #f2f2f2;
  --Sph_Black_Color_Trp50: #00000094;
  --Sph_Second_Color_Trp10: #363f6cd0;
  --Sph_Second_Color_Trp50: #363f6c8b;
  --Sph_Main_Radiuse_50Perc: 50%;
  --Sph_Main_Radiuse_50: 50px;
  --Sph_Main_Radiuse_15: 15px;
  --Sph_Main_Radiuse_10: 10px;
  --Sph_Main_Radiuse_5: 5px;
}
.BannerPane {
  padding: 0px;
  margin: 15px 0 0 0;
  position: relative;
  top: -0px;
  z-index: 10;
}
.Slider_1 {
  width: calc(100% - 0px);
  margin: 0 auto;
  border-radius: var(--Sph_Main_Radiuse_15);
  overflow: hidden;
  margin-bottom: 40px;
}
.Slider_1 img {
  width: 100%;
  min-height: 420px;
  max-height: 420px;
  object-fit: cover;
}
.Slider_1 .Cover {
  width: 100%;
  background: linear-gradient(to left, #000000c2 0%, transparent 50%);
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0%;
  display: flex;
  justify-content: end;
  align-items: start;
  padding: 25px;
  height: 100%;
  flex-direction: column;
  gap: 10px;
}
.Slider_1 .Cover h2 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  border-right: 4px solid var(--primary-50);
  padding-right: 15px;
}
.Slider_1 .Cover p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 1.8em;
  width: 40%;
}
.Slider_1 .Cover a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 1.8em;
  border-radius: 50px;
  padding: 5px 45px;
  background-color: transparent;
  border: 2px solid white;
  transition: 0.8s all;
}
.Slider_1 .Cover a:hover {
  background-color: var(--primary-60);
  border: 2px solid var(--primary-60);
}
.Slider_1 .owl-stage-outer {
  border-radius: 15px;
  overflow: hidden;
}
.Slider_1 .owl-item.center img {
  transform: scale(1);
  /* animation: zoom-in-zoom-out2 20s ease-out infinite; */
}

/* @keyframes zoom-in-zoom-out2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.2);
  }
} */

.Slider_1 .owl-dots {
  position: absolute;
  width: auto;
  bottom: auto;
  left: 3%;
}

.Slider_1 .owl-dots .owl-dot {
  display: block !important;
}

.Slider_1 .owl-dots .owl-dot span {
  background-color: var(--Sph_Main_Color) !important;
  border: 3px solid var(--Sph_Main_Color);
}

.Slider_1 .owl-dots .owl-dot.active span {
  background-color: var(--Sph_Main_Color) !important;
  border: 3px solid var(--Sph_Main_Color);
  height: 40px !important;
}

.Slider_1 .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  background-color: white !important;
  transition: 0.5s all;
}
/* -----------------Service */
.Slider_2 {
  margin-top: -20px;
  margin-bottom: 10px;
}
.Slider_2 .owl-stage {
  padding-top: 30px;
  padding-bottom: 10px;
}
.Sph_Service {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.Sph_Service a {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.Sph_Service img {
  width: 120px !important;
  height: 120px !important;
  object-fit: cover;
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
  transition: 0.5s;
  cursor: pointer;
}

.Sph_Service img :hover {
  border: 2px solid transparent;
}
.Sph_Service span.fa-plus {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 7px;
  color: white;
  font-weight: 100;
  display: FLEX;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 15px);
  transition: 0.5s all;
}
.Sph_Service:hover span.fa-plus {
  transform: rotate(180deg);
}
.Sph_Service p {
  font-size: 16px;
  line-height: 1.8em;
  color: var(--Sph_Second_Color_Trp50);
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.Sph_Service h2 {
  font-size: 14px;
  font-weight: 600;
  top: 18px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.Slider_2 .owl-dots {
}

.Slider_2 .owl-dots .owl-dot {
  display: inline-block !important;
}

.Slider_2 .owl-dots .owl-dot span {
  background-color: var(--Sph_Main_Color) !important;
  border: 3px solid var(--Sph_Main_Color);
}

.Slider_2 .owl-dots .owl-dot.active span {
  background-color: var(--Sph_Main_Color) !important;
  border: 3px solid var(--Sph_Main_Color);
  width: 40px !important;
}

.Slider_2 .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  background-color: white !important;
  transition: 0.5s all;
}
/* ----------------------------Information */
.Sph_Information {
  background-color: var(--Sph_Third_Color);
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 15px;
  transition: 0.5s all;
  border: 1px solid var(--Sph_Main_Color_Trp90);
}
.Sph_Information:hover {
  box-shadow: 0 0 20px 0 var(--Sph_Main_Color_Trp70);
  border: 1px solid var(--Sph_Main_Color_Trp70);
}
.Sph_Information a span.fa {
  color: var(--Sph_Second_Color_Trp50);
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.Sph_Information p span.fa-bars {
  color: var(--Sph_Second_Color);
  font-size: 16px;
  margin-left: 10px;
}
.Sph_Information p span.CatText {
  color: var(--Sph_Second_Color);
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.Sph_Information p span.fa-calendar {
  color: var(--Sph_Main_Color);
  font-size: 16px;
  margin-left: 10px;
}
.Sph_Information p span.DateText {
  color: var(--Sph_Main_Color);
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.Sph_Information p.Text {
  color: var(--Sph_Gray_Color);
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
}
.Sph_Information a {
  color: var(--Sph_Second_Color_Trp50);
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.ArchiveBtn {
  text-align: left;
}
.ArchiveBtn a {
  color: var(--Sph_Second_Color);
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.ArchiveBtn a.fa {
  color: var(--Sph_Second_Color);
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-right: 10px;
}

/* --------------------------------------News */
.Sph_News {
  background-color: white;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 15px;
  transition: 0.5s all;
  border: 1px solid var(--Sph_Main_Color_Trp90);
  box-shadow: 0 0 10px 0 var(--Sph_Main_Color_Trp70);
  position: relative;
}
.Sph_News:hover {
  box-shadow: 0 0 20px 0 var(--Sph_Main_Color_Trp70);
  border: 1px solid var(--Sph_Main_Color_Trp70);
}
.Sph_News img {
  height: 245px;
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}
.Sph_News p {
  color: var(--Sph_Second_Color);
  font-size: 14px;
  line-height: 1.7em;
}
.Sph_News p.Sph_Date {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: white;
  padding: 3px 15px;
  border-radius: 50px;
}
.Sph_News p.InAut {
  display: inline-block;
  width: auto;
}
.Sph_News p span.fa-bars {
  color: var(--Sph_Second_Color);
  font-size: 16px;
  margin-left: 10px;
  margin-right: 0px !important;
}
.Sph_News p span.CatText {
  color: var(--Sph_Second_Color);
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.Sph_News p span.fa-clock-o {
  color: var(--Sph_Main_Color) !important;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 0px !important;
}
.Sph_News p span.DateText {
  color: var(--Sph_Main_Color);
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.Sph_News p.Text {
  color: var(--Sph_Gray_Color);
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
}
.Sph_News h2 {
  color: var(--Sph_Gray_Color);
  font-size: 14px;
  font-weight: 600;
  margin-top: 0px;
  min-height: 45px;
}
.Sph_News h2.Aut {
  min-height: auto;
}

.Sph_News a {
  color: var(--Sph_Second_Color_Trp50);
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.Sph_News a span.fa {
  color: var(--Sph_Second_Color_Trp50);
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.Sph_News a.BtnCuS {
  background-color: var(--Sph_Main_Color_Trp30);
  color: var(--Sph_White_Color);
  display: inline-block;
  border-radius: 50px;
  padding: 5px 25px;
  margin-bottom: 10px;
}
.Sph_News a.BtnCuS span {
  color: var(--Sph_White_Color);
}
/* ---------------------Amaken */
.Slider_3 {
  margin-top: -20px;
  margin-bottom: 40px;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
}
.Slider_3 .owl-item {
  padding: 0 15px;
}
.Slider_3 .owl-stage {
  padding-top: 30px;
  padding-bottom: 10px;
}
.Sph_Amaken {
  background-color: var(--Sph_Second_Color);
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px 0 var(--Sph_Main_Color_Trp30);
  transition: 0.5s all;
}
.Sph_Amaken:hover {
  transform: scale(1.04);
}
.Sph_Amaken img {
  width: 120px !important;
  height: 120px !important;
  margin-bottom: 15px;
  margin: 0 auto;
  display: inline-block;
}
.Sph_Amaken h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  color: white;
  text-align: center;
}
.Gap {
  width: calc(100% - 30px);
  margin: 0 auto;
  min-height: 300px;
  z-index: 0;
  border-radius: 15px;
  background-color: var(--secondar-100);
}
/* ---------------------------------News Gallery */
.Sph_NewsGallery {
  background-color: var(--Sph_Third_Color);
  margin-bottom: 15px;
  border-radius: 15px;
  transition: 0.5s all;
  border: 1px solid var(--Sph_Main_Color_Trp90);
  position: relative;
  overflow: hidden;
}
.Sph_NewsGallery:hover {
  box-shadow: 0 0 20px 0 var(--Sph_Main_Color_Trp70);
  border: 1px solid var(--Sph_Main_Color_Trp70);
}
.Sph_NewsGallery img {
  width: 100%;
  height: 350px;
  border-radius: 15px;
  object-fit: cover;
}
.Sph_NewsGallery .Des {
  position: absolute;
  width: calc(100% - 20px);
  background-color: white;
  border-radius: 15px;
  right: 10px;
  bottom: 10px;
  padding: 15px;
}
.Sph_NewsGallery a.lnk span.fa {
  color: var(--Sph_Second_Color_Trp50);
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.Sph_NewsGallery p span.fa-bars {
  color: var(--Sph_Second_Color);
  font-size: 16px;
  margin-left: 10px;
}
.Sph_NewsGallery p span.CatText {
  color: var(--Sph_Second_Color);
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.Sph_NewsGallery p span.fa-calendar {
  color: var(--Sph_Main_Color);
  font-size: 16px;
  margin-left: 10px;
}
.Sph_NewsGallery p span.DateText {
  color: var(--Sph_Main_Color);
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.Sph_NewsGallery h2 {
  color: var(--Sph_Gray_Color);
  font-size: 14px;
  font-weight: 600;
  min-height: 45px;
}
.Sph_NewsGallery a.lnk {
  color: var(--Sph_Second_Color_Trp50);
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.Sph_NewsGallery span.fa-print,
.Sph_NewsGallery span.fa-search {
  font-size: 32px;
  color: white;
  line-height: 1.8em;
  font-weight: 500;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -80px;
  right: -80px;
  transition: 0.5s all;
  background-color: var(--primary-50);
}
.Sph_NewsGallery:hover span.fa-search {
  top: -20px;
  right: -20px;
}

/* ------------------------------Video */
.Sph_Video {
  position: relative;
  margin-bottom: 10px;
}
.Sph_Video img {
  width: 100%;
  height: 350px;
  border-radius: 15px;
  object-fit: cover;
}
.Sph_Video h2 {
  font-size: 18px;
  color: white;
  line-height: 1.8em;
  font-weight: 500;
}

.Sph_Video span.fa {
  font-size: 58px;
  color: white;
  line-height: 1.8em;
  font-weight: 500;
}
.Sph_Video .Des {
  background-color: var(--Sph_Second_Color_Trp50);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.Sph_Video .Des p,
.Sph_Video .Des p span {
  font-size: 16px;
  color: white;
  line-height: 1.8em;
  font-weight: 500;
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  display: inline-block;
}
.Sph_Video .Des p span {
  margin-left: 10px;
}
.Sph_Video div.play {
  background-color: var(--Sph_Main_Color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.Sph_Video div.play:before,
.Sph_Video div.play:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 3px var(--Sph_Main_Color);
  border-radius: 50%;
}

.Sph_Video div.play:before {
  animation: ripple 2s linear infinite;
}

.Sph_Video div.play:after {
  animation: ripple 2s 1s linear infinite;
}

@keyframes ripple {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
.DnnModule-2278 {
  margin-top: 40px;
}
/* ----------------------------------Contact */
.Sph_Contact_Part {
  background-color: white;
  border-radius: var(--Sph_Main_Radiuse_15);
  box-shadow: 0 0 20px var(--Sph_Main_Color_Trp70);
  padding: 15px 15px 45px 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -90px;
  z-index: 100;
  position: relative;
}
.Sph_Contact {
  text-align: center;
}
.Sph_Contact img {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: auto;
  margin-top: -55px;
  transition: 0.5s all;
  border-radius: 50%;
  margin-bottom: 10px;
}
.Sph_Contact:hover img {
  transform: scale(1.08);
  box-shadow: 0 0 20px var(--Sph_Main_Color_Trp70);
}
.Sph_Contact p {
  font-size: 16px;
  line-height: 1.7em;
  color: var(--Sph_Second_Color);
  text-align: center;
  font-weight: 500;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* -----------------------------------Footer */
.Sph_Footer_AboutUs img {
  max-width: 180px;
}
.Sph_Footer_AboutUs p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.7em;
  color: white;
  font-weight: 400;
  margin-bottom: 15px;
}
.Sph_Footer_AboutUs div.Social {
  /* background-color: rgba(255, 255, 255, 0.445); */
  /* padding: 10px; */
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: var(--Sph_Main_Radiuse_15);
  gap: 15px;
  max-width: 300px;
}
.Sph_Footer_AboutUs div.Social img {
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 2px solid white;
  transition: 0.5s all;
  border-radius: 50%;
}
.Sph_Footer_AboutUs div.Social img:hover {
  border: 2px solid rgba(255, 255, 255, 0);
}
.Sph_Footer_Links ul {
  margin: 0;
  padding: 0;
}
.Sph_Footer_Links ul li {
  padding-right: 20px;
}
.Sph_Footer_Links ul li::before {
  font-family: "FontAwesome";
  content: "\f100";
  position: relative;
  bottom: 0px;
  right: 0;
  color: white !important;
  font-size: 18px;
  position: absolute;
  top: 7px;
}
.Sph_Footer_Links ul li {
  padding-right: 10px;
  display: block;
  margin: 7px 0;
  position: relative;
}
.Sph_Footer_Links ul li a {
  font-size: 14px;
  color: white !important;
  line-height: 1.7em;
  text-align: right;
  padding: 7px 7px;
  background-color: #ffffff30;
  border-radius: 50px;
  display: block;
  right: 5px;
  position: relative;
  transition: 0.5s all;
}
.Sph_Footer_Links ul li a:hover {
  font-size: 14px;
  color: white !important;
  line-height: 1.7em;
  text-align: right;
  padding: 7px 7px;
  background-color: #ffffff67;
  border-radius: 50px;
  display: block;
  right: 5px;
  position: relative;
}
.Momy_Show_Contetn {
  background-color: var(--primary-100);
  border-radius: 15px;
  padding: 10px;
}

.Momy_Show_Contetn img {
  box-shadow: 0 0 15px 0 var(--primary-90);
  width: 100% !important;
  height: auto !important;
  border: 2px solid var(--primary-70);
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.CaptchaCtrl img {
  margin-top: 0px;
}

.Momy_Show_Contetn .Des blockquote {
  background: var(--primary-95);
  border-right: 4px solid var(--primary-70);
  font-style: normal;
  padding-bottom: 10px;
}
.Momy_Show_Contetn .Des blockquote p {
  font-style: normal;
}
.Momy_Show_Contetn .Des p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
  color: var(--Gray-00);
  text-align: justify;
  margin-bottom: 15px;
}
.Momy_Show_Contetn .Des h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.9em;
  color: var(--Gray-00);
}
.Momy_Show_Contetn .Des video {
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 2px solid var(--primary-90);
  padding: 10px;
}
.Momy_Show_Contetn .Des ul {
  padding-right: 25px;
  display: inline-block;
}

.Momy_Show_Contetn .Des ul li {
  position: relative;
  width: 100%;
  float: right;
  padding: 2px 0 2px 25px;
  font-size: 14px;
  line-height: 1.9em;
  color: var(--Gray-00);
  font-weight: 400;
}

.Momy_Show_Contetn .Des ul li::before {
  content: "\f192";
  font-family: "FontAwesome";
  font-weight: 900;
  color: var(--primary-60);
  font-size: 14px;
  padding-left: 10px;
  text-shadow: 0px 0px 20px var(--primary-60);
  position: ABSOLUTE;
  right: -20px;
}

.Momy_Show_Contetn .Des ol {
  padding-right: 25px;
  display: inline-block;
  width: 100%;
}

.Momy_Show_Contetn .Des ol li {
  position: relative;
  width: 100%;
  float: right;
  padding: 6px 0 6px 25px;
  font-size: 14px;
  color: var(--primary-60);
  font-weight: 400;
}
.Momy_Show_Contetn .Des table {
  width: 100%;
  margin-bottom: 15px;
}
.Momy_Show_Contetn .Des table tr {
  background-color: var(--primary-99);
  border-bottom: 1px solid var(--primary-90);
}
.Momy_Show_Contetn .Des table tr:nth-child(odd) {
  background-color: var(--primary-95);
  border-bottom: 1px solid var(--primary-90);
}
.Momy_Show_Contetn .Des table tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9em;
  color: var(--Gray-00);
  padding: 5px 15px;
}
.Momy_Show_Collection {
  padding: 10px;
}
.Momy_Show_Collection a img {
  box-shadow: 0 0 15px 0 var(--primary-90);
  width: 100% !important;
  height: auto !important;
  border: 2px solid var(--primary-70);
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.Sph_Content_Attachment {
  background-color: var(--primary-95);
  border-radius: 10px;
  padding: 10px 15px;
  transition: 0.5s all;
}
.Sph_Content_Attachment:hover {
  background-color: var(--primary-90);
}
.Sph_Content_Attachment a {
  color: var(--Sph_Second_Color);
  font-size: 14px;
  font-weight: 600;
  gap: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.Sph_Content_Attachment a::before {
  content: "\f019";
  color: var(--Sph_Second_Color);
  font-size: 18px !important;
  font-weight: 600;
  display: inline-block;
  font: normal normal normal 18px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Sph_Hide {
  display: none;
}
.Print > a > img {
  display: none !important;
}
.Print > a {
  background-color: var(--Sph_Third_Color);
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 25px;
  border-radius: 50px;
  color: white !important;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: var(--Sph_Main_Radiuse_10);
}
.Print > a:hover {
  color: white;
  cursor: pointer;
}

.MomyBox_Profile img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  padding: 5px;
  border: 2px solid var(--primary-60);
  margin-bottom: 15px;
  margin: 0 auto 15px auto;
  display: block;
}
.MomyBox_Profile h2 {
  background-color: var(--Sph_Second_Color);
  color: white;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 10px;
  border-radius: 50px;
  display: block;
  margin-bottom: 7px;
  text-align: center;
}
.MomyBox_Profile a {
  color: var(--Sph_Second_Color);
  font-size: 16px;
  font-weight: 400;
  padding: 7px 10px;
  text-align: center;
  display: block;
  margin-bottom: 7px;
  border-radius: 50px;
}
/* ------------------------------Comments */
.Momy_Show_Commnent .CommentsLabel_Head {
  background-image: url("");
  background-position: left;
  background-repeat: no-repeat;
  background-color: var(--Sph_Second_Color);
  color: white;
  border-radius: var(--Sph_Main_Radiuse_10);
  padding: 10px !important;
  margin-right: 0px;
  cursor: pointer;
  font-weight: 500;
  display: block;
  height: auto;
  margin-bottom: 20px;
  margin-top: -15px;
}
.Momy_Show_Commnent hr {
  display: none;
}
.Momy_Show_Commnent .CommentsLabelNoMessage {
  display: block;
  background-color: var(--primary-95);
  padding: 15px 15px;
  color: var(--Sph_Second_Color);
  font-size: 14px;
  text-align: right;
  width: 100%;
  border-radius: var(--Sph_Main_Radiuse_10);
}

.Momy_Show_Commnent > table > tbody > tr > td > div > input[type="image"] {
  display: none;
}
.Momy_Show_Commnent .CommentRightTD {
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}
.Momy_Show_Commnent .CommentRightTD span {
  font-size: 16px;
  font-weight: 500;
}
.Momy_Show_Commnent table.CommentForm tr {
  margin-bottom: 15px;
  display: block;
}

.Momy_Show_Commnent table.CommentForm tr td:first-child {
  display: none;
}
.Momy_Show_Commnent table.CommentForm tr td:nth-child(2) {
  width: 100%;
  display: inline-table;
}
.Momy_Show_Commnent table.CommentForm tr.CaptchaCtrl div.dnnLeft {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: flex-end;
  justify-content: center;
  gap: 10px;
}
.Momy_Show_Commnent table.CommentForm tr.CaptchaCtrl div.dnnLeft img {
  margin-bottom: 0;
  max-width: 180px;
}
.Momy_Show_Commnent table.CommentForm tr.CaptchaCtrl div.dnnLeft div {
  display: none;
}
.Momy_Show_Commnent table.CommentForm tr.CaptchaCtrl div.dnnLeft input {
  outline: 2px solid var(--primary-90) !important;
  border: 0 !important;
  border-radius: var(--Sph_Main_Radiuse_10);
  height: 60px;
  text-align: center;
  font-size: 24px;
  padding: 0;
  color: var(--Gray-80);
}
.Momy_Show_Commnent table.CommentForm .btnsendcomment {
  background-color: var(--Sph_Second_Color);
  display: block;
  max-width: 150px;
  margin: 0 auto;
  padding: 10px 25px;
  border-radius: 50px;
  color: white !important;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
}
.Momy_Show_Commnent table.CommentForm tr td .form-control-lg {
  outline: 2px solid var(--primary-90) !important;
  border: 0 !important;
}
.Momy_Show_Commnent table tr table tr:nth-child(2) table {
  display: none;
}
.Momy_Show_CoDetails {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin-bottom: 5px;
}

.Momy_Show_CoDetails span.fa {
  font-size: 18px;
  outline-color: var(--Sph_Main_Color);
  margin-right: 15px;
  margin-left: 5px;
}
.Momy_Show_CoDetails span.fa:first-child {
  margin-right: 0px;
}
.Momy_Show_CoDetails span {
  font-size: 16px;
  outline-color: var(--Sph_Main_Color);
}
.CommentsNeedsLogin {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--primary-95);
  padding: 15px 15px;
  color: var(--Sph_Second_Color);
  font-size: 14px;
  text-align: right;
  width: 100%;
  border-radius: var(--Sph_Main_Radiuse_10);
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.CommentsNeedsLogin p {
  width: 100%;
}
.CommentsNeedsLogin span {
  font-size: 14px;
  font-weight: 400;
}
.CommentsNeedsLogin a {
  background-color: var(--Sph_Second_Color);
  padding: 10px 15px;
  color: white !important;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  display: inline-block;
  border-radius: var(--Sph_Main_Radiuse_10);
  font-size: 14px;
  font-weight: 400;
}
.CommntsList {
  background: var(--primary-99);
  padding: 15px;
  border-radius: 15px;
  border: 2px solid var(--primary-95);
  margin-bottom: 10px;
}
.CommntsList div.HeaderPart span {
  direction: rtl;
  display: inline-block;
}
.CommntsList div.HeaderPart span.fa {
  font-size: 18px;
  direction: rtl;
  color: var(--Sph_Second_Color);
}
.CommntsList div.HeaderPart span.fa-clock-o {
  margin-right: 10px;
  color: var(--Sph_Second_Color);
}
.CommntsList h3 {
  font-size: 14px;
  font-weight: 500;
  color: var(--Sph_Second_Color);
  margin-bottom: 5px;
}
.CommntsList p {
  font-size: 13px;
  font-weight: 400;
  color: var(--Sph_Second_Color);
  text-align: justify;
  line-height: 1.7em;
}
.HeaderPart {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
}

.CommntsList .HeaderPart .CommentsDetail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.CommntsList .HeaderPart .CommentsDisLike {
  display: flex;
  flex-wrap: wrap;
  direction: ltr;
  align-items: center;
  align-content: center;
  gap: 5px;
}
.CommntsList .HeaderPart .CommentsDisLike .LikeBtn {
  width: 30px;
  height: 30px;
  background: url("https://momybox.ir/Portals/0/Dist/Icon/like.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  border-radius: 50%;
  display: block !important;
  filter: grayscale(1);
}
.CommntsList .HeaderPart .CommentsDisLike .DislikeBtn {
  width: 30px;
  height: 30px;
  background: url("https://momybox.ir/Portals/0/Dist/Icon/dislike.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  border-radius: 50%;
  display: block !important;
  filter: grayscale(1);
}

.CommntsList .HeaderPart .CommentsDisLike span {
  font-size: 14px;
  color: var(--Sph_Second_Color);
  margin-right: 10px;
  min-width: 20px;
  text-align: left;
}
/* ---------------------------------------Coloring */
.Sph_palette {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
  padding: 15px 15px;
  background: white;
  border-radius: 15px;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  border: 2px solid var(--Gray-90);
  touch-action: none;
  cursor: none;
}
.Sph_NewColors {
  margin-top: 10px;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 50px;
  background-color: var(--Sph_Main_Color);
  color: var(--Sph_White_Color);
  display: block;
  text-align: center;
  font-weight: 500;
  transition: 1s all;
}
.Sph_NewColors:hover {
  background-color: var(--primary-50);
  color: var(--Sph_White_Color);
}
.Sph_SvgPart {
  margin-bottom: 30px;
}
.Sph_SvgPart svg {
  width: 100%;
  height: auto;
  border: 2px solid var(--Gray-90);
  border-radius: 15px;
  background-color: white;
  padding: 15px;
  touch-action: none;
  cursor: none;
}

.Sph_Coloroption {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--Sph_Main_Color_Trp70);
  box-shadow: 0 0 10px 0 var(--Sph_Main_Color_Trp90);
  touch-action: none;
  cursor: none;
}
#brushCursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  pointer-events: none;
  display: none;
  font-size: 32px;
  color: #fff;
  line-height: 1;
  will-change: transform;
  transform: translate3d(-8px, -24px, 0);
  -webkit-text-stroke: 1.5px #000;
}
.Sph_MazOnBox {
  direction: ltr;
  display: flex;
  border-radius: 25px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0;
  gap: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.Sph_MozCell {
  width: 5%;
  height: 5%;
  box-sizing: border-box;
}

.Sph_MozWall {
}

.Sph_MozPath {
}

.Sph_MozPlayer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 50%;
  background-color: transparent;
  transform: scale(2.1);
  animation: OnGameRipple 1s infinite;
}

/* .Sph_MozPlayer:before,
.Sph_MozPlayer:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 3px var(--Sph_Main_Color);
  border-radius: 50%;
} */

/* .Sph_MozPlayer:before {
  animation: OnGameRipple 2s linear infinite;
}

.Sph_MozPlayer:after {
  animation: OnGameRipple 2s 1s linear infinite;
} */

@keyframes OnGameRipple {
  0% {
    /* transform: scale(2); */
    top: 0;
  }
  50% {
    /* transform: scale(2); */
    top: -7px;
  }
  100% {
    /* transform: scale(2); */
    top: 0px;
  }
}
.Sph_MozEnd {
}
.Sph_CustomeArrow {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  border-radius: 25px;
  flex-direction: row-reverse;
  padding: 40px 0 10px 0;
  background-color: var(--primary-95);
  align-content: space-between;
  align-items: flex-end;
  border: 10px solid var(--primary-95);
  align-content: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  right: 5%;
  margin-top: -40px;
  z-index: 1;
}
.Sph_ArrowUp {
  width: 100%;
  height: 45px;
  justify-content: center;
  display: flex;
  align-items: flex-start;
}
.Sph_ArrowLeft {
  height: 45px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.Sph_ArrowRight {
  height: 45px;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.Sph_ArrowDown {
  height: 45px;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.Sph_CustomeArrow .Sph_ArrowUp .fa {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: var(--primary-80);
  font-size: 24px;
  border: 3px solid var(--primary-100);
  transition: 0.5s all;
}
.Sph_CustomeArrow .Sph_ArrowDown .fa {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: var(--primary-80);
  font-size: 24px;
  border: 3px solid var(--primary-100);
  transition: 0.5s all;
}
.Sph_CustomeArrow .Sph_ArrowRight .fa {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: var(--primary-80);
  font-size: 24px;
  border: 3px solid var(--primary-100);
  transition: 0.5s all;
}
.Sph_CustomeArrow .Sph_ArrowLeft .fa {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: var(--primary-80);
  font-size: 24px;
  border: 3px solid var(--primary-100);
  transition: 0.5s all;
}
.Sph_CustomeArrow a .fa:hover {
  background-color: var(--primary-70);
  cursor: pointer;
}
.Sph_WinBox {
  width: calc(100% - calc(var(--bs-gutter-x) * 0.5));
  height: 100%;
  border-radius: 25px;
  background-color: white;
  position: absolute;
  top: 0;
  right: calc(var(--bs-gutter-x) * 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  box-shadow: 0 0 15px 0 var(--primary-90);
  border: 2px solid var(--primary-70);
  opacity: 0;
  z-index: 0;
  transition: all 0.5s;
  padding: 15px;
}
.Sph_WinBox h2 {
  font-size: 22px;
  color: var(--primary-20);
  text-align: center;
  font-weight: 600;
  line-height: 1.5em;
}
.Sph_WinBox p {
  font-size: 18px;
  color: var(--primary-20);
  text-align: center;
  line-height: 1.5em;
}
.Sph_WinBox .BtnDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.Sph_WinBox .BtnDiv a.First {
  background-color: var(--Sph_Third_Color);
  display: block;
  margin: 0 auto;
  padding: 10px 25px;
  border-radius: 50px;
  color: white !important;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: var(--Sph_Main_Radiuse_10);
  cursor: pointer;
}
.Sph_WinBox .BtnDiv a.Second {
  background-color: var(--primary-40);
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 25px;
  border-radius: 50px;
  color: white !important;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: var(--Sph_Main_Radiuse_10);
  cursor: pointer;
}
.Sph_Btn > a {
  background-color: var(--primary-40);
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 25px;
  border-radius: 50px;
  color: white !important;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: var(--Sph_Main_Radiuse_10);
  transition: 0.5s all;
  cursor: pointer;
}
.Sph_Btn > a:hover {
  background-color: var(--primary-60);
}

.Sph_FormChck {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 4px;
  user-select: none;
  margin-bottom: 10px;
}

.Sph_FormChck > input[type="radio"] {
  opacity: 0;
  position: absolute;
  right: 0;
}

.Sph_FormChck::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid white;
  outline: 2px solid var(--primary-70);
  background-color: white;
  box-sizing: border-box;
  transition: 0.25s;
}
span.Sph_FormChckspn {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.Sph_FormChck > input[type="radio"]:checked + span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid white;
  outline: 2px solid var(--primary-70);
  background-color: var(--primary-70);
}
/* -------------------faq */
#Sph_accordion .panel-default > .panel-heading {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  padding: 10px 0px;
}
#Sph_accordion .panel-default {
  padding: 5px 15px 5px 15px;
  background-color: var(--primary-95);
  margin-bottom: 15px;
  box-shadow: 0 0 10px 0 var(--primary-99);
  position: relative;
  border-radius: 5px;
}

#Sph_accordion .panel-default .panel-body {
  padding-right: 15px;
  border-right: 2px solid var(--primary-20);
}
#Sph_accordion .panel-default .panel-body p {
  color: var(--primary-20) !important;
  font-weight: 400 !important;
  text-align: justify !important;
  font-size: 14px !important;
  line-height: 1.9em !important;
}
#Sph_accordion .panel-default .fa-angle-double-down {
  color: var(--primary-20);
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 28px;
  font-weight: 500;
}

#Sph_accordion .panel-default a,
#Sph_accordion .panel-default a h4,
#Sph_accordion .panel-default a h4 span {
  color: var(--primary-20) !important;
  font-weight: 500;
}
#Sph_accordion .panel-default .panel-body .Sph_Box {
  padding: 15px;
  background-color: var(--primary-90);
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

#Sph_accordion .panel-default .panel-body .Sph_Box p {
  color: var(--primary-20) !important;
  font-weight: 500;
  font-size: 14px;
}

#Sph_accordion .panel-default .panel-body .Sph_Box a {
  color: white !important;
  font-weight: 400;
  font-size: 16px;
  background-color: var(--primary-60);
  border-radius: 50px;
  padding: 7px 35px;
  margin: 0px auto 0px auto;
}

.Sph_FancyBoxSound {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 80px;
  right: 15px;
  z-index: 999999;
  background: var(--Sph_White_Color);
  border-radius: 50px 0 0 50px;
  transition: all 0.3s;
  cursor: pointer;
}
.Sph_FancyBoxSound:hover {
  width: 80px;
}
.Sph_FancyBoxSound span {
  background: var(--Sph_Third_Color);
  padding: 0;
  color: var(--Sph_White_Color);
  cursor: pointer;
  font-size: 22px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: all 0.3s;
  top: 5px;
  position: absolute;
  left: 5px;
  animation: ripplec 4s linear infinite;
}

.Sph_FancyBoxSound:hover {
  color: var(--primary-20);
}
.Sph_FancyBoxVideoFrame {
  width: 100%;
  right: 10%;
  height: 100%;
  background: url(https://momybox.ir/Portals/0/Dist/Icon/VideoBg.jpg);
  border-radius: 15px;
  border: 3px solid var(--Sph_White_Color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.Sph_FancyBoxVideoFrame video {
  width: 80%;
  height: auto;
  border: 10px solid white;
  border-radius: 15px;
}
.Sph_FancyBoxVideo {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 999999;
  background: var(--Sph_White_Color);
  border-radius: 50px 0 0px 55px;
  transition: all 0.3s;
  cursor: pointer;
}
.Sph_FancyBoxVideo:hover {
  width: 80px;
}
.Sph_FancyBoxVideo span {
  background: var(--Sph_Third_Color);
  padding: 0;
  color: var(--Sph_White_Color);
  cursor: pointer;
  font-size: 22px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: all 0.3s;
  top: 5px;
  position: absolute;
  left: 5px;
  animation: ripplec 4s linear infinite;
}
.Sph_FancyBoxVideo:hover {
  color: var(--secondar-20);
}

@keyframes ripplec {
  0% {
    background-color: var(--Sph_Third_Color);
  }
  50% {
    background-color: var(--Sph_Second_Color);
  }
  100% {
    background-color: var(--Sph_Third_Color);
  }
}

.Slider_4 .owl-dots {
}

.Slider_4 .owl-dots .owl-dot {
  display: inline-block !important;
}

.Slider_4 .owl-dots .owl-dot span {
  background-color: var(--Sph_White_Color) !important;
  border: 5px solid var(--Sph_Main_Color);
  transition: 0.5s all;
  width: 20px;
  height: 20px;
}

.Slider_4 .owl-dots .owl-dot.active span {
  background-color: var(--Sph_Main_Color) !important;
  border: 5px solid var(--Sph_Main_Color);
}
.Slider_4 .owl-nav {
}

.Slider_4 .owl-nav button {
  transition: 0.5s all;
}
.Slider_4 .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

.Slider_4 .owl-nav .owl-prev {
  font-size: 20px;
  background-color: var(--Sph_Second_Color) !important;
  color: white !important;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0%;
  border-radius: 50px;
  position: absolute;
  right: -20px;
  top: calc(50% - 35px);
}
.Slider_4 .owl-nav .owl-prev i,
.Slider_4 .owl-nav .owl-next i {
  font-size: 20px;
  font-weight: 500;
}

.Slider_4 .owl-nav .disabled {
  opacity: 0;
}
.Slider_4 .owl-nav .owl-next {
  font-size: 20px;
  background-color: var(--Sph_Second_Color) !important;
  color: white !important;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0%;
  border-radius: 50px;
  position: absolute;
  left: -20px;
  top: calc(50% - 35px);
}
.Sph_NamadLogo {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  background: #ffffff30;
  height: 100%;
  min-height: 250px;
  border-radius: 15px;
}
.Sph_NamadLogo a {
  background-color: white;
  padding: 15px;
  border-radius: 7px;
}
.Sph_MomyBoxStatuseDv > div {
  background-color: var(--primary-95);
  padding: 15px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.Sph_MomyBoxStatuseText {
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
  color: var(--Sph_Second_Color);
}
.Sph_MomyBoxStatuseText b {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  /* display: block; */
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background: var(--Sph_Second_Color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: var(--Sph_White_Color);
}
.Sph_MomyBoxStatuseBtn {
  background-color: var(--Sph_Second_Color);
  color: white !important;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 10px;
  border-radius: 50px;
  display: block;
  margin-bottom: 7px;
  text-align: center;
  width: 100%;
}
.Sph_MomyBoxStatuseImg {
  width: 80px !important;
  height: auto !important;
  display: block;
  margin-bottom: 10px;
}
/* ShowMore */
.MomyMinContent {
  max-height: 250px;
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}

.MomyMinContent.open {
  max-height: 100%;
  padding-bottom: 60px;
}

.ShowMore {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    var(--primary-100)
  );
}

.ShowMore::after {
  content: "\f103";
  font-size: 18px;
  transition: 0.3s;
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  color: var(--Sph_White_Color);
  background: var(--primary-60);
  position: relative;
  bottom: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.MomyMinContent.open .ShowMore {
  background: transparent;
}

.MomyMinContent.open .ShowMore::after {
  content: "\f102";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  color: var(--Sph_White_Color);
  background: var(--primary-60);
  position: relative;
  bottom: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Pagination */

span.btncu,
span.btncu:active,
span.btncu:focus {
  margin: 0;
  padding: 0;
  border: 0 !important;
  padding: 8px 15px;
  font-weight: 500;
  border-radius: 5px;
  min-width: 40px;
  color: var(--Sph_Second_Color) !important;
  background-color: var(--primary-95) !important;
  border-color: var(--primary-95) !important;
}
a.btncu,
a.btncu:active,
a.btncu:focus {
  margin: 0;
  padding: 0;
  border: 0 !important;
  padding: 8px 15px;
  font-weight: 500;
  border-radius: 5px;
  min-width: 40px;
  color: var(--Sph_Second_Color) !important;
  background-color: var(--primary-95) !important;
  border-color: var(--primary-95) !important;
}
span.CutblActivepage,
a.CutblActivepage {
  background: var(--primary-20) !important;
  border-color: 0;
  color: var(--Sph_White_Color) !important;
}
.Cutbl tbody tr td:first-child {
  display: none !important;
}
.Cutbl tbody tr td {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  border-bottom: 0 !important;
}
.Cutbl tbody tr td.hide {
  display: none !important;
}
/* ColoringTemp */
.Sph_Coloring {
  width: calc(100% - 0px);
  margin: 0 auto;
  border-radius: var(--Sph_Main_Radiuse_15);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--Sph_Main_Color_Trp90);
  box-shadow: 0 0 10px 0 var(--Sph_Main_Color_Trp70);
}
.Sph_Coloring:hover {
  box-shadow: 0 0 20px 0 var(--Sph_Main_Color_Trp70);
  border: 1px solid var(--Sph_Main_Color_Trp70);
}
.Sph_Coloring img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
}
.Sph_Coloring .Cover {
  width: 100%;
  background: linear-gradient(
    to top,
    var(--Sph_Second_Color) 0%,
    transparent 100%
  );
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0%;
  display: flex;
  justify-content: end;
  align-items: start;
  padding: 25px;
  height: 100%;
  flex-direction: column;
  gap: 10px;
}
.Sph_Coloring .Cover h2 {
  font-size: 14px;
  font-weight: 600;
  color: white;
  border-right: 4px solid var(--primary-50);
  padding-right: 15px;
}
.Sph_Coloring .Cover p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 1.8em;
  width: 40%;
}
.Sph_Coloring .Cover a {
  font-size: 14px;
  font-weight: 400;
  color: white;
  border-radius: 50px;
  padding: 5px 25px;
  background-color: transparent;
  border: 2px solid white;
  transition: 0.8s all;
}
.Sph_Coloring .Cover a:hover {
  background-color: var(--primary-60);
  border: 2px solid var(--primary-60);
}
.Sph_ContentBox {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background-color: var(--primary-99);
  padding: 20px 15px;
  border: 1px solid var(--Sph_Main_Color_Trp90);
  box-shadow: 0 0 10px 0 var(--Sph_Main_Color_Trp70);
  position: relative;
  margin-bottom: 25px;
}
.Sph_ContentBox .CountAr {
  font-size: 14px;
  font-weight: 600;
  color: var(--Sph_Main_Color);
}
.Sph_ContentBox h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--Sph_Second_Color);
  margin-bottom: 5px;
}
.Sph_ContentBox p {
  font-size: 14px;
  font-weight: 400;
  color: var(--Sph_Second_Color);
  line-height: 1.7em;
  min-height: 55px;
}

.Sph_ContentBox .MoreAr {
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--Sph_Second_Color);
  font-weight: 500;
  margin-top: 25px;
  gap: 15px;
}

.Sph_ContentBox .MoreAr span {
  font-size: 16px;
  font-weight: 500;
}
.Sph_ContentBox .MoreAr span.fa {
  font-size: 24px;
  font-weight: 500;
}
/* ContainerDes  */
.Sph_ContainerDes {
  position: relative;
}
.Sph_ContainerDes p {
  font-size: 16px;
  line-height: 1.8em;
  color: var(--Sph_Second_Color_Trp10);
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
/* -------------------------------Drawing */
.CustomeCursor {
  touch-action: crosshair;
  cursor: crosshair;
}
.Sph_DrawingFrame {
  width: 100%;
  margin: 0px auto;
  direction: rtl;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
  padding: 15px 15px;
  background: white;
  border-radius: 15px;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  border: 2px solid var(--Gray-90);
}
.MomyDrawing {
  width: 100%;
  margin: 0px auto;
  direction: rtl;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
  padding: 15px 15px;
  background: white;
  border-radius: 15px;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  border: 2px solid var(--Gray-90);
}

.MomyDrawing__header {
  text-align: center;
  margin-bottom: 15px;
}

.MomyDrawing__title {
  font-size: 27px;
  font-weight: 800;
  color: #444;
}

.MomyDrawing__subtitle {
  margin-top: 5px;
  font-size: 14px;
  color: #888;
}

.MomyDrawing__canvasWrap {
  position: relative;
  width: 100%;
  height: 635px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 14px;
  overflow: hidden;
  touch-action: none;
}

#MomyDrawing__MomyCanvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #fff;
}
#MomyDrawing__MomyCover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.MomyDrawing__tools {
  margin-top: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  background: #fff;
  border-radius: 14px;
  border: 0px solid #eee;
}

.MomyDrawing__colors {
  display: flex;
  gap: 7px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.MomyDrawing__MomyColor {
  width: 31px;
  height: 31px;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.15s ease;
}

.MomyDrawing__MomyColor:hover {
  transform: scale(1.08);
}

.MomyDrawing__MomyColor.active {
  outline: 2px solid #555;
  transform: scale(1.1);
}
.MomyDrawing__MomyColorPickerWrap {
  width: 31px;
  height: 31px;
  padding: 3px;
  border-radius: 50%;
  background: conic-gradient(
    #ff0000,
    #ff9f1c,
    #ffd60a,
    #2dc653,
    #00b4d8,
    #4361ee,
    #8338ec,
    #ff0000
  );
  transition: 0.2s;
  transform: rotate(calc(-180deg / var(--num-colors)));
  animation: rotate 6s linear infinite;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.MomyDrawing__MomyColorPickerWrap:hover {
  transform: scale(1.08);
}
.MomyDrawing__MomyColorPicker {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}

.MomyDrawing__MomyColorPicker.active {
  outline: 0px solid #555;
  transform: scale(1);
}
.MomyDrawing__MomyColorPicker::-webkit-color-swatch-wrapper {
  padding: 0;
}

.MomyDrawing__MomyColorPicker::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
}

/* Firefox */
.MomyDrawing__MomyColorPicker::-moz-color-swatch {
  border: none;
  border-radius: 50%;
}
.MomyDrawing__MomyAssetList {
  display: flex;
  flex-wrap: wrap;
  max-height: 260px;
  overflow-y: scroll;
  margin-bottom: 15px;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  border: 5px solid #ffffff;
  border-top-width: 20px;
  border-bottom-width: 20px;
  padding: 0px 10px 0px 10px;
  border-radius: 10px;
  box-shadow: 0 0 0 2px var(--Gray-90);
}
.MomyDrawing__MomyAssetList .MomyAsset {
  flex: 0 0 calc(50% - 10px);
  box-sizing: border-box;
  cursor: grab;
}
/* Chrome, Edge, Safari */
.MomyDrawing__MomyAssetList::-webkit-scrollbar {
  width: 6px;
}

.MomyDrawing__MomyAssetList::-webkit-scrollbar-track {
  background: #bbbbbb;
  border-radius: 20px;
}

.MomyDrawing__MomyAssetList::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #393939, #393939);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.MomyDrawing__MomyAssetList::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #393939, #393939);
}
@keyframes MomyPaintingrotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.MomyDrawing__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border-right: 0px solid #e5e5e5;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}

.MomyDrawing__MomySize {
  /* width: 38px; */
  flex: 1;
  height: 38px;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.MomyDrawing__MomySize span {
  display: block;
  background: #333;
  border-radius: 50%;
}

.MomyDrawing__MomySize.active {
  background: #e7e7e7;
  box-shadow: inset 0 0 0 2px #121212;
}

.MomyDrawing__actions {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 0px;
  flex-wrap: wrap;
  margin-top: 15px;
  width: 100%;
}

.MomyDrawing__MomyTool {
  border: none;
  background: var(--primary-99);
  color: #333;
  padding: 7px 10px;
  border-radius: 5px;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  transition:
    background 0.15s ease,
    transform 0.15s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.MomyDrawing__MomyTool span {
  color: black;
  font-size: 14px;
}
.MomyDrawing__MomyTool span.fa {
  color: var(--primary-30);
  font-size: 18px;
}
.MomyDrawing__MomyTool:hover {
  background: var(--primary-30);
  transform: translateY(-1px);
}
.MomyDrawing__MomyTool:hover .fa {
  color: orange;
}

.MomyDrawing__MomyTool.active {
  background: var(--primary-30);
  color: #fff;
}
.MomyDrawing__MomyTool.active span {
  color: orange;
}
.MomyDrawing__MomyToolType,
.MomyDrawing__MomyToolUndoRedo {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.MomyDrawing__MomyTool.save {
  background: var(--primary-30);
  color: #fff;
  transition: 0.5s all;
}
.MomyDrawing__MomyTool.save .fa {
  color: orange;
}
.MomyDrawing__MomyTool.save span {
  color: var(--Sph_White_Color);
}

.MomyDrawing__MomyTool.save:hover {
  background: var(--primary-40);
}
.MomyDrawing__MomyObjectsLayer {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}

.MomyDrawing__MomyObject {
  position: absolute;
  width: 120px;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
  touch-action: none;
}

.MomyDrawing__MomyObject:active {
  cursor: all-scroll;
}

.MomyDrawing__MomyObject img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}

.MomyDrawing__MomyObject.active {
  outline: 2px dashed #6c63ff;
  outline-offset: 3px;
}

.MomyDrawing__MomyObject.lock {
  pointer-events: none;
}
.MomyDrawing__MomyObject {
  position: absolute;
}

.MomyResizeHandle {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 2px solid #4361ee;
  border-radius: 50%;
  z-index: 20;
  display: none;
}

.MomyDrawing__MomyObject.active .MomyResizeHandle {
  display: block;
}
.MomyResizeHandle-nw {
  left: -7px;
  top: -7px;
  cursor: nw-resize;
}

.MomyResizeHandle-ne {
  right: -7px;
  top: -7px;
  cursor: ne-resize;
}

.MomyResizeHandle-sw {
  left: -7px;
  bottom: -7px;
  cursor: nesw-resize;
}

.MomyResizeHandle-se {
  right: -7px;
  bottom: -7px;
  cursor: nwse-resize;
}
.MomyDeleteHandle {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ff4d6d;
  color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.MomyDrawing__MomyObject.active .MomyDeleteHandle {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 700px) {
  .MomyDrawing {
    padding: 0 8px;
  }

  .MomyDrawing__title {
    font-size: 23px;
  }

  .MomyDrawing__canvasWrap {
    position: relative;
    width: 100%;
    height: 570px;
    overflow: hidden;
  }

  .MomyDrawing__tools {
    gap: 8px;
    padding: 0px;
  }

  .MomyDrawing__colors {
    width: 100%;
    justify-content: center;
  }

  .MomyDrawing__sizes {
    padding-right: 0;
    border-right: none;
  }

  .MomyDrawing__actions {
    padding-right: 0;
    border-right: none;
  }
}

.Sph_BottomLinks {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
  height: 100%;
  color: var(--Sph_White_Color);
}
.Sph_BottomLinks a {
  font-size: 14px;
  color: var(--Sph_White_Color);
  text-align: center;
}
.Sph_BottomLinks span {
  font-size: 7px;
  color: var(--Sph_White_Color);
}
/* ---------------------ContactUs */
.Sph_ContactUs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: var(--primary-99);
  flex-direction: column;
  gap: 15px;
  padding: 25px 15px;
  border-radius: 15px;
  min-height: 450px;
}
.Sph_ContactUs p {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  background-color: var(--primary-95);
  border-right: 3px solid var(--Sph_Main_Color);
  width: 100%;
}
.Sph_ContactUs p.Des {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0px 0px;
  background-color: transparent;
  border-right: 0px solid var(--Sph_Main_Color);
  width: 100%;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.9em;
  color: var(--Sph_Second_Color);
  text-align: justify;
}

.Sph_ContactUs p span {
  color: var(--Sph_Second_Color);
  font-size: 16px;
  text-align: right;
}
.Sph_ContactUs p span.fa {
  color: var(--Sph_Second_Color);
  font-size: 28px;
  text-align: right;
}
.Sph_ContactUs div.Social {
  border-radius: 50px;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.Sph_ContactUs div.Social p.Des {
  display: inline-flex;
  justify-content: start;
  align-items: center;
  padding: 0px 0px;
  background-color: transparent;
  border-right: 0px solid var(--Sph_Main_Color);
  width: auto;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.9em;
  color: var(--Sph_Second_Color);
  text-align: justify;
}
.Sph_ContactUs div.Social img {
  width: 50px;
  height: 50px;
  padding: 3px;
  border: 0px solid var(--Sph_White_Color);
  transition: 0.5s all;
  border-radius: 50%;
  background: var(--Sph_Main_Color);
}
.Sph_ContactUs div.Social img:hover {
  opacity: 0.8;
}
.Sph_ContactUs img {
  width: 100%;
}
.Sph_MomyPlanner_WeekendDays {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  direction: rtl;
}
.Sph_Table thead tr th {
  font-size: 16px;
  font-weight: 500;
  background-color: var(--primary-95);
  color: var(--primary-20);
}

.Sph_MomyPlanner_WeekendDays label {
  margin: 0;
  cursor: pointer;
}

.Sph_MomyPlanner_WeekendDays input[type="checkbox"] {
  display: none;
}

.Sph_MomyPlanner_WeekendDays input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f1f1f1;
  color: #777;
  transition: all 0.2s ease;
}

.Sph_MomyPlanner_WeekendDays input[type="checkbox"] + label:after {
  content: "غیرتعطیل";
  font-size: 10px;
  font-weight: normal;
  padding: 4px 7px;
  border-radius: 12px;
  background: var(--Gray-95);
  color: var(--Gray-60);
  width: 80px;
  text-align: center;
}

.Sph_MomyPlanner_WeekendDays input[type="checkbox"]:checked + label {
  background: var(--secondar-99);
  color: var(--secondar-70);
}

.Sph_MomyPlanner_WeekendDays input[type="checkbox"]:checked + label:after {
  content: "تعطیل";
  background: var(--secondar-70);
  color: #fff;
  width: 80px;
  text-align: center;
}
.Sph_MomyPlanner_Filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  direction: rtl;
}

.Sph_MomyPlanner_Filter label {
  margin: 0;
  cursor: pointer;
}

.Sph_MomyPlanner_Filter input[type="checkbox"] {
  display: none;
}

.Sph_MomyPlanner_Filter input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f1f1f1;
  color: #777;
  transition: all 0.2s ease;
}

.Sph_MomyPlanner_Filter input[type="checkbox"] + label:after {
  content: "غیرفعال";
  font-size: 10px;
  font-weight: normal;
  padding: 4px 7px;
  border-radius: 12px;
  background: var(--Gray-95);
  color: var(--Gray-60);
  width: 80px;
  text-align: center;
}

.Sph_MomyPlanner_Filter input[type="checkbox"]:checked + label {
  background: var(--primary-99);
  color: var(--primary-70);
}

.Sph_MomyPlanner_Filter input[type="checkbox"]:checked + label:after {
  content: "فعال";
  background: var(--primary-70);
  color: #fff;
  width: 80px;
  text-align: center;
}
.Sph_MomyPlanner_Tabs {
  display: flex;
  gap: 8px;
  border-bottom: 0px solid var(--primary-95);
  margin-bottom: 20px;
  direction: rtl;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 0 20px 0;
}

.Sph_MomyPlanner_Tabs li {
  margin: 0;
  flex: 1;
}

.Sph_MomyPlanner_Tabs li a {
  display: block;
  padding: 12px 24px;
  border: 0 !important;
  border-radius: 50px;
  color: var(--primary-20);
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
  background: var(--primary-99);
}

.Sph_MomyPlanner_Tabs li a:hover {
  color: var(--primary-70);
  background: var(--primary-95);
}

.Sph_MomyPlanner_Tabs li a.active {
  color: var(--primary-20);
  background: var(--primary-95);
  font-weight: 400;
}
/* -------------------------------EventColors */

.Sph_MomyPlanner_EventColors {
  position: relative;
  background: #fff;
  border: 1px solid var(--primary-90);
  border-radius: 5px;
  padding: 7px 15px;
  text-align: right;
  transition: all 0.25s ease;
  box-shadow: 0 3px 12px var(--primary-90);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.Sph_MomyPlanner_EventColors:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px var(--primary-90);
  border-color: var(--primary-80);
}

.Sph_MomyPlanner_EventColorName {
  font-size: 16px;
  font-weight: 400;
  color: var(--Sph_Main_Color);
}
.Sph_MomyPlanner_ColorPicker {
  width: 31px;
  height: 31px;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.15s ease;
}
.Sph_MomyPlanner_ColorPicker::-webkit-color-swatch-wrapper {
  padding: 0;
}

.Sph_MomyPlanner_ColorPicker::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
}

/* Firefox */
.Sph_MomyPlanner_ColorPicker::-moz-color-swatch {
  border: none;
  border-radius: 50%;
}
.Sph_MomyPlanner_ColorPicker:hover {
  transform: scale(1.08);
}
/* ---------------------------------------MomyFamily */
.Sph_MomyPlanner_FamilyGrid {
  direction: rtl;
}

.Sph_MomyPlanner_FamilyCard {
  position: relative;
  background: #fff;
  border: 1px solid var(--primary-90);
  border-radius: 7px;
  padding: 7px 10px;
  text-align: right;
  transition: all 0.25s ease;
  box-shadow: 0 3px 12px var(--primary-90);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.Sph_MomyPlanner_FamilyCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px var(--primary-90);
  border-color: var(--primary-80);
}

.Sph_MomyPlanner_FamilyImage {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--Sph_White_Color);
  background: var(--Sph_White_Color);
  box-shadow: 0 0 0 2px var(--primary-80);
}

.Sph_MomyPlanner_FamilyImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.Sph_MomyPlanner_FamilyInfo {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  gap: 3px;
}

.Sph_MomyPlanner_FamilyName {
  font-size: 16px;
  font-weight: 400;
  color: var(--Sph_Main_Color);
}

.Sph_MomyPlanner_FamilyRelation {
  display: inline-flex;
  padding: 0 15px 3px 15px;
  border-radius: 40px;
  background: var(--secondar-90);
  color: var(--secondar-20);
  font-size: 14px;
  justify-content: center;
  align-items: center;
}

.Sph_Sph_MomyPlanner_FamilyBirth {
  color: var(--Sph_Main_Color);
  font-size: 12px;
}

.Sph_MomyPlanner_FamilyBirth span {
}

.Sph_MomyPlanner_FamilyActions {
  display: flex;
  justify-content: center;
  gap: 3px;
  flex-direction: column;
}

.Sph_MomyPlanner_FamilyEdit,
.Sph_MomyPlanner_FamilyDelete {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-decoration: none !important;
  font-size: 14px;
  transition: all 0.2s ease;
}

.Sph_MomyPlanner_FamilyEdit {
  background: var(--primary-90);
  color: var(--primary-20) !important;
}

.Sph_MomyPlanner_FamilyEdit:hover {
  transform: scale(1.08);
}

.Sph_MomyPlanner_FamilyDelete {
  background: var(--secondar-90);
  color: var(--secondar-20) !important;
}

.Sph_MomyPlanner_FamilyDelete:hover {
  transform: scale(1.08);
}
.SphDatePicker table {
  width: 100% !important;
}
.SphDatePicker table td,
.SphDatePicker table th {
  width: auto !important;
}
.SphDatePicker > table {
  position: relative;
}
.SphDatePicker > table > tbody > tr > td:first-child {
  width: 100% !important;
}
.SphDatePicker > table > tbody > tr > td:first-child input {
  width: 100% !important;
}
.SphDatePicker > table > tbody > tr > td:nth-child(2) {
  display: none !important;
}
.SphDatePicker > table > tbody > tr > td:nth-child(3) {
  position: absolute;
  left: 10px;
  top: calc((100% - 18px) / 2);
  z-index: 10;
}
.SphDatePicker > table > tbody > tr > td:nth-child(3) img {
  width: 18px !important;
  height: 18px !important;
}
.SphDatePicker > table > tbody > tr > td:nth-child(4) {
  width: 100% !important;
  position: absolute;
  right: 0;
  top: 35px;
}
.SphDatePicker > table > tbody > tr > td:nth-child(4) div {
  width: 100% !important;
}
.Sph_MomyPlanner_FamilyImageUpload {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  direction: rtl;
  background: var(--primary-99);
  border-radius: 7px;
  padding: 15px;
}

/* باکس پیش نمایش */
.Sph_MomyPlanner_FamilyImagePreview {
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: var(--primary-95);
  border: 4px solid var(--primary-99);
  box-shadow: 0 0 0 3px var(--primary-95);
  transition: all 0.25s ease;
  cursor: pointer;
  background-image: url(portal);
}

.Sph_MomyPlanner_FamilyImagePreview:hover {
  box-shadow: 0 0 0 3px var(--primary-90);
  background: var(--primary-90);
}

/* تصویر انتخاب شده */
.Sph_MomyPlanner_FamilyImagePreviewImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* display: none; */
}

/* حالت قبل از انتخاب تصویر */
.Sph_MomyPlanner_FamilyImagePlaceholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
}

/* عنوان */
.Sph_MomyPlanner_FamilyImageTitle {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-20);
  margin-bottom: 5px;
}

/* توضیح */
.Sph_MomyPlanner_FamilyImageText {
  font-size: 14px;
  color: var(--primary-40);
}

/* دکمه انتخاب تصویر */
.Sph_MomyPlanner_FamilyImageButton {
  padding: 5 25px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-40);
  color: #fff !important;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.Sph_MomyPlanner_FamilyImageButton:hover {
  background: var(--primary-30);
  transform: translateY(-1px);
}

/* خود FileUpload مخفی می‌شود */
.Sph_MomyPlanner_FamilyImageInput {
  display: none !important;
}

/* وقتی تصویر انتخاب شده */
.Sph_MomyPlanner_FamilyImagePreview.HasImage {
  border-style: solid;
  border-color: var(--primary-50);
  background: var(--Sph_White_Color);
}
.Sph_CuBtnPart {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}
.Sph_CuBtnMiddle,
.Sph_CuBtnMiddle:checked,
.Sph_CuBtnMiddle:active,
.Sph_CuBtnMiddle:first-child:active {
  border-radius: 5px;
  padding: 7px 25px;
  display: flex;
  background-color: var(--primary-30) !important;
  color: var(--Sph_White_Color) !important;
  font-size: 16px;
  font-weight: 500px;
  text-align: center;
  transition: all 0.2s ease;
  width: 100%;
  flex: 1;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.Sph_CuBtnMiddle:hover {
  transform: translateY(-1px);
  background-color: var(--primary-20) !important;
}
.Sph_CuDBtnMiddle,
.Sph_CuDBtnMiddle:checked,
.Sph_CuDBtnMiddle:active,
.Sph_CuDBtnMiddle:first-child:active {
  border-radius: 5px;
  padding: 7px 25px;
  display: flex;
  background-color: var(--secondar-30) !important;
  color: var(--Sph_White_Color) !important;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.Sph_CuDBtnMiddle:hover {
  transform: translateY(-1px);
  background-color: var(--secondar-20) !important;
}
.Sph_CuOBtnMiddle,
.Sph_CuOBtnMiddle:checked,
.Sph_CuOBtnMiddle:active,
.Sph_CuOBtnMiddle:first-child:active {
  border-radius: 5px;
  padding: 7px 25px;
  display: flex;
  background-color: var(--Thirth-50) !important;
  color: var(--Sph_White_Color) !important;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.Sph_CuOBtnMiddle:hover {
  transform: translateY(-1px);
  background-color: var(--Thirth-20) !important;
}
.Sph_CuBtnSmalle,
.Sph_CuBtnSmalle:checked,
.Sph_CuBtnSmalle:active,
.Sph_CuBtnSmalle:first-child:active {
  border-radius: 5px;
  padding: 5px 25px;
  display: block;
  background-color: var(--primary-30) !important;
  color: var(--Sph_White_Color) !important;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease;
  width: 100%;
  flex: 1;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.Sph_CuBtnSmalle:hover {
  transform: translateY(-1px);
  background-color: var(--primary-20) !important;
}
.Sph_MomyCalendarHeader {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.Sph_MomyCalendarHeader .McalendarNx {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 10px;
  transition: 0.2s all;
}
.Sph_MomyCalendarHeader .McalendarNx span {
  font-size: 16px;
  color: var(--Thirth-20);
  font-weight: 300;
}
.Sph_MomyCalendarHeader .McalendarNx span.fa {
  display: flex;
  font-size: 18px;
  color: var(--Thirth-20);
  width: 42px;
  height: 42px;
  background: var(--Thirth-98);
  border-radius: 50px;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.2s all;
}
.Sph_MomyCalendarHeader .McalendarNx:hover span.fa {
  color: var(--Thirth-98);
  background: var(--Thirth-20);
}
.Sph_MomyCalendarHeader .McalendarPx {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 10px;
  transition: 0.2s all;
}
.Sph_MomyCalendarHeader .McalendarPx span {
  font-size: 16px;
  color: var(--Thirth-20);
  font-weight: 300;
}
.Sph_MomyCalendarHeader .McalendarPx span.fa {
  display: flex;
  font-size: 18px;
  color: var(--Thirth-20);
  width: 42px;
  height: 42px;
  background: var(--Thirth-98);
  border-radius: 50px;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.2s all;
}
.Sph_MomyCalendarHeader .McalendarPx:hover span.fa {
  color: var(--Thirth-98);
  background: var(--Thirth-20);
}

.ClndrHeaderTitle {
  text-align: center;
  font-size: 18px;
  line-height: 1.2em;
  color: var(--Thirth-20);
}
.Sph_MomyCalendar {
  width: 100%;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 5px !important;
  background: var(--Sph_White_Color);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  direction: rtl;
  font-family: inherit;
  table-layout: fixed !important;
}

.Sph_MomyCalendarTitleStyle {
  background: transparent !important;
  color: var(--Gray-100) !important;
  border: 0 !important;
  border-radius: 5px !important;
  padding: 15px 15px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.Sph_MomyCalendarTitleStyle a {
  font-size: 14px !important;
  font-weight: 400;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Thirth-20) !important;
  border-radius: 0px;
  text-align: center;
  margin: 0 auto;
  gap: 8px;
}
.Sph_MomyCalendarTitleStyle tr td:first-child a::before {
  content: "\f178";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  line-height: 0;
  color: var(--Thirth-50) !important;
}
.Sph_MomyCalendarTitleStyle tr td:last-child a::after {
  content: "\f177";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  line-height: 0;
  color: var(--Thirth-50) !important;
}
#dnn_ctr2483_Page01_MomyClndr > tbody > tr:nth-child(1) > td {
  background-color: transparent !important;
}
.Sph_MomyCalendar tbody tr td {
  color: var(--Thirth-20);
  font-size: 18px;
  font-weight: 400;
  text-align: center !important;
}

.Sph_MomyCalendar_DayTitle {
  border: 0 !important;
  background: var(--Thirth-99) !important;
  color: var(--Thirth-10) !important;
  font-size: 0px !important;
  font-weight: 400 !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  padding: 15px 0;
}
.Sph_MomyCalendar_DayTitle::before {
  font-size: 14px !important;
  display: block;
}
.Sph_MomyCalendar_DayTitle:nth-child(1)::before {
  content: "شنبه";
}
.Sph_MomyCalendar_DayTitle:nth-child(2)::before {
  content: "یکشنبه";
}
.Sph_MomyCalendar_DayTitle:nth-child(3)::before {
  content: "دوشنبه";
}
.Sph_MomyCalendar_DayTitle:nth-child(4)::before {
  content: "سه‌شنبه";
}
.Sph_MomyCalendar_DayTitle:nth-child(5)::before {
  content: "چهارشنبه";
}
.Sph_MomyCalendar_DayTitle:nth-child(6)::before {
  content: "پنجشنبه";
}
.Sph_MomyCalendar_DayTitle:nth-child(7)::before {
  content: "جمعه";
}
.Sph_MomyCalendar_Day {
  background: var(--Sph_White_Color);
  border-bottom: 2px solid var(--Thirth-95) !important;
  border-radius: 0px !important;
  color: var(--Thirth-20) !important;
  text-align: center;
  vertical-align: top;
  font-size: 15px !important;
  font-weight: 800 !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
  padding: 0px;
  position: relative;
}

.Sph_MomyCalendar_Day a {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  color: var(--Thirth-30) !important;
  text-decoration: none !important;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 300;
  padding: 15px 30px 15px 15px;
  z-index: 100;
  position: relative;
}

.Sph_MomyCalendar_Day:hover {
  transform: translateY(-2px);
  background: var(--Thirth-99) !important;
  border-color: var(--Thirth-80) !important;
  /* box-shadow: 0 7px 18px rgba(36, 42, 72, 0.1); */
}

.calendar-day {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: var(--Thirth-00);
  font-weight: 900;
}

.GsCalendar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
  gap: 0px;
  margin-top: 0px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  color: var(--Thirth-20Trp);
  font-weight: 300;
  font-family: Arial, sans-serif !important;
  flex-direction: column;
  height: 50px;
  width: auto;
  position: absolute;
  right: 10;
  top: 2px; /* calc((100% - 50px) / 2) */
}
.GsCalendar .hijri-day {
  position: relative;
  top: 1px;
}
.GsCalendar .bdashe {
  padding: 0 3px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 2px;
}
.Sph_MomyCalendar_DayOther {
  background: var(--Thirth-100) !important;
  border: 1px solid var(--Thirth-80) !important;
  border-radius: 5px !important;
  color: var(--Thirth-100) !important;
  opacity: 0;
  padding: 0px;
  position: relative;
}
.Sph_MomyCalendar_DayOther a {
  color: var(--Thirth-30) !important;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 15px 30px 15px 15px;
}
.Sph_MomyCalendar_DayOther .GsCalendar {
  color: var(--Thirth-30) !important;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.Sph_MomyCalendarDay_Select {
  background: var(--Thirth-99) !important;
  border-bottom: 3px solid var(--Thirth-80) !important;
  border-radius: 0px !important;
  color: var(--Thirth-20) !important;
  text-align: center;
  vertical-align: top;
  font-size: 15px !important;
  font-weight: 800 !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
  padding: 0px;
  position: relative;
}

.Sph_MomyCalendarDay_Select a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  color: var(--Thirth-30) !important;
  text-decoration: none !important;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 300;
  padding: 15px 30px 15px 15px;
  position: relative;
  top: 2px;
}
.Sph_MomyCalendarDayPubHoliday {
  background-color: var(--Thirth-100);
}
.Sph_MomyCalendarDayPubHoliday a {
  color: var(--Thirth-50) !important;
}
.Sph_MomyCalendarDayPubHoliday .GsCalendar {
  color: var(--Thirth-50) !important;
}
.Sph_MomyPlanner_AddEventIco {
  position: absolute;
  left: 10px;
  top: 5px; /* calc((100% - 20px) / 2); */
  display: flex;
  width: 20px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.Sph_MomyPlanner_AddEventIco a {
  padding: 0;
  top: 0;
}
.Sph_MomyPlanner_AddEventIco a {
  padding: 0;
  top: 0;
  cursor: pointer;
}
.Sph_MomyPlanner_AddEventIco span {
  font-size: 18px;
  transition: 0.5s all;
  opacity: 0.5;
}
.Sph_MomyPlanner_AddEventIco span:hover {
  font-size: 18px;
  opacity: 1;
}
.Sph_MomyPlanner_EventAlarmPrt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.Sph_MomyPlanner_EventAlarmPrt .Sph_MomyPlanner_EventAlarm:last-child {
  margin-bottom: 5px;
}
.Sph_MomyPlanner_EventAlarm {
  width: 100%;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 !important;
  cursor: pointer;
}
.Sph_MomyPlanner_EventAlarm .AlarmBadge {
  width: 95%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  padding: 3px 5px;
  border-radius: 50px;
  right: 0%;
  position: relative;
}

.Sph_MomyPlanner_EventAlarm .AlarmColor {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
}
.Sph_MomyPlanner_EventAlarm .AlarmTxt {
  font-size: 12px;
  position: relative;
  padding-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.BirtdayEvent {
  cursor: default !important;
}
.BirtdayEvent .AlarmBadge {
  background-color: var(--Thirth-60) !important;
}
.BirtdayEvent .AlarmColor {
  background-color: var(--Thirth-99) !important;
}
.BirtdayEvent .AlarmTxt {
  color: var(--Thirth-99) !important;
}
.Error-form-control {
  border: 1px solid var(--secondar-40) !important;
  background-color: var(--secondar-99) !important;
  box-shadow: 0 0 0 0.15rem var(--secondar-90) !important;
}

.Error-form-control:focus {
  border-color: var(--secondar-40) !important;
  box-shadow: 0 0 0 0.2rem var(--secondar-80) !important;
  outline: none;
}
/* -------------------MomyPlannerFilter */
#Sph_MomyPlannerFilter .panel-default > .panel-heading {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  padding: 10px;
  background-color: var(--primary-95);
  box-shadow: 0 0 10px 0 var(--primary-99);
  border-radius: 5px;
  cursor: pointer;
}
#Sph_MomyPlannerFilter .panel-default > .panel-heading h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-weight: 500;
  color: var(--primary-20);
  gap: 10px;
}
#Sph_MomyPlannerFilter .panel-default > .panel-heading h4 a {
  flex: 1;
}
#Sph_MomyPlannerFilter .panel-default > .panel-heading h4 em {
  width: 30px;
  height: 30px;
  background-color: var(--primary-99);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 100;
  -webkit-text-stroke: 1px var(--primary-95);
  color: var(--primary-20);
}
#Sph_MomyPlannerFilter .panel-default {
  padding: 0;
  background-color: transparent;
  margin-bottom: 15px;
  position: relative;
}

#Sph_MomyPlannerFilter .panel-default .panel-body {
  padding: 0px 0 0px 10px;
  max-height: 350px;
  overflow-y: scroll;
  margin-top: 15px;
}
#Sph_MomyPlannerFilter .panel-default .panel-body img {
  padding: 0px;
}
/* Chrome, Edge, Safari */
#Sph_MomyPlannerFilter .panel-default .panel-body::-webkit-scrollbar {
  width: 6px;
}

#Sph_MomyPlannerFilter .panel-default .panel-body::-webkit-scrollbar-track {
  background: #bbbbbb;
  border-radius: 20px;
}

#Sph_MomyPlannerFilter .panel-default .panel-body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #393939, #393939);
  border-radius: 20px;
  transition: all 0.3s ease;
}

#Sph_MomyPlannerFilter
  .panel-default
  .panel-body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #393939, #393939);
}
#Sph_MomyPlannerFilter .panel-default .fa-angle-double-down {
  color: var(--primary-20);
  font-size: 28px;
  font-weight: 500;
}
.Sph_MomyPlannerManage {
  padding: 30px 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.Sph_MomyPlannerManage {
  padding: 30px 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--primary-99);
  border: 2px dashed var(--primary-95);
  margin-bottom: 5px;
  width: 100%;
}
