@font-face {
  font-family: "ethnocentric-rg";
  src: url("/font/ethnocentric-rg.ttf");
}

:root {
  --primary: #E5B03D;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ethnocentric-rg";
}

#signature {
  display: block;
  background: white;
  width: 100%;
  height: 15em;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

body {
  margin: 2em 0;
  overflow-x: hidden;
  padding: 0;
}

.heading {
  /*color: #389c44;*/
  color: black;
  background-color: #ff9e05;
  margin-bottom: 30px;
  font-weight: bolder;
}

.form-div {
  margin-top: 2em 0;

  /* background-color: #ebe4e4; */
  /* padding: 20px; */
  /* border-radius: 10px; */
  /* padding: 20px 40px; */
}

hr {
  color: black;
  border: black 1px solid;
}

.sec-2 {
  font: bolder;
}

.center {
  display: flex;
  justify-content: center;
  /*margin-top: 3.2em;*/
}

/* .alert {
    background-color: #249245;
    color: whitesmoke;
    font-weight: bolder;
} */
.header-logo{
  height: 42px;
}

canvas{
  width: 100%;
  height: 100%;
}

.img {
  width: 264px;
}

.mks-logo {
  background-image: url('/public/img/mks-black.png');
  width: 408px;
  height: 113px;
  background-size: 68%;
  background-repeat: no-repeat;
}

.gss-logo {
  background-image: url('/public/img/gss-black.png');
  width: 408px;
  height: 113px;
  background-size: 68%;
  background-repeat: no-repeat;
}

/*@media (prefers-color-scheme: dark) {*/
/*   .mks-logo {*/
/*        background-image: url('/public/img/mks-white.png');*/
/*   }*/
   /*.gss-logo {*/
   /*     background-image: url('/public/img/gss-white.png');*/
   /*}*/
/*}*/

.mandatory {
  color: red;
  font-size: 14px;
  font-weight: bolder;
}

.error {
  background-color: #dc3545!important;
  padding: 10px;
  margin-top: 10px;
  color: whitesmoke;
  border-radius: 10px;
  font-weight: bolder;
}

@media screen and (max-width: 480px) {
  .img {
    width: 185px;
  }
}

@media screen and (max-width: 400px) {
  .img {
    width: 140px;
  }
}

@media screen and (max-width: 260px) {
  .img {
    width: 120px;
  }
}

.top-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

h4.heading.marks {
  margin-top: 31px;
}

.g_ss {
  display: none;
}

.swal-modal {
  background-color: #fbfbfb !important;
}

.swal-icon img {
  max-width: 100px;
  max-height: 100px;
}

.alert_info {
  background-color: #d9edf7!important;
  color: #31708f;
  font-weight: bolder;
}

.logo-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo-header .heading-wrapper h2 {
  margin: 0;
}

.logo-header .logo-wrapper {
  text-align: end;
}

label {
  font-weight: normal;
  /* font-size: 12px; */
}

form h4 {
  background: var(--primary);
  padding: 10px;
  color: white;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus {
  background: var(--primary);
  border-color: var(--primary);
  outline: none;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 8px rgba(229, 176, 61, 0.4);
}

.time-wrapper {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.col-form-label-wrapper label {
  margin-right: 10px;
}

.m-0 {
    margin: 0;
}

@media (max-width: 780px) {
    h2 {
        font-size: 16px;
    }
}
