body {
  background-color: #EEEEEE;
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.container-xxl {
  max-width: unset !important;
}



.fsf-input__item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
}






/* Override input fields */

input:focus,
select:focus {
  outline: 3px solid #FEE016 !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 0 0 2px !important;
}


.header-items {
  margin-left: 24px;
  margin-right: 24px;
  color: #722DF9;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.5rem;
}

.item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column !important;
  margin: 7px;
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 55px;
  margin: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  font-size: 2.3rem;
  color: #722DF9;
}

.preview-mode {
  height: 40px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.min_vh80 {
  min-height: 75vh !important;
}

.bg-login-image {
  background: url("../images/login_bg.png");
  background-position: center;
  background-size: cover;
}

.sig_wrapper {
  width: 330px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sig_area {
  border: 1px solid #000;
  left: 0;
  top: 0;
  width: 330px;
  height: 200px;
  background-color: white;
}


.m_line1 {
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
  display: block;
  margin-bottom: 4px;
  margin-top: 10px;
}

.imgSize1 {
  width: 54px;
}

.active {
  color: inherit;
}

.dropzone1 {
  border: 3px solid #FFF;
  background: #000;
  height: auto;
  width: 100%;
}

.w-10 {
  width: 10%;
}

.hidden-div {
  display: none;
}

/* Scroll 6 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);

}

::-webkit-scrollbar-thumb {
  background-color: #00AF6E;
  border-radius: 10px;
}



.btn_bg_blue {
  line-height: 42px;
  text-align: center;
  width: 60px;
  height: 60px;
  color: #008DCA;
  border-color: #58CCFE;
  background-color: rgb(138, 219, 255, 0.4);
}


.fullScreenM {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 400%;
  background-color: #FFFFFF;
}


.upload_box_design1 {
  width: 100%;
  height: 120px;
  border: 2px dashed #8F8F8F;
  display: block;
  color: #8F8F8F;
}


.badge-green1 {
  color: #007912;
  background-color: rgba(0, 243, 4, 0.27) !important;
}

.badge-green2 {
  color: #007912;
  background-color: rgba(0, 243, 4, 0.37) !important;
}

.badge-green3 {
  color: #007912;
  background-color: rgba(0, 243, 4, 0.47) !important;
}


.badge-yellow1 {
  color: #677000;
  background-color: rgba(255, 247, 0, 0.28) !important;
}

.badge-yellow2 {
  color: #677000;
  background-color: rgba(255, 247, 0, 0.38) !important;
}

.badge-yellow3 {
  color: #677000;
  background-color: rgba(255, 247, 0, 0.48) !important;
}


.badge-blue1 {
  color: #0040FF;
  background-color: rgba(0, 128, 255, 0.28) !important;
}

.badge-blue2 {
  color: #0040FF;
  background-color: rgba(0, 128, 255, 0.38) !important;
}

.badge-blue3 {
  color: #0040FF;
  background-color: rgba(0, 128, 255, 0.48) !important;
}



.badge-pink1 {
  color: #6E0037;
  background-color: rgba(255, 0, 127, 0.28) !important;
}

.badge-pink2 {
  color: #6E0037;
  background-color: rgba(255, 0, 127, 0.37) !important;
}

.badge-pink3 {
  color: #6E0037;
  background-color: rgba(255, 0, 127, 0.47) !important;
}



.badge-red1 {
  color: #D90000;
  background-color: rgba(255, 0, 0, 0.27) !important;
}

.badge-red2 {
  color: #D90000;
  background-color: rgba(255, 0, 0, 0.37) !important;
}

.badge-red3 {
  color: #D90000;
  background-color: rgba(255, 0, 0, 0.47) !important;
}


.badge-dark1 {
  color: #000000;
  background-color: rgba(29, 29, 29, 0.17) !important;
}

.badge-dark2 {
  color: #ffffff;
  background-color: rgba(29, 29, 29, 0.27) !important;
}

.badge-dark3 {
  color: #ffffff;
  background-color: rgba(29, 29, 29, 0.37) !important;
}

.fs-7 {
  font-size: 0.90rem !important;
}

.fs-8 {
  font-size: 0.80rem !important;
}

.fs-9 {
  font-size: 0.75rem !important;
}


.bg-color1 {
  background-color: #F8F8F8;
}