@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
body {
  overflow-x: hidden;
}

figure.logo img {
  width: 100px !important;
}

.content-box.t .left-column .list li:before {
  content: "\f0a4";
}

.verify {
  position: absolute;
  right: 5px;
  margin-top: 25px;
  color: white;
}
.verify:hover {
  color: white;
}

.dntCaptcha {
  text-align: center;
}

#dntCaptchaRefreshButton {
  position: absolute;
}

#dntCaptchaImg {
  min-width: 45%;
}

.banner-carousel.t .content-box .btn-box {
  transform: none !important;
  transition: none !important;
}

.bg-blue {
  background-color: #00778a !important;
}

.cursor-txt {
  cursor: text !important;
}

.news-block-one.notice .inner-box .image-box .image {
  height: 250px;
}
.news-block-one.notice .inner-box .image-box .image img {
  width: 70% !important;
  min-height: 250px;
  transition: all 500ms ease;
}
.news-block-one.notice .inner-box .lower-content {
  padding: 15px 30px 15px 30px;
}

.form-control::-moz-placeholder {
  color: #bebebe; /* Change to any color you want */
  font-size: 14px; /* Change font size */
}

.form-control::placeholder {
  color: #bebebe; /* Change to any color you want */
  font-size: 14px; /* Change font size */
}

.schedule-block-three .inner-box.t {
  margin-bottom: 10px !important;
}
.schedule-block-three .inner-box.t:hover {
  background: none;
}

.main-header .logo-box {
  padding: 0 !important;
}

.Docupload {
  display: block;
  text-align: center;
  padding: 4px 0;
  background: #dbe6ff;
}

.cur_text {
  cursor: text;
}

.txt-danger {
  color: red;
  font-size: 22px;
}

.notice.dwnld {
  padding: 15px 20px 9px 20px !important;
}
.notice.dwnld a {
  font-size: 17px;
}

.header-top.t .info-list li:last-child a:before {
  content: none !important;
}
.header-top.t .info-list li i {
  top: 4px;
}

.npu_form label {
  font-weight: bold;
  margin-top: 20px;
}
.npu_form .form-control {
  border: 2px solid #6e6e6f !important;
}
.npu_form hr {
  border-top: 2px solid rgba(0, 0, 0, 0.3);
}

@media (min-width: 576px) {
  .jumbotron.t {
    padding: 2rem 2rem;
  }
}
.banner-carousel .content-box {
  max-width: 600px;
}
.banner-carousel .content-box h1 {
  font-size: 55px;
}

.banner-carousel .content_block_11 .content-box {
  background: rgba(37, 38, 56, 0.4901960784) !important;
}

.nice-select.form-control {
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 35px;
}

.schedule-block-three.t .inner-box {
  padding: 20px;
  cursor: pointer;
}
.schedule-block-three.t .inner-box:hover {
  background: #d6d6d6;
}
.schedule-block-three.t .inner-box:hover .text h3 a {
  color: #000;
}
.schedule-block-three.t .text {
  margin-bottom: 0;
}
.schedule-block-three.t .inner-box .schedule-date {
  position: relative;
  width: 100%;
}
.schedule-block-three.t .schedule-date h5 {
  text-align: center;
  font-weight: 500;
  padding: 10px;
  background: #dedede;
}
@media (max-width: 767.95px) {
  .schedule-block-three.t .schedule-date {
    display: flex;
    flex-direction: column-reverse;
  }
  .schedule-block-three.t .schedule-date ul {
    padding-left: 0px !important;
  }
}

.schedule-block-three.list .inner-box {
  margin-bottom: 20px !important;
}

.mandatory {
  position: relative;
}
.mandatory i {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -10px;
  margin-top: -4px;
  font-size: 10px;
  color: #dc3545 !important;
}

.download-list.t li span.status {
  color: white;
  padding: 2px 12PX;
  width: -moz-max-content;
  width: max-content;
}
.download-list.t li a.renew {
  background: none;
  color: #3773ff;
  top: 60px;
  box-shadow: none;
}
.download-list.t li a.renew:hover {
  background: none !important;
  color: black;
}

.download-list.app_detail {
  display: flex !important;
}
.download-list.app_detail li {
  padding: 10px 15px 15px 100px !important;
  margin-bottom: 5px;
}
.download-list.app_detail li .icon-box {
  left: 14px !important;
  background-color: #d8d8d8;
}
.download-list.app_detail li .icon-box img {
  height: 35px !important;
}
.download-list.app_detail li h5 {
  color: #3773ff !important;
  font-weight: bold !important;
}
.download-list.app_detail li span {
  color: black !important;
}

.highlights-box.t {
  margin-bottom: 0px !important;
}
.highlights-box.t .image-column .profile-pic {
  width: 200px;
  max-height: 200px;
  display: inline-block;
}
.highlights-box.t .image-column .file-upload {
  display: none;
}
.highlights-box.t .image-column .circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 190px;
  height: 190px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
}
@media (max-width: 575.95px) {
  .highlights-box.t .image-column .circle {
    position: relative !important;
  }
}
.highlights-box.t .image-column img {
  max-width: 100%;
  height: auto;
}
.highlights-box.t .image-column .p-image {
  position: absolute;
  top: 167px;
  right: 30px;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.highlights-box.t .image-column .p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.highlights-box.t .image-column .upload-button {
  font-size: 1.7em;
}
.highlights-box.t .image-column .upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}
.highlights-box.t .list li a {
  color: #3773ff;
  float: right;
}
.highlights-box.t .list li i {
  top: 5px !important;
}

.contact-style-two.t .default-form .form-group input[type=password] {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.category-list.t li .icon-box {
  font-size: 27px !important;
}

.theme_col {
  color: #3773ff !important;
}

.opacity-0 {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.blog-sidebar.notice_detail .post-widget .post .post-thumb {
  background: #e0e0e0;
}

.preview {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ababab;
  height: 208px;
  background: #f4f4f4;
  padding: 5px;
}

img.preview-item {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.inActive {
  background: #b3b3b3 !important;
}

.inv_head {
  background: #e7e4e4;
  padding: 12px 20px 8px 30px;
}

.event-info.notice .single-item {
  margin-bottom: 20px;
}

.page-title.t {
  padding: 23px 0px;
}

.user_detail .inner-box {
  background: white;
  margin-bottom: 8px;
}

.schedule-block-one.license .inner-box .image-box .image {
  height: 240px;
}

.post-info.details li:nth-child(1) i {
  top: 6px !important;
}

.schedule-block-one.license .category {
  background: green !important;
}

.expired.schedule-block-one.license .category {
  background: red !important;
}
.expired.schedule-block-one.license .category i:before {
  content: "" !important;
}
.expired.schedule-block-one.license .post-info li i {
  color: #575454 !important;
}
.expired.schedule-block-one.license .post-info li.validation {
  color: #3773ff;
}
.expired.schedule-block-one.license .post-info li.validation i {
  color: #3773ff !important;
}
.expired.schedule-block-one.license .share-box a {
  color: #3773ff !important;
}

.theme-btn.t {
  color: #3773ff !important;
  background: #fff !important;
}

.dashboard_content {
  width: -webkit-fill-available; /* Chrome, Safari */
  width: -moz-available; /* Firefox */
  width: fill-available; /* Standard */
}

@media screen and (min-width: 767.95px) {
  header.user_dashboard {
    display: none;
  }
}

.mobile-menu.user_dashboard ul.navigation li {
  margin-left: 10px;
}
.mobile-menu.user_dashboard ul.navigation li .icon-box {
  padding: 10px 0px;
}
.mobile-menu.user_dashboard ul.navigation li .icon-box i {
  color: white;
}

.menu-right-content.log ul.other-option {
  border: 1px solid #3773ff !important;
}

.blog-sidebar.payment .category-widget .category-list li a {
  color: #000 !important;
  font-weight: bold !important;
}
.blog-sidebar.payment .category-widget .category-list li a:before, .blog-sidebar.payment .category-widget .category-list li a:after {
  content: none !important;
}
.blog-sidebar.payment .category-widget .category-list li a span {
  color: #696b7e !important;
  font-weight: bold !important;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}

.single-item.notice:hover {
  background-color: #cdcdcd !important;
}

.sidebar-side {
  transition: 0.5s;
}
@media screen and (max-width: 767.95px) {
  .sidebar-side {
    max-width: 0px;
  }
}
@media screen and (min-width: 767.95px) {
  .sidebar-side {
    min-width: 340px;
  }
}

.sidebar-side.collapsed {
  margin-left: -256px;
}
.sidebar-side.collapsed .fixed {
  margin-left: -256px;
}

.department-sidebar.t {
  width: 340px;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f4f4f4;
  overflow-x: hidden;
}
@media (max-width: 767.95px) {
  .department-sidebar.t {
    display: none;
    width: 0;
  }
}
.department-sidebar.t.fixed {
  position: fixed;
  top: 10px;
  left: 0;
  height: 100%;
}
.department-sidebar.t .category-list li h5 {
  font-size: 16px !important;
  line-height: 20px;
}
.department-sidebar.t .sidebar-banner {
  padding-bottom: 30px;
}
.department-sidebar.t .icon-box {
  height: 100% !important;
}

#toggleButton {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #444;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 0;
}

#toggleButton:hover {
  background-color: #555;
}

.app_status {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.4;
}
@media screen and (max-width: 767.95px) {
  .app_status {
    text-align: right;
    padding-right: 15px;
  }
}
.app_status img {
  height: 150px;
}

.Log_in .card {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.Log_in h2 {
  text-align: center;
  color: #333;
}
.Log_in form {
  display: flex;
  flex-direction: column;
}
.Log_in input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border-color 0.3s ease-in-out;
  outline: none;
  color: #333;
}
.Log_in input:focus {
  border-color: #3773ff;
}
.Log_in a.button {
  text-align: center;
  background-color: #3773ff;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.Log_in a.button:hover {
  background-color: #3773ff;
}/*# sourceMappingURL=custom.css.map */