html {
 
  --dialog-bg-color:#292C32;
  --theme-bg: #121212;
  --theme-color: #0031A9;
  --theme-hili-color: linear-gradient(to right, #3b82f6, #7c3aed);
  --theme-hili-text-color: #DD6419;
  --theme-hili-bg-gt1: linear-gradient(170deg, #4194e4 -8.23%, #2B4BFF 70.03%);
  --component-bg-color: #1C1F26;

  --theme-button-bg-gt1: linear-gradient(186deg, #54D7FE -8.23%, #2B4BFF 70.03%);
  --theme-underline-gt: linear-gradient(270deg, #E8F45B 0%, #E1A200 97.43%);
  --input-bg:#37414F;
  --input-disabled-bg: #37414F;
  --footer-toolbar-bg: #070707;
  --input-action-text-color: #23252A;
  --swiper-pagination-color: #77B3D2;
  --supporting-color: #68707B;
  --zindex-app-toolbar: 10;
  --zindex-modal: 11;
}
/* sp_alert */
.sp_alert{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 1000;
  pointer-events: none;
}
.sp_alert.active{
  opacity: 1;
  visibility: visible;
}
.sp_alert_content{
  background: #27344ff2;
  box-shadow: 0 0 4px #000000cc;
  padding: 33px;
  text-align: center;
  min-width: 160px;
  max-width: calc(100% - 24px);
  margin: auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 6px;
  min-width: 110px;
  font-size: 14px;
  pointer-events: all;
}
.sp_alert_media{
  margin: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_alert_icon{
  display: block;
  margin: auto;
  max-width: 100%;
  max-width: 100%;
}
.sp_alert_title{
  font-size: 14px;
  color:#fff;
  font-weight: bold;
  line-height: calc(26 / 18);
}
/* sp_alert / */

/* sp_dialog */
.sp_dialog{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  background: rgba(0,0,0, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: var(--zindex-modal);
}
.sp_dialog.active{
  opacity: 1;
  visibility: visible;
}
.sp_dialog_content{
  background: var(--dialog-bg-color);
  padding: 33px;
  text-align: center;
  width: calc(335 / 375 * 100%);
  max-width: calc(100% - 24px);
  margin: auto;
  border-radius: 10px;
  position: relative;
}
.sp_dialog_title{
  font-size: 18px;
  color:#fff;
  font-weight: bold;
  line-height: calc(26 / 18);
  margin-bottom: 25px;
}
.sp_dialog_text{
  margin-bottom: 30px;
  color:#ffffff;
}
.sp_dialog_close{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
}
.sp_dialog_close img{
  max-width: 13px;
}
.sp_dialog_divider{
  height: 1px;
  background: #34383F;
}
.sp_dialog_buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
.sp_dialog_buttons button{
  width: 100%;
}
.sp_dialog_buttons button:only-child{
  width: auto;
  min-width: 130px;
}
.sp_dialog_buttons.sp_dialog_buttons_reversed{
  flex-direction: row-reverse;
}
.sp_dialog_buttons.sp_dialog_buttons_reversed .sp_dialog_negative_button{
  background: var(--theme-hili-color);
  color: #fff;
  border-color: var(--theme-hili-color);
}
.sp_dialog_buttons.sp_dialog_buttons_reversed .sp_dialog_positive_button{
  background: none;
  color: var(--theme-hili-color);
  border: 1.5px solid currentColor;
}
.sp_dialog_negative_button{
  background: none;
  color: var(--theme-hili-color);
  border: 1.5px solid currentColor;
  border-radius: 5px;
  padding: 0.4rem 0;
}
.sp_dialog_positive_button{
  background: var(--theme-hili-color);
  border: 1.5px solid var(--theme-hili-color);
  border-radius: 5px;
  padding: 0.4rem 0;
}
/* sp_alert / */


.fav-btn{
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fav-btn:after{
  content:'';
  display: block;
  position: absolute;
  top: -9px;
  right: -9px;
  bottom: -9px;
  left: -9px;
}
.fav-btn:before{
  /* content:'';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  opacity: 1;
  border-radius: 50%; */
}
.fav-btn.fav-btn_active:before{
  opacity: 0;
}
.fav-btn__img{
  max-width: 100%;
  max-height: 100%;
}



/* modal */
.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: vaR(--zindex-modal);
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
}

.modal_title{
  color:#E6CC2F;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(18 / 16);
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  padding: 0 20px;
}

.modal_title .modal_close{
  left: auto;
  right: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: auto;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 20px);
  background-color: rgb(31 41 55 / 1);
  border: 1px solid rgb(55 65 81 / 1);
  border-radius: 20px;
  padding: 27px 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #2B2E34;
}

.modal_inner_content {
  min-height: 200px;
  max-height: 60vh;
  overflow-y: auto;
  width: 100%;
}

.modal_close {
  position: absolute;
  bottom: -32px;
  left: 10px;
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.modal_permenant_close {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}


/* modal bottom */
.modal_bottom_container {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  transition: opacity .3s ease-out;
}

.modal_bottom_container.active {
  visibility: visible;
  opacity: 1;
}

.modal_search_box{
  margin-bottom: 22px;
  position: relative;
}

.modal_search_box input{
  height: 38px;
  border: none;
}

.modal_search_box .modal_search_box_icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.modal_bottom_content .modal_search_box input::placeholder{
  color:#555A65;
}

.modal_bottom_content {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  min-height: 250px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 20px;
  background: #292C32;
  border-radius: 10px 10px 0px 0px;
  transition: bottom .3s ease-out, visibility .3s ease-out;

  display: flex;
  flex-direction: column;
}

.modal_bottom_content input::placeholder{
  color:#CCCCCC;
} 

.modal_bottom_container.active .modal_bottom_content {
  bottom: 0;
}

.modal_bottom_container .modal_search_box input{
  background: #1C1F26;
  border: 1px solid #34383F;
  font-size: 14px;
}

.modal_bottom_body{
  min-height: 0;
  flex-grow: 1;
  flex-direction: column;
  display: flex;
}

.modal_bottom_title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 25px;
  padding: 0 30px;
  font-weight: 700;
  min-height: 1.3em;
}

.modal_header_close{
  position: absolute;
  top: 30px;
  right: 30px;
}

.modal_header_close:before{
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
}

.modal_header_close img{
  filter: brightness(0) invert(68%) sepia(23%) saturate(202%) hue-rotate(185deg) brightness(99%) contrast(86%);
}

.modal_bottom_section_title{
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
}

.modal_bottom_buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}