html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica', -apple-system, system-ui, "Segoe UI", "Liberation Sans", sans-serif;
  background-color: #F2F3F4;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
}

@font-face {
  font-family: 'f1';
  src: url('../fonts/KeepCalm-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'sans-regular';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

.helvetica {
  font-family: 'Helvetica' !important;
}

.sans {
  font-family: 'sans-regular' !important;
}

.f1 {
  font-family: 'f1' !important;
}

* {
  box-sizing: border-box;
}

.row:after {
  display: table;
  content: '';
  clear: both;
}

.fff {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 100vh;
}

.fff2 {
  background-color: #fff;
  border: 1px solid #ddd;
}

.bg {
  height: 100vh;
  background: url(./images/background2.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}

.index-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.flex {
  display: flex;
  align-items: center;
}

.index-header {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 10px;
  background-color: #2471A3;
  color: #fff;
}

.logo {
  width: 500px;
  height: auto;
}

.pd-10 {
  padding: 10px;
}

.pd-20 {
  padding: 20px;
}

.cl-5 {
  width: 5%;
  float: left;
}

.cl-10 {
  width: 10%;
  float: left;
}

.cl-15 {
  width: 15%;
  float: left;
}

.cl-20 {
  width: 20%;
  float: left;
}

.cl-25 {
  width: 25%;
  float: left;
}

.cl-30 {
  width: 30%;
  float: left;
}

.cl-33 {
  width: 33%;
  float: left;
}

.cl-35 {
  width: 35%;
  float: left;
}

.cl-40 {
  width: 40%;
  float: left;
}

.cl-45 {
  width: 45%;
  float: left;
}

.cl-50 {
  width: 50%;
  float: left;
}

.cl-55 {
  width: 55%;
  float: left;
}

.cl-60 {
  width: 60%;
  float: left;
}

.cl-65 {
  width: 65%;
  float: left;
}

.cl-70 {
  width: 70%;
  float: left;
}

.cl-75 {
  width: 75%;
  float: left;
}

.cl-80 {
  width: 80%;
  float: left;
}

.cl-85 {
  width: 85%;
  float: left;
}

.cl-90 {
  width: 90%;
  float: left;
}

.cl-95 {
  width: 95%;
  float: left;
}

.success {
  color: green;
}

.panel1 {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.panel2 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.panel3 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

img {
  max-width: 100%;
  max-height: auto;
}

.mg-t-5 {
  margin-top: 5%;
}

.mg-t-15 {
  margin-top: 15%;
}

input,
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 16px;
  font-size: 14px;
  outline: none;
}

input:hover,
select:hover {
  border: 1px solid dodgerblue;
  transition: all .3s;
}

button.google-btn {
  outline: none;
  position: relative;
  height: 50px;
  width: 100%;
  border: 1px solid #AAB7B8;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 2px;
  padding: 5px;
}

.googlelogo {
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 1px solid #AAB7B8;
  background-color: #fff;
}

button {
  width: 100%;
}

/* CSS */
.button-38 {
  background-color: #FFFFFF;
  border: 0;
  border-radius: .5rem;
  box-sizing: border-box;
  color: #111827;
  font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-38:hover {
  background-color: rgb(249, 250, 251);
}

.button-38:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button-38:focus-visible {
  box-shadow: none;
}

table caption {
  margin: .5em 0 .75em;
}

table tr:nth-child(even) {
  background-color: #FFF;
  border: 1px solid #BFC9CA;
  padding: .35em;
  font-size: 0.938vw;

}

table tr:nth-child(odd) {
  background-color: #D6EAF8;
  border: 1px solid #BFC9CA;
  padding: .35em;
  font-size: 0.938vw;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table th {
  background-color: #1F618D;
  color: #fff;
}

table tbody {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/*table td{
	background-color:#EAEDED;
	color:black;
}*/
table th,
table td {
  padding: .625em;
  text-align: center;
  font-size: .80em;
}

/* CSS */
.button-4 {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.button-4:hover {
  background-color: #F3F4F6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-4:disabled {
  background-color: #FAFBFC;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

.button-4:active {
  background-color: #EDEFF2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button-4:focus {
  outline: 1px transparent;
}

.button-4:before {
  display: none;
}

.button-4:-webkit-details-marker {
  display: none;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  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-up {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  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-up2 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  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-update {
  background-color: #fefefe;
  margin: 10% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
  border: 1px solid #ddd;
}

.close {
  color: #aaa;
  float: right;
  font-size: 2.5vw;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .cl-5 {
    width: 100%;
    float: left;
  }

  .cl-10 {
    width: 100%;
    float: left;
  }

  .cl-15 {
    width: 100%;
    float: left;
  }

  .cl-20 {
    width: 100%;
    float: left;
  }

  .cl-25 {
    width: 100%;
    float: left;
  }

  .cl-30 {
    width: 100%;
    float: left;
  }

  .cl-33 {
    width: 100%;
    float: left;
  }

  .cl-35 {
    width: 100%;
    float: left;
  }

  .cl-40 {
    width: 100%;
    float: left;
  }

  .cl-45 {
    width: 100%;
    float: left;
  }

  .cl-50 {
    width: 100%;
    float: left;
  }

  .cl-55 {
    width: 100%;
    float: left;
  }

  .cl-60 {
    width: 100%;
    float: left;
  }

  .cl-65 {
    width: 100%;
    float: left;
  }

  .cl-70 {
    width: 100%;
    float: left;
  }

  .cl-75 {
    width: 100%;
    float: left;
  }

  .cl-80 {
    width: 100%;
    float: left;
  }

  .cl-85 {
    width: 100%;
    float: left;
  }

  .cl-90 {
    width: 100%;
    float: left;
  }

  .cl-95 {
    width: 100%;
    float: left;
  }
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  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-up {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2;
  /* Sit on top */
  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-up2 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 3;
  /* Sit on top */
  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-up3 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 4;
  /* Sit on top */
  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/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  border: 1px solid #ddd;
}

.modal-update {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
  border: 1px solid #ddd;
}

.modal-small-form {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 33%;
  /* Could be more or less, depending on screen size */
  border: 1px solid #ddd;
}

.modal-notif {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
  border: 1px solid #ddd;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.button-15 {
  background-image: linear-gradient(#42A1EC, #0070C9);
  border: 1px solid #0077CC;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  width: 100%;
}

.button-15:disabled {
  cursor: default;
  opacity: .3;
}

.button-15:hover {
  background-image: linear-gradient(#51A9EE, #147BCD);
  border-color: #1482D0;
  text-decoration: none;
}

.button-15:active {
  background-image: linear-gradient(#3D94D9, #0067B9);
  border-color: #006DBC;
  outline: none;
}

.button-15:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}

.hidden {
  display: none;
}