﻿body {
  overflow: visible !important;
}

.f-small {
  font-size: 11px !important;
}

.top-rounded {
  border-radius: 0;
  border-top-left-radius: 12.5px;
  border-top-right-radius: 12.5px;
}

.bottom-rounded {
  border-radius: 0;
  border-bottom-left-radius: 12.5px;
  border-bottom-right-radius: 12.5px;
}

.plaque {
  margin-bottom: 1rem !important;
}

.plaque .title {
  font-size: 14px;
  color: #22825c;
}

.plaque .plaque-element {
  border: 2px solid #22825c;
  border-radius: 12.5px;
  padding: 0 0.5rem;
  padding-left: 0 !important;
  height: 51px;
  line-height: 51px;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
}

.plaque .plaque-element div {
  padding: 0 !important;
}

.plaque .plaque-element .right {
  color: #000;
  border-left: 2px solid #22825c;
}

.plaque .plaque-element .center {
  padding: 0 0.5rem !important;
  text-align: center !important;
  font-weight: 400;
}

.plaque .plaque-element .left {
  background-color: #22825c !important;
  border-right: 2px solid #22825c;
  color: #fff;
}

.main-holder {
  width: 330px;
  margin: 0 auto;
}

.bim-body {
  height: auto;
  min-height:calc(100vh - +3.45rem) !important;
  padding: 0 1rem 100px 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow-x: hidden;
  margin-top: 3.45rem;
}

.bim-form .bim-btn,
.bim-form .bim-cancel-btn,
.bim-form .bim-btn-light,
.bim-form .bim-btn-green {
  color: #000;
  text-align: center;
  padding: 12.5px;
  border: 1px solid #fff;
  border-radius: 15px;
  background: #ffbb00;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbb00), to(#ff8000));
  background: linear-gradient(180deg, #ffbb00 0%, #ff8000 100%);
  width: 100%;
  margin: 10px 0 0 0;
  -webkit-box-shadow: 0 15px 15px rgba(117, 117, 117, 0.16);
          box-shadow: 0 15px 15px rgba(117, 117, 117, 0.16);
}

.bim-form .bim-cancel-btn {
  background: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
}

.bim-form .bim-btn-bordered {
  border: 2px solid #ffbb00 !important;
  -webkit-box-shadow: 0 15px 15px rgba(117, 117, 117, 0.16) !important;
          box-shadow: 0 15px 15px rgba(117, 117, 117, 0.16) !important;
}

.bim-form .bim-btn-light {
  background: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bim-form .bim-btn-green {
  -webkit-box-shadow: 0 5px 10px rgba(92, 196, 147, 0.55) !important;
          box-shadow: 0 5px 10px rgba(92, 196, 147, 0.55) !important;
  background: #72ccaa !important;
  background: -webkit-gradient(linear, left top, right top, from(#72ccaa), to(#20805b)) !important;
  background: linear-gradient(90deg, #72ccaa 0%, #20805b 100%) !important;
  color: #fff;
  font-size: 14px;
  height: 51px !important;
}

.bim-form .form-group {
  position: relative;
  min-height: 67px;
}

.bim-form .form-group input,
.bim-form .form-group select {
  height: 51px;
  border-radius: 15px;
  border: 2px solid #ced4da;
  margin-bottom: 1rem;
  max-width: 100%;
  outline: none;
}

.bim-form .form-group input:focus,
.bim-form .form-group select:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #ced4da !important;
}

.bim-form .form-group input + label,
.bim-form .form-group select + label {
  position: absolute;
  right: 10px;
  top: -11px;
  padding: 0 3px;
  background: #fff;
  color: #000;
  font-size: 11px;
}
.bim-form .form-group .listcheck input {
  height: 15px;
  border-radius: 15px;
  border: 2px solid #ced4da;
  margin-bottom: 1rem;
  max-width: 100%;
  outline: none;
}
.bim-form .form-group .listcheck div{
  display: flex;
}

.bim-form .form-group .listcheck input + label {
  position: static;
  width: 92%;
  margin-bottom: 8px;
  display: block;
  float: left;
  padding: 0 3px;
  background: #fff;
  color: #000;
  font-size: 11px;
}


.bim-form .form-group input:placeholder-shown + label,
.bim-form .form-group select:placeholder-shown + label {
  top: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 13px;
  color: #22826c;
}

.bim-form .form-group input label:focus,
.bim-form .form-group select label:focus {
  top: -11px;
  background: #fff;
  color: #000;
  font-size: 11px;
  z-index: 11;
}

.bim-form .form-group input:focus + label,
.bim-form .form-group select:focus + label {
  top: -11px;
  background: #fff;
  color: #000;
  font-size: 11px;
}

.bim-form .form-group .span-inner-left {
  position: absolute;
  left: 0.7rem;
  top: 17px;
  font-size: 12px;
}

.bim-form .form-section {
  font-size: 14px !important;
  background-color: #fff;
  border: 1px solid #5de1af;
  border-radius: 12.5px;
  color: #000;
  padding: 0.25rem;
}

.bim-form .select-birthdate .title {
  font-size: 14px;
  color: #000;
}

.bim-form .form-group-button-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  background-color: #fff;
}

.bim-form .form-group-button-fixed button {
  color: #ccc;
}

.bim-form .gender-selector .form-check {
  padding: 0 !important;
  font-size: 14px;
}

.bim-form .gender-selector .form-check input {
  display: none;
}

.bim-form .gender-selector .form-check input:checked ~ label {
  background-color: #e5fef4;
  opacity: 1;
}

.bim-form .gender-selector .form-check label {
  width: 100%;
  border: 1px solid #1d6449;
  height: 51px;
  border-radius: 12.5px;
  line-height: 51px;
  text-align: center;
  opacity: 0.5;
  background-color: #fff;
 
}

#bimHeader {
  

  width: 100%;
  max-width: 330px;
  padding: 0 !important;
}

#bimHeader .main-header {
  
  padding: 1.1rem 0 1rem 0 !important;
}

#bimHeader .main-header .title {
  text-align: center;
  font-size: 13px !important;
  font-weight: 700;
}

#bimHeader .main-header .arrow-icon {
  text-align: left !important;
}

#bimHeader .main-header .arrow-icon svg {
  cursor: pointer;
}

#bimHeader .main-header .arrow-icon svg path {
  fill: #22825d !important;
}

.step-pointer .icon {
  padding-top: 1.5rem;
}

.step-pointer .icon svg {
  max-width: 100% !important;
}

.step-pointer .title {
  margin-top: 1rem;
}

.step-pointer .title .item-1 {
  font-size: 14px;
}

.step-pointer .title .item-2 {
  font-size: 14px;
}

.box-title {
  height: 51px;
  background-color: #efefef;
  border-radius: 12.5px;
  text-align: center;
  color: #000 !important;
  line-height: 51px !important;
  font-size: 14px !important;
  margin-top: 1rem;
}

.bim-cards .bim-card {
  margin-top: 1rem;
  font-size: 14px !important;
  background-color: #c9fff0;
  border: 1px solid #5de1af;
  border-radius: 12.5px;
  color: #000;
  padding: 0.25rem;
}

.bim-cards .bim-card .bim-card-header .title {
  font-weight: 700;
  margin-right: 0.25rem;
}

.bim-cards .bim-card .bim-card-body {
  margin-top: 1rem;
}

.bim-cards .bim-card .bim-card-body .card-inner-item {
  border-bottom: 1px solid #a7f1dc;
  padding: 5px 0;
}

.bim-cards .bim-card .bim-card-body .card-inner-item:last-child {
  border: 0 !important;
}

.bim-cards .splash-card {
  background-color: #fff !important;
  border: 2px solid #ffbb00;
}

.bim-cards .splash-card .bim-card-header {
  border-bottom: 1px solid #eee;
  padding: 0.375rem 0;
}

.bim-cards .splash-card .bim-card-header .title,
.bim-cards .splash-card .bim-card-header .price {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.bim-cards .splash-card .bim-card-header .title {
  margin-left: 1rem !important;
}

.bim-cards .splash-card .bim-card-body .card-inner-item {
  border: 0 !important;
}

.bim-tabs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 55px;
  padding: 0.3rem;
  border: 0;
  background-color: #f1f3f5;
  border-radius: 12.5px;
  position: relative;
  z-index: 0;
}

.bim-tabs .nav-link {
  border: 0;
  height: 100% !important;
  width: 33.33%;
  position: relative;
  color: #555;
  font-size: 12px;
  z-index: 2;
  background-color: transparent !important;
}

.bim-tabs .nav-link.active {
  color: #fff !important;
}

.bim-tabs .nav-link:nth-of-type(1).active ~ .bim-tab-runner {
  right: 0.3rem;
}

.bim-tabs .nav-link:nth-of-type(2).active ~ .bim-tab-runner {
  right: calc(33.33% - 0.3rem);
}

.bim-tabs .nav-link:nth-of-type(3).active ~ .bim-tab-runner {
  right: calc(66.66% - 0.3rem);
}

.buypack .nav-link {
  border: 0;
  height: 100% !important;
  width: 25%;
  position: relative;
  color: #555;
  font-size: 12px;
  z-index: 2;
  background-color: transparent !important;
}

.buypack .nav-link.active {
  color: #fff !important;
}

.buypack .nav-link:nth-of-type(1).active ~ .bim-tab-runner {
  right: 0.3rem;
}

.buypack .nav-link:nth-of-type(2).active ~ .bim-tab-runner {
  right: calc(25% - 0.3rem);
}

.buypack .nav-link:nth-of-type(3).active ~ .bim-tab-runner {
  right: calc(50% - 0.3rem);
}

.buypack .nav-link:nth-of-type(4).active ~ .bim-tab-runner {
  right: calc(75% - 0.3rem);
}

.bim-tabs .bim-tab-runner {
  width: 33.33%;
  position: absolute;
  top: 0.3rem;
  bottom: 0.3rem;
  border-radius: 12.5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px rgba(92, 196, 147, 0.55);
          box-shadow: 0 5px 10px rgba(92, 196, 147, 0.55);
  background: #72ccaa;
  background: -webkit-gradient(linear, left top, right top, from(#72ccaa), to(#20805b));
  background: linear-gradient(90deg, #72ccaa 0%, #20805b 100%);
}

.buypack .bim-tab-runner{
  width: 25%;
}

.aghsat .nav-link:nth-of-type(1).active ~ .bim-tab-runner {
  right: 0.3rem;
}

.aghsat .nav-link:nth-of-type(2).active ~ .bim-tab-runner {
  right: calc(50% - 0.3rem);
}

.aghsat .nav-link:nth-of-type(3).active ~ .bim-tab-runner {
  right: calc(50% - 0.3rem);
}

.aghsat .nav-link {
  width:50%;
}

.aghsat .bim-tab-runner{
  width: 50%;
}

.buypack .pack-holder{
  background-color:#ffffff;
  border:2px solid #cecece;
  border-radius: 10px;
  color:#000;
  font-size: 14px;
  padding: 10px;
  margin: 0 0 10px;
}

.buypack .pack-holder .header{
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px;
}

.buypack .pack-holder .header span:last-child{
  font-weight: bold;
  color: #22825D;
}

#sales1 .header {
  padding: 1.5rem 0;
  text-align: center !important;
}

#sales1 .header .title,
#sales1 .header .subtitle {
  padding: 0 !important;
}

#sales1 .header .title {
  color: #000;
  padding-bottom: 1.4rem;
}

#sales1 .header .subtitle {
  font-size: 12px;
}

#sales1 .car-image {
  text-align: center;
  margin-top: 2.5rem !important;
}

#sales1 .car-image img {
  max-width: 100%;
}

#sales37 .step-pointer .title {
  margin-top: 1rem;
}

#sales37 .step-pointer .title .item-1 {
  color: #000 !important;
}

#sales37 .step-pointer .title .item-2 {
  color: #555 !important;
}

.next .title {
  position: relative;
  bottom: 15px;
  color: #000;
}

.next .next-step-btn {
  margin-left: -20px;
  border: 0;
  margin-top: 10px;
  cursor: pointer;
  background: transparent;
}

.step-pointer {
  margin-bottom: 1.5rem;
}

.step-pointer .title {
  margin-top: 1rem;
}

.step-pointer .title .item-1 {
  color: #555 !important;
}

.step-pointer .title .item-2 {
  color: #000 !important;
}

.bim-form {
  padding-bottom: 1.5rem !important;
}

.bim-form .row label {
  font-size: 11px !important;
}

#sales2-1 .bim-form {
  margin-top: 1rem !important;
}

#sales2-1 .bim-form .form-section .form-section-title {
  margin-bottom: 1rem !important;
}

#sales2-1 .bim-form .form-section .form-section-title .title {
  font-weight: 700;
  margin-right: 0.25rem;
  color: #000;
  font-size: 14px;
}

#sales2-1 .bim-form .bim-btn {
  margin-top: 1rem !important;
}

#havades-2 .header .title {
  font-size: 14px;
  color: #000;
  text-align: center;
}

#splash-74 .splash-74-header {
  padding: 0.75rem !important;
  height: 100px;
  background-image: url("../images/bimeh/splash-74-header.png") !important;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #000 !important;
  overflow: hidden;
}

#splash-74 .splash-74-header .image-upper {
  background-color: #fff;
  width: 100px;
  height: 40px !important;
  border-radius: 64px;
  text-align: left;
  position: relative;
  top: 16px;
  margin-right: -40px;
}

#splash-74 .splash-74-header .header {
  width: 100% !important;
  margin-right: 1rem !important;
}

#splash-74 .splash-74-header .header .title,
#splash-74 .splash-74-header .header .top {
  font-weight: 700 !important;
}

#splash-74 .bim-form input#off-code {
  border: 1px solid #72ccaa !important;
}

#splash-74 .bim-form .bim-btn-green {
  margin-right: 7px;
}

#splash-74 .bim-form-wallet .bim-btn-light {
  position: relative !important;
  border: 2px solid #ced4da;
  font-size: 14px !important;
}

#splash-74 .bim-form-wallet .bim-btn-light .icon {
  position: absolute !important;
  right: 1rem !important;
  top: 0.5rem;
}

#splash-74 .bim-form-wallet .bim-wrapper {
  background-color: #e5e5e5;
  padding: 0.75rem !important;
}

#splash-74 .bim-form-wallet .bim-wrapper .text {
  margin-left: auto;
  margin-right: 1rem;
  font-size: 14px;
  color: #000;
}

#splash-74 .bim-form-wallet .bim-wrapper .switcher .form-check {
  position: relative;
  overflow: hidden !important;
}

#splash-74 .bim-form-wallet .bim-wrapper .switcher .form-check .form-check-input {
  width: 2.5rem !important;
  margin-top: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  position: relative;
  z-index: 1;
}

#splash-74 .bim-form-wallet .bim-wrapper .switcher .form-check .form-check-input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#splash-74 .bim-form-wallet .bim-wrapper .switcher .form-check .form-check-input:checked {
  background-position: left center;
}

#splash-74 .bim-form-wallet .bim-wrapper .switcher .form-check .form-check-input:checked ~ .switch-gradient {
  background: #72ccaa !important;
  background: -webkit-gradient(linear, left top, right top, from(#72ccaa), to(#20805b)) !important;
  background: linear-gradient(90deg, #72ccaa 0%, #20805b 100%) !important;
}

#splash-74 .bim-form-wallet .bim-wrapper .switcher .form-check .switch-gradient {
  position: absolute;
  padding: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #fff;
  right: 0;
  left: 0;
  bottom: 8px;
  top: 0px;
  background-color: #bbbbbb !important;
  z-index: 0;
  border-radius: 10px;
}

#splash-75 .splash-75-content {
  background-image: url("../images/bimeh/splash-75-header.png");
  background-repeat: no-repeat;
  font-size: 14px;
  color: #000;
}

#splash-75 .splash-75-content .splash-section {
  margin-bottom: 0.5rem;
}

#splash-75 .splash-75-content .section-1 {
  color: #1d6449 !important;
}

#splash-75 .splash-75-content .section-2 {
  font-size: 13px !important;
}

#splash-75 .splash-75-content .section-3 {
  margin-top: 0.3rem;
}

#splash-75 .splash-75-content .section-3 .section-item {
  margin-bottom: 0.44rem;
}

#splash-75 .splash-75-content .section-3 .section-item .item-2 .hour {
  margin-right: 1.5rem !important;
}

#splash-75 .splash-75-content .section-4 .text {
  margin-top: 1.3rem;
  margin-bottom: 1.5rem !important;
  font-size: 12px !important;
  color: #1d6449 !important;
}

#splash-75 .splash-75-share .share-item {
  position: relative;
  display: block;
  height: 30px !important;
  background-color: #ccc;
  border-radius: 64px;
  font-size: 10px;
  color: #000;
  line-height: 32px;
  padding: 0 0.5rem !important;
}

#splash-75 .splash-75-share .share-item .icon {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  background: #72ccaa !important;
  background: -webkit-gradient(linear, left top, right top, from(#72ccaa), to(#20805b)) !important;
  background: linear-gradient(90deg, #72ccaa 0%, #20805b 100%) !important;
}

#sales2-2 .bim-tabs .nav-link {
  width: 50% !important;
}

#sales2-2 .bim-tabs .nav-link:nth-of-type(1).active ~ .bim-tab-runner {
  right: 0.3rem;
}

#sales2-2 .bim-tabs .nav-link:nth-of-type(2).active ~ .bim-tab-runner {
  right: calc(50% - 0.3rem);
}

#sales2-2 .bim-tabs .bim-tab-runner {
  width: 50%;
}

#sales2-4 .bim-tabs .nav-link {
  width: 50% !important;
}

#sales2-4 .bim-tabs .nav-link:nth-of-type(1).active ~ .bim-tab-runner {
  right: 0.3rem;
}

#sales2-4 .bim-tabs .nav-link:nth-of-type(2).active ~ .bim-tab-runner {
  right: calc(50% - 0.3rem);
}

#sales2-4 .bim-tabs .bim-tab-runner {
  width: 50%;
}

#sales37 .bim-collaction {
  font-size: 14px !important;
  position: relative;
  border-radius: 25px;
  border: 2px solid #72ccaa;
}

#sales37 .bim-collaction a.item {
  display: block;
  position: relative;
  height: 51px;
  width: 100%;
  color: #fff;
  line-height: 38px;
  padding: 0.375rem;
  border-radius: 12.5px;
  border: 2px solid #72ccaa;
  background: #72ccaa;
  background: -webkit-gradient(linear, left top, right top, from(#72ccaa), to(#20805b));
  background: linear-gradient(90deg, #72ccaa 0%, #20805b 100%);
}

#sales37 .bim-collaction a.item .text {
  margin-right: 3rem;
}

#sales37 .bim-collaction a.item .icon {
  position: absolute;
  width: 45px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  border-radius: 12.5px;
  top: 3px;
  right: 3px;
}

#sales37 .bim-collaction .bim-coll-title {
  position: absolute;
  top: -27px;
  right: 1.5rem;
  background-color: #fff;
  width: auto !important;
}

#result-get-price-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}

#result-get-price-modal .modal-wrapper {
  z-index: 111;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  padding: 1rem;
  border-radius: 12.5px;
  color: #22825d;
  background: -webkit-gradient(linear, left top, left bottom, from(#89dfbf), to(#20805b));
  background: linear-gradient(180deg, #89dfbf, #20805b);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#result-get-price-modal .modal-wrapper .result-modal-header {
  margin-bottom: 0.375rem;
}

#result-get-price-modal .modal-wrapper .result-modal-header .title {
  font-size: 14px;
}

#result-get-price-modal .modal-inner {
  width: 100%;
  background-color: #fff;
  border-radius: 7px;
  padding: 1rem;
}

#result-get-price-modal .modal-inner .modal-inner-info {
  font-size: 14px;
  color: #000;
}

#result-get-price-modal .modal-inner .modal-inner-info .title {
  font-size: 13px;
  margin-bottom: 0.5rem !important;
}

#result-get-price-modal .modal-inner .bim-form {
  margin-top: 1rem !important;
}

#result-get-price-modal .modal-inner .bim-form .bim-cancel-btn {
  margin-top: 1rem !important;
}
/*# sourceMappingURL=bimeh.css.map */

.license-plate {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
width:70%;
  min-width: 6.8em;

  border-radius: 0.2em;
  border: 0.08em solid #333;

  height: 1.2em;
  line-height: 1.1em;
  background-color: #ddd;
  text-align: center;
  color: rgb(40, 47, 37);
  box-shadow: inset 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.3),
    inset -0.05em -0.05em 0.1em #ffffff, 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.3);
}

.license-plate > .blue-column {
  width: 0.7em;
  height: 1.1em;
  float: left;
  background-color: #042591;
  position: relative;
}

.license-plate > .blue-column > .flag {
  margin: 0.1em;
}

.license-plate > .blue-column > .flag :nth-child(1) {
  height: 0.1em;
  background-color: green;
}

.license-plate > .blue-column > .flag :nth-child(2) {
  height: 0.1em;
  background-color: #fff;
}

.license-plate > .blue-column > .flag :nth-child(3) {
  height: 0.1em;
  background-color: red;
}

.license-plate > .blue-column > .text {
  color: #ffffff;
  font-size: 0.2em;
  line-height: 1em;
  text-align: left;
  font-family: sans-serif;
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
}

.license-plate > span {
  margin: 0 0.1em;
  font-size: 1.3em;
  
  padding: 0.05em;
  display: inline-block;
  text-shadow: 0.02em 0.02em 0.03em rgba(0, 0, 0, 0.3),
    -0.03em -0.03em 0.02em #fff;
  float: left;
}

.license-plate > .alphabet-column {
  line-height: 0.5em;
  margin: 0;
}

.license-plate > .iran-column {
  width: 1.2em;
  text-align: center;
  float: right;
  border-left: 0.08em solid #333;
  height: 1.1em;
}

.license-plate > .iran-column > span {
  font-size: 0.3em;
  display: block;
  line-height: 1em;
}

.license-plate > .iran-column > strong {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 0.9em;
  text-shadow: 0.03em 0.03em 0.03em rgba(0, 0, 0, 0.3),
    -0.04em -0.04em 0.02em #fff;
}
.plk1{
  background: transparent;
    border: none;
	width: 37px!important;
    height: 30px!important;
	padding: 5px 0 0 0!important;
    border: 0!important;
    box-sizing: unset!important;
    font-size: 16pt!important;
	  color:#222  !important;
	text-align:center !important;
}
.plk1x{
  width: 80px !important;
}
.plk2 {
    background: transparent;
    border: none;
    width: 60px!important;
    height: 35px!important;
	padding: 5px 0 0 0!important;
    border: 0!important;
    box-sizing: unset!important;
	
   font-size: 16pt!important;
   color:#222  !important;
   text-align:center !important;
}
.plk2 option {
  background-color:#fff !important;
  margin:20px !important;
}
.plk3 {
    background: transparent;
    border: none;
    width: 45px!important;
    height: 35px!important;
	padding: 5px 0 0 0!important;
    border: 0!important;
    box-sizing: unset!important;
   font-size: 16pt!important;
   color:#222  !important;
   text-align:center !important;
}
.plkSrl {
    background: transparent;
    border: none;
    width: 42px!important;
    height: 35px!important;
	padding: 0!important;
    border: 0!important;
    box-sizing: unset!important;
   font-size: 16pt!important;
   color:#222  !important;
   text-align:center !important;
}
.selection{
  border-radius: 15px;
  border: 2px solid #ced4da;
  background-color: transparent !important;
  padding: 10px 2px 9px 2px;
  margin-bottom: 1rem !important;
  background: transparent !important;
  font-size: 13px !important;
  color: #22826c !important;
  min-width: 165px;
  max-width: 100%;
  float: left;
}
.label-searchable{
  position: absolute;
    margin-bottom: -10px;
    top: -9px;
    right: 5px;
    background: #fff;
    color: black;
    z-index: 99;
    font-size: 12px;
    padding-right: 7px;
    padding-left: 5px;
}
.form-control{
  font-size: 13px!important;
}
.modal {
  color: #222 !important;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.mt6{
  margin-top: 6px !important;
}
.swal-title{
  font-size: 18px !important;
}
.swal-modal {
  width: 380px !important;
}
.swal-icon:first-child {
   margin-top: 0px !important; 
}
.swal-text:last-child {
  margin-bottom: 20px !important; 
}
.swal-icon {
  margin: 0px !important;
}
@media only screen and (max-device-width: 480px) {
  .swal-modal {
    width: 90vw !important;
  }
}


 /* وسط‌چین کردن آیکون */
 .swal-modal {

  padding-top: 10px;
}
.swal-icon--warning {

  margin: auto !important;
  display: block !important;
}
.swal-icon--success {
    margin: auto !important;
    display: block !important;
}
.swal-icon--error {
    margin: auto !important;
    display: block !important;
}
.swal-icon--info {

  margin: auto !important;
  display: block !important;
}

/* وسط‌چین کردن عنوان */
.swal-title {
  text-align: center !important;
  direction: rtl;
  margin-bottom: 10px;
}

/* وسط‌چین کردن متن اصلی */
.swal-text {
  text-align: center !important;
  display: block !important;
  direction: rtl;
  width: 100%;
}

/* وسط‌چین کردن دکمه */
.swal-footer {
  text-align: center !important;
}

/* استایل دکمه برای قشنگ‌تر شدن */
.swal-button {

  float: none !important; /* جلوگیری از چسبیدن به راست یا چپ */
}


.fixed-header{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width:100%;
  height:3.4rem;
  z-index:9999;
  background-color:#89DFBF;
  top: 0;
}
.btn-gold-insurance {
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: bold;
    display: inline-block;
    transition: 0.3s;
    text-decoration: none;
}

    .btn-gold-insurance:hover {
        background: linear-gradient(135deg, #f0c14b, #b8860b);
        transform: scale(1.05);
    }

.gold-dialog-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.gold-dialog-box {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    width: 90%;
    max-width: 420px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    animation: fadeInUp 0.35s ease;
}

.dialog-title {
    font-weight: 700;
    color: #b8860b;
    margin-bottom: 15px;
}

.item.clickable {
    display: block;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    background-color: #fafafa;
    transition: 0.2s;
}

    .item.clickable:hover {
        background-color: #fff3c4;
        transform: scale(1.03);
    }

.close-btn {
    margin-top: 15px;
    background-color: #b8860b;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    cursor: pointer;
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}