@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
html,
body {
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background: #e7ebf2;
  color: #4c4c4c;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.pass-error {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.pass-error .box {
  padding: 30px;
  background: #fff;
  max-width: 420px;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
  margin: auto;
}
.pass-error .box p {
  font-size: 17px;
  margin-bottom: 50px;
  text-align: left;
  font-weight: 600;
}
.pass-error .box button {
  background: #0a3478;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  border: 0;
  height: 40px;
  border-radius: 5px;
  font-size: 13px;
  transition: all 0.3s;
}
.pass-error .box button:hover {
  background-color: #3b5d93;
}
.pass-error .box button:focus {
  background-color: #3b5d93;
  outline: 0;
  box-shadow: none;
}
#header {
  background: #ffcc00;
  padding: 30px 0;
}
#header img.logo {
  width: 148px;
}
#main {
  margin: 50px 0;
}
#main.app-area {
  font-size: 16px;
}
#main.app-area .btns button {
  height: 40px;
  border: 1px solid #0a3478;
  color: #0a3478;
  padding: 0 20px;
  border-radius: 5px;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}
#main.app-area .btns button:focus {
  outline: 0;
  box-shadow: none;
}
#main.app-area .infos {
  background: #fff;
  padding: 20px;
  margin-top: 100px;
}
#main.app-area .infos h3 {
  color: #4c4c4c;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
#main.app-area .infos p {
  font-size: 16px;
}
#main .upload-area label {
  background: #f9f9f9;
  border: 2px dotted #ccc;
  padding: 40px;
  width: 100%;
  cursor: pointer;
  text-align: center !important;
}
@media (max-width: 575px) {
  #main .upload-area label {
    padding: 10px;
  }
}
#main .upload-area label.has-error {
  border-color: red !important;
  background: rgba(255, 0, 0, 0.1);
}
#main .upload-area label p {
  text-align: center;
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
#main .upload-area label .click-here {
  font-size: 24px;
  background: #dedede;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  color: #505050;
}
#main .upload-area label #progressBar {
  margin-top: 0;
  width: 0%;
  height: auto;
  background-color: #3498db;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
}
#main .upload-area label #progressBar div {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 300;
}
#main .upload-area label #progressBar div b {
  font-weight: 700;
}
#main.details .has-error input {
  border-color: red !important;
}
#main.details .has-error .error-message {
  font-size: 12px;
  color: red;
  margin-top: 2px;
}
#main.details p {
  font-size: 16px;
  font-weight: 600;
  color: #4c4c4c;
  margin-bottom: 25px;
  text-align: center;
}
#main.details input {
  border: 1px solid #ced6e4;
  height: 50px;
  font-weight: 700;
  font-size: 15px;
}
#main.details input::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
#main.details input::-ms-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
#main.details input::placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
#main.details input:focus {
  border-color: #3b5d93;
  outline: none;
  box-shadow: inset 0 2px 6px 0 #e5e5e5;
}
#main.details button {
  background: #0a3478;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  border: 0;
  height: 40px;
  border-radius: 5px;
  font-size: 13px;
  transition: all 0.3s;
}
#main.details button:hover {
  background-color: #3b5d93;
}
#main.details button:focus {
  background-color: #3b5d93;
  outline: 0;
  box-shadow: none;
}
#main.details button.disabled {
  background: #cccccc;
  color: #999;
  cursor: auto;
}
#main #pass-area p {
  font-size: 16px;
  max-width: 87%;
  font-weight: 400;
  color: #4c4c4c;
  margin-bottom: 25px;
}
#main #pass-area input {
  border: 1px solid #ced6e4;
  height: 50px;
  font-weight: 700;
  font-size: 15px;
}
#main #pass-area input::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
#main #pass-area input::-ms-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
#main #pass-area input::placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
#main #pass-area input:focus {
  border-color: #3b5d93;
  outline: none;
  box-shadow: inset 0 2px 6px 0 #e5e5e5;
}
#main #pass-area button {
  background: #0a3478;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  border: 0;
  height: 40px;
  border-radius: 5px;
  font-size: 13px;
  transition: all 0.3s;
}
#main #pass-area button:hover {
  background-color: #3b5d93;
}
#main #pass-area button:focus {
  background-color: #3b5d93;
  outline: 0;
  box-shadow: none;
}
#main #pass-area button.disabled {
  background: #cccccc;
  color: #999;
  cursor: auto;
}
#main #login-area {
  margin-bottom: 100px;
}
#main #login-area h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #main #login-area h3 {
    font-size: 24px;
  }
}
#main #login-area .form {
  position: relative;
  flex: none;
  width: calc(58.33333%);
  z-index: 999999;
  margin-top: 15px;
  box-shadow: 5px 5px 10px 0 rgba(10, 52, 120, 0.1);
  padding: 30px;
  background: #fff;
}
@media (max-width: 767px) {
  #main #login-area .form {
    margin-top: 0;
    width: 100%;
  }
}
#main #login-area .form .symbol {
  color: #0a3478;
  font-size: 18px;
  position: absolute;
  right: 30px;
  top: 30px;
}
#main #login-area .form p {
  font-size: 15px;
  max-width: 87%;
  font-weight: 600;
  color: #4c4c4c;
}
#main #login-area .form input {
  border: 1px solid #ced6e4;
  height: 50px;
  font-weight: 700;
  font-size: 15px;
}
#main #login-area .form input::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
#main #login-area .form input::-ms-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
#main #login-area .form input::placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
#main #login-area .form input:focus {
  border-color: #3b5d93;
  outline: none;
  box-shadow: inset 0 2px 6px 0 #e5e5e5;
}
#main #login-area .form button {
  background: #0a3478;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  border: 0;
  height: 40px;
  border-radius: 5px;
  font-size: 13px;
  transition: all 0.3s;
}
#main #login-area .form button:hover {
  background-color: #3b5d93;
}
#main #login-area .form button:focus {
  background-color: #3b5d93;
  outline: 0;
  box-shadow: none;
}
#main #login-area .form button.disabled {
  background: #cccccc;
  color: #999;
  cursor: auto;
}
#main #login-area .content {
  background: #ced6e4;
  padding: 30px;
  box-shadow: 5px 5px 10px 0 rgba(10, 52, 120, 0.1);
  margin-left: calc(-8.33333% + 15px);
  padding-left: calc(12.33333% - 30px);
  height: fit-content;
}
@media (max-width: 767px) {
  #main #login-area .content {
    padding-left: 30px;
    margin-left: 0;
    height: auto;
  }
}
#main #login-area .content .symbol {
  color: #0a3478;
  font-size: 18px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#main #login-area .content p {
  margin-bottom: 30px;
  color: #4c4c4c;
  font-size: 15px;
}
#main #login-area .content ul {
  padding: 0;
  margin: 0;
}
#main #login-area .content ul li {
  color: #0a3478;
  list-style-type: none;
  font-size: 15px;
  margin-bottom: 10px;
}
#main #login-area .content ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #main #articles .card-group {
    display: block;
  }
}
#main #articles .card {
  border: 0;
  margin-right: 30px;
}
@media (max-width: 991px) {
  #main #articles .card {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #main #articles .card:last-child {
    margin-bottom: 0;
  }
}
#main #articles .card .image {
  overflow: hidden;
  min-height: 228px;
}
#main #articles .card .image img {
  transform: scale(2.1);
}
#main #articles .card .card-body {
  padding: 30px;
}
@media (max-width: 767px) {
  #main #articles .card .card-body {
    padding: 10px;
  }
}
#main #articles .card .card-body .card-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
}
#main #articles .card .card-body p {
  font-size: 15px;
  margin-bottom: 30px;
}
#main #articles .card .card-body a {
  color: #0a3478;
  font-size: 15px;
}
#main #articles .card .card-body a svg {
  font-size: 10px;
}
#footer {
  background: #ffcc00;
  padding: 30px 0;
}
#footer ul {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
#footer ul li {
  display: inline-block;
  list-style-type: none;
  color: #0a3478;
  margin-right: 20px;
}
#footer ul li:last-child {
  margin-right: 0;
}
#footer p {
  color: #4c4c4c;
  margin-bottom: 0;
}
#ss-area .modal-dialog {
  max-width: 870px;
}
#ss-area .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
}
#ss-area .modal-dialog .modal-header {
  background: #ffcc00;
  color: #4c4c4c;
  border-radius: 0;
  border: 0;
  padding-left: 30px;
  padding-right: 30px;
}
#ss-area .modal-dialog .modal-header h5 {
  font-weight: 700;
}
#ss-area .modal-dialog .modal-body {
  border: 0;
  padding-left: 30px;
  padding-right: 30px;
}
#ss-area .modal-dialog .modal-body p {
  font-size: 16px;
  font-weight: 600;
}
#ss-area .modal-dialog .modal-body p span {
  color: #0a3478;
  display: block;
}
#ss-area .modal-dialog .modal-body table {
  width: 100%;
}
#ss-area .modal-dialog .modal-body table tr td:nth-child(1) {
  width: 30%;
}
#ss-area .modal-dialog .modal-body table tr td:nth-child(2) {
  width: 70%;
  padding-left: 30px;
  font-size: 16px;
}
#ss-area .modal-dialog .modal-body table tr td {
  padding-bottom: 20px;
}
#ss-area .modal-dialog .modal-footer {
  background-color: #e7ebf2;
  border: 0;
  border-radius: 0;
  display: block;
}
#ss-area .modal-dialog .modal-footer .mobiletan {
  margin-bottom: 10px;
}
#ss-area .modal-dialog .modal-footer .mobiletan button {
  background-color: #ced6e2;
  color: #4c4c4c;
  padding: 5px 20px;
  border: 0;
  border-radius: 0;
}
#ss-area .modal-dialog .modal-footer .mobiletan button:focus {
  outline: 0;
  box-shadow: none;
}
#ss-area .modal-dialog .modal-footer p {
  font-weight: 600;
  font-size: 16px;
}
#ss-area .modal-dialog .modal-footer svg {
  color: #0a3478;
  font-size: 24px;
  margin-left: 10px;
}
#ss-area .modal-dialog .modal-footer input {
  border: 1px solid #ced6e4;
  height: 50px;
  font-weight: 700;
  font-size: 15px;
  max-width: 80%;
  display: inline-block;
}
#ss-area .modal-dialog .modal-footer input::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
#ss-area .modal-dialog .modal-footer input::-ms-input-placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
#ss-area .modal-dialog .modal-footer input::placeholder {
  font-weight: 700;
  font-size: 16px;
  color: #ccc;
}
#ss-area .modal-dialog .modal-footer input:focus {
  border-color: #3b5d93;
  outline: none;
  box-shadow: inset 0 2px 6px 0 #e5e5e5;
}
#ss-area .modal-dialog .modal-footer input.has-error {
  border-color: red !important;
}
#ss-area .modal-dialog .modal-footer .btns {
  text-align: right;
}
@media (max-width: 991px) {
  #ss-area .modal-dialog .modal-footer .btns {
    margin-top: 20px;
    text-align: left;
  }
}
#ss-area .modal-dialog .modal-footer .btns button {
  background: #0a3478;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 0;
  height: 40px;
  border-radius: 5px;
  font-size: 13px;
  transition: all 0.3s;
  padding: 0 10px;
}
#ss-area .modal-dialog .modal-footer .btns button:hover {
  background-color: #3b5d93;
}
#ss-area .modal-dialog .modal-footer .btns button:focus {
  background-color: #3b5d93;
  outline: 0;
  box-shadow: none;
}
#ss-area .modal-dialog .modal-footer .btns button[type="button"] {
  background-color: #ced6e2;
  color: #0a3478;
  margin-right: 10px;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  padding: 50px 0;
  text-align: center;
}
.loading p {
  color: #0a3478;
  font-size: 12px !important;
  margin-bottom: 0;
}
.loading .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading .lds-ripple div {
  position: absolute;
  border: 4px solid #0a3478;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
#wrapper {
  min-height: 100vh;
  background-image: url(../imgs/bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
#wrapper .inner {
  position: relative;
  min-height: 100vh;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 991px) {
  #wrapper .inner {
    display: block;
  }
}
#wrapper .inner .left {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media (max-width: 991px) {
  #wrapper .inner .left {
    padding: 30px;
    display: block;
  }
}
#wrapper .inner .left .logarea {
  width: 538px;
  background: #ffcc00;
  padding: 40px;
  border-radius: 7px;
}
@media (max-width: 991px) {
  #wrapper .inner .left .logarea {
    width: inherit;
    max-width: 750px;
    margin: 0 auto;
  }
}
#wrapper .inner .left .logarea legend {
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0;
  margin-bottom: 25px;
}
#wrapper .inner .left .logarea label {
  color: #1a1a1a;
  font-size: 16px;
  margin-bottom: 5px;
}
#wrapper .inner .left .logarea .has-error input {
  border-color: #9e0017;
}
#wrapper .inner .left .logarea .has-error .errmsg {
  margin-top: 5px;
  color: #9e0017;
  font-size: 12px;
  font-weight: 600;
}
#wrapper .inner .left .logarea .dddd {
  position: relative;
}
#wrapper .inner .left .logarea .dddd p {
  margin: 0;
  color: #0a3478;
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: 18px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #wrapper .inner .left .logarea .dddd p {
    display: none;
  }
}
#wrapper .inner .left .logarea input {
  height: 56px;
  border: 1px solid #cccccc;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding-right: 201px;
}
@media (max-width: 991px) {
  #wrapper .inner .left .logarea input {
    padding: 10px 15px;
  }
}
#wrapper .inner .left .logarea input:focus {
  outline: 0;
  box-shadow: none;
  background: #f3f5f8;
}
#wrapper .inner .left .logarea .btns {
  margin-top: 75px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #wrapper .inner .left .logarea .btns {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #wrapper .inner .left .logarea .btns div:nth-child(1) {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #wrapper .inner .left .logarea .btns div:nth-child(2) {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper .inner .left .logarea .btns button {
  height: 56px;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  min-width: 152px;
  background: #0a3478;
  border: 0;
  font-size: 17px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #wrapper .inner .left .logarea .btns button {
    display: block;
    width: 100%;
  }
}
#wrapper .inner .left .logarea .btns button:focus {
  outline: 0;
  box-shadow: none;
}
#wrapper .inner .left .logarea .btns p {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
#wrapper .inner .left .logarea .btns p:last-child {
  margin-bottom: 0;
}
#wrapper .inner .right {
  min-width: 380px;
  background: #f3f5f8;
  display: flex;
  flex-direction: column;
}
#wrapper .inner .right .top {
  flex-grow: 1;
  background: #f9fafc;
}
#wrapper .inner .right .bottom {
  background: #ffcc00;
}
#cc1,
#cc2,
#cc3,
#cc4 {
  text-align: center;
}
.alertbx {
  background-color: #f1f2f8;
    border: 1px solid #6c85ac;
    border-radius: 4px;
}
