/* Generated by script */
@font-face {
    font-family: vazir;
    src: url('../font/vazir/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: vazir;
    src: url('../font/vazir/Vazirmatn-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: vazir;
    src: url('../font/vazir/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: vazir;
    src: url('../font/vazir/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: vazir;
    src: url('../font/vazir/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: vazir;
    src: url('../font/vazir/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: vazir;
    src: url('../font/vazir/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: vazir;
    src: url('../font/vazir/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: vazir;
    src: url('../font/vazir/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body
{
    font-family: vazir, Tahoma, sans-serif;
    background: linear-gradient(180deg, #FFD700, #FF4500 );
    min-height: 100vh;
}

a
{
  text-decoration: none;
}
.container
{
  max-width: 422px;
}
#logo
{
  height: 28px;
}


#accounT_menu{
  margin-top: 2.4rem !important;
  left: -4px;
}

#shopBox
{
  width: 100%;
  max-width: 420px;
}

.modal-backdrop.show {
  opacity: 0.9 !important;
}

.ltr
{
  direction: ltr;
}

.response:empty
{
    display: none;
}

.form-links {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.mw-512
{
    max-width: 512px;
}

.form-links a {
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s;
}

.form-links a:hover {
    color: #0056b3;
}

.input-container {
    position: relative;
    width: 200px;
}

.input-container input {
    padding: 10px;
    width: 100%;
}

.box
{   
    width: 100%;
    max-width: 330px;
    margin: auto;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
}


.word-break
{
    word-break: break-all;
}


#qrcode img
{
    display: inline !important;
}





#in_config
{
  height: 360px;
  resize: none;
  border: none;
}


#paymodal .progress
{
  height: 24px;
  margin-top: 16px;
}