--accent-color-800: #de2c2c !important;
  --accent-color-900: #de2c2c !important;
  --font-color-700: #fff !important;
  --font-color-800: #fff !important;
  --font-color-900: #fff !important;
}
.swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  border: 1px solid #de2c2c;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px #de2c2c;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
}
.swiper-pagination-bullet-active {
  color: #ffffff;
  background-color: #ffffff;
}
/* SWIPER END */
:root[data-theme=red_black]{
  --accent-color-800: #de2c2c !important;
  --accent-color-900: #de2c2c !important;
  --font-color-700: #fff !important;
  --font-color-800: #fff !important;
  --font-color-900: #fff !important;
}
.headerContainer{
  margin-top: 10px !important;
}
.gs-loader__spinner{
  background: url('https://gspics.org/image/I8ZYMI');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none !important;
  border-radius: 0;
  width: 150px;
  height: 150px;
}
.NavDropDown-module__linkName,
.HeaderNav-module__link,
.PlayerBalance-module__btn,
.PlayerMenu-module__profileLink{
  text-transform: none;
}
.server__info-div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.server__info-box{
  width: 49%;
  border: solid #de2c2c 1px;
  border-radius: 10px;
  padding: 15px;
  cursor: pointer;
  text-align: start;
  transition: all 300ms ease 0s;
}
.server__info-box:hover{
  transform: scale(0.97);
}
.server__info-box-txt{
  font-size: 16px;
  line-height: 15px;
  color: #de2c2c;
}
.server__info-box-title{
  font-size: 18px;
  line-height: 15px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #FFF;
}
.Page-module__wrapper{
  border: 1px solid #de2c2c;
  border-radius: 10px;
  color: #ffff;
  margin-bottom: 45px;
}
.Page-module__wrapper .boxBody{
  padding-top: 0px !important;
  border-radius: 0 0 10px 10px;
}
.server__info-txt{
	user-select: all;
    margin-bottom: 2rem;
    cursor: pointer;
  	color: #fff;
  	font-size: 18px !important;
}
.Page-module__header{
  color: #ffff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}
.CustomPage-module__wrapper{
  flex-direction: row-reverse;
  gap: 10px;
}
.block-item-time{
  font-size: 18px;
  color: #ffff;
}
.wipe__block{
  margin: 0 auto;
  padding: 10px 15px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: start;
}
.wipe__block .block-item-category{
  display: flex;
  gap: 10px;
  align-items: center;
}
.wipe__block .block-item-category .block-item-time{
  height: max-content;
  width: 40px;
}
.block-item{
  width: 60px;
  height: 60px;
  object-fit: contain;
  padding: 5px;
  border: 1px solid #de2c2c;
  border-radius: 10px;
  margin: 15px 0;
}
.block-item-image{
  width: 50px;
  height: 50px;
  object-fit: contain;
}
#pay-p,
#pay-p2{
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
#pay-h{
  padding: 10px 20px;
  background-color: #dd3863;
}
#adminPay{
  color: #de2c2c;
  font-weight: 600;
}
.payment__content{
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.payment{
  /* background: url('https://gspics.org/images/2024/03/10/0fLrAi.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  border: 1px solid #de2c2c; 
  transition: 200ms;
}
.media{
  background: url('https://gspics.org/images/2024/03/13/0fGXR8.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  transition: 200ms;
  animation: 2s linear 1s infinite alternate media;
}
@keyframes media {
  0%{
    transform: scale(0.9);
  }
  50%{
    transform: scale(1);
  }
  100%{
    transform: scale(0.9);
  }
}

.media .payment__link{
  background-color: transparent !important;
}
.media .payment__box{
  height: 100%;
}
.media .payment__content{
  position: relative;
  height: 100%;
}
.media #pay-h{
  position: absolute;
  bottom: -70px;
}

.payment:hover{
  transform: scale(0.97);
}
.payment__link{
  border-radius: 10px;
  height: 100%;
  padding: 10px;
  background-color: #00000084; 
}
.MonitoringServer-module__progressBarWrapper{
  height: 12px !important;
  background: #ac3030 !important;
  border-radius: 3px !important;
}
.menubox{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.menubox a{
  width: 100%;
}
.menurules,
.menublock,
.menukit{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  background-color: #2020204f !important;
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 5px;
  border: 1px solid #de2c2c !important;
  z-index: 999;
  width: 100%;
  transition: 200ms;
  cursor: pointer;
}
.menurules:hover,
.menublock:hover,
.menukit:hover{
  transform: scale(0.97);
}
.menubox__img{
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.Banner-module__img{
  margin: 10px 0;
  transition: 0.3s;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover,
.Search-module__iconWrapper{
  background-color: #de2c2c !important;
}
.Banner-module__img:hover{
  transform: scale(1.03);
}
.Index-module__wrapper{
  flex-direction: row-reverse;
  align-items: start;
  margin-top: 0px !important;
  justify-content: space-between;
  gap: 10px;
}
.Widgets-module__widgetWrapper{
  height: 100% !important;
}
.Widgets-module__widgetWrapper:nth-of-type(2){
  border: 1px solid #de2c2c;
  border-radius: 10px;
}
.Widgets-module__wrapper{
  margin-bottom: 10px !important;
  min-width: 264px;
  max-width: 264px;
  margin-right: 0px;
  /* margin-left: 10px; */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.Widgets-module__widgetWrapper+.Widgets-module__widgetWrapper{
  margin-top: 0px;
  backdrop-filter: blur(10px);
}
.Widgets-module__widgetWrapper:nth-of-type(4){
  backdrop-filter: blur(0px);
}
.Header-module__wrapper{
  border-radius: 10px !important;
  background-color: #202020da !important;
  border: 1px solid #de2c2c;
  margin-bottom: 10px;
}
.boxHeader{
  border-radius: 10px 10px 0 0 !important;
}
.Search-module__wrapper{
  border: 1px solid #de2c2c;
}
.Shop-module__wrapper{
  z-index: 0;
  background-color: #2020204f !important;
  backdrop-filter: blur(10px);
  border: 1px solid #de2c2c; 
  border-radius: 10px;
  margin-bottom: 10px !important;
}
.ProfileContent-module__wrapper, .ProfileNav-module__wrapper{
  background-color: #2020204f !important;
  backdrop-filter: blur(10px);
}
.Shop-module__wrapper .boxHeader, 
.Shop-module__wrapper .boxBody,
.Shop-module__wrapper .boxFooter{
  background-color: #2020204f !important;
}
.boxFooter{
  border-radius: 0 0 10px 10px !important;
}
.LangSwitcher-module__btn:hover,
.PlayerBalance-module__btn:hover,
.PlayerMenu-module__profileLink:hover{
  background-color: #de2c2c !important;
}
.HeaderNav-module__link:hover{
  color: #de2c2c !important;
}
.Product-module__wrapper,
.ModalLayout-module__modal{
  /* border: 1px solid #de2c2c;
  border-radius: 10px !important; */
}
.Product-module__wrapper{
  padding: 0px !important;
  height: 180px;
}
.Products-module__wrapper{
  grid-template-columns: repeat(auto-fill,minmax(145px,1fr));
  gap: 10px;
}
.Product-module__wrapper:hover .Product-module__img{
  transform:scale(1.05);
  filter: grayscale(1);
}
.Product-module__img{
  /* margin: 25px 0px 5px 0px; */
  /* padding: 5px; */
  transition: 0.3s;
}
.Product-module__name{
  transform: translateY(0%) !important;
  text-align: center;
  background-color: transparent;
  color: #ffff !important;
  opacity: 0 !important;
}
.Product-module__price{
  padding: 5px !important;
  left: 0px;
  top: unset;
  bottom: 20px;
  background-color: #333; 
  color: #ffff !important;
  border-radius: 10px;
}
.ModalLayout-module__modal{
  border: 1px solid #de2c2c;
  border-radius: 10px;
}
.Product-module__oldPrice{
  display: none !important;
}
.Product-module__oldPrice:after{
  background-color: #333 !important; 
  height: 1px;
}
.Categories-module__categories,
.Servers-module__servers{
  justify-content: space-between;
  margin: 10px 0 !important;
  gap: 10px;
}
.Servers-module__server{
  flex: none;
  min-width: none;
  max-width: none;
}
.Categories-module__category,
.Servers-module__server{
  width: 49%;
  margin: 0px;
}
.Servers-module__server.Servers-module__active,
.Servers-module__server:hover{
  background-color: #de2c2c !important;
  color: white;
}

.Categories-module__category{
  display: block !important;
  border: 1px solid #de2c2c !important;
}
.Categories-module__category:nth-of-type(1){
  display: none !important;
}
.desc-service{
    padding-left: 5px !important;
    margin-bottom: 7px !important;
    margin-top: 7px !important;
    height: 20px !important;
    padding-top: 0px !important;
  }
.desc-service {
    background: #1c2030;
    height: 30px;
    border-radius: 0 15px 15px 0;
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 10px;
    box-shadow: -3px 0 #ee3e61;
    color: #ffff !important;
    background: transparent !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.desc-service a{
  padding: 5px 10px;
  background: #ffff;
  color: #333;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productModalDescription,
.Search-module__wrapper{
  background: transparent !important;
}
.productModalDescription{
  text-align:center !important;
}
.productModalImg{
  max-width: 250px !important;
  height: unset;
  margin-bottom: 0;
}
.ProductModal-module__header{
  justify-content: center;
  color: #de2c2c !important;
}
.ModalLayout-module__modal{
  width: 370px !important;
}
#server__shop-link{
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  padding: 10px 20px;
  background-color: #dd3863;
  margin: 15px auto;
  width: max-content;
  transition: 300ms;
}
#server__shop-link:hover{
  transform: scale(0.95);
}
.KitContent-module__containsItems{
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}
.KitContent-module__containsItem{
  border: 1px solid #de2c2c;
  border-radius: 10px;
  overflow: hidden;
}
.KitContent-module__itemName,
.KitContent-module__itemCount{
  font-size: 12px;
  color: #de2c2c !important;
}
.PlayerMenuMobile-module__menu{
  background-color: #2020204f !important;
  backdrop-filter: blur(10px) !important;
}
/* *********************************************************************** Modal - Window ****************************************************************************** */
#ExtModal{
  background: transparent !important;
  display: flex;
  justify-content: center;
  align-items: start;
  overflow-y: scroll; 
}
#ExtModal::-webkit-scrollbar {
  width: 0;
}
.kit-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.kit-item {
    background: transparent;
    margin: 8px;
    border-radius: 10px;
  	border: 1px solid #de2c2c;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.kit-item:hover{
  transform: rotate(10deg);
}
.kit-item__image {
    width: 60px;
    height: 60px;
  	object-fit: contain;
    transform: scale(0.7);
}
.modal-title{
  margin: 20px 0 !important;
  text-align: center;
  font-size: 25px;
  color: #de2c2c !important;
  background: transparent !important;
  margin: 0;
  line-height: 1.42857143;
}
.btn{
  padding: 7px 13px;
  outline-style: none!important;
  user-select: none;
  touch-action: manipulation;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin-bottom: 0;
  display: inline-block;
}
.store-categories2{
  text-align: center;
  padding: 0 10px;
}
.btn.btn-secondary {
  color: #de2c2c !important;
  border-radius: 10px;
  font-size: 15px;
  background: transparent !important;
  border: 1px solid #de2c2c;
  cursor: pointer;
  margin: 5px;
  width: max-content;
  transition: 0.3s;
}
.btn.btn-secondary:hover{
  transform: scale(1.1) !important;
}
.modal.fade.show .modal-dialog.modal-lg .modal-content{
  position: relative;
  border-radius: 5px 30px;
  overflow: hidden;
  color: #de2c2c !important;
  background-color: #2020204f !important;
  backdrop-filter: blur(10px);
  border: 1px solid #de2c2c !important;
  outline: 0;
  width: max-content; 
  padding: 10px 0;
  z-index: 9999 !important;
  margin: 10px auto !important;
}
.kit-item{
  margin: 5px !important;
}
.fade.show {
    opacity: 1;
    backdrop-filter: blur(5px);
}

.serverheader{
  border-radius: 15px;
  font-size: 20px;
  margin-top: 10px;
}
.ProductModal-module__roulette{
  width: 900px !important;
}
.RouletteContent-module__rouletteItem,
.productModalContainsItem,
.TotalSum-module__inputWrapper{
  border-radius: 10px;
  border: 1px solid #de2c2c;
}
.boxHeader,
.RouletteContent-module__lineWrapper,
.boxBody,
.boxFooter,
.Product-module__wrapper,
.productModalContainsItem,
.RouletteContent-module__rouletteItem{
  background-color: #2020204f !important;
}
.Button-module__btn.Button-module__accent{
  background-color: #de2c2c !important;
}
.MonitoringWidget-module__header,
.Shop-module__header,
.ProductItemSelector-module__label{
  color: #de2c2c !important;
}
.Shop-module__header{
  padding-bottom: 0px !important;
}
.ProductItemSelector-module__label{
  text-align: center;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.ProductItemSelector-module__items{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
#quit{
  width: 100%;
}
.exitBtn #quit{
  text-align: end;
  transition: 200ms !important;
  transition:200ms;
  position:absolute;
  top:0px;
  right:0px;
  margin-right: 12px;
  margin-top: 16px;
  font-size:20px;
  cursor:pointer;
  font-weight:900;
  color: #fff !important;  
}
.MonitoringServer-module__progressBar{
  background-image: none !important;
  background-color: #de2c2c !important;
}
.Product-module__wrapper{
  background: transparent !important;
}
.MonitoringServer-module__name,
.MonitoringServer-module__info,
.Categories-module__category,
.HeaderNav-module__link,
.LangSwitcher-module__currentLang,
.PlayerMenu-module__loginLink,
.Header-module__logo,
.ProductItemSelector-module__label,
.ProductModal-module__header{
  color: #fff !important;
}
.Product-module__discount{
  color:#333;
  background: #fff;
  margin: 5px;
  border-radius: 10px;
}
.PlayerMenu-module__loginLink:hover{
  background-color:#de2c2c !important;
}
#modalClose{
  height: 100vh;
  overflow-x: scroll;
}
#modalClose::-webkit-scrollbar {
  display: none;
}
.ShopFooter-module__text{
  display: none !important;
}
.ProfileContent-module__wrapper,
.ProfileNav-module__wrapper{
  border: 1px solid #de2c2c !important;  
  border-radius: 10px;
  overflow: hidden !important;
}
.Servers-module__servers .Servers-module__server{
  min-width: 32%;
  border: 1px solid #de2c2c;
}
.ProductModal-module__dropdown[data-modalproductid="7647326"] .boxBody .productModalGiveText{
  display: none !important;
}
.Product-module__wrapper[data-productid="7720171"] .Product-module__img{
  transform: scale(0.8) !important;
  transition: 300ms;
}
.Product-module__wrapper[data-productid="7720171"] .Product-module__img:hover{
  transform: scale(0.7) !important;
}
.Product-module__wrapper[data-productid="7720172"] .Product-module__img{
  transform: scale(0.8) !important;
  transition: 300ms;
}
.Product-module__wrapper[data-productid="7720172"] .Product-module__img:hover{
  transform: scale(0.7) !important;
}

/* ********************************************** MEDIA ***************************************************************** */
.social {
    margin: 0px 7px;
  	margin-bottom: 55px;

}
.social_title {
    font-weight: 300;
    font-size: 12px;
    color: #b9b9b9;
    margin-bottom: 10px;
    text-align: right;
}
.social_discord {
    background-color: #0b0a0a;
    border: 1px solid #de2c2c;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_tg {
    background-color: #0b0a0a;
    border: 1px solid #de2c2c;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_vk {
    background-color: #0b0a0a;
    border: 1px solid #de2c2c;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
/*.social_discord:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1);
}
.social_tg:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1);
}
.social_vk:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1);
}*/
.social_item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}
a:focus{
    color: #ffffff;
}
.social_discord .social_background {
    background: url(https://gspics.org/images/2024/08/25/I8blT7.png);
  	background-size: 50%;
  	opacity: 0.4;
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_tg .social_background {
    background: url(https://i.imgur.com/ycOhfzN.png);
  	background-size: 50%;
  	opacity: 0.4;
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_vk .social_background {
    background: url(https://gspics.org/images/2024/08/25/I8bZ5n.png);
  	background-size: 40%;
  	opacity: 0.4;
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
/*.social_discord:hover .social_background:hover {
  	 transition: transform 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.5);
}
.social_tg:hover .social_background:hover {
  	 transition: transform 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.5);
}
.social_vk:hover .social_background:hover {
    transition: transform 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.5);
}*/
.social_item+.social_item {
    margin-top: 10px;
}
.social_item-title {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
  	text-shadow: 0px 0px 12px black;
}
.social_item-link {
    padding: 8px;
    background: #de2c2c;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 300;
    color: #ffffff;
    font-size: 10px;
}
.social_item-link:hover {
    padding: 8px;
    background: #1d1b1a;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 10px;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
}
.social_item-left {
    position: relative;
    z-index: 2;
}
.social_item-right {
    position: relative;
    z-index: 2;
}
.social_background {
    top: 0;
    left: 0;
    right: 0;
  	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media(max-width: 970px){
  .Widgets-module__wrapper{
    margin-top: 0px !important;
  }
}
@media(max-width: 875px){
  .CustomPage-module__wrapper{
    flex-direction: column-reverse !important;
  }
  .Page-module__wrapper{
    margin-bottom: 0px !important;
  }
  .CustomPage-module__wrapper .Widgets-module__wrapper{
    width: 100% !important;
    max-width: none;
    min-width: none;
  }
}
@media(max-width: 825px){
  .Categories-module__category, .Servers-module__server{
    width: 100%;
  }
}
@media(max-width: 760px){
  .media{
    background-size: contain !important;
    margin-bottom: 100px !important;
  }
  .Index-module__wrapper{
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .Widgets-module__wrapper{
    width: 100% !important;
    max-width: none;
    min-width: none;
  }
  .Shop-module__wrapper{
    margin-bottom: 0px !important;
  }
}
@media(max-width: 600px){
  .server__info-box{
    width: 100% !important;
  }
}
@media(max-width: 554px){
  .Products-module__wrapper{
    grid-template-columns: repeat(auto-fill,minmax(145px,1fr));
  }
  .Banner-module__img{
    transform: scale(1.28);
  }
  .modal.fade.show .modal-dialog.modal-lg .modal-content{
    width: 90%;
  }
  .serverheader{
    font-size: 16px;
    line-height: 16px;
  }
  .modal-title{
    font-size: 18px !important;
    line-height: 18px !important;
    margin: 10px 0 !important;
  }
  #quit{
    font-size: 14px !important;
    margin-right: 0px !important;
    margin-top: 5px !important;
  }
  .btn.btn-secondary{
    width: max-content !important;
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 5px !important;
  }
  .kit-items__item{
    width: 20% !important;
  }
  .wipe__block{
    overflow: scroll;
    flex-wrap: wrap !important;
    gap: 5px !important;
  }
  .block-item-image{
    width: 50px;
    height: 50px;
  }
  .block-item-time{
    font-size: 16px;
    line-height: 16px;
  }
  .Categories-module__category{
    justify-content: center !important;
    width: 100% !important;
  }
  .Servers-module__server{
    justify-content: center !important;
    width: 100% !important;
  }
}
@media(max-width: 457px){
  .Products-module__wrapper {
    grid-template-columns: repeat(auto-fill,minmax(165px,1fr));
	}
}
@media(max-width: 396px){
  .Products-module__wrapper{
    grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));
  }
}
@media(max-width:373px){
  .Page-module__header{
    font-size: 20px;
  }
  .payment__content{
    font-size: 16px !important;
    line-height: 16px !important;
  }
}
.productModalFormRow:nth-of-type(2){
  display: none;
}
.ProductModal-module__dropdown[data-modalproductid="7647326"] .productModalFormRow{
  display: block !important;
}
/******************************************************************** NEW-DESIGN ********************************************************************/
.ModalLayout-module__modal,.modal-content,.NavDropDown-module__list.NavDropDown-module__active{
  background: #202020 !important;
  backdrop-filter: blur(0px);
}
.NavDropDown-module__list.NavDropDown-module__active{
  border: 1px solid #de2c2c !important;
}
.MonitoringWidget-module__header{
  padding-bottom: 5px !important;
}
.MonitoringWidget-module__body{
  padding: 10px 15px 5px 15px;
}
/******************************************************************** CALENDAR ********************************************************************/
.calendar__container{
  background: #0b0a0a;
  padding: 5px;
  border: 1px solid #de2c2c;
  border-radius: 9px;
}
.calendar__top{
  text-align: center;
  padding: 10px 0;
}
.calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.day, .weekday {
  padding: 5px;
  border: 1px solid #de2c2c;
  text-align: center;
  border-radius: 3px;
}
.friday {
  background-color: #de2c2c;
  color: white;
}
#month-select{
  outline: none;
  border: none;
  background: transparent;
  color: white;
  margin-left: 25px;
  -webkit-appearance: none !important;
  appearance: none !important;
}
#year-select,
#prev-month,
#next-month{
  display: none;
}
#month-select[readonly] {
  -webkit-appearance: none !important;
  appearance: none !important;
  pointer-events: none !important;
}
.calen__title{
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: white;
}