:root{
    --first-color: #1A73E8;
    --input-color: #80868B;
    --border-color: #DADCE0;
}
body > iframe {
    display: none;
  }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
@font-face {
    font-family: "iran_cal";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/IRANSansWeb\(FaNum\).ttf");
}

@font-face {
    font-family: "iran";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/IRANSansWeb-Medium.ttf");
}

@font-face {
    font-family: anurati;
    src: url('/fonts/Anurati-Regular.otf');
}
@font-face {
    font-family: iranbold;
    src: url('/fonts/IRANSansWeb-Bold.ttf');
}
body {
    font-family: "iran";
}
.widget {
    display: inline-block;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}
.widget-lg .btn, .widget-lg .social-count {
    height: 13px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
}
.widget-lg .btn.message{
    height: 23px;
    line-height: 16px;
    border-color: #d1d9e0;
}

.btn:not(:last-child) {
    border-radius: .25em 0 0 .25em;
}
.octicon {
    display: inline-block;
    vertical-align: text-top;
    fill: currentColor;
    overflow: visible;
}

.social-count:hover, .social-count:focus {
    color: #0969da;
}
.widget-lg .btn, .widget-lg .social-count {
    height: 16px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
}

.social-count {
    color: #25292e;
    background-color: #fff;
    border-color: #d1d9e0;
}
.social-count {
    border-left: 0;
    border-radius: 0 .25em .25em 0;
}
.dataTable-pagination-list{
    direction: ltr !important;
}
.header-filter:before {
    background: rgba(0, 0, 0, .5);
}
.header-filter:after, .header-filter:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.form__div{
    position: relative;
    height: 48px;
    margin-bottom: 1.5rem;
  }
  .form__input{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: var(--normal-font-size);
    border: 1px solid var(--border-color);
    border-radius: .5rem;
    outline: none;
    padding: 1rem;
    background: none;
/*     z-index: 1; */
  }
  .form__label{
    position: absolute;
    right: 1rem;
    top: .7rem;
    padding: 0 .25rem;
    background-color: #fff;
    color: var(--input-color);
    font-size: var(--normal-font-size);
    transition: .3s;
  }
  .form__button{
    display: block;
    margin-left: auto;
    padding: .75rem 2rem;
    outline: none;
    border: none;
    background-color: var(--first-color);
    color: #fff;
    font-size: var(--normal-font-size);
    border-radius: .5rem;
    cursor: pointer;
    transition: .3s;
  }
  .form__button:hover{
    box-shadow: 0 10px 36px rgba(0,0,0,.15);
  }
  
  /*Input focus move up label*/
  .form__input:focus + .form__label{
    top: -.9rem;
    right: .8rem;
    color: var(--first-color);
    font-size: var(--small-font-size);
    font-weight: 500;
    z-index: 10;
  }
  
  /*Input focus sticky top label*/
  .form__input:not(:placeholder-shown).form__input:not(:focus)+ .form__label{
    top: -.9rem;
    right: .8rem;
    font-size: var(--small-font-size);
    font-weight: 500;
    z-index: 10;
  }
  
  /*Input focus*/
  .form__input:focus{
    border: 1.5px solid var(--first-color);
  }
  hr.horizontal.info {
    background-image: linear-gradient(90deg,transparent,#1a73e8,transparent) !important;
}

.wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  }
  header h2 {
    font-size: 24px;
    font-weight: 600;
  }
  header p {
    margin-top: 5px;
    font-size: 16px;
  }
.price-input,.price-input2,.price-input3,.price-input4,.price-input5,.price-input6,.price-input7 {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
  }
  .price-input .field,.price-input2 .field ,.price-input3 .field ,.price-input4 .field ,.price-input5 .field ,.price-input6 .field ,.price-input7 .field  {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
  }
  .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 5px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator,.price-input2 .separator ,.price-input3 .separator ,.price-input4 .separator ,.price-input5 .separator ,.price-input6 .separator ,.price-input7 .separator  {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .slider,.slider2,.slider3,.slider4,.slider5,.slider6,.slider7 {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .slider .progress,.slider2 .progress,.slider3 .progress,.slider4 .progress,.slider5 .progress,.slider6 .progress,.slider7 .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #17a2b8;
  }
  .range-input, .range-input2, .range-input3, .range-input4, .range-input5, .range-input6, .range-input7 {
    position: relative;
  }
  .range-input input,.range-input2 input,.range-input3 input,.range-input4 input,.range-input5 input,.range-input6 input,.range-input7 input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  
  /* Support */
  .support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
  }
  .b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  .b-btn.paypal i {
    color: blue;
  }
  .b-btn:hover {
    text-decoration: none;
    font-weight: bold;
  }
  .b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
  }

  .l-radio{
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background .2s ease;
    margin: 8px 0;
    -webkit-tap-highlight-color: transparent;
  }
  l-radio&:hover,
  l-radio:focus-within{
    background: rgba( #9F9F9F,.1)
  }
  input[type="radio"]{
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px  #9F9F9F;
    box-shadow: inset 0 0 0 1.5px  #9F9F9F;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(.95,.15,.5,1.25);
    pointer-events: none;
  }
input[type="radio"]:focus{
    outline: none
  }
input[type="radio"]:checked{
        box-shadow: inset 0 0 0 6px #6743ee;
      }
input[type="radio"] + span{
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 2px;
  }
.rmdp-container {
  width: 100%;
}
.img-fluid, .img-thumbnail {
  width: 100% !important;
  height: 240px !important;
  object-fit: cover !important;
}
button.swal2-confirm{
  margin-left: 1rem !important;
}
div.swal2-popup{
  direction: ltr !important;
}
.bg-gradient-primary h6, .bg-gradient-primary h6 > i{
  color: #fff !important;
}
.nav.nav-pills .nav-link.active {
    background-color: #f0f2f5 !important;
}