.bg-deep-blue {
  background-color: #130b65 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #f5f5f5 !important;
}

.bg-light-grey {
  background-color: #E6E7E8 !important;
}

.color-white {
  color: #fff !important;
}

.color-blue {
  color: #6c88ff !important;
}

.color-deep-blue {
  color: #071d49 !important;
}

.color-heavy-blue {
  color: #204060 !important;
}

.color-black {
  color: #000 !important;
}

.color-light-black {
  color: #2d2d2d !important;
}

.color-575757 {
  color: #575757 !important;
}

.color-deep-grey {
  color: #716F87 !important;
}

.color-red {
  color: red;
}

.color-sky-blue {
  color: #66e6ff;
}

.color-shallow-blue {
  color: #ccf7ff;
}

.color-light-purple {
  color: #b8b6d1;
}

.color-purple {
  color: #cd81ff;
}

.font-size-12 {
  font-size: 12px !important;
  line-height: 16px;
}

.font-size-14 {
  font-size: 14px !important;
  line-height: 18px;
}

.font-size-16 {
  font-size: 16px !important;
  line-height: 20px;
}

.font-size-18 {
  font-size: 18px !important;
  line-height: 22px;
}

.font-size-20 {
  font-size: 20px !important;
  line-height: 24px;
}

.font-size-22 {
  font-size: 22px !important;
  line-height: 26px;
}

.font-size-24 {
  font-size: 24px !important;
  line-height: 28px;
}

.font-size-26 {
  font-size: 26px !important;
  line-height: 30px;
}

.font-size-28 {
  font-size: 28px !important;
  line-height: 32px;
}

.font-size-30 {
  font-size: 30px !important;
  line-height: 34px;
}

.font-size-36 {
  font-size: 36px !important;
  line-height: 40px;
}

.font-size-40 {
  font-size: 40px !important;
  line-height: 44px;
}

.font-SFProDisplay-Bold {
  font-family: 'SFProDisplay-Bold',sans-serif;
}

.font-SFProDisplay-Medium {
  font-family: 'SFProDisplay-Medium',sans-serif;
}

.font-SFProDisplay-Regular {
  font-family: 'SFProDisplay-Regular',sans-serif;
}

.font-SFProDisplay-Thin {
  font-family: 'SFProDisplay-Thin',sans-serif;
}

.text-decoration-none {
  text-decoration: none;
}

.text-line-height-22 {
  line-height: 22px !important;
}

.text-line-height-24 {
  line-height: 24px !important;
}

.text-line-height-26 {
  line-height: 26px !important;
}

.text-line-height-28 {
  line-height: 28px !important;
}

.text-line-height-30 {
  line-height: 30px !important;
}

.text-line-height-32 {
  line-height: 32px !important;
}

.text-line-height-34 {
  line-height: 34px !important;
}

.text-line-height-48 {
  line-height: 48px !important;
}

.text-letter-spacing-2 {
  letter-spacing: 2px;
}

.font-style-italic {
  font-style: italic !important;
}

.font-uppercase {
  text-transform: uppercase !important;
}

.min-width-105 {
  min-width: 105px !important;
}

.min-width-120 {
  min-width: 120px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-180 {
  min-width: 180px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.max-width-35 {
  max-width: 35px;
}

.max-width-60 {
  max-width: 60px;
}

.max-width-80 {
  max-width: 80px !important;
}

.max-width-125 {
  max-width: 125px !important;
}

.max-width-140 {
  max-width: 140px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-160 {
  max-width: 160px !important;
}

.max-width-170 {
  max-width: 170px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.max-width-215 {
  max-width: 215px !important;
}

.max-width-300 {
  max-width: 300px !important;
}

.max-width-450 {
  max-width: 450px !important;
}

.max-width-750 {
  max-width: 750px !important;
}

.width-100-PCT {
  width: 100%;
}

.min-height-120 {
  min-height: 120px !important;
}

.max-height-115 {
  max-height: 115px !important;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-none {
  border: none;
}

.border-y {
  border-right: 1px solid #071d49 !important;
}

.border-deep-blue {
  border: 1px solid #071d49 !important;
}

.border-red {
  border: 1px solid #dc3545 !important;
}

.border-green {
  border: 1px solid #0f5132 !important;
}

.box-shadow-grey {
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.3) !important;
}

.line-deep-blue {
  border-bottom: 1px solid #071d49;
}

.text-italic {
  font-style: italic !important;
}

.height-one-hundred-percent {
  height: 100% !important;
}

form .table, tr, td, th {
  border: 1px solid #071d49 !important;
  text-align: center;
}

.datepicker table, .datepicker tr, .datepicker td, .datepicker th {
  border: none !important;
}

td {
  padding: 0 !important;
}

.TASA_message, .message {
  display: none;
}

.alert {
  display: block !important;
}

.alert-danger {
  color: #dc3545 !important;
}

#pdf_file {
  display: none !important;
}

.j-color-danger {
  font-size: 12px;
  color: red;
  font-family: 'SFProDisplay-Regular',sans-serif;
}

.message {
  font-size: 12px;
  font-family: 'SFProDisplay-Regular',sans-serif;
}

#page-top {
  color: #2d2d2d;
}

a {
  display: inline-block;
}

.err_msg {
  color: red;
}

.success_msg {
  color: green;
}

.txt {
  font-family: 'SFProDisplay-Medium';
  font-size: 18px;
  line-height: 22px;
  color: #2d2d2d;
}

footer .footer-link {
  font-family: 'SFProDisplay-Medium';
  font-size: 14px;
  text-decoration: none;
  color: #2d2d2d;
}

hr {
  border-color: #2d2d2d;
  opacity: 1;
}

hr.hr-white {
  border-color: #ffffff;
}

.banner {
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .login-msg-lg {
    display: none;
  }
}

.login-msg-lg .login-msg {
  font-family: 'SFProDisplay-Regular',sans-serif;
  color: #204060;
  font-size: 16px;
}

.login-msg-lg .login-msg a {
  color: #204060;
  text-decoration: underline;
}

#mainNav {
  padding: 15px 0;
  background-color: transparent;
}

#mainNav .navbar-brand img {
  max-width: 250px;
}

@media (max-width: 991px) {
  #mainNav .navbar-brand img {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  #mainNav .navbar-brand img {
    max-width: 150px;
  }
}

#mainNav .navbar-toggler {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#mainNav .navbar-toggler:focus {
  box-shadow: none;
}

#mainNav .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#mainNav #navbarNavDropdown {
  justify-content: flex-end;
}

#mainNav #navbarNavDropdown .navbar-nav .nav-item .nav-btn {
  padding: 0;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
  padding: 10px 15px;
}

#mainNav #navbarNavDropdown .navbar-nav .nav-item .nav-link {
  color: #204060;
  display: inline-block;
  text-decoration: underline;
}

#mainNav #navbarNavDropdown .navbar-nav .nav-item.login-msg-mobile {
  display: none;
}

@media (max-width: 991px) {
  #mainNav #navbarNavDropdown .navbar-nav .nav-item.login-msg-mobile {
    display: list-item;
  }
}

.btn {
  font-size: 14px;
  font-family: 'SFProDisplay-Medium',sans-serif;
  color: #FFF;
  background-color: #6c88ff;
  padding: 10px 30px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  height: 40px;
  border-radius: 20px;
  min-width: 130px;
  text-align: center;
  border: 1px solid #6c88ff;
}

.btn:hover {
  background-color: #FFF;
  color: #6c88ff;
  border: 1px solid #6c88ff;
}

.btn-2 {
  background-color: #FFF;
  border: 1px solid #6c88ff;
  color: #6c88ff;
}

.btn-2:hover {
  background-color: #6c88ff;
  color: #FFF;
}

.favourite-btn {
  background-color: #FFF;
  border: 1px solid #6c88ff;
  color: #6c88ff;
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
}

.favourite-btn .icon {
  display: inline-block;
  width: 17px;
  height: 14.9px;
  background-image: url(../images/Favourite-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.favourite-btn:hover, .favourite-btn.active {
  background-color: #6c88ff;
  color: #FFF;
}

.favourite-btn:hover .icon, .favourite-btn.active .icon {
  background-image: url(../images/Favourite-icon-white.svg);
}

.login-panel {
  width: 100%;
  max-width: 400px;
  margin: auto;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #f1f1f1;
  padding: 25px;
}

.form-group .form-label, .form-group .form-check-label {
  color: #575757;
  font-size: 12px;
  font-family: 'SFProDisplay-Regular',sans-serif;
  margin-bottom: 5px;
}

.modal .modal-content .btn-close {
  background: url(../images/close-icon.svg);
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  box-sizing: border-box;
  opacity: 1;
}

.library-item {
  padding: 20px;
  border-radius: 8px;
  background-color: #f4f4f4;
  border: 1px solid #eaeaea;
}

.library-item .title {
  font-size: 24px;
  line-height: 28px;
  font-family: 'SFProDisplay-Regular',sans-serif;
  color: #204060;
}

.library-item .describe {
  font-size: 14px;
  line-height: 20px;
  font-family: 'SFProDisplay-Regular',sans-serif;
  color: #575757;
}

.h-btn {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 20px;
  line-height: 20px;
  border-radius: 8px;
  background-color: #FFF;
  color: #204060;
  text-decoration: none;
}

.h-btn:hover {
  background-color: #FFF;
  color: #204060;
}

.h-btn-2 {
  background-color: #FFF;
  color: #204060;
}

.h-btn-2:hover {
  background-color: #FFF;
  color: #204060;
}

a {
  cursor: pointer;
}

.form-group .form-select {
  border-radius: 0;
}

.input-group .form-control {
  margin-right: 8px;
  border-radius: 0;
}

.input-group .input-group-text {
  background-color: #6c88ff;
  cursor: pointer;
  border-radius: 0;
}

.input-group .input-group-text .icon {
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-pagination {
  margin: 30px 0;
  text-align: center;
}

.custom-pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-pagination ul li {
  display: inline;
  margin: 0 2px;
}

.custom-pagination ul li a, .custom-pagination ul li span {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  color: #071d49;
  font-family: 'SFProDisplay-Medium', sans-serif;
  border-bottom: 2px solid #FFF;
}

.custom-pagination ul li a:hover {
  background-color: #f3f5fe;
  border-bottom: 2px solid #6c88ff;
}

.custom-pagination ul .current a, .custom-pagination ul .current span {
  background-color: #f3f5fe;
  border-bottom: 2px solid #6c88ff;
}

.custom-pagination ul .dots {
  border: none;
  padding-left: 5px;
  padding-right: 5px;
}

.custom-pagination ul .prev a, .custom-pagination ul .next a {
  color: #6c88ff;
}

.password_validate {
  display: none;
}

.password_validate p {
  font-size: 12px !important;
  font-family: 'SFProDisplay-Regular',sans-serif;
  margin: 0 0 2px 0;
  padding-left: 20px;
  text-indent: -20px;
}

.password_validate p.unthread:before {
  background-image: url("../images/icon-unthread.svg");
}

.password_validate p.pass:before {
  background-image: url("../images/icon-pass.svg");
}

.password_validate p:before {
  content: ' ';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-right: 6px;
  vertical-align: text-bottom;
}
