@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@media only screen and (min-width: 600px) {
  * {
    font-size: 1rem;

  }

  input {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 600px) {
  * {
    font-size: 0.9rem;

  }


}



@font-face {
  font-family: Vazir-Light;
  src: url('Vazir-Light.eot');
  src: url('Vazir-Light.eot?#iefix') format('Vazir-Light-opentype'),
  url('Vazir-Light.woff') format('woff'),
  url('Vazir-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {

  margin-top: 20px;
  background-color: rgba(221, 226, 226, 0.25);
  width: 100%;

}
body *{
  font-family: "IRANSansMobile(FaNum)";
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

tr td {
  padding-right: 2px !important;
  margin: 0 !important;

}

.bg-light-gray {
  background-color: rgba(91, 91, 91, 0.25);
}
.container{
  padding-bottom: 20px;
}


#searchForm {
  display-outside: ruby;
  z-index: 100;
}

.currency, input[type="number"], input[type="tel"] {
  letter-spacing: 5px;
}

.card {
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 5px 5px 20px rgb(128, 128, 128);
}

.card-body {

  text-wrap: nowrap;

  overflow-x: auto;



}
.card-body * { }
input::-webkit-input-placeholder {
  color: white;
}

input:-moz-placeholder {
  color: white;
}



.form-control, .form-select , .select2-container , .customerSelectInput{
  border:0px;
  border-bottom: 1px solid rgb(145 97 215 / 94%);
  border-right :1px solid rgb(145 97 215 / 94%);
  border-left :1px solid rgb(145 97 215 / 94%);
  border-radius:15px;
  webkit-border-radius: 40px;
  webkit-border-end-color:  #204070;

}

.card-body > table {
  overflow-x: auto;
  text-wrap: nowrap;
  background-color: white;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
}

.float-end{
  padding-bottom: 10px;

}
.pointer:hover {
  cursor: pointer
}


.card-header {
  color: blue;
  font-weight: bolder;
  border-bottom: 2px solid #6ea8fe;

}

input[type='text'], input[type='number'], input[type='tel'] ,select {
  margin-bottom: 3px;

  direction: rtl;
}

select option:nth-child(even) {
  background: whitesmoke;

}
.select2-results__option.select2-results__message:hover {
  color: white;
}
.form-floating > label {
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: .8rem;
  color: darkblue;
}
tfoot{background-color: whitesmoke}
.alert{
  margin-top: 0;
  padding: 0;
  font-size: 0.8rem;
}
[role="option"]{font-size:large;
  border-bottom: 1px #9f9b9b solid;
  padding-top: 10px;padding-bottom: 10px;
  height: 50px;
}
[role="option"]:nth-child(odd)  {
  background-color:#edeaea;
}
@media print {
  body{
    font-size: 0.6rem;
    align-content: center;
  }
}
