@font-face {
    font-family: irs;
    font-weight: normal;
    src: url('../font/iransans/eot/IRANSansWeb(FaNum).eot');
    src:
        url('../font/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        url('../font/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
        url('../font/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'),
        url('../font/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype')
}
html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
    font-family: irs !important;
    font-weight: normal;
}

body.show-spinner>main {
  overflow: hidden !important;
}

.selected_one{
    color: green;
}
/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*old temp*/


.form_sector_title {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-align: center !important;
    background-color: #d1f3cd !important;
    border-radius: 10px !important;
    font-size: 14px !important;
}

.fieldset {
    width: 100%;
    position: relative;
    border: 1px solid #c9c9c9;
    padding: 10px;
    border-radius: 5px;
}
.action_zone {
    background-color: rgb(175 241 166 / 23%) !important;
}
.form_head_group {
    position: relative;
    margin-top: 2rem;
}

.fieldset .sp {
    position: absolute;
    top: 0;
    font-size: 18px;
    line-height: 1;
    margin: -9px 0 0;
    background: #fff;
    padding: 0 3px;
}

.form__control {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    color: black;
    padding: 0.5rem 0;
    border-bottom: 2px solid #ecf0f1;
    font-size: 13px;
}
.bg-form-main-section {
    background-color: #eaecef;
}
.parsley-required {
    color: red !important;
}
.parsley-error {
    border: 1px solid red !important;
}
