body.page{
  background-color: #f0f0fa;
}
.page .content{
  width: 100%;
}
.page .main-content{
  padding: 3em 0;
}
.gform_wrapper .gfield_required{
  display: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea.textarea{
  padding: 1em 1em !important;
  border-radius: 1em;
  border: 1px solid #ccc;
}
.gform_wrapper ul.gform_fields li.gfield, body .gform_wrapper .top_label div.ginput_container{
  margin-top: unset;
}
body .gform_wrapper .gform_footer input.button.gform_button,body .gform_wrapper .gform_footer input[type=submit]{
  background-color: #241653;
  color: #fff;
  font-size: 18px;
  margin: unset !important;
  cursor: pointer;
  font-family: iranyekan;
  border: unset;
  height: 46px;
  width: 5em !important;
  text-align: center !important;
  border-radius: 1em;
}
body .gform_wrapper{
  margin: unset;
}

.is-invalid-input {
  border-color: #db3c36;
}

.apexcharts-legend-text {
  font-family: 'Iransans-Light' !important;
  margin-right: 5px;
}

.alert-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding : 2rem;
  width: 100%;
  height: 100%;
  background-color:#ff6f1c !important;
}

.alert-card > .alert-cart-title {
  color: #ffffff;
}


.input-group-custom {
  display: flex;
}

.input-group-custom > input {
  height: 31px;
  width: 30%;
  margin: 16px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 30px #aaaaaa;
}

.borrow-log-item {
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  margin: 12px auto 0px auto;
  width: 90%;
}

.borrow-log-item-exchange {
  background-color: rgba(172, 255, 47, 0.116);
}

.borrow-log-item-settlement {
  background-color:  #52f93c;
  color: rgb(46, 46, 46);
}

.borrow-log-item-borrow {
 background-color:  #ff9d49;
 color: rgb(46, 46, 46);
}

.img-flag {
  width: 20px;
  height: 20px;
}

.select2-search__field {
  text-align: right;
}

.ms-dark-theme input , .ms-dark-theme select , .ms-dark-theme textarea{
  background-color: rgb(22, 24, 32) !important;
  color: #ffffff !important;
}

.ms-dark-theme input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield; /* Other modern browsers */
    background-color: rgb(22, 24, 32) !important;
    color: #ffffff !important;
}

.ms-dark-theme button {
  background-color: #292d5a !important;
  border-color: #241653 !important;
  color: #ffffff !important;
}

.ms-dark-theme .btn {
  background-color: #292d5a !important;
  border-color: #241653 !important;
  color: #ffffff !important;
}

.ms-dark-theme .select2-selection , .select2-results__option {
  background-color: rgb(22, 24, 32) !important;
  color: #ffffff !important;
}

.apexcharts-text tspan {
  font-family: Iransans-Light !important;
}

.hiddenRow {
  padding: 0 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  color: #000000 !important;
}

::placeholder {
  color: rgba(201, 201, 201, 0.911) !important;
}

::-webkit-input-placeholder {
  color: rgba(201, 201, 201, 0.911) !important;
  opacity: 1; /* Firefox */
}

::-moz-placeholder {
  color: rgba(201, 201, 201, 0.911) !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(201, 201, 201, 0.911) !important;
}

td {
  direction: ltr;
}

div:has(> table) {
    border-radius: 15px;
}

.chart_url-textarea {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden
}

@media only screen and (max-width: 768px) and (min-width: 400px){
  .borrow-log-modal {
    max-width: 95% !important; 
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
  .borrow-log-modal {
    max-width: 90% !important;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  .borrow-log-modal {
    max-width: 80% !important;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1280px) {
  .borrow-log-modal {
    max-width: 70% !important;
  }
}

.tile-form-4 > *, .tile-form-2 > *, .tile-form-6 > *, .tile-form-3 > *{
  box-sizing: border-box;
}
@media only screen and (min-width:1600px){
  .tile-form-4 {
    width: 33.33%;
  }
  .tile-form-6 {
    width: 50%;
  }
  .tile-form-2 {
    width: 16.66%;
  }
  .tile-form-3 {
    width: 25%;
  }
  .tile-form-5 {
    width: 41.66%;
  }
  .tile-panel, .tile-panel-h-auto {
    height: 150px;
  }
  .tile-form-4, .tile-form-2, .tile-form-6, .tile-form-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media only screen and (max-width:1600px){
  .tile-form-4 {
    width: 100%;
  }
  .tile-form-6 {
    width: 100%;
  }
  .tile-form-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tile-form-3 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tile-form-5 {
    width: 100%;
  }
  .tile-panel {
    height: 280px;
  }
  .tile-panel-h-auto {
    /* height: 280px; */
    height: auto;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .tile-form-4, .tile-form-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1280px){
  .borrow-log-details{
    font-size: medium;
  }
}

@media only screen and (max-width: 1280px){
  .borrow-log-details{
    font-size: small;
  }
}