<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
#mainMenu nav &gt; ul &gt; li &gt; a,
#footer p,
#footer {
  font-family: "Prompt", sans-serif;
  letter-spacing: 0;
}
section {
  padding: 60px 0;
}
body,
p {
  font-size: 16px;
  color: #162328;
}
ul.inline {
  display: inline-block;
}
ul.inline li {
  display: inline-block;
  float: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 0;
}
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 600;
}
a.btn:not([href]):not([tabindex]).btn-rounded,
.btn.btn-rounded {
  border-radius: 3em !important;
}
.btn {
  line-height: 50px;
  padding: 0 40px;
  font-size: 15px;
}
.cBlue {
  color: #016aec;
}
.cSky {
  color: #a5def4;
}
.cRed {
  color: #f00;
}
.cOrange {
  color: #fcc013;
}
.cGreen {
  color: #8cc63f;
}
.cDGreen {
  color: #5c8c1d;
}
.cGray {
  color: #6d6f71;
}
.indent-25 {
  text-indent: 25px;
}
.form-group label:not(.error) {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
}

.breadcrumb-item.active span {
  max-width: 350px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-inline-box;
}

#header .header-inner #logo a &gt; img {
  padding: 3px 0;
}
#header.header-sticky.sticky-active .header-inner,
#header.header-sticky.sticky-active #header-wrap {
  box-shadow: none;
}

.header-master .header-extras,
.header-master #mainMenu-trigger,
.header-master #mainMenu {
  display: none;
}

button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
  font-family: "Prompt", sans-serif;
  padding: 0 18px;
  line-height: 40px;
  color: #fff;
  background: transparent;
  border-color: #fcc013;
  border-radius: 50px;
  min-width: 140px;
  font-size: 1em;
}
button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]),
.flickity-button:hover {
  border: none;
  border-radius: 20px;
  border-radius: 30px;
  color: #fff;
  line-height: 40px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #3aa537, #91bd27 62.18%, #91bd27);
}
.btn.btn-only-border {
  background: transparent !important;
  color: #444 !important;
  box-shadow: 0 0 1px #ddd;
}
.btn.btn-grey {
  background: #adadad !important;
}
.btn:hover {
  background: rgb(235, 80, 34);
  background: linear-gradient(
    90deg,
    rgba(235, 80, 34, 1) 0%,
    rgba(238, 143, 50, 1) 100%
  ) !important;
}
.bg-gradient {
  background: rgb(225, 235, 240);
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1),
    rgba(225, 235, 240, 1),
    rgba(255, 255, 255, 1)
  );
}
.bg-soft {
  background: #e1ebf0;
}

.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font-600 {
  font-weight: 600;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
  display: inline-block;
  float: left;
}
.hr {
  display: inline-block;
  border-top: 1px solid #d0d0d0;
  width: 100%;
  margin: 10px 0;
}
a {
  color: #27171f;
}
a:not(.btn):hover,
a:not(.btn):focus,
a:not(.btn):active {
  color: #fcc013;
}

[class*="col-md-"] {
  float: left;
}
a:not(.btn):not(.badge):hover,
a:not(.btn):not(.badge):focus,
a:not(.btn):not(.badge):active {
  color: #6b9c17;
}
.list-icon.list-icon-colored li:before,
.list-icon.icon-list-colored i {
  color: #ffffff;
}

.link-custom {
  color: #fcc013;
  display: inline-block;
  line-height: 40px;
}
.link-custom span {
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.right-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #fcc013;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  display: inline-block;
}
.right-circle i {
  transition: all 0.2s ease-in-out;
}
a:hover &gt; .right-circle i {
  transform: translate(3px, 0);
}
.text-lg {
  font-weight: 800;
  font-size: 4.3em;
}
.text-md {
  font-weight: 800;
  font-size: 3.3em;
}
.limit1,
.limit2,
.limit3,
.limit4,
.limit5 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.limit1 {
  -webkit-line-clamp: 1;
}
.limit2 {
  -webkit-line-clamp: 2;
}
.limit3 {
  -webkit-line-clamp: 3;
}
.limit4 {
  -webkit-line-clamp: 4;
}
.limit5 {
  -webkit-line-clamp: 5;
}
.inline {
  display: inline-block;
}
.text-link {
  font-weight: 600;
  font-size: 17px;
}

/*  MENU */
#mainMenu nav &gt; ul &gt; li {
  margin-left: 0;
}
#mainMenu nav &gt; ul &gt; li &gt; a {
  font-size: 1em;
  position: relative;
  font-weight: 400;
  padding: 0;
  display: inline-block;
  text-transform: inherit;
}
#mainMenu nav &gt; ul &gt; li.dropdown &gt; a &gt; span:after {
  font-family: inspiro-icons !important;
  content: "\e92e";
  position: absolute;
  right: 5px;
  font-size: 12px;
}
#mainMenu nav &gt; ul &gt; li.dropdown &gt; a &gt; span {
  padding-right: 20px;
}
#mainMenu nav &gt; ul &gt; li .dropdown-menu &gt; li.current &gt; a,
#mainMenu nav &gt; ul &gt; li .dropdown-menu &gt; li.current &gt; span,
#mainMenu nav &gt; ul &gt; li .dropdown-menu &gt; li:hover &gt; a,
#mainMenu nav &gt; ul &gt; li .dropdown-menu &gt; li:hover &gt; span,
#mainMenu nav &gt; ul &gt; li .dropdown-menu &gt; li:focus &gt; a,
#mainMenu nav &gt; ul &gt; li .dropdown-menu &gt; li:focus &gt; span,
#mainMenu nav &gt; ul &gt; li .dropdown-menu &gt; li:active &gt; a,
#mainMenu nav &gt; ul &gt; li .dropdown-menu &gt; li:active &gt; span,
#mainMenu nav &gt; ul &gt; li .dropdown-menu &gt; li.hover-active &gt; a,
#mainMenu nav &gt; ul &gt; li .dropdown-menu &gt; li.hover-active &gt; span,
#mainMenu nav &gt; ul &gt; li.hover-active &gt; a,
#mainMenu nav &gt; ul &gt; li.hover-active &gt; span,
#mainMenu nav &gt; ul &gt; li.current &gt; a,
#mainMenu nav &gt; ul &gt; li.current &gt; span,
#mainMenu nav &gt; ul &gt; li:hover &gt; a,
#mainMenu nav &gt; ul &gt; li:hover &gt; span,
#mainMenu nav &gt; ul &gt; li:focus &gt; a,
#mainMenu nav &gt; ul &gt; li:focus &gt; span {
  color: #016aec;
}
#mainMenu nav &gt; ul &gt; li &gt; a &gt; span {
  position: relative;
  z-index: 2;
  padding: 0 15px;
  font-weight: 500;
}
#mainMenu nav &gt; ul &gt; li.active &gt; a &gt; span {
  color: #89bf2b;
}
#mainMenu nav &gt; ul &gt; li .dropdown-menu li {
  line-height: 40px;
}

.head_title {
  margin-top: 30px;
  color: #fcc013;
  font-weight: 300;
}

.header-extras &gt; ul &gt; li a {
  line-height: 80px;
}
.link-account {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}
.list-link-account i.fa-user {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.34);
  text-align: center;
  line-height: 40px !important;
  border-radius: 4px;
  color: #fff !important;
}
.acc-name {
  display: inline-block;
  line-height: 1;
  text-align: right;
  top: 10px;
  position: relative;
  right: 4px;
  color: #e9e9e9;
}
.list-link-account a:hover .acc-name {
  color: #fff;
}
.list-link-account a:hover i.fa-user {
  background: rgba(255, 255, 255, 0.6);
}

#header .header-inner {
  background: #89bf2b;
  background: linear-gradient(to right, #3aa537, #91bd27 62.18%, #91bd27);
}
#mainMenu nav &gt; ul &gt; li &gt; a {
  color: #fff;
  border-radius: 20px 20px 0 0;
}
#mainMenu nav &gt; ul &gt; li {
  margin: 0 15px;
}
#mainMenu nav &gt; ul &gt; li,
#mainMenu nav &gt; ul &gt; li &gt; a {
  line-height: 45px;
}
#mainMenu nav &gt; ul &gt; li &gt; a &gt; span {
  padding-top: 10px;
}
#mainMenu.menu-center nav {
  vertical-align: bottom;
}
#mainMenu nav &gt; ul &gt; li.active &gt; a {
  background: #fff;
  border-radius: 20px 20px 0 0;
}
#mainMenu nav &gt; ul &gt; li &gt; a:before {
  position: absolute;
  content: "";
  width: 37px;
  height: 27px;
  left: 0;
  bottom: 0;
  background: url(../images/bg/menu-left.png) no-repeat;
  background-size: 55%;
  background-position: right bottom;
  left: -36px;
  opacity: 0;
}
#mainMenu nav &gt; ul &gt; li &gt; a:after {
  position: absolute;
  content: "";
  width: 37px;
  height: 27px;
  right: 0;
  bottom: 0;
  background: url(../images/bg/menu-right.png) no-repeat;
  background-size: 55%;
  background-position: left bottom;
  right: -36px;
  opacity: 0;
}
#mainMenu nav &gt; ul &gt; li.active &gt; a:before,
#mainMenu nav &gt; ul &gt; li:hover &gt; a:before,
#mainMenu nav &gt; ul &gt; li &gt; a:hover:before,
#mainMenu nav &gt; ul &gt; li.active &gt; a:after,
#mainMenu nav &gt; ul &gt; li:hover &gt; a:after,
#mainMenu nav &gt; ul &gt; li &gt; a:hover:after {
  opacity: 1;
}
#mainMenu nav &gt; ul &gt; li:hover &gt; a {
  background: #fff;
  color: #89bf2b;
}

/* LOGIN */
.sect-body-content {
  min-height: 52vh;
}
.card-login {
  width: 500px;
  text-align: center;
  float: none;
  margin: auto;
}
.card-login .logo {
  width: 120px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.card-login .form-control {
  margin-bottom: 15px;
}
.card-login .btn.btn-login {
  width: 100%;
  /* :137  */
}
.card-login .input-group-text {
  height: 40px;
}
.card-login .form-login {
  padding: 0 30px;
}
.card-login .card-footer {
  padding: 20px 0;
}

.modal-dialog {
  margin-top: 80px;
}
.modal-content {
  padding: 10px 20px;
}
.modal-login {
  text-align: center;
}
#modal-forgetPsw form {
  padding: 0 40px;
  margin-bottom: 20px;
}
.modal-header .close {
  font-size: 3em;
  font-weight: 200;
  padding-top: 0;
}
.modal-header {
  border: none;
}
.modal-footer {
  text-align: center;
  display: inline-block;
  padding: 20px 0;
}

/* REGISTER */
.card-register {
  width: 800px;
  margin: auto;
  padding: 30px 60px;
}
.form-group label:not(.error) {
  color: #343434;
}
/*.form-depart{background: #e7f0dd; padding: 20px 0;}*/

/* ACCOUNT */
.tabs .nav-tabs .nav-link {
  color: #333;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}
.tabs .nav-tabs .nav-link.active {
  color: #71b912;
  border-bottom: 2px solid #71b912;
}
.card-account {
  padding: 40px 60px;
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.icon-noti-expired {
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  background: #cf1b1b;
  color: #fff;
  text-align: center;
  font-size: 9px;
  position: relative;
  top: -9px;
  right: 7px;
}
.list-link-account .icon-noti-expired {
  top: 15px;
  right: -6px;
  position: absolute;
  z-index: 2;
}
.icon-noti-expired i {
  margin: 0 !important;
  line-height: 15px !important;
  transform: rotate(-14deg);
  color: #fff !important;
}

#scrollTop:after,
#scrollTop:before {
  background: #89bf2b;
}
footer {
  padding: 40px 0 10px 0;
  background: #f0f0f0;
}
footer .copyright {
  display: inline-block;
  text-align: right;
  float: right;
  padding: 0;
  clear: both;
  margin-top: 7px;
}
footer .contact-social {
  display: inline-block;
  float: right;
  clear: both;
}
footer .copyright p,
footer .copyright a {
  font-size: 13px;
  color: #999;
}
footer .cRight {
  margin-top: 12px;
}
.social-icons.social-icons-colored .social-line a,
.social-icons.social-icons-colored-hover .social-line a:hover {
  background-color: #41a723;
}
.social-icons li:hover i,
.social-icons li:hover img {
  animation: toTopFromBottom 0.3s forwards;
}
.line-icon {
  height: 22px;
  margin-top: -1px;
}
footer h3,
footer p,
footer a,
footer strong {
  color: #5c5c5c;
}
footer .contact-list {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
footer,
footer p {
  font-size: 15px;
}

.breadcrumb {
  margin-top: 10px;
  text-align: right;
}
.main-page-content {
  min-height: 78vh;
}
/*#modalAddFile .modal-header,#modalAddFile .modal-body{padding-left: 40px; padding-right: 40px;}*/
#modalAddFile .modal-header {
  padding-top: 40px;
}
.modal .modal-content .modal-header .modal-title {
  font-size: 20px;
}
.a-link {
  font-size: 14px;
  line-height: 40px;
  color: #333;
  margin: 0 25px;
}
.a-link:hover {
  text-decoration: underline !important;
}
.inline-block {
  display: inline-block;
  float: left;
}

/* ACCOUNT  */
ul.list-documents li {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
}
ul.list-documents li a,
.link-file {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 15px;
}
ul.list-documents li a.title-name:after,
.link-file:after {
  font-family: inspiro-icons !important;
  content: "\e913";
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 12px;

  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 5px;
  text-align: center;
  border-radius: 50%;
}
.link-file:after {
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 3px;
}
.card.card-account .card-body {
  padding: 0;
}
.table-documents {
  font-size: 14px;
}
.table.table-documents thead th {
  border-top: none;
}
.table-documents tbody {
  font-size: 13px;
}
.table-documents tbody td {
  padding: 6px 10px;
  line-height: 2;
}
.fl-name {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.list-documents li a:hover,
.table-documents li:hover {
  background: #f5f6f4;
}
ul.list-documents li a:hover:after,
.link-file:hover:after {
  background: #89bf2b;
  color: #fff;
}
.btn-download.btn-circle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 5px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 45px;
  border: none;
  background: rgba(203, 227, 227, 0.93);
  color: #89bf2b;
  display: none;
}
.btn-download.btn-circle:hover {
  display: block;
  background: rgba(203, 227, 227, 1);
  color: #89bf2b;
}
ul.list-documents li:hover .btn-download.btn-circle {
  display: block;
}
ul.list-documents .post-date {
  position: absolute;
  right: 80px;
  top: 0;
  font-size: 12px;
  line-height: 40px;
  color: #696969;
}
.nearly_expired {
  color: #cf1b1b !important;
  /*background: #f9e8e8;*/
}
.link-back {
  float: left;
  margin-right: 20px;
}
.btn-circle {
  font-size: 14px;
  width: 26px;
  height: 26px;
  line-height: 26px !important;
  text-align: center;
  border-radius: 50%;
  background: #e2e9d4;
  color: #89bf2b;
  background: #e8e8e8;
  color: #858585;
}
.btn-circle.btn-md {
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
}
.btn-circle:hover {
  background: #89bf2b;
  color: #fff;
}
.table-documents tbody td .btn-circle {
  top: 2px;
  position: relative;
}
.table-documents tbody td .btn-circle.btn-delete:hover {
  background: #cf1b1b;
}
.daterangepicker td.active:not(.off),
.daterangepicker td.active:hover,
.daterangepicker .active.end-date.in-range {
  background: #89bf2b !important;
  color: #fff !important;
}
.form-control-file {
  padding: 0 !important;
}
.fl-file {
  text-align: center;
}
/* .input-group-text {
  border-radius: 0 5px 5px 0 !important;
} */
.btn-attchFile {
  width: 220px;
  margin: auto;
}
#blah {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 220px;
  display: inline-block;
  /*background: #f0f0f0 url(../images/icon/file-3.png);*/
  background: #f0f0f0;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
#imgInp {
  padding: 0;
  margin-top: 10px;
  width: 100%;
}
.form-attchFile .file-name {
  display: block;
  margin: 15px;
  font-size: 14px;
}
.card.card-attch-file .card-body {
  padding-top: 40px;
}
.doc-status {
  text-align: right;
  margin-bottom: 30px;
}
.doc-status label {
  margin-right: 10px;
}
.ds-item {
  position: relative;
  display: inline-block;
  /*padding-left: 10px;*/
  margin-right: 10px;
}
/*.ds-item:before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ddd;
}
.ds-item.normal:before{ background: #89bf2b;}
.ds-item.nearly_exp:before{ background: #f00; }
.ds-item.exp:before{ background: #786969; }*/
.ds-item.normal {
  color: #89bf2b;
}
.ds-item.nearly_exp {
  color: #f00;
}
.ds-item.exp {
  color: #786969;
}

.btn-create {
  float: right;
}
.form-sear-file .inner {
  position: relative;
}
.form-sear-file .inner label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  min-width: 80px;
  border-radius: 50px 0 0 50px;
  text-align: center;
  /*background: #eeeeee;*/
  /*color: #7c7777;*/
  background: linear-gradient(to right, #3aa537, #91bd27 62.18%, #91bd27);
  color: #fff;
}
.form-sear-file .form-control {
  min-width: 350px;
  padding: 0 40px 0 90px !important;
  border-radius: 50px;
}
.form-sear-file .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #a2a2a2;
}
.form-sear-file .btn-search:hover {
  color: #333;
}

/* HISTORY */
.content-history .col-search {
  float: right;
  margin-bottom: 30px;
}
.content-history .form-sear-file .inner {
  float: right;
}
.content-history .form-sear-file .form-control {
  min-width: 380px;
}

/* LEGALS */
.list-legals .legal-item {
  position: relative;
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.list-legals .legal-item:hover {
  background: #f4f4f4;
}
.legal-item .legal-duration {
  font-size: 14px;
  color: #555;
}
.legal-item .legal-title {
  line-height: 1.2;
  font-size: 1em;
}
.legal-item .legal-link {
  position: absolute;
  right: 20px;
  top: 30px;
  font-weight: 500;
  z-index: 2;
}
.legal-link:hover .btn-circle {
  background: #89bf2b;
  color: #fff;
}
.table-documents tbody td.fl-respon span {
  display: block;
  line-height: 2;
}
.table-documents tbody td.fl-respon {
  padding-top: 7px;
  padding-bottom: 7px;
}
.accordion .ac-item .ac-title:before {
  content: "\e92f";
  transform: rotate(180deg);
}
.accordion .ac-item.ac-active .ac-title:before {
  content: "\e92f";
  transform: rotate(-90deg);
}
.btn.btn-only-border.approved:hover,
.btn.btn-only-border.approved.checked {
  background: linear-gradient(
    to right,
    #3aa537,
    #91bd27 62.18%,
    #91bd27
  ) !important;
  color: #fff !important;
  border: transparent !important;
}
.btn.btn-only-border.deny:hover,
.btn.btn-only-border.deny.checked {
  background: linear-gradient(
    90deg,
    rgba(235, 80, 34, 1) 0%,
    rgba(238, 143, 50, 1) 100%
  ) !important;
  color: #fff !important;
  border: transparent !important;
}
/*.sh_index #header{ visibility: hidden; }*/

multi-input,
.bootstrap-tagsinput {
  line-height: 18px;
  padding: 0px 16px;
  min-height: 40px;
  font-size: 0.9rem;
  border: 1px solid #e6e8eb;
  border-radius: 5px;
}
multi-input input,
.bootstrap-tagsinput input {
  padding: 0 !important;
  min-width: 200px;
}
multi-input .item,
.bootstrap-tagsinput .badge {
  margin-right: 10px;
  display: inline-block;
  padding: 0 20px 0 3px;
}
multi-input div.item::after,
.bootstrap-tagsinput .badge [data-role="remove"]:after {
  font-size: 24px;
}

@media (min-width: 1600px) {
  .sect-body-content,
  .sect-register {
    min-height: calc(100vh - 220px);
  }
}
@media (max-width: 1112px) {
  .table.table-documents thead th,
  .table-documents tbody td {
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  #mainMenu-trigger {
    float: left;
  }
  .header-extras {
    float: right;
  }
  #header .header-inner {
    display: inline-block;
    min-height: 80px;
    width: 100%;
  }
  button.btn:not(.btn-creative):not(.btn-slide),
  .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide),
  a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
    height: 42px;
    line-height: 42px;
    font-size: 1em;
  }
  .lines,
  .lines:before,
  .lines:after {
    background-color: #fff;
  }
  #mainMenu:not(.menu-overlay) nav &gt; ul &gt; li &gt; a {
    font-size: 1.2em;
  }
  #mainMenu nav &gt; ul &gt; li.active &gt; a {
    background: transparent;
  }
  #mainMenu nav &gt; ul &gt; li &gt; a:before {
    display: none;
  }
  #mainMenu:not(.menu-overlay) nav &gt; ul &gt; li &gt; a {
    padding: 0;
  }
  #mainMenu nav &gt; ul &gt; li.active &gt; a &gt; span {
    color: #ffffff;
  }
  /* {
        border-bottom: 1px solid #fff;
    } */
}
@media (max-width: 768px) {
  .form-sear-file .inner label {
    background: transparent;
    color: #949494;
    min-width: 60px;
  }
  .table-documents {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .col-search {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
  }
  .col-link {
    width: 100%;
  }
  .form-group.form-sear-file {
    display: inline-block;
    margin-bottom: 30px;
  }

  .header-extras &gt; ul &gt; li {
    max-height: 80px;
  }
  .modal-dialog {
    max-width: 92%;
  }

  .container,
  .container-sm {
    max-width: 100%;
  }
  footer .cLeft {
    width: 120px;
  }
  footer .cMiddle {
    width: calc(100% - 120px);
  }
  footer .cRight {
    margin-top: 30px;
    padding-left: 135px;
  }
  footer .contact-social {
    float: left;
  }
  footer .copyright {
    float: left;
  }

  .content-legal-detail .page-content-head .htitle {
    width: calc(100% - 80px);
    float: right;
  }
  .page-content-head .htitle {
    font-size: 1.4em;
  }
  .btn-circle.btn-md {
    font-size: 1.25em;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
  }
  .breadcrumb ul .breadcrumb-item,
  .breadcrumb ul li,
  .breadcrumb ol .breadcrumb-item,
  .breadcrumb ol li {
    max-width: 180px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .breadcrumb ul .breadcrumb-item + li:before,
  .breadcrumb ul li + li:before,
  .breadcrumb ol .breadcrumb-item + li:before,
  .breadcrumb ol li + li:before {
    margin: 0 2px 0 0;
    float: left;
  }

  .box-sizing .form-group &gt; .col-2,
  .box-sizing .form-group &gt; .col-3,
  .box-sizing .form-group &gt; .col-9,
  .box-sizing .form-group &gt; .col-10 {
    max-width: 100%;
    flex: none;
  }
  .box-sizing .form-group &gt; .col-2 {
    width: 25% !important;
  }
  .box-sizing .form-group &gt; .col-10 {
    width: 75% !important;
  }

  .card-register {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  #header #logo &gt; a {
    height: 80px;
  }
  .container {
    padding: 0 15px;
  }
  button.btn:not(.btn-creative):not(.btn-slide),
  .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide),
  a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
    font-size: 15px;
  }
  .breadcrumb ul .breadcrumb-item + li:before,
  .breadcrumb ul li + li:before,
  .breadcrumb ol .breadcrumb-item + li:before,
  .breadcrumb ol li + li:before {
    margin: 0;
    float: left;
  }
  .breadcrumb {
    white-space: nowrap;
    overflow: hidden;
  }
  .sect-body-content {
    padding-top: 20px;
  }
  .card .card-body {
    padding: 15px;
  }
  .card-login {
    width: 100%;
  }
  .card-login .form-login {
    padding: 0;
  }
  footer .cLeft {
    width: 100%;
  }
  footer .cRight {
    padding-left: 15px;
  }
  footer .ft-logo {
    text-align: center;
  }
  footer .ft-logo img {
    width: 80px !important;
    margin: auto;
  }
  footer .cMiddle {
    width: 100%;
  }
  footer .ft-logo {
    margin-bottom: 20px;
  }

  .page-content-head .htitle {
    font-size: 1.2em;
  }

  .content-legal-detail .page-content-head .htitle,
  .content-legal-preview .page-content-head .htitle,
  .page-content-legal-editor .htitle {
    width: calc(100% - 60px);
    /* line-height: 1.35; */
  }

  .a-link {
    margin: 0;
    float: left;
  }
  .form-group.form-sear-file {
    margin-bottom: 15px;
  }
  .bootstrap-tagsinput {
    padding: 6px 16px;
  }
  .modal-content {
    padding: 10px;
  }
  .modal-dialog {
    max-width: 100%;
  }
  .form-sear-file .form-control {
    min-width: initial;
  }
  .form-group.form-sear-file,
  .form-sear-file .inner {
    width: 100%;
  }

  .table-documents {
    padding-left: 90px;
  }
  .table.table-documents thead th:last-child,
  .table-documents tbody tr td:last-child {
    position: absolute;
    left: 0;
    width: 90px;
    text-align: center;
    background: #fff;
  }

  .legal-item .legal-link {
    position: relative;
    right: initial;
    top: initial;
    font-size: 15px;
  }
  .legal-item .legal-title {
    line-height: 1.5;
  }
  .legal-item .legal-duration {
    font-size: 13px;
  }

  footer .contact-list {
    width: 100%;
  }

  .card-account {
    padding: 10px 20px;
  }

  .box-sizing .form-group &gt; .col-2,
  .box-sizing .form-group &gt; .col-10 {
    max-width: 100%;
    flex: none;
  }
  .box-sizing .form-group &gt; .col-2,
  .box-sizing .form-group &gt; .col-3,
  .box-sizing .form-group &gt; .col-9,
  .box-sizing .form-group &gt; .col-10 {
    width: 100% !important;
  }
  #modal-forgetPsw form {
    padding: 0;
  }

  .form-register .form-group .col-3,
  .form-register .form-group .col-9,
  .form-register .form-btn .col-9 {
    width: 100% !important;
    display: inline-block;
    flex: none;
    max-width: 100%;
  }
  .form-register .form-btn .col-form-label {
    display: none;
  }
  .form-register .form-btn .btn-cancel {
    margin: 0;
  }
  .card.card-account .form-group .col-12.text-right {
    text-align: center !important;
  }
}
@media (max-width: 320px) {
  #header .header-inner #logo {
    left: 50px;
    right: initial;
    width: auto;
  }
  #header .header-inner #logo a &gt; img {
    padding: 6px 0;
  }
  .breadcrumb ul .breadcrumb-item,
  .breadcrumb ul li,
  .breadcrumb ol .breadcrumb-item,
  .breadcrumb ol li {
    max-width: 90px;
  }
  .legal-item .legal-duration {
    font-size: 11px;
  }
}
.dropdown-item {
  line-height: 2 !important;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #3aa537 !important;
  color: #fff !important;
}
#mainMenu nav &gt; ul &gt; li &gt; a:before,
#mainMenu nav &gt; ul &gt; li &gt; a:after {
  bottom: -1px;
}

.btn.btn-only-border.approved.active {
  color: #fff !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%) !important;
  background: linear-gradient(
    to right,
    #3aa537,
    #91bd27 62.18%,
    #91bd27
  ) !important;
}
</pre></body></html>