body {
    font-family: 'Prompt', sans-serif;
    /*background-color: #f4f6f9;*/
      background-image: url(../../../images/bg.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
  }


  input:focus, textarea:focus, select:focus , button:focus{
          outline: none;
      }
  h1 {
    font-size: 22px;
    font-weight: Bold; 
  }
  h2 {
    font-weight: Bold; 
    font-size: 18px;
  }
  h3 {
    font-weight: Bold; 
    font-size: 30px;
  }
  h4 {
    font-size: 18px;
    /* padding-top: 5px;
    padding-bottom: 5px; */
    line-height: 30px;
  }
  h5 {
    font-weight: Bold; 
    font-size: 80px;
  }
  ol, ul {
    list-style: none;
  }
  a:link, a:visited, a:hover, a:active{ 
    color: black;
  }
  #loginAdmin{
    color: #fff;
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 10vh;
  }
  #loginAdmin input[type="submit"] {
      background-color: #4CAF50; /* Green */
      border: none;
      color: white;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      font-family: 'Prompt', sans-serif;
     /* border-radius : 5px;*/
  }
  #loginAdmin input[type="reset"] {
      background-color: #DC143C; /* Green */
      border: none;
      color: white;
      padding: 10px 20px;
      margin-left: 10px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      font-family: 'Prompt', sans-serif;
     /* border-radius : 5px;*/
  }
  .signup {
    color: #000;
  }
  .labelname {
    background-color: #F9D923;
    padding: 9px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: solid 1px #F9D923;
    font-size: 16px;
    color: #413F42;
  
  }
  .text_username{
    padding: 9px;
    background-color: #fff;
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: solid 1px #F9D923;
    font-family: 'Prompt', sans-serif;
    color: #000;
  }
  
  .text_password{
    padding: 9px;
    background-color: #fff;
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: solid 1px #F9D923;
    font-family: 'Prompt', sans-serif;
  }
  
  .logout {
    color: red;
  }
  #banner {
    background-color: #00BFFF;
    border-bottom: 5px solid #848383;
  }
  #banner li {
    padding-left: 10px;
  }
  .bg-banner {
    background-color: #F9D923;
    color: #413F42;
  }
  
   #footer {
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #F9D923;
    color: #413F42;
    font-size: 12px;
  }
  /*
  .footer-main {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1032;
}
  #footer p {
  text-align: center;
  margin: 0px;
  }
  .bg-footer {
    background-color: #00BFFF;
  }
  .main-footer {
    font-size: 12px;
  } */
   
.footer-main {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1032;
}
.footer-fix{
  position: fixed;
}
#footer p {
text-align: center;
margin: 0px;
}
.bg-footer {
  background-color: #00BFFF;
}
.main-footer {
  font-size: 12px;
}

/* device screen */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
  #content {
    background-color: #fff;
    padding-top: 30px;
  }
  #content #formSent {
    text-align: center;
    padding-bottom: 50px;
  }
  .contentHome {
    text-align: center;
  }
  .contentHome p {
    color: darkblue;
  }
  .contentHome p a{
    color: red;
  }
  
  #expireMessage {
    border: none;
    background-color: #00BFFF;
  }
  #login{
    text-align: center;
    padding-top: 30vh;
    padding-bottom: 30vh;
    height: 100vh;
    background-color: #a6e9ff;
  }
  #login input[type="submit"] {
      background-color: #4CAF50; /* Green */
      border: none;
      color: white;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
     /* border-radius : 5px;*/
  }
  
  #showData{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 100px;
    background-color: #a6e9ff;
    height: 100%;
  }
  #showData h4{
    text-align: left;
    padding-left: 10px;
    line-height: 30px;
    font-size: 16px;
  }
  
  #showEdit h4{
    font-size: 18px;
    text-align: center;
  }
  #showEdit table th,td{
    padding-left: 10px;
    padding-right: 10px;
  }
  #showEdit  p a{
    color: red;
  }
  th .tb_head{
    text-align: center;
  }
  .tb_head{
    text-align: center;
    font-weight: bold;
  }
  .tb_in_center{
    text-align: center;
  }
  .tb_in_left{
    text-align: left;
  }
  .tb_in_red{
    color: red;
  }
  .tb_in_green{
    color: green;
  }
  .tb_in_blue{
    color: blue;
  }
  .tb_in_white{
    color: white;
  }
  table tr td a{
      display:block;
      height:100%;
      width:100%;
  } 
  table th{
    padding-top: 10px;
    padding-bottom: 10px;
  } 
  table tr td{
    padding-top: 10px;
    padding-bottom: 10px;
  } 
  .text-center{
    text-align: center;
  }
  .button{
    text-align: center;
  }
  #showEditsave p{
    text-align: center;
  }
  #importData p{
    text-align: center;
  }
  .textRed{
    color: red;
    padding-left: 65px;
  }
  .textRed_A {
    font-family: 'Prompt', sans-serif;
    padding-left: 5px;
  }
  [class*=sidebar-dark-] {
      background-color: #F8CB2E;
  }
  [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: #F9D923;
    color: #fff;
  } {
    
    background-color: #0c599c;
  
  }
  .textWhite{
    color: white;
  }
  .wait {
    color: #61AA7D;
  }
  .succes {
    color: #EB3F49;
  }
  #showFile{
    text-align: center;
  }
  .tb_member_in_left{
    color: #000;
    text-align: left;
    border-bottom: 1px solid #007777;
  }
  .email_left_header{
    font-weight: bold;
    color: #000;
    text-align: left;
  }
  .email_left{
    color: #000;
    text-align: left;
  }
  #email input[type="submit"] {
      background-color: #4CAF50; /* Green */
      border: none;
      color: white;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      font-family: 'Prompt', sans-serif;
     /* border-radius : 5px;*/
  }
  #email input[type="reset"] {
      background-color: #DC143C; /* Green */
      border: none;
      color: white;
      padding: 10px 20px;
      margin-left: 10px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      font-family: 'Prompt', sans-serif;
     /* border-radius : 5px;*/
  }
  .newnormal{
    position: fixed;
    bottom: 62px;
    right: 0px;
  }
  .newnormal img{
    text-align: center;
  }
  #e-studentloan {
    text-align: center;
  
  }
  #e-studentloan button {
      /*background-color: #4CAF50; /* Green */
      border: none;
      color: white;
      padding: 35px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 20px;
      width: 600px;
  }
  #loan {
    text-align: center;
  }
  #loan button {
      /*background-color: #4CAF50; /* Green */*/
      border: none;
      color: white;
      padding: 35px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 20px;
      width: 600px;
  }
  #volunteer {
    text-align: center;
  }
  #volunteer button {
      /*background-color: #4CAF50; /* Green */*/
      border: none;
      color: black;
      padding: 35px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 20px;
      width: 600px;
  }
  #reg {
    text-align: center;
  }
  #reg button {
      /*background-color: #4CAF50; /* Green */*/
      border: none;
      color: white;
      padding: 35px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 20px;
      width: 600px;
  }
  #other {
    text-align: center;
  }
  #other button {
      /*background-color: #4CAF50; /* Green */*/
      border: none;
      color: white;
      padding: 35px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 20px;
      width: 600px;
  }
  #dataFrom{
    padding-top: 30px;
    padding-bottom: 30vh;
  }
  #dataFrom h1{
    text-align: center;
  }
  
  /*Animation checkmark*/
  .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  
  .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 5% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  }
  
  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
  
  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
  }
  
  svg {
    width: 100px;
    display: block;
    margin: 40px auto 0;
  }
  
  .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    &.circle {
      -webkit-animation: dash .9s ease-in-out;
      animation: dash .9s ease-in-out;
    }
    &.line {
      stroke-dashoffset: 1000;
      -webkit-animation: dash .9s .35s ease-in-out forwards;
      animation: dash .9s .35s ease-in-out forwards;
    }
    &.check {
      stroke-dashoffset: -100;
      -webkit-animation: dash-check .9s .35s ease-in-out forwards;
      animation: dash-check .9s .35s ease-in-out forwards;
    }
  }
  
  @-webkit-keyframes dash {
    0% {
      stroke-dashoffset: 1000;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes dash {
    0% {
      stroke-dashoffset: 1000;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  
  @-webkit-keyframes dash-check {
    0% {
      stroke-dashoffset: -100;
    }
    100% {
      stroke-dashoffset: 900;
    }
  }
  
  @keyframes dash-check {
    0% {
      stroke-dashoffset: -100;
    }
    100% {
      stroke-dashoffset: 900;
    }
  }
  
  
  #loader{
    margin-bottom: 50px;
  }
  
  .loader {
    margin-left: auto;
    margin-right: auto;
    border: 16px solid #e3e3e3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .table-lineborder th{
    border: solid 1px;
  }
  .table-lineborder td{
    border: solid 1px;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input {display:none;}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  .centerrow {
    padding-top: 15vh;
    padding-bottom: 20vh;
    justify-content: space-evenly;
    text-align: center;
  }
  .menu-left-text-black{
    /*color: #413F42;*/
    color: #000;
  }
  #sentphotoSave {
   padding-top: 20vh; 
  }
  .img-displayed {
    margin-top: 30vh;
}
.text-black{
  color: black;
}
.modal-body{
	text-align: center;
}
