.telegram{
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 5;
    color: #fff;
    background: #000000;
    border: none;
    padding: 1px;
    box-shadow: 0 0 10px var(--theme-deafult);
    opacity: 0.8;
    transition: all 0.3s ease;
}
.gradient-green-dark {
    border: none;
    background-image: linear-gradient(to bottom, #599917, #31471a);
}
.gradient-orange-dark {
    border: none;
    background-image: linear-gradient(to bottom, #993517, #47221a);
}
.gradient-yellow-dark {
    border: none;
    background-image: linear-gradient(to bottom, #857b07, #473b1a);
}

.bgs-1 {
  background-image: url(./images/bg/slider1.png);
}

.bgs-2 {
  background-image: url(./images/bg/slider2.png);
}

.bgs-3 {
  background-image: url(./images/bg/slider3.png);
}
.max-w-screen-sm {
  max-width: 480px !important;
}
.header-fixed{
  position: fixed;
  line-height: 44px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: -webkit-center;
  z-index: 9;
}
.mt-header{
  margin-top: 100px;
}
.footer-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: -webkit-center;
}
.font-40{
  font-size: 40px;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

/*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/
.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

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

.font-15 {
  font-size: 15px !important;
}

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

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

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

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

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

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-41 {
  font-size: 41px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-43 {
  font-size: 43px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-47 {
  font-size: 47px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-49 {
  font-size: 49px !important;
}

.font-50 {
  font-size: 50px !important;
}
.dark-mode select option{
  background: #1a0037;
}
.logo-center{
  width: 100px !important;
  border-radius: unset !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.card-search{
  border-radius: unset !important;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 300px;
  overflow-y: scroll;
}
.html5-qrcode-element{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  
  color: #fff;
  background-color: #3c63e2;
  border-color: #3c63e2;

  margin-bottom: 10px;

  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.br-bot{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.br-top{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.br-left{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.br-right{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}
@-webkit-keyframes fadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}
@keyframes fadeOut {
  from { opacity: 1; }
    to { opacity: 0; }
}
.transIn{
  -webkit-animation: fadeIn 1s;
  transition: fadeIn 1s ease-out;
}
.transOut{
  -webkit-animation: fadeOut 1s;
  transition: fadeOut 1s ease-out;
}
@-webkit-keyframes dfadeIn {
  from { display: none; }
    to { display: block; }
}
@keyframes dfadeIn {
  from { display: none; }
    to { display: block; }
}
@-webkit-keyframes dfadeOut {
  from {  display: block; }
    to { display: none; }
}
@keyframes dfadeOut {
  from {  display: block; }
    to { display: none; }
}
.dtransIn{
  -webkit-animation: dfadeIn 1s;
  transition: dfadeIn 1s forwards;
}
.dtransOut{
  -webkit-animation: dfadeOut 1s;
  transition: dfadeOut 1s forwards;
}

.inline-group .form-control.number {
  text-align: center;
  border-radius: 10px !important;
}

.form-control.number[type="number"]::-webkit-inner-spin-button,
.form-control.number[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wp-40{
  width: 40px !important;
}
.mw-10{
  max-width: 10% !important;
}
.mw-20{
  max-width: 20% !important;
}
.mw-30{
  max-width: 30% !important;
}
.mw-40{
  max-width: 40% !important;
}
.mw-50{
  max-width: 50% !important;
}
.mw-60{
  max-width: 60% !important;
}
.mw-70{
  max-width: 70% !important;
}
.mw-80{
  max-width: 80% !important;
}
.mw-90{
  max-width: 90% !important;
}
.mw-100{
  max-width: 100% !important;
}
.mw-320{
  max-width: 320px !important;
}
.icon3d-gray{
  text-shadow: -1px -1px 0 #333333,
    1px 1px 0 #333333, 
    2px 2px 0 #333333, 
    3px 3px 0 #333333;
}
.loading-animation{
  width: 100% !important;
  border-radius: 5px !important;
  animation: 2s linear infinite spinner-grow !important;
}

.box-skeleton{
  width: 100% !important;
  border-radius: 5px !important;
  background-color: #11150f;
  min-height: 30px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  align-content: space-evenly;
}

.container {
  margin-top: 4em;
  margin-bottom: 4em;
}

.loading-skeleton div,
.loading-skeleton h1,
.loading-skeleton h2,
.loading-skeleton h3,
.loading-skeleton h4,
.loading-skeleton h5,
.loading-skeleton h6,
.loading-skeleton p,
.loading-skeleton li,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton .form-control {
  color: transparent;
  appearance: none;
  -webkit-appearance: none;
  background-color: #eee;
  border-color: #eee;
}
.loading-skeleton div::placeholder,
.loading-skeleton h1::placeholder,
.loading-skeleton h2::placeholder,
.loading-skeleton h3::placeholder,
.loading-skeleton h4::placeholder,
.loading-skeleton h5::placeholder,
.loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder,
.loading-skeleton li::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton .form-control::placeholder {
  color: transparent;
}

@keyframes loading-skeleton {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.loading-skeleton {
  pointer-events: none;
  animation: loading-skeleton 1s infinite alternate;
}
.loading-skeleton img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}
.swal-modal{
  background: #101010;
  border-radius: 5px;
}
.swal-text{
  color: #ffffff !important;
}
.swal-footer{
  text-align: center;
}
.swal-button{
  background-color: var(--primary) !important;
}