/* Box Tabulasi */
.deed_review {
  border: 2px dashed #fff;
  padding: 15px 40px 0;
}
.box-tabs {
  border: 2px dashed #fff;
  padding: 0 !important;
}
.box-tabs .nav-tabs {
  background: #fff;
  box-shadow: 0 0 10px 0px #222;
}
.box-tabs .nav-tabs.tabs-custom {
  margin: -35px auto 0;
  width: 90%;
}
.box-tabs .nav-tabs .nav-item {
  width: 100%;
}
.box-tabs .nav-tabs .nav-link {
  border-radius: 0;
  text-align: center;
  color: #1565C0;
  letter-spacing: .5px;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
}
.box-tabs .nav-tabs .nav-link:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.box-tabs .nav-tabs .nav-link .far {
  font-size: 1.5em;
}
.box-tabs .nav-tabs .nav-link.active {
  background: #01579b;
  color: #fff;
}
.box-tabs .nav-tabs .nav-link.active:hover {
  background: #01579b;
  border-color: #ffffff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.box-tabs .nav-tabs .nav-link.active:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.box-tabs .nav-tabs .nav-link:hover {
  background: rgba(1, 87, 155, 0.2);
  border-color: #01579b;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.box-tabs .nav-tabs .nav-link:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.box-tabs .tab-content {
  padding: 0 20px;
}
.workflow-tabs.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.workflow-tabs.nav-tabs .nav-link {
  padding: 10px;
  color: #333;
  border: 0;
  font-size: 12px;
}
.workflow-tabs.nav-tabs .nav-link i {
  font-size: 17px;
}
.workflow-tabs.nav-tabs .nav-link.active {
  color: #1467C0;
  border-bottom: 2px solid #1467C0;
}
.dms-detail-tabs.nav-tabs {
  border-bottom: none;
}
.dms-detail-tabs.nav-tabs .nav-link {
  padding: 10px;
  color: #333;
  border: 0;
}
.dms-detail-tabs.nav-tabs .nav-link i {
  font-size: 16px;
}
.dms-detail-tabs.nav-tabs .nav-link.active {
  color: #000;
  border-bottom: 2px solid #000;
}
/* Tabs sh reg */
.listing-sh .nav-resp {
  background: #f9f9f9;
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
  padding: 10px;
  box-shadow: 0px 0px 1px #90CAF9 inset;
  border-radius: 3px;
}
.listing-sh .nav-tabs {
  border: 0;
}
.listing-sh .nav-item {
  background: #ddd;
  color: #464646;
  margin: 0 5px 0px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 1px #fff inset;
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.listing-sh .nav-item:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.listing-sh .nav-item:first-child {
  margin-left: 0;
}
.listing-sh .nav-item:last-child {
  margin-right: 0;
}
.listing-sh .nav-item.active {
  background: #1565C0;
  color: #fff;
  box-shadow: 0 0 1px #fff inset;
  border: 1px solid #1565C0;
}
.listing-sh .nav-item:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #1565C0;
  color: #fff;
}
.listing-sh .nav-item:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
/* end Tabs sh reg  */
/* end Box Tabulasi */
@media (max-width: 1024px) {
  .nav-resp {
    overflow-y: hidden;
    overflow-x: scroll;
    /* removing scrollbar */
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .nav-resp::-webkit-scrollbar {
    display: none;
  }
  .nav-resp.nav-hansip {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .nav-resp .nav-tabs-custom {
    width: 850px;
  }
  .nav-resp .nav-tabs-custom.summary {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  .resp-only .nav-item.nav-link {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .nav-resp {
    overflow-y: hidden;
    overflow-x: scroll;
    /* removing scrollbar */
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  .nav-resp::-webkit-scrollbar {
    display: none;
  }
  .nav-resp.nav-hansip {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .nav-resp .nav-tabs-custom {
    width: 1300px;
  }
  .nav-resp .nav-tabs-custom-many-item {
    width: 100%;
  }
}
.signup-verification-dashboard {
  padding-top: 50px !important;
  padding-bottom: 50px;
}
#content_info {
  width: 310px;
  margin: 0 5px;
  font-size: 11px;
}
.list-current-doc .blue-font {
  color: #1E88E5;
  font-size: 14px;
}
#sections:first-child .box-ordinary-share {
  display: inline-block;
}
.signup-verification,
.signup-verification-dashboard {
  color: #fff;
  padding-top: 70px;
}
.signup-verification .change_kbli,
.signup-verification-dashboard .change_kbli {
  font-size: 14px;
}
.signup-verification .change_kbli #info_kbli_others,
.signup-verification-dashboard .change_kbli #info_kbli_others {
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 10px;
  position: relative;
  top: 10px;
  margin-bottom: 20px;
}
.signup-verification .change_kbli textarea.itext,
.signup-verification-dashboard .change_kbli textarea.itext {
  overflow: hidden;
  vertical-align: top;
  resize: none;
}
.signup-verification .change_kbli textarea.itext:focus,
.signup-verification-dashboard .change_kbli textarea.itext:focus {
  box-shadow: 0 0 2px 0px #f9f9f9 inset;
  border-radius: 3px 3px 0 0;
}
.signup-verification .parse-bod .t-dashed,
.signup-verification-dashboard .parse-bod .t-dashed {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 15px;
}
.signup-verification .outer-check,
.signup-verification-dashboard .outer-check {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.signup-verification .outer-check:hover,
.signup-verification-dashboard .outer-check:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.signup-verification .outer-check:hover,
.signup-verification-dashboard .outer-check:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #01579b;
}
.signup-verification .outer-check:hover:hover,
.signup-verification-dashboard .outer-check:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.signup-verification .outer-check.listing-with-delete,
.signup-verification-dashboard .outer-check.listing-with-delete {
  padding-right: 100px;
  position: relative;
  line-height: 25px;
}
.signup-verification .outer-check.listing-with-delete .inner-listing,
.signup-verification-dashboard .outer-check.listing-with-delete .inner-listing {
  display: block;
}
.signup-verification .outer-check.listing-with-delete .inner-listing .btn,
.signup-verification-dashboard .outer-check.listing-with-delete .inner-listing .btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.signup-verification .picked-doc,
.signup-verification-dashboard .picked-doc {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #43a047;
}
.signup-verification .picked-doc .fa-file,
.signup-verification-dashboard .picked-doc .fa-file {
  position: absolute;
  z-index: 0;
  font-size: 20px;
  top: 0;
  right: 9px;
}
.signup-verification .picked-doc .fa-check,
.signup-verification-dashboard .picked-doc .fa-check {
  position: absolute;
  z-index: 1;
  font-size: 12px
      top: 6px;
  right: 6px;
}
.signup-verification #foreign_bod,
.signup-verification-dashboard #foreign_bod,
.signup-verification #foreign_boc,
.signup-verification-dashboard #foreign_boc,
.signup-verification #domestic_bod,
.signup-verification-dashboard #domestic_bod,
.signup-verification #domestic_boc,
.signup-verification-dashboard #domestic_boc,
.signup-verification #domestic_cs,
.signup-verification-dashboard #domestic_cs,
.signup-verification #foreign_cs,
.signup-verification-dashboard #foreign_cs {
  border: 2px dashed #fff;
}
.signup-verification #image-preview-exist,
.signup-verification-dashboard #image-preview-exist {
  width: 100% !important;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  border-radius: 50% !important;
}
.signup-verification #image-preview-exist img,
.signup-verification-dashboard #image-preview-exist img {
  width: 200px;
  height: 200px;
  border-radius: 99px;
  object-fit: cover;
}
.signup-verification .intro-lexact,
.signup-verification-dashboard .intro-lexact {
  font-size: 14px;
}
.signup-verification .btn-del-photo,
.signup-verification-dashboard .btn-del-photo {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.signup-verification .btn-del-photo:hover,
.signup-verification-dashboard .btn-del-photo:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.signup-verification .btn-del-photo:hover,
.signup-verification-dashboard .btn-del-photo:hover {
  opacity: .8;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.signup-verification .btn-del-photo:hover:hover,
.signup-verification-dashboard .btn-del-photo:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.signup-verification .del-txt,
.signup-verification-dashboard .del-txt,
.signup-verification .undo-txt,
.signup-verification-dashboard .undo-txt {
  border-radius: 99px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  background-color: #EF5350;
  border: 1px solid #fff;
  height: 30px;
  width: 100px;
  text-align: center;
  font-size: 14px;
}
.signup-verification label.error,
.signup-verification-dashboard label.error {
  display: none;
}
.signup-verification label#field-error.error,
.signup-verification-dashboard label#field-error.error {
  display: inline-block;
  color: #252525;
  font-size: 14px;
  margin-bottom: 0;
}
.signup-verification label#field-error.error::before,
.signup-verification-dashboard label#field-error.error::before {
  content: '\f071';
  color: #252525;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 5px;
}
.signup-verification label#field-error.error.valid::before,
.signup-verification-dashboard label#field-error.error.valid::before {
  display: none;
}
.signup-verification .nope-line .check-doc,
.signup-verification-dashboard .nope-line .check-doc {
  border: 0;
}
.signup-verification .check-doc,
.signup-verification-dashboard .check-doc {
  color: #1E88E5;
  font-size: 14px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.signup-verification .check-doc:hover,
.signup-verification-dashboard .check-doc:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.signup-verification .check-doc .fa-file-pdf,
.signup-verification-dashboard .check-doc .fa-file-pdf {
  font-size: 14px;
}
.signup-verification .check-doc:hover,
.signup-verification-dashboard .check-doc:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  opacity: .7;
}
.signup-verification .check-doc:hover:hover,
.signup-verification-dashboard .check-doc:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.signup-verification .check-doc-cus,
.signup-verification-dashboard .check-doc-cus {
  color: #fff;
  font-size: 13px;
  opacity: 1;
  line-height: 35px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.signup-verification .check-doc-cus:hover,
.signup-verification-dashboard .check-doc-cus:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.signup-verification .check-doc-cus .fa-file-pdf,
.signup-verification-dashboard .check-doc-cus .fa-file-pdf {
  font-size: 13px;
}
.signup-verification .check-doc-cus:hover,
.signup-verification-dashboard .check-doc-cus:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  opacity: .7;
}
.signup-verification .check-doc-cus:hover:hover,
.signup-verification-dashboard .check-doc-cus:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.signup-verification .display-4,
.signup-verification-dashboard .display-4 {
  font-size: 30px;
  line-height: 40px;
}
.signup-verification .inner-txt,
.signup-verification-dashboard .inner-txt {
  position: relative;
  display: block;
}
.signup-verification .inner-txt .far,
.signup-verification-dashboard .inner-txt .far,
.signup-verification .inner-txt .fas,
.signup-verification-dashboard .inner-txt .fas,
.signup-verification .inner-txt .fab,
.signup-verification-dashboard .inner-txt .fab {
  position: absolute;
  top: 10px;
  right: 10px;
}
.signup-verification .box-outter,
.signup-verification-dashboard .box-outter {
  border: 2px solid #fff;
  padding: 20px 15px;
}
.signup-verification .box-outter .row.custom-row,
.signup-verification-dashboard .box-outter .row.custom-row {
  margin: 30px 0 0;
}
.signup-verification .box-outter .row.custom-row .bg-box,
.signup-verification-dashboard .box-outter .row.custom-row .bg-box {
  border-radius: 3px;
}
.signup-verification .web-comp,
.signup-verification-dashboard .web-comp {
  margin-top: 10px;
}
.signup-verification .fas.fa-circle,
.signup-verification-dashboard .fas.fa-circle {
  font-size: 6px;
  position: relative;
  bottom: 3px;
}
.signup-verification .post_decode .itext,
.signup-verification-dashboard .post_decode .itext {
  padding-right: 15px;
}
.signup-verification .form-row p,
.signup-verification-dashboard .form-row p {
  margin-bottom: 0;
  min-height: 24px;
}
.signup-verification .list-quest,
.signup-verification-dashboard .list-quest {
  padding: 0 15px;
}
.signup-verification .b-dashed,
.signup-verification-dashboard .b-dashed {
  border-bottom: 2px dashed #fff;
  padding-bottom: 20px;
  margin-bottom: 30px!important;
}
.signup-verification .b-dashed-compact,
.signup-verification-dashboard .b-dashed-compact {
  border-bottom: 1px dashed #fff;
  padding-bottom: 5px;
}
.signup-verification .t-dashed,
.signup-verification-dashboard .t-dashed {
  border-top: 2px dashed #fff;
  padding-bottom: 20px;
  margin-bottom: 30px!important;
}
.signup-verification .last-content,
.signup-verification-dashboard .last-content {
  padding-bottom: 100px;
}
.signup-verification .last-content .fas.fa-asterisk,
.signup-verification-dashboard .last-content .fas.fa-asterisk {
  font-size: 10px;
  position: relative;
  bottom: 5px;
  font-style: italic;
}
.signup-verification .last-content .noted,
.signup-verification-dashboard .last-content .noted {
  background: rgba(1, 87, 155, 0.7);
  display: inline-block;
  color: #fff;
  padding: 7px 15px 5px;
  border-left: 4px solid #fff;
}
.signup-verification .last-content.b-dashed,
.signup-verification-dashboard .last-content.b-dashed {
  border-bottom: 0;
}
.signup-verification .form-group,
.signup-verification-dashboard .form-group {
  margin-bottom: 5px;
}
.signup-verification .form-group p,
.signup-verification-dashboard .form-group p {
  margin: 0;
}
.signup-verification .form-group .left-title,
.signup-verification-dashboard .form-group .left-title {
  padding-top: 16px;
}
.signup-verification .form-group .inner-txt,
.signup-verification-dashboard .form-group .inner-txt {
  position: relative;
  display: block;
}
.signup-verification .form-group .inner-txt .far,
.signup-verification-dashboard .form-group .inner-txt .far,
.signup-verification .form-group .inner-txt .fas,
.signup-verification-dashboard .form-group .inner-txt .fas,
.signup-verification .form-group .inner-txt .fab,
.signup-verification-dashboard .form-group .inner-txt .fab {
  position: absolute;
  top: 10px;
  right: 10px;
}
.signup-verification .form-group .itext,
.signup-verification-dashboard .form-group .itext {
  padding-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: none;
  border: 0;
  border-bottom: 2px solid #fff;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
}
.signup-verification .form-group .itext::-webkit-input-placeholder,
.signup-verification-dashboard .form-group .itext::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.signup-verification .form-group .itext::-moz-placeholder,
.signup-verification-dashboard .form-group .itext::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.signup-verification .form-group .itext:-ms-input-placeholder,
.signup-verification-dashboard .form-group .itext:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.signup-verification .form-group .itext:-moz-placeholder,
.signup-verification-dashboard .form-group .itext:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.signup-verification .form-group .itext.w-input-group,
.signup-verification-dashboard .form-group .itext.w-input-group {
  margin: 0;
}
.signup-verification .btn.btn-lex,
.signup-verification-dashboard .btn.btn-lex {
  width: 150px;
}
.p-size {
  font-size: 20px;
}
.exist-name {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 3px;
}
.long-title {
  font-size: 22px;
  line-height: 30px;
}
.accordion.form-agreement {
  position: relative;
  z-index: 0;
}
.accordion.form-agreement .card-header {
  border: 0;
}
.accordion.form-agreement .card-header .form-check {
  position: absolute;
  z-index: 1;
}
.accordion.form-agreement .card-header span.d-block {
  min-height: 50px;
}
.accordion.form-agreement .card-header .form-check-input,
.accordion.form-agreement .card-header .form-check-label {
  cursor: pointer;
}
.accordion.form-agreement .card-header .updated-form {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
}
.accordion.form-agreement .card-body p {
  font-size: 14px;
}
/* autocomplete */
#list_notary {
  position: relative;
  bottom: 10px;
}
#list_notary .box-autocomplete {
  padding: 0;
  margin: 0;
  list-style: none;
}
#list_notary .box-autocomplete li {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  border-bottom: solid .5px #01579b;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-left: 3px solid rgba(0, 0, 0, 0);
}
#list_notary .box-autocomplete li:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#list_notary .box-autocomplete li:hover {
  background: #01579b;
  border-left: 3px solid #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#list_notary .box-autocomplete li:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#list_notary .box-autocomplete li:last-child {
  border-bottom: 0;
}
/* end autocomplete */
/* text editor */
.ck .ck-content {
  color: #464646;
}
/* end text editor */
/* upload image */
#image-preview-exist {
  width: 100% !important;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  border-radius: 50% !important;
}
#image-preview-exist img {
  width: 200px;
  height: 200px;
  border-radius: 99px;
  object-fit: cover;
}
.intro-lexact {
  font-size: 14px;
}
.btn-del-photo {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-del-photo:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-del-photo:hover {
  opacity: .8;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-del-photo:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.del-txt,
.undo-txt {
  border-radius: 99px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  background-color: #EF5350;
  border: 1px solid #fff;
  height: 30px;
  width: 100px;
  text-align: center;
  font-size: 14px;
}
label.error {
  display: none;
}
label#field-error.error {
  display: inline-block;
  color: #252525;
  font-size: 14px;
  margin-bottom: 0;
}
label#field-error.error::before {
  content: '\f071';
  color: #252525;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 5px;
}
label#field-error.error.valid::before {
  display: none;
}
/* end upload image */
* {
  font-family: 'Nunito', sans-serif;
}
/* Topology */
.text-attention {
  color: #252525;
}
.w-150 {
  width: 150px !important;
}
.dataTables_paginate .pagination .page-item .page-link {
  width: inherit;
  height: inherit;
  min-width: 30px;
  min-height: 30px;
  font-size: 13px;
}
.top-kop ul li {
  margin-bottom: 15px !important;
}
.text-red {
  color: #EF5350;
  font-weight: 600;
}
.text-underline {
  text-decoration: underline;
}
label[for="share_bp"] {
  font-size: 16px;
}
.list_assist option {
  text-transform: capitalize;
}
select {
  outline: #ffffff solid thick;
  outline-offset: -5px;
  border-radius: 3px 3px 0px 0px !important;
  -webkit-border-radius: 3px 3px 0px 0px !important;
  font-size: 14px;
}
.badge-updated {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
}
.badge-cyan {
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
}
.badge-lightcyan {
  background: #eff9fb;
  border: 1px solid #d6eff3;
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
}
.badge-origin {
  background: #cce5ff;
  border: 1px solid #b8daff;
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
}
.text-updating {
  color: #155724;
}
.text-cyan {
  color: #0c5460;
}
.text-lightcyan {
  color: #5b8f98;
}
.text-origin {
  color: #004085;
}
.bg-change-info .select2.select2-container {
  outline: none;
}
.bg-change-info .select2.select2-container span {
  outline: none;
}
.hides {
  opacity: 0;
}
.edit-authorized {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.edit-authorized .far {
  position: relative;
  bottom: 1px;
}
/* Topology */
.overflow-hidden {
  overflow: hidden;
}
.pin {
  font-size: 10px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #F70505;
  background: linear-gradient(#f70505 0%, #8f0808 100%);
  box-shadow: 0 3px 10px -3px #000000;
  position: absolute;
  left: -26px;
}
.pin::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.pin::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.overflow-confirmation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  bottom: 155px;
  padding-top: 25%;
}
.detail-amendement:last-child {
  margin-bottom: 0 !important;
}
.detail-amendement p {
  margin: 0;
}
.text-updated {
  color: #F44336;
  text-shadow: 0px 0px 1px #F44336;
}
.white-font-cus {
  color: #fff;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.white-font-cus:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.white-font-cus:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .6;
}
.white-font-cus:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.white-font {
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.white-font:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.white-font:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.white-font:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.no-data {
  font-size: 6px;
}
.popover.fade.show.bs-popover-right {
  z-index: 1;
}
.align-with-top {
  padding-left: 35px !important;
}
.placeholder-other {
  font-size: 14px;
}
.btn {
  font-size: 14px !important;
}
.nav-link {
  background: #f0f0f0 !important;
}
.list-mom {
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 2px dashed #fff;
  font-size: 20px;
}
.list-phone {
  margin: 0;
}
.list-phone li:nth-last-child {
  margin-bottom: 0;
}
.kbli-code ul {
  padding: 0;
}
.kbli-code ul li ul {
  padding-left: 0 !important;
}
.kbli-code ul li ul li {
  margin-left: 0 !important;
}
.box-upload {
  font-size: 14px;
}
.box-upload input {
  padding: 15px 10px;
}
.txtarea-custom {
  overflow: hidden;
  max-height: 200px;
}
.title-inline {
  position: relative;
  padding-left: 20px;
}
.title-inline i {
  position: absolute;
  margin: 3px 3px 0 0;
  left: 0;
}
.display-font {
  font-size: 16px;
}
.link-white {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.link-white:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.link-white:hover a {
  color: #fff;
}
.link-white:hover .fas {
  color: #fff;
}
.link-white .fas {
  color: #01579b;
}
.link-white a {
  color: #01579b;
}
.link-white a:hover {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
}
.link-white a:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.b-line {
  border-bottom: 3px solid #01579b;
  margin-bottom: 30px;
}
.b-line-white {
  border-bottom: 3px dashed #fff;
  margin-bottom: 10px;
  padding-top: 10px;
}
.active-documentation {
  font-size: 20px;
  color: #FFEB3B;
  border: 2px solid #ffeb3b;
  border-radius: 99px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: -40px;
  margin-right: 5px;
}
.bg-choosen {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 10px 0;
  background: #01579b;
  box-shadow: 0 0 5px .5px #fff inset;
  border: 2px solid #fff;
}
.bg-choosen.info-audit-committee {
  z-index: 0;
  color: #fff;
}
.bg-choosen.info-audit-committee p {
  font-size: 16px;
}
.bg-choosen .type_sc_parent {
  z-index: 0;
}
.bg-choosen.counting-shares {
  z-index: 0;
}
.bg-choosen.bg-vr {
  z-index: 0;
}
.bg-choosen.has-space {
  width: 90%;
}
.bg-choosen.hasnt-space {
  width: 100%;
}
.bg-choosen a {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.bg-choosen a:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.bg-choosen a:hover {
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.bg-choosen a:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#box-minimize {
  padding: 40px 30px 20px;
}
.blue-font {
  color: #1E88E5;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
}
.blue-font:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.blue-font .fas,
.blue-font .far {
  opacity: 1;
  color: #1E88E5;
}
.blue-font.static-hover:hover {
  color: #29ABE2;
  text-decoration: underline;
}
.blue-font:hover {
  opacity: .8;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
}
.blue-font:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.blue-font:hover .fas,
.blue-font:hover .far {
  opacity: .8;
}
.border-dashed {
  border: 2px dashed #fff !important;
}
.border-dashed.border-red {
  border-color: #252525 !important;
}
.lex-pc {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 0;
  border-bottom: 2px solid #fff;
}
.heading-chart {
  font-weight: 500;
}
.mark-issued .fas {
  color: #20b2aa;
}
.mark-storage .fas {
  color: #17a2b8;
}
.progress.storage {
  border-radius: 0;
  height: 35px;
  box-shadow: inset 0 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.mark-ac .fas {
  color: #cd5c5c;
}
.heading-tagline {
  position: relative;
  overflow: hidden;
  margin-right: 15px;
}
.heading-tagline .title-strokeline {
  font-size: 20px;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding-right: 7px;
  float: left;
}
.heading-tagline .bb-dashed {
  border-bottom: 3px dashed #fff;
  float: left;
  height: 8px;
  width: 100%;
  position: absolute;
  top: 7.5px;
}
.logo-default {
  position: relative;
  top: 0;
  text-align: center;
  background: #2195f3;
  background: -moz-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #2195f3), color-stop(80%, #01579b), color-stop(100%, #01579b));
  background: -webkit-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -o-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -ms-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2195f3', endColorstr='#01579b', GradientType=1);
  border-radius: 99px;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #fff;
  font-size: 30px !important;
  padding-top: 10px;
}
.logo-default.bo-entity {
  width: 100%;
  height: 100%;
  font-size: 6em !important;
  padding-top: 35px;
}
.bd-dashed {
  border-bottom: 2px dashed #fff;
  padding-bottom: 20px;
  margin-bottom: 30px!important;
}
.hover-info,
.hover-info-entity {
  text-decoration: underline;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 50%;
  margin: 0 auto;
  border-radius: 2px;
  background: #6A1B9A;
  border: 1px solid #6A1B9A;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hover-info:hover,
.hover-info-entity:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.hover-info:hover,
.hover-info-entity:hover {
  box-shadow: 0 0 1px 0.5px #fff inset;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hover-info:hover:hover,
.hover-info-entity:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.hover-info:focus,
.hover-info-entity:focus {
  box-shadow: 0 0 1px 1px #fff inset;
}
.heading {
  font-size: 20px;
}
.spcode {
  font-weight: 500;
}
.list-square {
  list-style: square;
}
.marks {
  font-size: 13px;
  cursor: default !important;
}
.modal-open .heading-lex {
  background: none;
}
.heading-lex {
  font-size: 15px;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 7px;
}
.heading-lex.big {
  font-size: 20px;
}
.heading-lex.med {
  font-size: 18px;
}
.heading-lex.small {
  font-size: 14px;
}
.bb-heading {
  margin-top: -13px;
  margin-bottom: 0;
}
.bb-heading.two-line {
  margin-top: -20px;
}
.form-check-label {
  font-size: 14px;
}
.target-hover-marking {
  opacity: .5;
}
.f-white {
  color: #fff;
}
.f-white:hover {
  color: #fff;
}
.list-content {
  padding-left: 20px;
  border-top: 2px dashed #fff;
  padding-top: 15px;
}
.list-content li {
  min-height: inherit!important;
  margin-bottom: 0!important;
}
.list-content li p {
  font-size: 14px;
}
.head-question {
  margin-bottom: 20px;
}
.head-question .fas {
  margin-bottom: 30px;
}
.hide {
  display: none;
}
.hide.show {
  display: block !important;
}
.visibility-effect {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.visibility-effect:hover {
  visibility: visible;
  opacity: 1;
}
.basic-effect {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.basic-effect:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.info-badge {
  position: relative;
  bottom: 2px;
  font-size: 10px;
  background: #000 !important;
  border-color: #000 !important;
  border-radius: 10px !important;
  color: #fff;
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  line-height: 19px;
  margin-left: 5px;
}
.info-badge:hover {
  background: #333 !important;
  border-color: #333 !important;
}
.info-badge:disabled {
  background: #333 !important;
  border-color: #333 !important;
}
.info-badge:visited {
  background: #333 !important;
  border-color: #333 !important;
}
.info-badge:focus {
  background: #333 !important;
  border-color: #333 !important;
}
.info-badge:not(:disabled):not(.disabled):active {
  background: #333 !important;
  border-color: #333 !important;
}
.info-badge:not(:disabled):not(.disabled):active:focus {
  box-shadow: unset;
}
.info-badge .fas {
  position: relative;
  top: 0px;
  right: .5px;
}
.first-row {
  border-bottom: 1.5px solid #464646;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}
hr {
  border-color: rgba(227, 242, 253, 0.9);
  border-width: 2px;
}
.lexgo-border {
  border: 1px solid rgba(227, 242, 253, 0.9);
}
.lexgo-font {
  color: #1565C0;
}
.lexgo-font-red {
  color: #f44336;
}
.btn-primary {
  background: #000 !important;
  border-color: #000 !important;
  border-radius: 10px !important;
}
.btn-primary:hover {
  background: #333 !important;
  border-color: #333 !important;
}
.btn-primary:disabled {
  background: #333 !important;
  border-color: #333 !important;
}
.btn-primary:visited {
  background: #333 !important;
  border-color: #333 !important;
}
.btn-primary:focus {
  background: #333 !important;
  border-color: #333 !important;
}
.btn-primary:not(:disabled):not(.disabled):active {
  background: #333 !important;
  border-color: #333 !important;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: unset;
}
.btn-outline-primary {
  background: #fff !important;
  border-color: #333 !important;
  color: #333 !important;
  border-radius: 10px !important;
}
.btn-outline-primary:hover {
  background: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background: #333 !important;
  border-color: #333 !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: unset !important;
}
.nopadding {
  padding: 0!important;
}
strong {
  font-weight: 700;
}
.dropdown-item {
  cursor: pointer;
  font-size: 14px;
}
.dropdown-menu {
  padding: 0;
  margin: .5rem 0;
}
.steps li.disabled {
  display: none !important;
}
.steps li.done {
  display: none !important;
}
/* Border setting */
.border-bottom-white {
  border-bottom: 2px solid #ffffff;
}
.border-bottom-white-hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.border-bottom-white-hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.border-bottom-white-hover:hover {
  border-bottom: 2px solid #ffffff;
}
.border-bottom-cus {
  border-bottom: 2px solid rgba(227, 242, 253, 0.5);
}
.border-icon-panel {
  border: 1px solid rgba(187, 222, 251, 0.1);
  border-top: 0;
  border-right: 0;
}
.border-top-cus {
  border-top: 2px solid #ffffff;
}
.border-basic-red {
  border: 1px solid #FFCDD2;
}
/* End border setting */
/* Button popover Info / guide */
.popover-info {
  background: #ffebee;
  color: #f44336;
  border: 1px solid rgba(244, 67, 54, 0.3);
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 99px;
  line-height: 25px;
  margin-top: 6px;
  margin-left: 15px;
  cursor: help;
}
.popover-info:hover {
  color: #f44336;
  text-decoration: none;
  cursor: help;
}
.popover-info:focus {
  cursor: help;
}
/* end Button popover Info / guide */
/* form in dashboard */
.bg-form {
  padding: 15px;
  margin: 0;
  font-size: 14px;
}
.bg-form label {
  margin: 0;
}
.bg-form .itext {
  margin: 0;
  color: #464646 !important;
}
.btn-act .btn {
  font-size: 14px;
}
/* end form in dashboard */
/* setup background */
.typeform-check {
  background-image: url('../images/bg-book.jpg');
  background-position: top;
  background-attachment: fixed;
  padding-bottom: 58px;
}
.typeform-check footer {
  color: #fff;
  z-index: -1;
  position: relative;
}
.typeform-check footer p {
  color: #fff;
}
.bg-lex-dashboard {
  background: #2195f3;
  background: -moz-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #2195f3), color-stop(80%, #01579b), color-stop(100%, #01579b));
  background: -webkit-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -o-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -ms-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2195f3', endColorstr='#01579b', GradientType=1);
}
.bg-lex-dashboard.landing-hansip {
  border: 2px solid #2195f3;
  box-shadow: 0 0 1px 2px #fff inset;
  border-radius: 3px;
}
.bg-lex {
  background: #2195f3;
  background: -moz-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #2195f3), color-stop(80%, #01579b), color-stop(100%, #01579b));
  background: -webkit-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -o-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -ms-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2195f3', endColorstr='#01579b', GradientType=1);
  width: auto;
  height: auto;
  position: fixed;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  z-index: -1;
  opacity: .96;
}
.bg-basic-red {
  background: #FFEBEE;
}
.bg-red {
  background: #f44336;
}
.bg-red.b-red {
  border: 1.5px solid #f44336;
  box-shadow: 0 0 1px 1px #fff inset;
}
.bg-box {
  background: rgba(0, 0, 0, 0);
  padding: 15px;
}
.bg-box.selected-1,
.bg-box.selected-2,
.bg-box.selected-not-applicable {
  background: #01579b;
}
.bg-cyan {
  background: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
  padding: .75rem 1.25rem;
}
.bg-lightcyan {
  background: #eff9fb;
  border: 1px solid #d6eff3;
  color: #5b8f98;
  padding: .75rem 1.25rem;
}
.bg-light-red {
  background: #ffebee;
}
.bg-basic-blue {
  background-color: rgba(227, 242, 253, 0.2);
}
.bg-basic-blue-bold {
  background-color: #e3f2fd;
  border-radius: 3px;
}
.bg-basic-blue-dark {
  background-color: #01579b;
  border-radius: 3px;
}
.bg-lex-light-blue {
  background-color: #90CAF9;
  border-radius: 3px;
}
.bg-regular-blue {
  background-color: #e1f5fe;
}
.bg-light-blue {
  background-color: rgba(227, 242, 253, 0.2);
}
.bg-bold-blue {
  background-color: #e3f2fd;
}
.bg-basic-white {
  background-color: #ffffff;
}
.bg-blue-small {
  background: #64b4f6;
}
.bg-success.b-success {
  border: 1px solid #28a745;
  box-shadow: 0 0 1px 1px #fff inset;
}
body {
  background-color: #ffffff;
  color: #252525;
  /* optional: show position indicator in red */
}
body::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
body::-webkit-scrollbar-thumb {
  background: #252525;
}
/* Top Toolbar */
.btn-sidebar {
  height: 44px;
  width: 48px;
  position: absolute !important;
  left: 15px;
  top: -67px;
  z-index: 2;
}
.btn-sidebar.is-affixed .inner-wrapper-sticky {
  transform: none !important;
  position: fixed !important;
}
.btn-sidebar.is-affixed .toggleSidebar {
  position: fixed;
  left: 15px;
  top: 15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-sidebar.is-affixed .toggleSidebar:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.toggleSidebar {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(227, 242, 253, 0.2);
  border: 1px solid rgba(227, 242, 253, 0.9);
  border-radius: 99px;
  height: 44px;
  width: 48px;
  text-align: center;
}
.toggleSidebar.asided .hamburger-inner {
  width: 30px;
}
.toggleSidebar.asided .hamburger-inner::after {
  width: 30px;
  background-color: #1565C0;
}
.toggleSidebar.asided .hamburger-inner::before {
  background-color: #90CAF9;
  width: 30px;
}
.toggleSidebar .hamburger {
  padding: 9px 0 0;
  display: block;
  width: 46px;
  height: 44px;
}
.toggleSidebar .hamburger.is-active .hamburger-inner::after {
  width: 30px;
  background-color: #90CAF9;
}
.toggleSidebar .hamburger .hamburger-box {
  width: 30px;
}
.toggleSidebar .hamburger-inner {
  width: 30px;
  background-color: #1565C0;
}
.toggleSidebar .hamburger-inner::after {
  width: 30px;
  background-color: #1565C0;
}
.toggleSidebar .hamburger-inner::before {
  width: 30px;
  background-color: #90CAF9;
}
.toggleSidebar-inside {
  background-color: rgba(227, 242, 253, 0.2);
  border: 1px solid rgba(227, 242, 253, 0.9);
  border-radius: 99px;
  height: 44px;
  width: 48px;
  text-align: center;
  margin-right: 10px;
}
.toggleSidebar-inside.asided .hamburger-inner {
  width: 30px;
}
.toggleSidebar-inside.asided .hamburger-inner::after {
  width: 30px;
  background-color: #1565C0;
}
.toggleSidebar-inside.asided .hamburger-inner::before {
  background-color: #90CAF9;
  width: 30px;
}
.toggleSidebar-inside .hamburger {
  padding: 9px 0 0;
  display: block;
  width: 46px;
  height: 44px;
}
.toggleSidebar-inside .hamburger.is-active .hamburger-inner::after {
  width: 30px;
  background-color: #90CAF9;
}
.toggleSidebar-inside .hamburger.is-closed .hamburger-inner {
  width: 30px;
  background-color: #1565C0;
}
.toggleSidebar-inside .hamburger.is-closed .hamburger-inner::after {
  width: 30px;
  background-color: #1565C0 !important;
}
.toggleSidebar-inside .hamburger.is-closed .hamburger-inner::before {
  width: 30px;
  background-color: #90CAF9;
}
.toggleSidebar-inside .hamburger .hamburger-box {
  width: 30px;
}
.toggleSidebar-inside .hamburger-inner {
  width: 30px;
  background-color: #1565C0;
}
.toggleSidebar-inside .hamburger-inner::after {
  width: 30px;
  background-color: #1565C0;
}
.toggleSidebar-inside .hamburger-inner::before {
  width: 30px;
  background-color: #90CAF9;
}
/* end Top Toolbar */
/* Bottom Toolbar */
.inside-toolbar-top {
  text-align: right;
  padding: 0;
  float: right;
  font-size: 14px;
  position: absolute;
  bottom: 12px;
  right: 20px;
  z-index: 0;
}
.inside-toolbar-top .btn-add-new {
  margin-bottom: 5px;
  color: #464646;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  display: inline-block;
}
.inside-toolbar-top .btn-add-new:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.inside-toolbar-top .btn-add-new:hover {
  text-decoration: none;
  color: #1565C0;
}
.inside-toolbar-top .far {
  position: relative;
  top: 2px;
  font-size: 20px;
}
.inside-toolbar {
  width: auto;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 60px;
  display: block;
  text-align: right;
  padding: 0 15px;
  margin-bottom: 10px;
}
.inside-toolbar .btn-print,
.inside-toolbar .btn-edit {
  margin-left: 5px;
  margin-bottom: 5px;
  color: #464646;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  display: inline-block;
}
.inside-toolbar .btn-print:hover,
.inside-toolbar .btn-edit:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.inside-toolbar .btn-print:hover,
.inside-toolbar .btn-edit:hover {
  color: #1565C0;
}
.inside-toolbar .fas {
  font-size: 20px;
}
.inside-toolbar .far {
  font-size: 20px;
}
/* end Bottom Toolbar */
/* Sidebar */
#lex-pages.accordion,
#lex-establishment.accordion,
#child_sidebar_users.accordion {
  width: 100%;
}
#lex-pages.accordion .card,
#lex-establishment.accordion .card,
#child_sidebar_users.accordion .card {
  border: none;
}
#lex-pages.accordion .card .card-header,
#lex-establishment.accordion .card .card-header,
#child_sidebar_users.accordion .card .card-header {
  background: none;
  border: 0;
  padding: 0;
}
#lex-pages.accordion .card .card-header .sidebar-collapse,
#lex-establishment.accordion .card .card-header .sidebar-collapse,
#child_sidebar_users.accordion .card .card-header .sidebar-collapse {
  font-size: 14px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
}
#lex-pages.accordion .card .card-header .sidebar-collapse:hover,
#lex-establishment.accordion .card .card-header .sidebar-collapse:hover,
#child_sidebar_users.accordion .card .card-header .sidebar-collapse:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#lex-pages.accordion .card .card-header .sidebar-collapse.actived,
#lex-establishment.accordion .card .card-header .sidebar-collapse.actived,
#child_sidebar_users.accordion .card .card-header .sidebar-collapse.actived {
  color: #1565C0;
}
#lex-pages.accordion .card .card-header .sidebar-collapse.actived .fas,
#lex-establishment.accordion .card .card-header .sidebar-collapse.actived .fas,
#child_sidebar_users.accordion .card .card-header .sidebar-collapse.actived .fas,
#lex-pages.accordion .card .card-header .sidebar-collapse.actived .far,
#lex-establishment.accordion .card .card-header .sidebar-collapse.actived .far,
#child_sidebar_users.accordion .card .card-header .sidebar-collapse.actived .far {
  color: #1565C0;
}
#lex-pages.accordion .card .card-header:hover,
#lex-establishment.accordion .card .card-header:hover,
#child_sidebar_users.accordion .card .card-header:hover {
  cursor: pointer;
}
#lex-pages.accordion .card .card-header:hover .sidebar-collapse,
#lex-establishment.accordion .card .card-header:hover .sidebar-collapse,
#child_sidebar_users.accordion .card .card-header:hover .sidebar-collapse {
  color: #1565C0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#lex-pages.accordion .card .card-header:hover .sidebar-collapse:hover,
#lex-establishment.accordion .card .card-header:hover .sidebar-collapse:hover,
#child_sidebar_users.accordion .card .card-header:hover .sidebar-collapse:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#lex-pages.accordion .card .card-body,
#lex-establishment.accordion .card .card-body,
#child_sidebar_users.accordion .card .card-body {
  padding: 5px 0 15px 35px;
}
#lex-pages.accordion .card .card-body .list-group .list-group-item,
#lex-establishment.accordion .card .card-body .list-group .list-group-item,
#child_sidebar_users.accordion .card .card-body .list-group .list-group-item {
  margin-bottom: 0;
}
#lex-pages.accordion .card .card-body .list-group .list-group-item:hover,
#lex-establishment.accordion .card .card-body .list-group .list-group-item:hover,
#child_sidebar_users.accordion .card .card-body .list-group .list-group-item:hover {
  color: #464646;
}
#lex-pages.accordion .card .card-body .list-group .list-group-item a .far,
#lex-establishment.accordion .card .card-body .list-group .list-group-item a .far,
#child_sidebar_users.accordion .card .card-body .list-group .list-group-item a .far,
#lex-pages.accordion .card .card-body .list-group .list-group-item a .fas,
#lex-establishment.accordion .card .card-body .list-group .list-group-item a .fas,
#child_sidebar_users.accordion .card .card-body .list-group .list-group-item a .fas {
  font-size: 12px;
  position: relative;
  top: 0;
  width: auto;
}
#lex-pages.accordion .card .card-body .list-group .list-group-item a:hover,
#lex-establishment.accordion .card .card-body .list-group .list-group-item a:hover,
#child_sidebar_users.accordion .card .card-body .list-group .list-group-item a:hover {
  color: #1565C0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #333 !important;
}
.nav-sidebar {
  height: 100%;
  position: relative;
  padding-top: 0;
  display: block;
}
.nav-sidebar a {
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.nav-sidebar a:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.nav-sidebar a:hover {
  color: #1565C0;
}
.nav-sidebar.minimise {
  display: none;
}
.nav-sidebar .list-sidebar.sidebar-manage-account.list-group-item:hover .body-sidebar .far,
.nav-sidebar .list-sidebar.sidebar-manage-account.list-group-item:hover .body-sidebar .fas,
.nav-sidebar .list-sidebar.sidebar-manage-account.list-group-item:hover .body-sidebar .fab,
.nav-sidebar .list-sidebar.sidebar-manage-account.list-group-item:hover a,
.nav-sidebar .list-sidebar.sidebar-manage-account.list-group-item:hover .sidebar-collapse {
  color: #464646;
}
.nav-sidebar .list-sidebar.sidebar-manage-account.list-group-item:hover .parent-collapse {
  color: #1565C0;
}
.nav-sidebar .list-sidebar.sidebar-manage-account .header-sidebar {
  line-height: inherit;
}
.nav-sidebar .list-sidebar.sidebar-manage-account .header-sidebar .parent-collapse .fas.fa-angle-down {
  top: 2px;
}
.nav-sidebar .list-sidebar.sidebar-manage-account .body-sidebar {
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
}
.nav-sidebar .list-sidebar.sidebar-manage-account .body-sidebar a:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #1565C0;
}
.nav-sidebar .list-sidebar.sidebar-manage-account .body-sidebar a:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.nav-sidebar .list-sidebar.sidebar-manage-account .body-sidebar a:hover .fas,
.nav-sidebar .list-sidebar.sidebar-manage-account .body-sidebar a:hover .fab,
.nav-sidebar .list-sidebar.sidebar-manage-account .body-sidebar a:hover .far {
  color: #1565C0 !important;
}
.nav-sidebar .list-sidebar.sidebar-manage-account .body-sidebar .badge.badge-warning {
  position: absolute;
  top: 0;
  right: 0;
}
.nav-sidebar .list-sidebar .header-sidebar .parent-collapse {
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  padding-left: 35px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.nav-sidebar .list-sidebar .header-sidebar .parent-collapse:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.nav-sidebar .list-sidebar .header-sidebar .parent-collapse:hover {
  color: #1565C0;
}
.nav-sidebar .list-sidebar .header-sidebar .parent-collapse.actived {
  color: #1565C0;
  font-weight: 500;
}
.nav-sidebar .list-sidebar .header-sidebar .parent-collapse.actived a {
  color: #1565C0;
}
.nav-sidebar .list-sidebar .header-sidebar .parent-collapse .icon-sidebar {
  width: 30px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 0;
}
.nav-sidebar .list-sidebar .header-sidebar .parent-collapse .icon-sidebar i {
  font-size: 18px;
}
.nav-sidebar .list-sidebar .header-sidebar .parent-collapse .fas.fa-angle-down {
  position: absolute;
  right: 5px;
  top: 13px;
  -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.nav-sidebar .list-sidebar .header-sidebar .parent-collapse.collapsed .fas {
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.nav-sidebar .list-sidebar .header-sidebar {
  line-height: 40px;
}
.nav-sidebar .list-sidebar .body-sidebar {
  margin-top: 5px;
}
.nav-sidebar .list-sidebar .body-sidebar .child-menu {
  list-style: none;
  padding-left: 35px;
}
.nav-sidebar .list-sidebar .body-sidebar .child-menu li {
  margin: 5px 0;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}
.nav-sidebar .list-sidebar .body-sidebar .child-menu li .fas {
  font-size: 8px;
  position: absolute;
  bottom: 0;
  margin-right: 3px;
  float: left;
  left: 2px;
  top: 7px;
}
.nav-sidebar .list-sidebar .body-sidebar .child-menu li a {
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.nav-sidebar .list-sidebar .body-sidebar .child-menu li a:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.nav-sidebar .list-sidebar .body-sidebar .child-menu li a:hover {
  color: #1565C0;
}
.nav-sidebar .list-sidebar .body-sidebar .child-menu li a.selected {
  color: #1565C0;
}
.nav-sidebar .list-sidebar .body-sidebar .child-menu li ul {
  padding-left: 17px;
}
.nav-sidebar .list-sidebar .body-sidebar .child-menu li ul li {
  padding: 0;
}
.nav-sidebar .list-sidebar .body-sidebar .child-menu li ul li.grey {
  opacity: .6;
}
.nav-sidebar .list-sidebar .body-sidebar .child-menu li ul li a {
  font-size: 14px;
}
.nav-sidebar .list-sidebar .body-sidebar .child-menu li ul li a.selected {
  color: #1565C0;
}
.nav-sidebar a {
  color: #464646;
}
.nav-sidebar a.selected {
  color: #1565C0;
}
/* end sidebar */
/* welcome page after login */
.welcome-page {
  display: table-cell;
  vertical-align: middle;
}
/* end welcome page after login */
/* Layout Page Setting */
.floating-content {
  width: 100%;
}
.error-inner-content {
  color: #fff;
}
.error-inner-content a {
  color: #fff;
  margin: 5px 0;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
}
.error-inner-content a:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.error-inner-content a:hover {
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.error-inner-content a:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.error-inner-content .separate-content {
  position: relative;
  bottom: 20px;
  margin: 0 10px;
}
.error-inner-content .highlight-content {
  margin-left: 5px;
  font-size: 20px;
  font-weight: 300;
  border-top: 2px solid #fff;
}
#main-page {
  min-height: 700px;
}
.main-page-content {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 30px;
  z-index: 0;
}
.box-print {
  width: 100%;
  display: block;
  font-size: 14px;
  position: relative;
}
.soon-page {
  background: #6A1B9A;
  border-radius: 999px;
  height: 250px;
  width: 250px;
  margin: 10% auto;
  display: table;
  color: #fff;
}
.soon-page .text-word {
  display: table-cell;
  vertical-align: middle;
  font-size: 2em;
}
.soon-page .text-word .fas {
  font-size: 2.5em;
}
.top-toolbar {
  display: inline-block;
  float: right;
  position: relative;
}
.top-toolbar .sortby-toolbar,
.top-toolbar .filter-toolbar {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-top: 7px;
  margin-left: 10px;
  margin-right: 10px;
  color: #1565C0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.top-toolbar .sortby-toolbar:hover,
.top-toolbar .filter-toolbar:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.top-toolbar .sortby-toolbar span,
.top-toolbar .filter-toolbar span {
  font-weight: 500;
  font-size: 14px;
}
.top-toolbar .sortby-toolbar .fas,
.top-toolbar .filter-toolbar .fas {
  position: relative;
  top: 2px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding-right: 2px;
  padding-bottom: 2px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.top-toolbar .sortby-toolbar .fas:hover,
.top-toolbar .filter-toolbar .fas:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.top-toolbar .sortby-toolbar .fas:hover,
.top-toolbar .filter-toolbar .fas:hover {
  opacity: .6;
}
.top-toolbar .sortby-toolbar .fas.sorted,
.top-toolbar .filter-toolbar .fas.sorted {
  border-bottom: 2px solid #1565C0;
}
.top-toolbar .search-toolbar {
  float: left;
  margin-top: 7px;
  margin-left: 10px;
  background-color: rgba(227, 242, 253, 0.2);
  padding: 0 15px;
  border-radius: 99px;
  border-bottom: 2px solid rgba(227, 242, 253, 0.5);
}
.top-toolbar .search-toolbar .keywords {
  border: 0;
  border-radius: 0;
  padding: 0 3px;
  height: 38px;
  font-size: 14px;
  width: 100px;
  background: none;
  color: #1565C0;
  font-weight: 500;
}
.top-toolbar .search-toolbar .keywords:focus {
  width: 175px;
  box-shadow: none;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.top-toolbar .search-toolbar .keywords:focus:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.top-toolbar .search-toolbar .keywords::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1565C0;
  font-weight: 500;
  opacity: .7;
}
.top-toolbar .search-toolbar .keywords::-moz-placeholder {
  /* Firefox 19+ */
  color: #1565C0;
  font-weight: 500;
  opacity: .7;
}
.top-toolbar .search-toolbar .keywords:-ms-input-placeholder {
  /* IE 10+ */
  color: #1565C0;
  font-weight: 500;
  opacity: .7;
}
.top-toolbar .search-toolbar .keywords:-moz-placeholder {
  /* Firefox 18- */
  color: #1565C0;
  font-weight: 500;
  opacity: .7;
}
.top-toolbar .search-toolbar .btn-search {
  padding: 0;
  border: 0;
  background: none;
  color: #1565C0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.top-toolbar .search-toolbar .btn-search:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.top-toolbar .search-toolbar .btn-search:hover {
  opacity: .6;
}
.top-toolbar .search-toolbar .btn-search:focus {
  box-shadow: none;
}
.top-toolbar hr {
  margin-top: 0;
}
.main-quest {
  color: #fff;
  min-height: 500px;
  display: table;
}
.main-quest .btn-lex {
  width: 100%;
  display: block;
}
.main-quest .btn-lex-blue .badge {
  margin-left: 5px;
}
.main-page-content .logo-corp {
  display: inline-block;
  float: left;
  margin-right: 10px;
  border-radius: 99px;
  object-fit: cover;
  width: 60px;
  height: 60px;
  position: relative;
  top: 15px;
}
.main-content {
  height: 100%;
  min-height: 600px;
  padding-top: 10px;
  position: relative;
}
.main-content .content-below {
  text-align: justify;
}
.main-content .logo-corp {
  display: inline-block;
  float: left;
  margin-right: 10px;
  border-radius: 99px;
  object-fit: cover;
  width: 60px;
  height: 60px;
  position: relative;
  top: 15px;
}
.main-content.full-width {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 100%;
  flex: 100%;
  margin-top: 10px;
}
.main-content.default-content {
  padding-top: 0;
  font-size: 14px;
}
.page-title {
  padding-top: 145px;
}
.page-title.inside {
  padding-top: 150px;
  background: #fff;
  padding-bottom: 10px;
}
.page-title.two-column-below {
  margin-bottom: 0;
}
.page-title h2 {
  float: left;
  margin: 8px 0 0;
  display: inline-block;
}
.page-title.page-default {
  margin-bottom: 20px;
  padding-left: 15px;
}
.page-column {
  margin: 30px 0 10%;
}
/* end Layout Page Setting */
/* typeform */
input[type="radio"].toggle {
  display: none;
}
input[type="radio"].toggle + label {
  cursor: pointer;
}
input[type="radio"].toggle + label:hover {
  background: none;
  color: #FFF;
}
input[type="radio"].toggle + label:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: left 100ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 100ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}
input[type="radio"].toggle:checked + label {
  background: #FFF;
  cursor: default;
  color: #000;
}
/* end typeform */
/* General Information Form */
#shareholder-validation .modal {
  color: #464646;
}
#shareholder-validation .modal p {
  color: #464646;
}
.box-fax,
.box-email,
.box-site,
.box-logo {
  display: none;
}
.box-fax.show,
.box-email.show,
.box-site.show,
.box-logo.show {
  display: block;
}
.box-fax.show.hide,
.box-email.show.hide,
.box-site.show.hide,
.box-logo.show.hide {
  display: none!important;
}
.box-fax .input-group-text,
.box-email .input-group-text,
.box-site .input-group-text,
.box-logo .input-group-text {
  background-color: #fff;
  border-color: #fff;
}
.list-quest {
  padding: 0;
  list-style: none;
  display: block;
  margin: 50px 0;
  position: relative;
}
.list-quest p {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}
.list-quest li {
  color: #fff;
  position: relative;
  border: 0px solid #000;
  min-height: 350px;
  margin-bottom: 250px;
  /* signup form */
}
.list-quest li.open {
  transition: opacity 0.5s ease-in-out 0.5s;
  opacity: 1;
}
.list-quest li .duplicate_comp {
  margin-top: 30px;
}
.list-quest li .parent-conds {
  padding-bottom: 10px;
  margin-bottom: 35px;
  display: block;
  width: 100%;
  border-bottom: 2px dashed #fff;
}
.list-quest li .parent-conds.q-doc {
  padding-bottom: 25px;
}
.list-quest li .parent-conds.q-doc p {
  margin-bottom: 15px;
}
.list-quest li .parent-conds.q-advance {
  width: 100%;
  overflow: hidden;
}
.list-quest li#company_website .badge,
.list-quest li#company_logo .badge,
.list-quest li#email_company .badge,
.list-quest li#fax_company .badge {
  position: relative;
  bottom: 2px;
}
.list-quest li#company_website .badge small,
.list-quest li#company_logo .badge small,
.list-quest li#email_company .badge small,
.list-quest li#fax_company .badge small {
  font-weight: 600;
}
.list-quest li.optional {
  display: none;
}
.list-quest li.optional.show {
  display: block;
}
.list-quest li h2 {
  color: #fff;
  text-decoration: underline;
  font-size: 3em;
  margin-bottom: 1.5em;
}
.list-quest li .quote {
  border-left: .25em solid #fff;
  padding-left: 1em;
  padding-right: 1em;
  background: rgba(1, 87, 155, 0.3);
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 120%;
}
.list-quest li .box-site .input-group {
  margin: 10px 0;
}
.list-quest li .detail-kbli {
  line-height: 58px;
  font-size: 14px;
}
.list-quest li .detail-kbli .fas {
  color: #76FF03;
}
.list-quest li #sue_name_of_the_entity .guide {
  background: #2195f3;
  padding: 5px;
}
.list-quest li .guide {
  position: relative;
  display: block;
  font-weight: 500;
  margin-top: 10px;
}
.list-quest li .guide .fas {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
.list-quest li .guide.guide-step {
  position: relative;
  display: block;
  margin-top: 10px;
}
.list-quest li .guide.guide-step .fas {
  opacity: .9;
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 10px;
}
.list-quest li .guide.guide-step .btn-lex .fas {
  margin-bottom: 0;
  float: none;
  margin-left: 5px;
}
.list-quest li .guide-phone {
  font-weight: 500;
  display: none;
}
.list-quest li .guide-phone .fas {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.list-quest li .guide-general {
  font-weight: 500;
  width: 100%;
  margin: 5px 0;
}
.list-quest li .guide-general .fas {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.list-quest li .btn-info {
  height: 38px;
  border-color: #fff;
  box-shadow: 0 0 2px 1px #17a2b8 inset;
}
.list-quest li .delete_telephone,
.list-quest li .delete_fax {
  margin-top: 10px;
  margin-bottom: 10px;
}
.list-quest li .inner-txt {
  position: relative;
  display: block;
}
.list-quest li .inner-txt .far,
.list-quest li .inner-txt .fas,
.list-quest li .inner-txt .fab {
  position: absolute;
  top: 10px;
  right: 10px;
}
.list-quest li .box-verify.show {
  display: block;
}
.list-quest li .changes-text {
  content: "Undo";
}
.list-quest li .list-shareholder,
.list-quest li .list-shareholder-entity {
  display: none;
}
.list-quest li .list-shareholder.show,
.list-quest li .list-shareholder-entity.show {
  padding-top: 20px;
  display: block!important;
  border-top: 2px dashed #fff;
  margin-top: 30px;
}
.list-quest li .list-shareholder.show .list-proccess,
.list-quest li .list-shareholder-entity.show .list-proccess {
  opacity: 0;
}
.list-quest li .list-shareholder.show.active .list-proccess,
.list-quest li .list-shareholder-entity.show.active .list-proccess {
  opacity: 1;
}
.list-quest li .list-shareholder.show.hide,
.list-quest li .list-shareholder-entity.show.hide {
  display: none!important;
}
.list-quest li .box-verify.show {
  display: block;
  border: 2px dashed #fff;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 40px;
}
/* end General Information Form */
/* Progress Bar fixed */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 1.5s ease;
  -o-transition: width 1.5s ease;
  transition: width 1.5s ease;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-count {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px;
  color: #fff;
  min-height: 59px;
  z-index: 4;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.progress-bar-count.always-bottom {
  position: sticky;
}
.progress-bar-count.f-lex {
  z-index: 5;
}
.progress-bar-count .modal .sbmt {
  min-width: inherit;
}
.progress-bar-count .button-next {
  margin-top: 0;
}
.progress-bar-count .button-next.sbmt {
  min-width: 210px;
}
/* end Progress Bar fixed */
/* Page shortcut */
.bg-percentage {
  position: fixed;
  z-index: 1;
  bottom: 75px;
  color: #fff;
  width: auto;
  padding: 8px 15px 6px;
  border-radius: 3px;
  background: #01579b;
  box-shadow: 0 0 3px 0px #fff inset;
}
#percentage {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#percentage:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.page-shortcut {
  background: rgba(1, 87, 155, 0.3);
  box-shadow: 0 0 3px 0px #fff inset;
  padding: 0px 10px 0px 10px;
  border-radius: 3px;
  position: fixed;
  width: 200px;
  display: block;
  z-index: 1;
}
.page-shortcut select.form-control.itext {
  padding-left: 5px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  outline: 0;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  background-color: #01579b;
  color: #fff;
  border-radius: 3px 3px 0 0;
}
.page-shortcut select.form-control.itext::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.page-shortcut select.form-control.itext::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.page-shortcut select.form-control.itext:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.page-shortcut select.form-control.itext:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
/* Sidebar - default */
.left-sidebar .list-group .list-group-item {
  margin-bottom: 10px;
  padding: 5px 0;
  border-radius: 0;
  border: 0;
}
.left-sidebar .list-group .list-group-item:hover .far,
.left-sidebar .list-group .list-group-item:hover .fas,
.left-sidebar .list-group .list-group-item:hover a,
.left-sidebar .list-group .list-group-item:hover .fab,
.left-sidebar .list-group .list-group-item:hover .sidebar-collapse {
  color: #1565C0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.left-sidebar .list-group .list-group-item:hover .far:hover,
.left-sidebar .list-group .list-group-item:hover .fas:hover,
.left-sidebar .list-group .list-group-item:hover a:hover,
.left-sidebar .list-group .list-group-item:hover .fab:hover,
.left-sidebar .list-group .list-group-item:hover .sidebar-collapse:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.left-sidebar .list-group .list-group-item:hover .list-group-item a,
.left-sidebar .list-group .list-group-item:hover .list-group-item .far,
.left-sidebar .list-group .list-group-item:hover .list-group-item .fas {
  color: #464646;
}
.left-sidebar .list-group .far,
.left-sidebar .list-group .fas,
.left-sidebar .list-group .fab {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 30px;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: 1px;
  color: #464646;
}
.left-sidebar .list-group .far:hover,
.left-sidebar .list-group .fas:hover,
.left-sidebar .list-group .fab:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.left-sidebar .list-group a {
  font-size: 14px;
  color: #464646;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
}
.left-sidebar .list-group a:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.left-sidebar .list-group a.selected {
  color: #1565C0;
}
.left-sidebar .list-group a.selected .far,
.left-sidebar .list-group a.selected .fas,
.left-sidebar .list-group a.selected .fab {
  color: #1565C0;
}
.left-sidebar .list-group .badge {
  font-weight: 400;
  padding: 5px 7px;
}
.left-sidebar .list-group .badge.badge-warning {
  color: #fff;
}
/* end Sidebar - default */
/* user info */
.user-info .wrapper-img {
  overflow: hidden;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.user-info .user_img {
  width: 100px;
  height: auto;
  margin-bottom: 3px;
  background: #fff;
  margin-right: 5px;
}
.user-info .badge {
  font-weight: 300;
}
/* end user info */
.duplicate_phone:first-child .edit-user {
  display: none !important;
}
.duplicate_docs .btn.btn-danger {
  padding: 10px 15px;
  margin: 15px 0;
}
.duplicate_deed .btn.btn-danger {
  padding: 10px 15px;
  margin: 15px 0;
}
/* preview content */
.preview-content .chart-bar {
  height: 40px;
  background: #cd5c5c;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4) inset;
}
.preview-content .chart-bar .progress-bar {
  background: #20b2aa;
  box-shadow: 0 0 10px 0px #222 inset;
  font-weight: 500;
  font-size: 13px;
  border-radius: 5px;
}
.preview-content .logo-corp {
  display: inline-block;
  float: left;
  margin-right: 10px;
  border-radius: 99px;
  object-fit: cover;
  width: 60px;
  height: 60px;
  position: relative;
  top: 15px;
}
.preview-content .icon_dip {
  color: #20b2aa;
  font-size: 18px;
  position: relative;
  bottom: 1px;
}
.preview-content .icon_dac {
  color: #cd5c5c;
  font-size: 18px;
  position: relative;
  bottom: 1px;
}
.preview-content ul {
  padding-top: 0;
}
.preview-content ul li ul {
  padding-left: 15px;
  padding-top: 0;
}
.preview-content ul li ul li {
  margin-left: 10px;
}
.preview-content ul li ul li .fas {
  font-size: 16px;
  margin-right: 5px;
}
.preview-content ul li ul li strong {
  font-size: 16px;
}
.preview-content ul li ul li ul {
  padding-top: 5px;
}
.preview-content .box-comp-summary {
  margin: 0 auto;
}
.preview-content .company-summary {
  width: auto;
  display: block;
}
.preview-content .company-summary h2 {
  font-size: 20px;
}
.preview-content .company-summary span {
  font-size: 14px;
}
.preview-content .company-logo {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #f1f1f1;
  border: 1px solid #dcdcdc;
}
.preview-content .company-logo .logo-corp {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  object-fit: cover;
}
.preview-content .corp-head {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.preview-content .corp-head .head-lex {
  font-size: 20px;
}
.preview-content.tab-conts .nav.nav-tabs {
  border-bottom: 5px solid #1565C0;
  padding-left: 15px;
}
.preview-content.tab-conts .nav.nav-tabs .nav-item {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 14px;
}
.preview-content.tab-conts .nav.nav-tabs a {
  background: #90CAF9;
  color: #fff;
  border: 0;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 3px 3px 0 0;
  margin-right: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.preview-content.tab-conts .nav.nav-tabs a:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.preview-content.tab-conts .nav.nav-tabs a:hover {
  background: #1565C0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.preview-content.tab-conts .nav.nav-tabs a:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.preview-content.tab-conts .nav.nav-tabs a.active {
  color: #fff;
  background: #1565C0;
  border: 0;
}
.preview-content.tab-conts .nav.nav-tabs span {
  background: #90CAF9;
  color: #fff;
  border: 0;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 3px 3px 0 0;
  margin-right: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.preview-content.tab-conts .nav.nav-tabs span:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.preview-content.tab-conts .nav.nav-tabs span:hover {
  background: #1565C0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.preview-content.tab-conts .nav.nav-tabs span:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.preview-content.tab-conts .nav.nav-tabs span.active {
  color: #fff;
  background: #1565C0;
  border: 0;
}
/* end preview content */
/* Lex's dashboard */
.cus-table .table.table-hover th {
  border-top: 0;
  font-size: 14px;
  text-align: center;
}
.cus-table .table.table-hover td {
  font-size: 14px;
  color: #464646;
}
.cus-table .table.table-hover td .btn-lex-blue {
  margin: 0;
  width: auto;
}
.cus-table .table.table-hover td .btn-lex {
  margin: 0;
}
.cus-table .table.table-hover td .dtr-title {
  display: block;
  width: 100%;
}
.cus-table .table.table-hover td ul {
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cus-table .table.table-hover td ul .btn-status {
  float: left;
  margin-bottom: 5px;
  text-align: center;
  width: 50%;
}
.cus-table .table.table-hover td ul .btn-status .btn {
  width: 90%;
  margin: 0 auto;
}
.lex-manage {
  font-size: 14px;
  min-height: 500px;
  padding-bottom: 50px;
}
.lex-manage .accordion.faq_lex .card-header {
  background: #2195f3;
  border: 1px solid #fff;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.lex-manage .accordion.faq_lex .card-header .btn.btn-link {
  padding: 0;
  text-align: left;
  width: 100%;
  color: #fff;
}
.lex-manage .accordion.faq_lex .card-header .btn.btn-link span {
  float: right;
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.lex-manage .accordion.faq_lex .card-header .btn.btn-link.collapsed span {
  -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(3px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(3px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(3px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(3px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(180deg) translateX(0px) translateY(3px) skewX(0deg) skewY(0deg);
}
.lex-manage .accordion.faq_lex .card-body {
  border: 1px solid #fff;
  box-shadow: inset 0 1px 1px #ffffff;
  border-radius: 4px;
  background: #f9f9f9;
  font-size: 14px;
}
.lex-manage select.form-control.itext {
  margin: 0;
  font-size: 14px;
}
.lex-manage textarea.form-control.itext {
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  background: none;
  border: 0;
  border-bottom: 2px solid rgba(227, 242, 253, 0.9);
  outline: none;
  box-shadow: none;
  border-radius: 0;
  color: #464646;
  min-height: 25px;
  font-size: 14px;
}
.lex-manage textarea.form-control.itext:focus {
  border-color: #1565C0;
  background: none;
  outline: none;
  box-shadow: none;
  color: #464646;
}
#members_table ul li {
  margin-bottom: 10px;
}
#members_table ul li .far,
#members_table ul li .fas {
  font-size: 20px;
  position: relative;
  top: 2px;
}
#members_table .list-group-item .far,
#members_table .list-group-item .fas {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.box-filter {
  margin-bottom: 7px;
}
.box-filter .form-filter {
  padding: 10px 15px;
  background: rgba(227, 242, 253, 0.2);
  border: 2px solid rgba(227, 242, 253, 0.5);
  border-radius: 4px;
}
.box-filter .form-filter .form-check-label {
  color: #29ABE2;
}
.box-filter .form-filter .filter-checkbox {
  border: 1px solid #eee;
  padding: 5px;
  background: #f1f1f1;
  border-radius: 3px;
  margin-right: 5px;
}
/* end Lex's dashboard */
/* capilatization page */
.not-found-doc {
  margin-top: 10px;
}
.not-found-doc a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.not-found-doc a:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.not-found-doc a:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.not-found-doc a:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
/* end capilatization page */
.box-duplication {
  border: 1px dashed #fff;
  padding: 15px 15px 0;
  margin: 15px 0;
}
/* Menu nav */
.top-inside-nav {
  border-bottom: 5px solid #1565C0;
  padding-left: 15px;
}
.top-inside-nav a {
  background: #90CAF9;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  border: 0;
  border-radius: 3px 3px 0 0;
  margin-right: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.top-inside-nav a:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.top-inside-nav a:hover {
  background: #1565C0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.top-inside-nav a:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.top-inside-nav a.active {
  color: #fff;
  background: #1565C0;
  border: 0;
}
.top-inside-nav a.active:hover {
  color: #fff;
}
/* end Menu nav */
/* dropdown main menu */
.dropdown-item {
  color: #464646;
}
.dropdown-item:focus {
  color: #fff;
}
.dropdown-item .far {
  font-weight: 900;
}
.dropdown-item:active a {
  color: #fff;
}
.dropdown-item a {
  color: #464646;
  text-decoration: none;
}
.dropdown-item.selected {
  color: #1565c0;
}
.dropdown-item.act-capi {
  color: #464646;
}
.dropdown-item.act-capi a {
  color: #464646;
  text-decoration: none;
  font-weight: 400;
}
.dropdown-item.act-capi:active {
  color: #fff;
}
.dropdown-item.act-capi:active a {
  color: #fff;
}
/* end dropdown main menu */
/* loading overlay */
#lex-loading {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#lex-loading .text-loading {
  color: #fff;
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  position: absolute;
  left: 45%;
  right: 0;
  top: 30%;
  font-size: 14px;
}
#lex-loading-inside {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 999;
  top: 45%;
}
#lex-loading-inside .text-loading {
  color: #444;
  display: inline-block;
  font-size: 14px;
}
#lex-loading-inside .text-loading .img-loading {
  width: 75px;
  height: 75px;
}
#lex-loading-inside .text-loading span {
  display: none;
}
/* end loading overlay */
/* Box PP profile page */
.pp-box {
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.pp-box .solutions_role_image {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 99px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid rgba(100, 180, 246, 0.1);
}
.pp-box img {
  width: 100%;
  -moz-transition: opacity 0.4s ease-in-out, transform 0.2s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, transform 0.2s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.2s ease-in-out;
  display: block;
  overflow: hidden;
  transform: scale(1);
  height: auto;
}
.pp-box img:hover {
  opacity: 0.7;
  transform: scale(1.05);
}
/* end Box PP profile page */
.lex-accordion .card {
  background: none;
  border: 0;
  border-radius: 0;
}
.lex-accordion .card .card-header {
  border: 0;
  background: none;
  margin: 0;
  padding: 5px 0;
}
.lex-accordion .card .card-body {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 0 25px;
}
.lex-accordion .card .card-body .bg-box {
  padding: 5px;
}
.lex-accordion .card .card-body .t-dashed {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
}
.lex-accordion .card .card-body .btn {
  font-size: 14px;
}
.lex-accordion .btn-link.title-collapse {
  font-size: 14px;
  border: 0;
  -webkit-appearance: none;
  color: #fff;
  margin: 0;
  cursor: pointer;
}
.lex-accordion .btn-link-edit.title-collapse {
  font-size: 14px;
  border: 0;
  -webkit-appearance: none;
  color: #fff;
  margin: 0;
  text-decoration: none;
}
/* SC view */
.list-sc-view {
  padding-left: 10px;
}
.list-sc-view:first-child {
  border-top: 0;
}
.list-sc-view:not(:first-child) {
  border-top: 2px solid #1565C0;
  padding-top: 15px;
}
.list-sc-view li {
  margin-bottom: 5px;
}
.list-sc-view li p {
  margin: 0;
}
/* end SC view */
/* speacial register */
.sp-quest-first p,
.sp-quest-second p,
.sp-quest-third p {
  position: relative;
}
.sp-quest-first .fas.fa-hashtag,
.sp-quest-second .fas.fa-hashtag,
.sp-quest-third .fas.fa-hashtag {
  position: absolute;
  margin: 3px 3px 0 0;
  left: 0;
}
.sp-quest-first.placeholder-extract .fas.fa-hashtag,
.sp-quest-second.placeholder-extract .fas.fa-hashtag,
.sp-quest-third.placeholder-extract .fas.fa-hashtag {
  position: absolute;
  margin: 3px 3px 0 0;
  left: 15px;
}
/* end speacial register */
/* Kop Surat */
.line-tab {
  margin-bottom: 0 !important;
}
.head-table {
  padding: 10px 15px 5px;
  background: rgba(227, 242, 253, 0.9);
  border-radius: 4px;
  position: relative;
  border: 1px solid  #d1ecff;
}
.head-table p {
  font-size: 14px;
}
.head-table .badge.badge-lex-custom {
  background: #1565C0;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-weight: 400;
  border-radius: 99px;
  width: 20px;
  height: 20px;
  line-height: 15px;
  font-size: 11px;
}
.list-doc {
  padding-left: 0;
}
.list-doc li {
  float: left;
  margin-right: 5px;
  list-style: none;
  font-size: 12px;
}
.list-doc li .btn-lex-blue {
  font-size: 14px;
  margin-top: 5px;
}
/* end Kop Surat */
/* nav btn */
.nav-btn hr {
  border: 1px solid  #d1ecff;
  margin: 0 0 5px;
}
.nav-btn .btn-lex-white {
  margin: 10px 10px 10px 0 !important;
}
.nav-btn .btn-danger {
  margin: 10px 0 !important;
  font-size: 14px;
  background: #F44336;
}
.nav-btn .btn-danger:focus {
  box-shadow: none !important;
}
.nav-btn .btn-danger:active:focus {
  box-shadow: none;
}
/* end nav btn */
/* detail sh reg */
.detail-sh-reg p {
  margin: 0;
  float: left;
  width: 95%;
  word-break: break-all;
}
.display-address {
  width: 90%;
}
/* end detail sh reg */
/* edit list line bussiness & kbli */
.list-lob-kbli ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
/* end edit list line bussiness & kbli */
/* summernote */
/* end summernote */
/* froala */
.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.fr-popup .fr-command.fr-btn.fr-dropdown::after {
  border-top: 4px solid #fff !important;
}
.lex-editor {
  min-height: 147px;
}
.lex-editor .fr-toolbar {
  border-color: #01579b;
}
.lex-editor .fr-toolbar .fr-command.fr-btn:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.lex-editor .fr-toolbar .fr-command.fr-btn:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.lex-editor .fr-toolbar .fr-command.fr-btn .fa {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.lex-editor .fr-toolbar .fr-command.fr-btn .fa:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.lex-editor .fr-toolbar .fr-command.fr-btn .fa:hover {
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.lex-editor .fr-toolbar .fr-command.fr-btn .fa:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.lex-editor .fr-command.fr-btn + .fr-dropdown-menu {
  color: #464646;
}
.lex-editor .fr-box.fr-basic .fr-wrapper {
  background: #01579b;
  border: 0;
  border-top: 0;
  border-bottom: 2px solid #fff;
}
.lex-editor .fr-box.fr-basic .fr-element {
  color: #fff;
}
.lex-editor .fr-box.fr-basic .fr-view {
  font-size: 14px;
}
/* end froala */
/* invite shares */
.bg-purple {
  background: #6A1B9A;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 0 2px 1px #fff inset;
  border: 1px solid #6A1B9A;
  border-radius: 2px;
}
.inv_choose .form-check {
  margin-bottom: 10px;
}
.expired-times {
  color: #c10000;
}
.active-times {
  color: #1565C0;
}
.lex-invittee {
  background: #fff;
  box-shadow: 0 0 5px 0 #ddd;
  border: 1px solid #ddd;
}
.lex-invittee .card-top {
  position: relative;
}
.lex-invittee .card-top .btn.btn-lex-blue-inline {
  line-height: 25px;
  position: absolute;
  right: 0;
}
.lex-invittee .btn-lex-red {
  height: 38px;
}
.lex-invittee .btn {
  height: 38px;
}
.lex-invittee .btn.btn-lex-blue {
  line-height: 25px;
}
/* end invite shares */
/* Assist */
.list-assist-complement li {
  line-height: 40px;
}
.list-assist-complement li .btn-lex-red {
  margin: 2px 0 0;
}
/* end Assist */
/* Notification page */
#all-notification,
#all-notification-invitee {
  /* Advance notif */
  /* end Advance notif */
}
#all-notification li,
#all-notification-invitee li {
  margin: 0;
}
#all-notification .listing-notif,
#all-notification-invitee .listing-notif {
  border: 1px solid #eee;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 4px;
  display: block;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}
#all-notification .listing-notif .text-success,
#all-notification-invitee .listing-notif .text-success {
  font-size: 20px;
  position: absolute;
  top: 3px;
  right: 10px;
}
#all-notification .advance-notif,
#all-notification-invitee .advance-notif {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  display: block;
  width: 100%;
}
#all-notification .advance-notif li,
#all-notification-invitee .advance-notif li {
  float: right;
  margin: 0 5px;
}
#all-notification .advance-notif li .btn,
#all-notification-invitee .advance-notif li .btn {
  height: 36px;
}
/* end Notification page */
/* payment */
#timer {
  color: #fff;
}
.process-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  background: #444;
  z-index: 1;
  text-align: center;
  border-top: 3px solid rgba(227, 242, 253, 0.9);
}
.img_payment_method {
  width: 250px;
  position: relative;
  bottom: 1px;
}
.small_img_payment_method {
  width: 50px;
  position: relative;
  bottom: 1px;
}
.small_img_payment_method_cimb {
  width: 110px;
  position: relative;
  bottom: 1px;
}
.box-method {
  font-size: 14px;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #f1f1f1;
}
.box-method label {
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}
.total-sub-price label {
  font-weight: 600;
  font-size: 18px;
}
.custom-select {
  cursor: pointer;
  padding-right: 10px;
}
.nom-total {
  background: none;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  color: #464646;
}
.nom-total:before {
  content: "IDR ";
}
.box-billing {
  border: 1px solid #f1f1f1;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-billing strong {
  font-weight: 600;
}
.bank-popover {
  animation: blinker 1s linear infinite;
  border: 1px solid #fff;
  box-shadow: 0 0 2px 1px #f44336;
  border-radius: 2px;
  color: #fff;
}
.bank-popover:focus {
  outline: none;
}
@keyframes blinker {
  10% {
    background: #f44336;
  }
  10%.b-red {
    border: 1.5px solid #f44336;
    box-shadow: 0 0 1px 1px #fff inset;
  }
}
/* end payment */
.countdown {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.countdown .bloc-time {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.countdown .bloc-time:last-child {
  margin-right: 0;
}
.countdown .figure {
  position: relative;
  height: 70px;
  width: 70px;
  background-color: #fff;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .figure:last-child {
  margin-right: 0;
}
.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 50px;
  font-weight: 700;
  color: #de4848;
}
.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
  z-index: 3;
  background-color: #f7f7f7;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-transform: perspective(200px);
  -ms-transform: perspective(200px);
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
}
.countdown .figure .bottom {
  z-index: 1;
}
.countdown .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}
.countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown .figure .top,
.countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #fff;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform: perspective(200px) rotateX(180deg);
  -ms-transform: perspective(200px) rotateX(180deg);
  -webkit-transform: perspective(200px) rotateX(180deg);
  transform: perspective(200px) rotateX(180deg);
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}
/* border animation */
.box-border {
  box-sizing: border-box;
  width: 100%;
  height: 43px;
  background-color: #1E88E5;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 5px 0 #464646;
  margin-right: 15px;
  border-radius: 3px;
}
.box-border.dark-shadow {
  box-shadow: 2px 2px 5px 0 #464646;
}
.box-border.dark-shadow::before {
  width: 500px;
}
.box-border.dark-shadow::after {
  width: 600px;
}
.box-border::before {
  content: '';
  width: 200px;
  height: 300px;
  opacity: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
  transform-origin: center center;
  position: absolute;
  z-index: 10;
  animation-delay: 1s;
  animation-name: mask-ani;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.box-border::after {
  content: '';
  width: 300px;
  height: 43px;
  opacity: 0;
  background-color: #fff;
  transform-origin: center center;
  position: absolute;
  z-index: 1;
  animation-delay: 1s;
  animation-name: mask-border-ani;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.box-border select {
  width: 99.3%;
  vertical-align: top;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes mask-ani {
  0% {
    transform: rotate(-36deg) translate(-40px, -430px);
  }
  70%,
  100% {
    transform: rotate(-36deg) translate(-40px, 378px);
  }
}
@keyframes mask-border-ani {
  0% {
    opacity: 0.8;
    transform: rotate(-36deg) translate(-126px, -190px);
  }
  70%,
  100% {
    opacity: 0.8;
    transform: rotate(-36deg) translate(-126px, 355px);
  }
}
/* end border animation */
/* establish product */
.modal-product-detail {
  position: relative;
  padding-left: 40px;
}
.modal-product-detail .fas.fa-check {
  position: absolute;
  left: 10px;
  font-size: 20px;
}
.prod-list {
  cursor: pointer;
  position: relative;
  width: auto;
  padding: 15px;
  font-size: 12px;
  border-radius: 3px;
  min-height: 125px;
}
.prod-list .price-tag {
  font-size: 28px;
  background: #F44336;
  display: block;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #fff inset;
  border: 1px solid #F44336;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.prod-list .fas {
  font-size: 8px;
  position: relative;
  bottom: 1px;
}
.prod-list.prod-blue {
  background: #1E88E5;
  box-shadow: 0 0 1px 0.5px #fff inset;
  border: 1px solid #fff;
  color: #fff;
}
.prod-list.prod-white {
  background: #fff;
  color: #464646;
  box-shadow: 0 0 1px 0.5px #1E88E5 inset;
  border: 1px solid #fff;
}
/* in landing page */
.inner-info {
  overflow: hidden;
  height: 150px;
  padding: 0 30px;
}
.top-side {
  padding: 15px 15px 0;
}
.top-side .finish-step .text-step {
  font-size: 12px;
  font-weight: 500;
}
.top-side .btn {
  margin: 0;
}
.top-side .border-danger-lex {
  border: 1px solid #f5c6cb;
}
.top-side .correction-img {
  animation: 0.3s up-down-shake infinite alternate;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 5px;
}
@keyframes up-down-shake {
  from {
    transform: translateY(2px);
  }
  to {
    transform: translateY(-1px);
  }
}
#collapseEstablishment {
  border: 3px solid rgba(227, 242, 253, 0.9);
  font-size: 14px;
}
#collapseEstablishment .dataTables_scroll {
  margin: 0;
}
#collapseEstablishment #datatable-shareholder-geninfo_wrapper .col-sm-12 {
  padding: 0;
}
#collapseEstablishment #datatable-shareholder-geninfo_wrapper .col-sm-12 table.dataTable {
  margin-bottom: 0 !important;
  border-bottom: 0;
}
#collapseEstablishment .payment-side {
  border: 2.5px solid rgba(227, 242, 253, 0.9);
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 15px;
}
#collapseEstablishment .payment-side .btn.btn-warning {
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #fff;
  border: 1px solid #ffc107;
}
#collapseEstablishment .payment-side .btn.button-next {
  margin: 0;
  font-size: 16px;
  height: 38px;
  line-height: 26px;
  width: 175px;
}
/* end in landing page */
/* end establish product */
/* step 3 */
.ai-inside {
  padding: 20px 30px 20px 30px;
}
.ai-inside .icon-completed {
  line-height: 18px !important;
}
.ai-inside p,
.ai-inside label {
  font-size: 14px;
}
.wrapper-agreement {
  display: flex;
  width: 100%;
}
.wrapper-agreement.ai-inside {
  padding: 20px 0 20px 30px;
}
.wrapper-agreement.ai-inside .icon-completed {
  line-height: 18px;
}
.wrapper-agreement #sidebar-agreement {
  min-width: 300px;
  max-width: 300px;
  transition: all 0.3s;
  height: 670px;
  min-height: 1130px;
}
.wrapper-agreement #sidebar-agreement.inline-height {
  height: 100%;
  min-height: inherit;
}
.wrapper-agreement #sidebar-agreement.mini-sidebar {
  min-height: inherit;
  height: 100%;
}
.wrapper-agreement #sidebar-agreement.mini-sidebar .list-group-agreement.sidebar-list-agreement {
  min-height: inherit;
}
.wrapper-agreement #sidebar-agreement.active {
  margin-left: -300px;
}
.wrapper-agreement #sidebar-agreement .list-group-agreement.sidebar-list-agreement {
  height: 100%;
}
.wrapper-agreement #sidebar-agreement .list-group-agreement.sidebar-list-agreement a > label {
  margin: 0;
}
.wrapper-agreement #sidebar-agreement .list-group-agreement .btn.btn-lex-blue {
  position: relative;
  white-space: unset;
  padding: 10px 30px 10px 10px;
  text-align: left;
  font-size: 13px;
  margin: 5px 0;
}
.wrapper-agreement #sidebar-agreement .list-group-agreement .btn.btn-lex-blue .far {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  opacity: .9;
}
.wrapper-agreement #sidebar-agreement .list-group-agreement .btn.btn-lex-blue .far.fa-check-circle {
  color: #252525;
}
.wrapper-agreement #sidebar-agreement .list-group-agreement .btn.btn-lex-blue .far.fa-times-circle {
  color: #EF5350;
}
.wrapper-agreement #sidebar-agreement .list-group-agreement .btn.btn-lex-blue .fas {
  position: absolute;
  top: 13px;
  right: 12px;
  font-size: 14px;
  color: #EF5350;
  opacity: .9;
}
.wrapper-agreement .simplebar-track.simplebar-horizontal {
  display: none;
}
.wrapper-agreement .simplebar-content {
  overflow-x: hidden;
}
.wrapper-agreement .marked {
  color: #252525;
  position: sticky;
  bottom: -13px;
  width: 100%;
  background: #01579b;
  margin-bottom: 15px;
}
.wrapper-agreement .marked .far {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.wrapper-agreement .marked .far.fa-check-circle {
  color: #252525;
}
.wrapper-agreement .marked .far.fa-times-circle {
  color: #EF5350;
}
.wrapper-agreement .marked .fas {
  color: #EF5350;
  font-size: 14px;
  margin: 0 3px;
}
.wrapper-agreement #content-agreement {
  width: 100%;
  padding: 0 20px 20px;
  min-height: 100vh;
  transition: all 0.3s;
}
.wrapper-agreement #content-agreement.signup-verification {
  min-height: inherit;
}
.wrapper-agreement #content-agreement p {
  font-size: 14px;
}
.wrapper-agreement #content-agreement .navbar {
  padding: 0 15px;
  margin-bottom: 10px;
}
.wrapper-agreement #content-agreement .navbar .btn-sidebar-agreement {
  padding: 2px 13px 0px;
  cursor: pointer;
  font-size: 25px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.wrapper-agreement #content-agreement .navbar .btn-sidebar-agreement:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.wrapper-agreement #content-agreement .navbar .btn-sidebar-agreement:hover {
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.wrapper-agreement #content-agreement .navbar .btn-sidebar-agreement:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.wrapper-agreement #content-agreement textarea.itext {
  max-height: 500px;
  overflow-y: scroll;
  vertical-align: top;
  resize: none;
}
.wrapper-agreement #content-agreement textarea.itext:focus {
  box-shadow: 0 0 2px 0px #f9f9f9 inset;
  border-radius: 3px 3px 0 0;
}
textarea.melar.itext {
  max-height: 500px;
  overflow-y: scroll;
  vertical-align: top;
  resize: none;
}
textarea.melar.itext:focus {
  box-shadow: 0 0 2px 0px #f9f9f9 inset !important;
  border-radius: 3px 3px 0 0;
}
.toolbar-preview .btn {
  font-size: 14px;
  white-space: normal;
}
/* tabs preview */
.wrapper-tabs .left-table {
  background: #1E88E5;
  border: 1px solid #1E88E5;
  border-right: none;
  border-bottom: 1px solid rgba(30, 136, 229, 0.8);
  overflow: hidden;
}
.wrapper-tabs .left-table .table-category {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 1px 1px #1E88E5 inset;
  padding: 15px 20px 15px 15px;
  border-radius: 3px;
  color: #464646;
  margin-right: -20px;
  display: block;
}
.wrapper-tabs .left-tabs {
  background: #1E88E5;
  border: 1px solid #1E88E5;
  box-shadow: 0 0 1px 1px #fff inset;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px 0 0 3px;
}
.wrapper-tabs .left-tabs .nav-pills {
  margin-right: -4px;
}
.wrapper-tabs .left-tabs .nav-pills .nav-item {
  position: relative;
}
.wrapper-tabs .left-tabs .nav-pills .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 40px;
}
.wrapper-tabs .left-tabs .nav-pills .nav-item .nav-link.active {
  background: #fff;
  color: #01579b;
  border: 1px solid #fff;
  box-shadow: 0 0 1px 1px #1E88E5 inset;
}
.wrapper-tabs .left-tabs .nav-pills .nav-item .nav-link .far {
  position: absolute;
  top: 17px;
  right: 15px;
  font-size: 18px;
  opacity: .9;
}
.wrapper-tabs .left-tabs .nav-pills .nav-item .nav-link .far.fa-check-circle {
  color: #252525;
}
.wrapper-tabs .left-tabs .nav-pills .nav-item .nav-link .far.fa-times-circle {
  color: #EF5350;
}
.wrapper-tabs .left-tabs .nav-pills .nav-item .nav-link .fas {
  position: absolute;
  top: 17px;
  right: 15px;
  font-size: 15px;
  color: #252525;
  opacity: .9;
}
.wrapper-tabs .left-tabs .nav-pills .nav-item .nav-link .badge {
  position: relative;
  bottom: 1px;
}
.wrapper-tabs .left-tabs .marked {
  color: #252525;
}
.wrapper-tabs .left-tabs .marked .far {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.wrapper-tabs .left-tabs .marked .far.fa-check-circle {
  color: #252525;
}
.wrapper-tabs .left-tabs .marked .far.fa-times-circle {
  color: #EF5350;
}
.wrapper-tabs .left-tabs .marked .fas {
  color: #EF5350;
  font-size: 14px;
  margin: 0 3px;
}
.wrapper-tabs .right-tabs {
  background: #fff;
  color: #464646;
  padding-top: 15px;
  padding-bottom: 15px;
}
.wrapper-tabs .right-tabs .heading-lex {
  font-size: 15px;
  display: inline-block;
  background: #cac5c5;
  position: relative;
  z-index: 1;
  padding: 0 7px;
}
.wrapper-tabs .right-tabs .heading-lex.big {
  font-size: 20px;
}
.wrapper-tabs .right-tabs .heading-lex.med {
  font-size: 18px;
  background: #fff;
}
.wrapper-tabs .right-tabs .heading-lex.small {
  font-size: 14px;
}
/* end tabs preview */
/* end step 3 */
/* steping old */
.steps li.disabled {
  display: none !important;
}
.steps li.done {
  display: none !important;
}
/*
    Common 
*/
.wizard .content {
  background: rgba(0, 0, 0, 0);
  padding: 15px;
  margin: 15px 0 40px;
  padding: 15px 0 50px;
  border-radius: 3px;
  display: block;
  min-height: calc(65vh);
  overflow-x: hidden;
  position: relative;
  width: auto;
}
.wizard .content.selected-1,
.wizard .content.selected-2,
.wizard .content.selected-not-applicable {
  background: #01579b;
}
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard a,
.tabcontrol a {
  outline: 0;
}
.wizard ul[role="tablist"],
.tabcontrol ul[role="tablist"],
.wizard ul[role="menu"],
.tabcontrol ul[role="menu"] {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul[role="tablist"] > li,
.tabcontrol ul[role="tablist"] > li,
.wizard ul[role="menu"] > li,
.tabcontrol ul[role="menu"] > li {
  display: block;
  padding: 0;
}
/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.wizard > .steps .number {
  font-size: 1.429em;
  display: none;
}
.wizard > .steps > ul > li {
  width: auto;
}
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
  font-size: 14px;
}
.wizard > .steps .current a .fas.fa-file-contract {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.wizard > .content > .body ul {
  list-style: disc !important;
}
.wizard > .content > .body ul > li {
  display: list-item;
}
.wizard > .content > .body label {
  display: inline-block;
}
.wizard > .content > .body label.error {
  display: inline-block;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}
.content > section {
  float: left;
  position: absolute;
  width: 100%;
  padding: 2.5%;
}
.wizard > .content > .body #period_agreement-error,
.wizard > .content > .body #compensation_agreement-error,
.wizard > .content > .body #obligations_agreement-error,
.wizard > .content > .body #negative_covenants-error,
.wizard > .content > .body #payment_terms-error,
.wizard > .content > .body #obligations_counterparty_agreement-error,
.wizard > .content > .body #representations-error,
.wizard > .content > .body #event_default-error,
.wizard > .content > .body #termination-error,
.wizard > .content > .body #amandment-error,
.wizard > .content > .body #assignment-error,
.wizard > .content > .body #coc-error,
.wizard > .content > .body #governing_law-error,
.wizard > .content > .body #dispute_settlement-error,
.wizard > .content > .body #tax-error,
.wizard > .content > .body #confidentiality-error,
.wizard > .content > .body #additional_information-error,
.wizard > .content > .body #lease_fee-error,
.wizard > .content > .body #liquidation_preference-error,
.wizard > .content > .body #exit_event-error,
.wizard > .content > .body #issuance-error,
.wizard > .content > .body #options-error,
.wizard > .content > .body #transfer_of_shares-error,
.wizard > .content > .body #third_party_offers-error,
.wizard > .content > .body #anti_dilution-error,
.wizard > .content > .body #force_majeure-error,
.wizard > .content > .body #bod_agreement-error,
.wizard > .content > .body #boc_agreement-error,
.wizard > .content > .body #shareholders_meeting_agreement-error,
.wizard > .content > .body #accounting_administration-error,
.wizard > .content > .body #notices-error,
.wizard > .content > .body #exclusivity-error,
.wizard > .content > .body #securities-error,
.wizard > .content > .body #interest_agreement-error,
.wizard > .content > .body #availability_period-error,
.wizard > .content > .body #prepayment_agreement-error {
  position: absolute;
  top: -27px;
  right: 0;
}
.wizard > .content > .body #select_period-error,
.wizard > .content > .body #select_period_maturity_date-error,
.wizard > .content > .body #select_period_repayment-error,
.wizard > .content > .body #select_loans-error {
  margin: 0;
  float: right;
}
.wizard > .content > .body #currency_compensation-error,
.wizard > .content > .body #price_foreign-error,
.wizard > .content > .body label[for="select_period[]"] {
  float: right;
  margin-bottom: 0;
}
.wizard > .content > .body label.error {
  font-size: 14px;
  color: #252525;
}
/* end steping old */
/* members activity */
/* toolbar */
.top-toolbar-act {
  color: #fff;
  border: 2px solid #01579b;
  box-shadow: 0 0 1px 1px #fff inset;
}
.top-toolbar-act label {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 80px;
}
.top-toolbar-act select {
  display: inline-block;
}
.top-toolbar-act .box-border {
  width: 200px;
}
.top-toolbar-act .select2-container--default .select2-selection--single {
  background: none;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  line-height: 38px;
  height: 38px;
  margin-top: 10px;
  outline: none;
}
.top-toolbar-act .select2-selection--single .selection {
  outline: none;
}
.top-toolbar-act .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  outline: none;
}
.top-toolbar-act .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
  right: 5px;
  outline: none;
}
.top-toolbar-act .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent #fff;
}
.top-toolbar-act-light-blue {
  color: #fff;
  border: 1px solid #90CAF9;
  box-shadow: 0 0 1px 1px #fff inset;
}
/* end toolbar */
/* per date */
.head-act {
  font-weight: 600;
  font-size: 14px;
}
.body-act {
  font-size: 13px;
  margin-top: 3px;
  background-color: rgba(227, 242, 253, 0.2);
  border: 1px solid rgba(227, 242, 253, 0.9);
  padding: 7px 15px 15px;
  border-radius: 3px;
}
.body-act .user-detail {
  font-size: 13px;
  font-weight: 600;
}
.body-act .user-detail .badge {
  position: relative;
  bottom: 1px;
}
.body-act .user-act {
  font-weight: 500;
  min-height: auto;
  max-height: 375px;
  overflow-x: hidden;
}
.body-act .user-act-info {
  background: rgba(227, 242, 253, 0.9);
  border: 1px solid rgba(211, 236, 255, 0.9);
  margin: 2px 0;
  padding: 7px;
}
.body-act .user-act-info span:first-child {
  float: left;
  width: 25%;
  font-weight: 600;
}
.body-act .user-act-info span:first-child.badge {
  width: auto;
  float: none;
}
.body-act .user-act-info span:last-child {
  float: left;
  width: 75%;
}
.body-act .user-act-info span:last-child.badge {
  width: auto;
  float: none;
}
/* end per date */
/* pagination */
.pagination-act .page-item {
  margin: 0 7px;
}
.pagination-act .page-item.active .page-link {
  border-radius: 99px;
  color: #fff;
  background: #333;
}
.pagination-act .page-item.active .page-link:hover {
  background: #333;
}
.pagination-act .page-item.active .page-link:focus {
  color: #fff;
}
.pagination-act .page-item.disabled .page-link {
  opacity: .4;
  border: 0;
}
.pagination-act .page-item .page-link {
  color: #464646;
  border: 0;
  line-height: 30px;
  padding: 0;
  text-align: center;
  border-radius: 99px;
  width: 30px;
  height: 30px;
}
.pagination-act .page-item .page-link:hover {
  background-color: rgba(227, 242, 253, 0.9);
}
.pagination-act .page-item .page-link:focus {
  box-shadow: none;
  color: #29ABE2;
}
/* end pagination */
/* end toolbar */
/* sign up vendor */
.heading-login {
  color: #fff;
  font-weight: 200;
  font-size: 4em;
  margin-top: 10%;
  margin-bottom: 0;
  line-height: 50px;
}
.heading-login.title-login {
  font-size: 1.2em;
  margin: 0;
  font-weight: 500;
}
.heading-login.origin-logo {
  font-size: 2.5em;
  position: relative;
}
.heading-login.origin-logo .logo-by {
  font-size: 24px;
  position: relative;
  bottom: 7px;
  line-height: normal;
}
.last-logo {
  color: #5379fa;
}
.heading-quote {
  color: #FFF;
  margin-right: 4px;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
  margin-top: 3px;
  margin-right: 55px;
  letter-spacing: 1px;
}
.heading-quote.origin-quote {
  font-size: 7.5px;
  line-height: 10px;
  margin-right: 35px;
  margin-top: -8px;
  display: block;
}
.seperate-line {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  display: block;
}
.seperate-line hr {
  margin-top: 5px;
  margin-bottom: 0;
}
.separate-or {
  color: #fff;
}
#vendor-signup select {
  font-size: 14px;
}
.vendor-signin,
.vendor-signup {
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.vendor-signin:hover,
.vendor-signup:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.vendor-signin:hover,
.vendor-signup:hover {
  opacity: .6;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.vendor-signin:hover:hover,
.vendor-signup:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.wrapper-steping {
  color: #fff;
  font-size: 14px;
}
.wrapper-steping .form-control-plaintext {
  color: #fff;
}
.wrapper-steping #check_tnc-error,
.wrapper-steping #check_sub_plan-error {
  position: absolute;
  right: 0;
  top: 4px;
}
.wrapper-steping #passing_vendor_password {
  background: rgba(0, 0, 0, 0.1);
  padding-left: 5px;
}
.wrapper-steping label[for="check-password"] {
  position: absolute;
  top: 5px;
  right: 20px;
  padding: 5px;
  background: #fff;
  color: #000;
  border-radius: 2px;
  cursor: pointer;
}
.wrapper-steping label[for="check-password-first"] {
  position: absolute;
  top: 2px;
  right: 15px;
  padding: 10px;
  background: #FFF;
  cursor: pointer;
  color: #000;
}
.wrapper-steping #message-password {
  font-size: 12px;
  background: #e8f0fe;
  padding: 2px 10px;
  margin-top: 5px;
  text-align: center;
  height: 22px;
  width: 95px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 25px;
  border-radius: 99px;
}
.wrapper-steping input.itext,
.wrapper-steping select.itext,
.wrapper-steping textarea.itext {
  margin: 0;
}
.wrapper-steping .select2.select2-container {
  margin: 0;
}
.wrapper-steping em.error {
  color: #252525;
  font-size: 12px;
  display: inline-block;
  line-height: 15px;
}
.wrapper-steping .inner-txt {
  position: relative;
  display: block;
}
.wrapper-steping .inner-txt .far,
.wrapper-steping .inner-txt .fas {
  position: absolute;
  top: 10px;
  right: 10px;
}
.wrapper-steping .group-domain {
  position: relative;
}
.wrapper-steping .group-domain em,
.wrapper-steping .group-domain #message-subdomain {
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.wrapper-steping .group-domain .input-group-append {
  position: absolute;
  right: 15px;
}
.wrapper-steping .commands {
  overflow: hidden;
  margin-top: 30px;
  border-top: 3px solid #fff;
  margin-bottom: 0;
}
.wrapper-steping .commands .btn {
  margin-bottom: 0;
}
.wrapper-steping .prev {
  float: left;
}
.wrapper-steping .next,
.wrapper-steping .submit {
  float: right;
}
.wrapper-steping #progress {
  position: relative;
  height: 15px;
  background-color: #eee;
  margin-bottom: 5px;
}
.wrapper-steping #progress-complete {
  border: 0;
  position: absolute;
  height: 15px;
  min-width: 10px;
  background-color: #337ab7;
  transition: width 0.2s ease-in-out;
}
.wrapper-steping #pswd_info {
  position: absolute;
  top: 50px;
  right: 15px;
  left: 15px;
  width: auto;
  padding: 10px;
  background: #fefefe;
  border-radius: 3px;
  box-shadow: 0 0px 1px 1px #f70505 inset;
  border: 1.5px solid #fff;
  color: #464646;
  z-index: 1;
}
.wrapper-steping #pswd_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.wrapper-steping #pswd_info::before {
  content: "\25B2";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 16px;
  line-height: 14px;
  color: #fff;
  text-shadow: none;
  display: block;
}
.wrapper-steping .data-invalid {
  padding-left: 22px;
  line-height: 24px;
  color: #ec3f41;
}
.wrapper-steping .data-valid {
  padding-left: 22px;
  line-height: 24px;
  color: #3a7d34;
}
.wrapper-steping #pswd_info {
  display: none;
}
/* end sign up vendor */
/* Main Vendor */
.wrapper-tuples .tuples .card:hover {
  background: #f9f9f9;
}
.wrapper-tuples .tuples .card .card-notification {
  display: table;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 99px;
  overflow: hidden;
}
.wrapper-tuples .tuples .card .card-notification .notif-number {
  background: #F44336;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
}
.list-msg h6,
.list-msg p {
  font-size: 14px;
}
.list-msg a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 13px 15px;
}
.list-msg a:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.list-msg a:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.list-msg a:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.small-tuples {
  width: 170px !important;
}
.small-tuples.btn-lex-white {
  color: #29ABE2;
}
.notif-small {
  background: #F44336;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 99px;
  animation: blink 1s linear infinite;
}
@keyframes blink {
  0% {
    opacity: .5;
  }
  50% {
    opacity: .9;
  }
  100% {
    opacity: 1;
  }
}
.msg-notification {
  display: table;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 30%;
  right: 10px;
  border-radius: 99px;
  overflow: hidden;
}
.msg-notification .notif-number {
  background: #F44336;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  font-size: 13px;
}
.badge-notif {
  width: 13px;
  height: 13px;
  border-radius: 99px;
}
.wrapper-table .data-tables td {
  font-size: 13px;
}
.wrapper-table .dataTables_info,
.wrapper-table .dataTables_paginate,
.wrapper-table .dataTables_length,
.wrapper-table .dataTables_filter {
  font-size: 13px;
}
.list-announcement {
  font-size: 14px;
}
/* showing datas */
.total-data {
  font-size: 13px;
  margin-top: 20px;
  margin-left: 15px;
  background: #90CAF9;
  padding: 12px;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 0 1px 1px #fff inset;
  border: 1px solid #90CAF9;
  height: 46px;
}
.table-data {
  margin-top: -47px;
}
.two-column {
  font-size: 13px;
}
.two-column.table-view div.dataTables_wrapper div.dataTables_filter input {
  width: 140px !important;
}
.two-column.table-view.col-md-12 div.dataTables_wrapper div.dataTables_filter input {
  width: auto !important;
}
.two-column.pdf-view {
  padding-top: 15px;
}
.dataTables_wrapper.container-fluid {
  padding: 0 15px;
}
div.dataTables_wrapper div.dataTables_filter input {
  width: 200px !important;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-size: 13px;
  height: 46px;
  background: #90CAF9;
  padding: 7px;
  margin-bottom: 0;
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 0 1px 1px #fff inset;
  border: 1px solid #90CAF9;
}
.dataTables_scrollBody {
  border-bottom: 4px solid #1565C0;
}
.dataTables_scrollBody .table td,
.table th {
  border-color: #e3f2fd;
}
/* end showing datas */
/* pagination */
.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination [aria-label="« Previous"] {
  font-size: 25px;
}
.pagination [aria-label="Next »"] {
  font-size: 25px;
}
.pagination .page-item {
  margin: 0 7px;
  display: inline-block;
}
.pagination .page-item.active .page-link {
  border-radius: 99px;
  color: #fff;
  background: #333;
  z-index: 0;
}
.pagination .page-item.active .page-link:hover {
  background: #333;
}
.pagination .page-item.active .page-link:focus {
  color: #fff;
}
.pagination .page-item.disabled .page-link {
  opacity: .4;
  border: 0;
}
.pagination .page-item .page-link {
  color: #333;
  border: 0;
  line-height: 30px;
  padding: 0;
  text-align: center;
  border-radius: 99px;
  width: 30px;
  height: 30px;
}
.pagination .page-item .page-link:hover {
  background-color: .4;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
  color: #333;
}
/* end pagination */
/* message */
.bg-create-msg {
  font-size: 14px;
}
.bg-create-msg.left {
  background: #1E88E5;
  border: 1px solid #1E88E5;
  box-shadow: 0 0 1px 1px #fff inset;
  padding: 15px 0 15px 15px;
}
.bg-create-msg.left .left-msg {
  padding: 15px;
  border: 1px solid #fff;
  box-shadow: 0 0 1px 1px #1E88E5 inset;
  background: #fff;
  margin-right: -5px;
}
.bg-create-msg.right {
  background: #f1f1f1;
  padding: 30px;
  position: relative;
  z-index: 1;
  border-left: 3px solid #fff;
}
.bg-create-msg.right .itext-msg {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  color: #464646;
  font-size: 14px;
}
.bg-create-msg.right .itext-msg:focus {
  box-shadow: none;
  border-bottom: 2px solid #1E88E5;
}
.bg-create-msg.right .select2 {
  background: none;
}
.bg-create-msg.right .select2.select2-container {
  margin: 0;
}
.bg-create-msg.right .select2-container--default .select2-selection--multiple {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #ccc;
  background: transparent;
}
.bg-create-msg.right .select2-container--default .select2-selection--multiple:focus {
  border-bottom: 2px solid #1E88E5;
}
.bg-create-msg.right .select2-selection__choice {
  background: #1565C0;
}
.bg-create-msg.right .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #1565C0;
  border: 1px solid #1565C0;
  box-shadow: 0 0 1px 1px #fff inset;
  border-radius: 2px;
}
.bg-create-msg.right .select2.select2-container .select2-selection__rendered {
  line-height: 25px!important;
}
.bg-alert.alert {
  color: #464646;
  background-color: #f9f9f9;
  border-color: #f1f1f1;
  box-shadow: 0 0 4px 1px #f9f9f9;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.bg-alert.alert:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.bg-alert.alert.bg-vendor {
  background-color: #f9f9f9;
  border: 1px solid rgba(21, 101, 192, 0.1);
}
.bg-alert.alert.bg-user {
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.1);
}
.bg-alert.alert .badge-usr {
  box-shadow: 0 0 1px 1px #fff inset;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}
.bg-alert.alert .badge-usr.bg-vendor {
  background-color: #1565C0;
  border: 1px solid #1565C0;
}
.bg-alert.alert .badge-usr.bg-user {
  background-color: #28a745;
  border: 1px solid #28a745;
}
.bg-alert.alert hr {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-color: #f1f1f1;
}
.bg-alert.alert hr:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.bg-alert.alert:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: rgba(227, 242, 253, 0.7);
}
.bg-alert.alert:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.bg-alert.alert:hover hr {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-color: rgba(21, 101, 192, 0.1);
}
.bg-alert.alert:hover hr:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.bg-alert.alert a {
  color: #464646;
}
.bg-alert.alert a:hover {
  text-decoration: none;
}
.bg-alert.alert .badge {
  background: #F44336;
  font-size: 12px;
  max-width: 25px;
  border-radius: 99px !important;
  line-height: 20px;
  height: 25px;
  width: 25px;
}
.bg-alert.alert .media-heading {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
.bg-alert.alert.alert-info-msg {
  color: #1565C0;
  background-color: rgba(227, 242, 253, 0.7);
  border: 1px solid rgba(227, 242, 253, 0.9);
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.bg-alert.alert.alert-info-msg:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.bg-alert.alert.alert-info-msg a {
  color: #1565C0;
}
.bg-alert.alert.alert-info-msg a:hover {
  text-decoration: none;
}
.bg-alert.alert.alert-info-msg hr {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.bg-alert.alert.alert-info-msg hr:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.bg-alert.alert.alert-info-msg:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #e3f2fd;
  border-color: rgba(21, 101, 192, 0.1);
}
.bg-alert.alert.alert-info-msg:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.bg-alert.alert.alert-info-msg:hover hr {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-color: rgba(21, 101, 192, 0.1);
}
.bg-alert.alert.alert-info-msg:hover hr:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.media {
  padding: 10px;
  font-size: 14px;
  border-radius: 3px;
}
.media.bg-vendor {
  background-color: #f9f9f9;
  border: 1px solid rgba(21, 101, 192, 0.1);
}
.media.bg-user {
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.1);
}
.media .media-heading {
  font-size: 14px;
  border-radius: 3px;
  box-shadow: 0 0 1px 1px #fff inset;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
}
.media .media-heading.bg-vendor {
  background-color: #1565C0;
  border: 1px solid #1565C0;
}
.media .media-heading.bg-user {
  background-color: #28a745;
  border: 1px solid #28a745;
}
.badge-subject {
  font-size: 14px;
  border-radius: 3px;
  background-color: #1565C0;
  border: 1px solid #1565C0;
  box-shadow: 0 0 1px 1px #fff inset;
  display: block;
  color: #fff;
  padding: 10px;
}
.box-msg {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: auto;
  max-height: 300px;
}
.box-msg::-webkit-scrollbar,
.box-msg-index::-webkit-scrollbar {
  display: none;
}
.box-msg-index {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: auto;
  max-height: 750px;
}
.box-reply {
  border: 1px solid #1565C0;
  box-shadow: 0 0 1px 1px #fff inset;
  background: #1565C0;
}
.box-reply textarea.itext {
  box-shadow: 0 0 2px 0px #f9f9f9 inset;
  border-radius: 3px 3px 0 0;
  font-size: 14px;
}
.box-reply textarea.itext:focus {
  box-shadow: 0 0 2px 0px #fff inset !important;
}
#toast-container > .toast-info {
  background-position: -99px;
  padding-left: 15px !important;
  font-size: 14px;
}
/* end message */
/* end Main Vendor */
/* -------------
Sidebar
----------------*/
.button-sidebar {
  font-size: 30px;
  cursor: pointer;
  margin: 10px 20px 0 0;
  display: block;
  color: #000;
}
.side-nav {
  height: 100%;
  width: 272px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -272px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 0 0 5px 0px #c6c6c6;
}
.side-nav.open-sidebar {
  left: 0;
}
.side-nav .btn-close {
  width: 100%;
  font-size: 30px;
}
.sidebar {
  position: absolute;
  height: 100%;
  top: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  visibility: visible;
  -webkit-backface-visibility: hidden;
}
.sidebar header {
  width: 100%;
  display: block;
  padding: 5px 15px;
  min-height: 69px;
}
.sidebar header .close-sidebar {
  margin-top: 8px;
  font-size: 30px;
  color: #333;
  min-height: 40px;
  display: block;
}
.sidebar header .close-sidebar .fas {
  margin-right: 20px;
  float: left;
  cursor: pointer;
  margin-top: 7px;
}
.sidebar header .close-sidebar .logo-corps {
  position: relative;
  bottom: 5px;
}
/* -------------
Sidebar Nav
----------------*/
.sidebar-nav {
  position: fixed;
  height: 100%;
  font-weight: 400;
  font-size: 1.2em;
  overflow: auto;
  padding-bottom: 6em;
  z-index: 9;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.sidebar-nav ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 272px;
}
.sidebar-nav ul li {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  width: 100%;
}
.sidebar-nav ul li a {
  color: #333;
  font-size: 0.75em;
  padding: 1.05em	1em;
  position: relative;
  display: block;
  text-decoration: none;
}
.sidebar-nav ul li a .fas {
  margin-top: 2px;
}
.sidebar-nav ul li a:hover {
  background-color: #8c8c8c;
  color: #fff;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.sidebar-nav ul li i {
  font-size: 18px;
  padding-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  text-align: center;
}
.nav-flyout {
  position: absolute;
  background-color: #222;
  z-index: 9;
  left: 2.7em;
  top: 0;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 225px;
}
.nav-flyout a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidebar-nav ul > li:hover .nav-flyout {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 2.5em;
  width: 225px;
}
.nav-flyout a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-flyout a:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #29ABE2;
}
/* change passowrd */
.box-sh-pswd {
  position: relative;
  display: block;
}
.box-sh-pswd .fas.fa-eye,
.box-sh-pswd .fas.fa-eye-slash {
  position: absolute;
  top: 18px;
  right: 15px;
  color: #999;
  font-size: 14px;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.box-sh-pswd .fas.fa-eye:hover,
.box-sh-pswd .fas.fa-eye-slash:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #000;
}
/* end change passowrd */
/* custom select2 without container */
.counterparty_relationship .select2.select2-container {
  max-width: 600px;
}
/* end custom select2 without container */
.normal-size {
  font-size: 14px;
}
.subcription-plan .badge {
  font-weight: 500;
  letter-spacing: 0.7px;
}
.subcription-plan .badge.badge-light {
  box-shadow: 0 0 1px 0.5px #1E88E5 inset;
  border: 1px solid #fff;
}
.subcription-plan .badge.badge-secondary {
  box-shadow: 0 0 1px 0.5px #fff inset;
  border: 1px solid #6c757d;
}
.subcription-plan .badge.badge-primary {
  background: #1E88E5;
  box-shadow: 0 0 1px .5px #ffffff inset;
  border: 1px solid #1E88E5;
}
.subcription-plan .badge.badge-danger {
  box-shadow: 0 0 1px 0.5px #fff inset;
  border: 1px solid #dc3545;
}
/* custom sidebar auto hide */
.sidebar-ai .btn-sidebar-agreement {
  position: relative;
  left: -15px;
}
/* custom sidebar auto hide */
/* matter error handling */
.help-block {
  font-size: 13px;
  color: #252525;
}
/* end matter error handling */
/* placeholders data ai */
.find-in-pdf {
  overflow: hidden;
  height: 25px;
  width: 25px;
  padding: 4px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 1px 1px #000 inset;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.find-in-pdf:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.find-in-pdf:hover {
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.find-in-pdf:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.find-in-pdf:before {
  content: '';
  background: url('/images/search-plus-solid.svg') no-repeat;
  background-size: 100%;
  color: #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.find-text {
  display: inline;
  position: relative;
  bottom: 8px;
  font-size: 13px;
  margin-right: 5px;
}
.placeholder-shareholders {
  font-size: 13px;
}
.checked-circle {
  background: url('/images/icon/check_member.svg') no-repeat;
  background-size: 20px;
  background-position: 0 2px;
  color: #3FDBCA !important;
  background-color: transparent !important;
  padding-left: 30px;
}
.unchecked-circle {
  background: url('/images/icon/warning_member.svg') no-repeat;
  background-size: 20px;
  background-position: 0 0;
  color: #252525 !important;
  background-color: transparent !important;
  padding-left: 30px;
}
.list-shd {
  height: 51px;
  line-height: 51px;
  border-radius: 5px;
}
.box-dropdown .btn {
  min-width: 150px;
  width: auto;
}
.dropdown-blue {
  background: #1E88E5;
  border: 1px solid #1E88E5;
  box-shadow: 0 0 1px 1px #fff inset;
}
.dropdown-blue .dropdown-item {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  padding-top: 7px;
  padding-bottom: 7px;
}
.dropdown-blue .dropdown-item .fas.fa-user-plus {
  font-size: 17px;
  margin-left: -9px;
  margin-right: 2px;
}
.dropdown-blue .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
/* end placeholders data ai */
/* shareholder */
.btn_new_individual_sh,
.btn_new_entity_sh {
  opacity: 0;
  position: absolute;
  top: 25px;
  left: 25px;
}
.box-adding-sc {
  position: relative;
  z-index: 1;
}
.box-adding-sc-show {
  border: 2px solid #fff;
  padding-top: 30px;
  margin-top: -35px;
  position: relative;
  z-index: 0;
}
.file-truncate {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.white-space-normal {
  white-space: normal;
}
/* end shareholder */
/* cheating select2 */
.select2-container.select2-container--default.select2-container--open {
  z-index: 1;
}
/* end cheating select2 */
/* box extract PDF */
#extractPDF .scroll-box {
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#extractPDF .scroll-box::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;
}
#extractPDF .scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#extractPDF .scroll-box::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
#extractPDF .scroll-box::-webkit-scrollbar-thumb:hover {
  background: #aaa;
  cursor: pointer;
}
/* end box extract PDF */
/* xendit */
#info-subscription {
  font-size: 14px;
}
#info-subscription .box-payment {
  background: rgba(227, 242, 253, 0.2);
  border-radius: 10px;
  border: 1px solid rgba(227, 242, 253, 0.9) !important;
  box-shadow: 0 0 5px 1px rgba(227, 242, 253, 0.2);
  font-size: 14px;
}
#info-subscription .box-payment .heading-payment {
  font-size: 16px;
}
#info-subscription .box-payment .desc-title {
  opacity: 1;
}
#info-subscription .box-payment .btn {
  width: 155px;
  margin: 10px 5px 12px;
}
/* end xendit */
/* treeView */
#treeview {
  height: 100%;
}
/* end treeView */
/* select2 regulations kbli */
#left-wrapper .select2.select2-container {
  height: 100%!important;
}
#left-wrapper .select2.select2-container .select2-selection--single {
  height: 100%!important;
  outline: 0;
}
#left-wrapper .select2.select2-container .select2-selection__rendered {
  line-height: inherit !important;
}
#left-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  text-overflow: unset;
  white-space: normal;
  padding: 10px 20px 3px 10px;
}
/* end select2 regulations kbli */
/* select2 directory */
.sl2-multiple .select2.select2-container {
  height: auto !important;
}
.sl2-multiple .select2-container--default .select2-selection--multiple {
  background: none !important;
  border: 0 !important;
  border-bottom: 2px solid #fff !important;
  border-radius: 0 !important;
}
.sl2-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background: #90CAF9;
  border-color: #90CAF9;
  box-shadow: 0 0 1px 1px #fff inset;
  padding: 0 15px 0 10px;
}
.sl2-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #01579b !important;
}
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #fff;
}
/* end select2 directory */
/* video course */
.vid-course {
  margin-top: 10px;
  display: block;
  border: 15px solid #000;
  border-radius: 8px;
  background: #464646;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
}
/* end video course */
/* topbar */
.top-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 63px;
  margin-bottom: 30px;
  z-index: 2;
}
.top-nav .btn span:last-child {
  max-width: 180px;
  float: left;
}
#main-page .bg-nav-lex.dark-blue {
  background-color: #165EB1;
  line-height: 25px;
  height: inherit;
}
.bg-nav-lex.dark-blue {
  background-color: #165EB1;
  line-height: 25px;
  height: 74px;
}
.bg-nav-lex.dark-blue .navbar-toggler:focus {
  box-shadow: none;
}
.bg-nav-lex.dark-blue .navbar-toggler {
  box-shadow: 0px 0px 3px 1px #1e88e5 inset;
  border: 1px solid #1E88E5;
}
.bg-nav-lex.dark-blue .nav-pills .nav-link {
  color: #fff;
}
.bg-nav-lex .head-drop-navbar {
  width: 100%;
  margin: 0 auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.bg-nav-lex .head-drop-navbar::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Chrome/Safari/Webkit */
}
.bg-nav-lex .drop-navbar {
  margin: 0 auto;
}
.bg-nav-lex .drop-navbar .dropdown-menu.show {
  margin-top: 17px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(225, 225, 225, 0.2);
  border-radius: 0 0 3px 3px;
  padding: 15px 5px;
}
.bg-nav-lex .navbar-nav li.dropdown.show {
  position: static;
}
.bg-nav-lex .navbar-nav li.dropdown.show.tinggi {
  height: 500px;
}
.bg-nav-lex .navbar-nav li.dropdown.show.tinggi .pub-navbar {
  top: 66px;
  left: 0;
  right: 0 !important;
  width: 100%;
  transform: none !important;
  overflow: scroll;
  height: 450px;
  display: inline-block !important;
  overflow-x: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.bg-nav-lex .navbar-nav li.dropdown.show.tinggi .pub-navbar::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Chrome/Safari/Webkit */
}
.bg-nav-lex .navbar-nav li.dropdown.show.tinggi .pub-navbar .col-menu {
  float: left;
}
.bg-nav-lex .navbar-nav li.dropdown.show .dropdown-menu {
  display: table;
  border-radius: 0px;
  left: 0;
  top: 10px;
  padding: 15px 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(225, 225, 225, 0.2);
  border-radius: 0 0 3px 3px;
}
.bg-nav-lex .navbar-nav .col-menu {
  display: table-cell;
}
.bg-nav-lex .navbar-nav .col-menu .dropdown-item:hover {
  background: none;
  color: #1E88E5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.bg-nav-lex .navbar-nav .col-menu .dropdown-item.active {
  color: #1E88E5;
  background: none;
}
.bg-nav-lex .navbar-nav.nav-pills {
  /* optional: show position indicator in red */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.bg-nav-lex .navbar-nav.nav-pills::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
.bg-nav-lex .navbar-nav.nav-pills::-webkit-scrollbar-thumb {
  background: transparent;
}
.bg-nav-lex .navbar-nav.nav-pills .nav-item {
  margin: 0 5px;
}
.bg-nav-lex .navbar-nav.nav-pills .nav-item .head-upgrade-now .nav-link {
  background-color: #6c757d;
  color: #ccc;
}
.bg-nav-lex .navbar-nav.nav-pills .nav-item .upgrade-now {
  display: block;
  margin-top: 3px;
}
.bg-nav-lex .navbar-nav.nav-pills .nav-item .upgrade-now .badge {
  padding: 5px 10px;
  border-radius: 2px;
}
.bg-nav-lex .navbar-nav.nav-pills .nav-item .nav-link {
  font-size: 13px;
  background-color: #1E88E5;
  color: #fff;
  border-radius: 5px;
  padding: .5rem 1rem;
}
.bg-nav-lex .navbar-nav.nav-pills .nav-item .nav-link.nav-back {
  background: none;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}
.bg-nav-lex .navbar-nav.nav-pills .nav-item .nav-link.nav-back .fas.fa-angle-left {
  margin-right: 5px;
}
.bg-nav-lex .navbar-nav.nav-pills .nav-item .nav-link.nav-back .img-arrow {
  position: relative;
  bottom: 2px;
}
.bg-nav-lex .navbar-nav.nav-pills .nav-item .nav-link.active {
  background-color: #FFB13C;
}
/* end topbar */
/* hotfix summernote alakadarnya */
.signup-verification .note-editor.note-frame .note-editing-area .note-editable {
  color: #000;
}
/* end hotfix summernote alakadarnya */
/* sidebar MAG */
.button-sidebar {
  background: #1E88E5;
  color: #fff;
  border-radius: 99px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.button-sidebar:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.button-sidebar:hover {
  background-color: #2D95F1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.button-sidebar:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.button-sidebar .fas.fa-play {
  font-size: 13px;
  position: relative;
  left: 1px;
}
.ma-sidebar {
  width: 100%;
  z-index: 1;
  position: relative;
  background: #F6F6F8;
  padding: 10px 10px 5px;
  border-radius: 10px;
}
.ma-sidebar .item-name {
  width: 90%;
  float: left;
}
.ma-sidebar .min-item-name {
  width: auto;
  float: left;
  margin-left: -5px;
}
.ma-sidebar .icon-completed,
.ma-sidebar .icon-incompleted {
  position: relative;
  bottom: 2px;
}
.ma-sidebar.open {
  width: 250px;
  padding: 10px 10px 5px;
}
.ma-sidebar.open .button-sidebar .fas.fa-play {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transform: scale(1) rotate(180deg) translateX(1px) translateY(1px) skewX(1deg) skewY(1deg);
  -webkit-transform: scale(1) rotate(180deg) translateX(1px) translateY(1px) skewX(1deg) skewY(1deg);
  -o-transform: scale(1) rotate(180deg) translateX(1px) translateY(1px) skewX(1deg) skewY(1deg);
  -ms-transform: scale(1) rotate(180deg) translateX(1px) translateY(1px) skewX(1deg) skewY(1deg);
  transform: scale(1) rotate(180deg) translateX(1px) translateY(1px) skewX(1deg) skewY(1deg);
}
.ma-sidebar.open .button-sidebar .fas.fa-play:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.ma-sidebar .btn.btn-blue-lg {
  min-width: inherit;
}
/* end sidebar MAG */
.toast {
  background-color: transparent;
}
.rotating {
  animation: rotation 5s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.shaking {
  animation: shake-animation 5s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(2px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(2px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(2px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.citizen-boc-dom,
.citizen-bod-for,
.citizen-bod-dom,
.citizen-bod-for {
  width: 100%;
}
.p-8-10 {
  padding: 8px 10px;
}
.btn-closeTree,
.btn-openTree {
  width: 100% !important;
  height: 33px;
  line-height: 15px;
}
.process-deed-number {
  margin-bottom: 10px;
}
.remove-btn {
  width: 42px !important;
  height: 42px !important;
  color: #fff;
  line-height: 40px !important;
}
.btn-proccess {
  cursor: pointer;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  margin-top: 20px;
  border-radius: 3px;
}
#access_level_guide {
  margin-top: 10px;
}
.btn-minimize {
  margin-bottom: -20px !important;
}
.btn-minimize.new-btn-minimize {
  margin-bottom: 15px !important;
}
.btn-minimize .fas {
  float: right;
  position: relative;
  top: 4px;
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.btn-minimize.selected .fas {
  -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.button-next {
  display: inline-block;
  cursor: default;
  background-color: #F44336;
  width: auto;
  height: 42px;
  margin-top: 3.5em;
  line-height: 30px;
  padding: 5px 12px 5px 12px;
  font-size: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  -moz-transition: background-color ease-out 100ms 0;
  -webkit-transition: background-color ease-out 100ms 0;
  -o-transition: background-color ease-out 100ms 0;
  transition: background-color ease-out 100ms 0;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.16), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.16), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.16), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 1px;
}
.button-next.btn-wp {
  margin: 15px 0;
  font-size: 16px;
  height: 35px;
  line-height: 25px;
  width: 210px;
}
.button-next:hover {
  -moz-transition: background-color ease-out 100ms 0;
  -webkit-transition: background-color ease-out 100ms 0;
  -o-transition: background-color ease-out 100ms 0;
  transition: background-color ease-out 100ms 0;
  background-color: #EF5350;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.button-next.hide {
  display: none;
}
.button-next.hide.show {
  display: inline-block;
}
.button-next.hide.show#cessie_form,
.button-next.hide.show#coorperation_form,
.button-next.hide.show#lease_form,
.button-next.hide.show#novation_form,
.button-next.hide.show#shares_form,
.button-next.hide.show#assets_form,
.button-next.hide.show#service_form,
.button-next.hide.show#others_form,
.button-next.hide.show#loan_agreement {
  display: inline-block !important;
}
.btn-delete-docs,
.btn-delete-non-ac-assets,
.btn-delete-non-ac-cash,
.btn-delete-non-ac-sh,
.btn-delete-ac-sh,
.btn-delete-ac-cash,
.btn-delete-ac-assets,
.btn-delete-pledge {
  width: 40px;
  float: right;
  margin: 0 !important;
}
.btn-fulfill {
  width: 100%;
  margin-top: 5px;
}
.btn-danger.font-med {
  font-size: 14px;
  border: 1px solid #fff;
  box-shadow: 0 0 1px 0.5px #fff inset;
}
.btn-danger.font-med:focus {
  box-shadow: none !important;
}
.btn-lex-blue-yellow {
  background: #FFEA00;
  box-shadow: 0 0 1px 0.5px #444 inset;
  border: 1px solid #FFEA00;
  color: #444;
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 7px;
}
.btn-lex-blue-yellow:hover {
  background: #fff;
  box-shadow: 0 0 1px 1px #1E88E5 inset;
  border: 1px solid #fff;
  color: #01579b !important;
}
.btn-lex-blue-inline {
  background: #1E88E5;
  box-shadow: 0 0 1px 0.5px #fff inset;
  border: 1px solid #fff;
  color: #fff !important;
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 7px;
}
.btn-lex-blue-inline.font-med {
  font-size: 14px;
}
.btn-lex-blue-inline:hover {
  background: #fff;
  box-shadow: 0 0 1px 1px #1E88E5 inset;
  border: 1px solid #fff;
  color: #01579b !important;
}
.btn-lex-blue-inline.selected {
  background: #fff;
  box-shadow: 0 0 1px 1px #1E88E5 inset;
  border: 1px solid #fff;
  color: #01579b !important;
}
.btn-lex-blue-inline:focus {
  background: #1E88E5 !important;
  box-shadow: 0 0 1px 0.5px #fff inset;
  color: #fff !important;
}
.btn-lex-blue-inline:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #1E88E5;
}
.btn-lex-blue {
  background: #1E88E5;
  box-shadow: 0 0 1px 0.5px #fff inset;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.btn-lex-blue.font-med {
  font-size: 14px;
  margin-top: 5px;
}
.btn-lex-blue:hover {
  background: #fff;
  box-shadow: 0 0 1px 1px #1E88E5 inset;
  border: 1px solid #fff;
  color: #01579b;
}
.btn-lex-blue.selected {
  background: #fff;
  box-shadow: 0 0 1px 1px #1E88E5 inset;
  border: 1px solid #fff;
  color: #01579b;
}
.btn-lex-blue:focus {
  background: #1E88E5;
  box-shadow: 0 0 1px 0.5px #fff inset;
  color: #fff;
}
.btn-lex-blue:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #1E88E5;
}
.btn-lex.selected {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-lex.selected:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-lex.selected:hover {
  opacity: .6;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-lex.selected:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-label {
  white-space: unset;
  padding-left: 40px;
  text-align: left;
}
.btn-label .badge {
  margin-left: -30px;
}
.btn-info {
  color: #fff;
  background-color: #000;
  box-shadow: 0 0 1px 0.5px #333 inset;
  margin-top: 15px;
  border: 1px solid #000;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  height: 38px;
  border-radius: 10px;
}
.btn-info.btn-inline {
  width: 150px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 23px;
}
.btn-info.btn-second {
  background: #6200EA;
  color: #fff;
  border: 1px solid #6200EA;
}
.btn-info.btn-second:hover {
  background: #651FFF;
  border: 1px solid #651FFF;
  box-shadow: 0 0 1px 0.5px #6200EA inset;
}
.btn-info.btn-in {
  background: #00A0DC;
  color: #fff;
  border-color: #00A0DC;
  line-height: 27px;
}
.btn-info.btn-in i {
  float: left;
  font-size: 22px;
  margin-top: 2px;
}
.btn-info:hover {
  background: #333;
  box-shadow: 0 0 1px 0 #ffffff inset;
  border: 1px solid #333;
  color: #fff;
}
.btn-info.selected {
  background: #1E88E5;
  box-shadow: 0 0 1px 0 #ffffff inset;
  border: 1px solid #1E88E5;
  color: #fff;
}
.btn-info:focus {
  box-shadow: 0 0 2px 1px #01579b inset !important;
}
.btn-info:not(:disabled):not(.disabled):active {
  background-color: #fff;
  color: #01579b;
  box-shadow: 0 0 1px 1px #01579b inset !important;
  border-color: #fff;
  outline: none;
}
.gopro {
  font-weight: 400;
  position: relative;
  bottom: 1px;
  left: 2px;
  font-size: 10px;
  padding: 5px 6px 3px;
  border-radius: 3px;
}
.btn-lex {
  background: #fff;
  color: #464646;
  box-shadow: 0 0 1px 0.5px #1E88E5 inset;
  border: 1px solid #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.btn-lex:hover {
  background: #1E88E5;
  box-shadow: 0 0 1px 0 #ffffff inset;
  border: 1px solid #1E88E5;
  color: #fff;
}
.btn-lex.selected {
  background: #1E88E5;
  box-shadow: 0 0 1px 0 #ffffff inset;
  border: 1px solid #1E88E5;
  color: #fff;
}
.btn-lex#no_companyname,
.btn-lex#yes_companyname,
.btn-lex#yes_reportcompany,
.btn-lex#no_reportcompany {
  width: 100px;
  margin: 10px 5px;
}
.add-sh .btn-lex-white {
  margin-top: 10px;
}
.btn-completely,
.btn-temporary {
  display: none;
}
.btn-lex-grey {
  background: #eee;
  color: #9E9E9E;
  box-shadow: 0 0 1px 0.5px #616161 inset;
  border: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 15px;
  width: auto;
  padding-top: 8px;
  font-size: 14px;
  cursor: not-allowed !important;
}
.btn-lex-grey:hover {
  background: #ddd;
  box-shadow: 0 0 1px 0 #616161 inset;
  border: 1px solid #ddd;
  color: #9E9E9E;
}
.btn-lex-white {
  background: #fff;
  color: #464646;
  box-shadow: 0 0 1px 0.5px #1E88E5 inset;
  border: 1px solid #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: auto;
  padding-top: 8px;
  font-size: 14px;
}
.btn-lex-white#access_level_guide {
  width: 38px;
}
.btn-lex-white:hover {
  background: #1E88E5;
  box-shadow: 0 0 1px 0 #ffffff inset;
  border: 1px solid #1E88E5;
  color: #fff !important;
}
.btn-lex-white.selected {
  background: #1E88E5;
  box-shadow: 0 0 1px 0 #ffffff inset;
  border: 1px solid #1E88E5;
  color: #fff;
}
.btn-lex-success {
  border: 1px solid #fff;
  box-shadow: 0 0 1px 0.5px #fff inset;
}
.btn-lex-success:hover {
  border: 1px solid #fff;
}
.btn-lex-success:focus {
  box-shadow: 0 0 1px 0.5px #fff inset;
}
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 1px 0.5px #fff inset;
  border-color: #28a745;
}
.btn-lex-red {
  background: #F44336;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: auto;
  padding-top: 7px;
  font-size: 14px;
  border: 1px solid #fff;
  box-shadow: inset 0 1px 1px #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.16), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.16), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.16), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-lex-red:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-lex-red:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: #cc362b;
  box-shadow: inset 0 1px 1px #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.16), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.16), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.16), transparent 0 0 0, transparent 0 0 0, transparent 0 0 0;
  -moz-transition: background-color ease-out 100ms 0;
  -webkit-transition: background-color ease-out 100ms 0;
  -o-transition: background-color ease-out 100ms 0;
  transition: background-color ease-out 100ms 0;
  border: 1px solid #fff;
  color: #fff;
}
.btn-lex-red:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.delete_phone_edit {
  padding: 10px 15px;
  margin-top: 10px;
}
.dropdown-custom {
  line-height: 25px;
  margin: 0;
}
.lexact .btn {
  font-weight: 500;
  margin: 5px 0;
  font-size: 14px;
  height: 38px;
}
.cancel-act {
  margin: 5px 0;
  height: 38px;
}
/* Btn save & add */
.mr-btn .btn.button-next.add-more-bod {
  font-size: 18px;
}
@media (max-width: 767px) {
  .mr-btn .btn.button-next {
    width: 95%;
    margin-bottom: 15px;
  }
  .link-ad.show.hide {
    margin-left: 0;
    text-align: center;
    margin-top: 15px;
    display: inline-block !important;
    width: 100%;
  }
}
/* end Btn save & add */
.link-ad {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: 15px;
}
.link-ad:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.link-ad.show.hide {
  display: inline-block !important;
}
.link-ad:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
  opacity: .8;
}
.link-ad:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-collapse {
  background: #2195f3;
  background: -moz-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #2195f3), color-stop(80%, #01579b), color-stop(100%, #01579b));
  background: -webkit-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -o-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -ms-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2195f3', endColorstr='#01579b', GradientType=1);
  color: #fff;
  border: 1px solid #2195f3;
  box-shadow: 0 0 1px 1px #fff inset;
  border-radius: 3px 3px 0 0;
  padding: 15px;
  font-size: 15px;
  cursor: pointer;
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.btn-collapse.collapsed .fas.fa-angle-up {
  -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.btn-collapse:focus {
  box-shadow: 0 0 1px 1px #fff inset;
}
.btn-lex-disabled {
  cursor: default !important;
  background: #6c757d;
  border: 1px solid #6c757d;
  box-shadow: 0 0 1px 0.5px #fff inset;
  color: #ccc;
}
.btn-lex-green {
  background: #28a745;
  border: 1px solid #28a745;
  box-shadow: 0 0 1px 0.5px #fff inset;
  color: #fff;
}
.btn-lex-green:hover {
  background: #218838;
}
.default-cursor {
  cursor: default !important;
}
.btn-light-tosca {
  display: inline-block;
  text-align: center;
  background: #2BCBBA1A;
  padding: 7px 10px;
  font-size: 14px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 30px;
  color: #2BCBBA;
  transition: .5s;
}
.btn-light-tosca:hover {
  background: #2BCBBA;
  color: #ffffff;
}
.btn-light-blue {
  display: inline-block;
  text-align: center;
  background: #1F88E41A;
  padding: 7px 9px;
  font-size: 14px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 30px;
  color: #1e88e5;
  transition: .5s;
}
.btn-light-blue:hover {
  background: #1e88e5;
  color: #ffffff;
}
.btn-light-red {
  display: inline-block;
  text-align: center;
  background: #FC5D671A;
  padding: 6px 12px;
  font-size: 14px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 30px;
  color: #bd2130;
  transition: .5s;
}
.btn-light-red:hover {
  background: #bd2130;
  color: #ffffff;
}
.bg-footer {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2195f3', endColorstr='#01579b', GradientType=1);
}
.bg-lexdigi {
  background: #2195f3;
  background: -moz-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #2195f3), color-stop(80%, #01579b), color-stop(100%, #01579b));
  background: -webkit-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -o-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: -ms-linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  background: linear-gradient(45deg, #2195f3 0%, #01579b 80%, #01579b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2195f3', endColorstr='#01579b', GradientType=1);
}
.bg-lexdigi:hover {
  background: #01579b;
  background: -moz-linear-gradient(45deg, #01579b 0%, #2195f3 80%, #2195f3 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #2195f3), color-stop(80%, #01579b), color-stop(100%, #01579b));
  background: -webkit-linear-gradient(45deg, #01579b 0%, #2195f3 80%, #2195f3 100%);
  background: -o-linear-gradient(45deg, #01579b 0%, #2195f3 80%, #2195f3 100%);
  background: -ms-linear-gradient(45deg, #01579b 0%, #2195f3 80%, #2195f3 100%);
  background: linear-gradient(45deg, #01579b 0%, #2195f3 80%, #2195f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2195f3', endColorstr='#01579b', GradientType=1);
}
div.eapps-widget {
  position: fixed !important;
}
.footer-bottom {
  margin-top: 30px;
  text-align: center;
  padding: 6px 15px;
}
.footer-bottom.f-question {
  margin-bottom: 80px;
}
.footer-bottom.footer-fixed {
  position: absolute;
  bottom: 0;
  padding: 10px 15px 3px;
}
.footer-bottom.login-page p {
  color: #fff;
  font-size: 11px;
}
.footer-bottom p {
  color: #fff;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .5px;
}
.footer-bottom.f-general p {
  color: #333;
}
.footer {
  box-shadow: 0px -1px 5px #c6c6c6;
  padding-top: 15px;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2195f3', endColorstr='#01579b', GradientType=1);
}
.footer.f-clean {
  box-shadow: unset;
  background: none;
  border: none;
  margin-bottom: 5px;
}
.footer.f-clean p {
  color: #333;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .5px;
}
.footer .f-logo {
  height: 66px;
  width: 150px;
}
.footer .f-logo .logo-footer {
  width: 115px;
  display: block;
  float: left;
}
.footer .f-logo .logo-footer .heading-quote {
  color: #fff;
  font-size: 7px;
  line-height: 8px;
  margin: 0;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  bottom: 4px;
  font-style: italic;
  float: left;
  text-align: right;
}
.footer .f-logo .logo-footer .heading-login {
  position: relative;
  top: 2px;
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 0;
  opacity: 1;
  display: inline-block;
  float: left;
}
.footer .f-logo .logo-footer .last-logo {
  color: #5379fa;
  opacity: 1;
}
.footer .f-logo .logo-footer .heading {
  color: #fff;
  font-weight: 600;
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1.5px;
}
.footer .f-nav-menu ul li {
  margin-bottom: 5px;
}
.footer .f-nav-menu ul li:last-child {
  margin: 0;
}
.footer .f-nav-menu ul li a {
  text-decoration: none;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  color: #333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 13px;
}
.footer .f-nav-menu ul li a:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.footer .f-nav-menu ul li a:hover {
  border-bottom: 1.5px solid #333;
  color: #333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.footer .f-nav-menu ul li a:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.footer .f-nav-menu ul li a:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.dom-delay {
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: inherit;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: inherit;
}
.user-guide .alert {
  color: #fff;
  font-size: 13px;
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 7px 12px;
  background: #2195f3;
  background: -moz-linear-gradient(left, #2195f3 -50%, #01579b 40%, #01579b 100%);
  background: -webkit-gradient(left top, right top, color-stop(-50%, #2195f3), color-stop(40%, #01579b), color-stop(100%, #01579b));
  background: -webkit-linear-gradient(left, #2195f3 -50%, #01579b 40%, #01579b 100%);
  background: -o-linear-gradient(left, #2195f3 -50%, #01579b 40%, #01579b 100%);
  background: -ms-linear-gradient(left, #2195f3 -50%, #01579b 40%, #01579b 100%);
  background: linear-gradient(to right, #2195f3 -50%, #01579b 40%, #01579b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2195f3', endColorstr='#01579b', GradientType=1);
  border-radius: 0;
  border: 0;
  border-left: 3px solid #fff;
  text-align: center;
}
.user-guide .alert strong {
  font-weight: 600;
}
.user-guide .alert i {
  margin-right: 3px;
  font-size: 26px;
  position: relative;
  top: 4px;
  margin-left: -2px;
}
.user-guide .alert .msg-alert {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.user-guide .alert .attention-text {
  position: relative;
  bottom: 3px;
}
.user-guide .alert-dismissible {
  padding-right: 2rem;
}
.user-guide .close {
  outline: none;
  padding: 0;
  right: 5px;
  opacity: 1;
  text-shadow: none;
}
.alert.alert-danger {
  color: #fff;
  font-size: 13px;
  position: fixed;
  bottom: 70px;
  right: 20px;
  padding: 7px 12px;
  background: #2195f3;
  background: -moz-linear-gradient(left, #2195f3 -50%, #01579b 40%, #01579b 100%);
  background: -webkit-gradient(left top, right top, color-stop(-50%, #2195f3), color-stop(40%, #01579b), color-stop(100%, #01579b));
  background: -webkit-linear-gradient(left, #2195f3 -50%, #01579b 40%, #01579b 100%);
  background: -o-linear-gradient(left, #2195f3 -50%, #01579b 40%, #01579b 100%);
  background: -ms-linear-gradient(left, #2195f3 -50%, #01579b 40%, #01579b 100%);
  background: linear-gradient(to right, #2195f3 -50%, #01579b 40%, #01579b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2195f3', endColorstr='#01579b', GradientType=1);
  border-radius: 0;
  border: 0;
  border-left: 3px solid #fff;
  text-align: left;
  z-index: 1;
}
.alert.alert-danger ul {
  padding: 10px 30px;
  margin: 0;
  list-style: none;
}
.alert.alert-danger ul li {
  font-size: 14px;
  color: #fff;
}
.alert.alert-danger ul li:after {
  content: "\f071";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-left: 5px;
  font-size: 16px;
}
.alert.alert-danger ul li:before {
  content: "\f111";
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 5px;
  font-size: 8px;
  position: relative;
  bottom: 2px;
}
.alert.alert-danger .msg-alert {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
.sticky-note {
  cursor: help;
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 35px;
  width: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #FFCDD2;
  background: #FFEBEE;
  z-index: 1;
}
.sticky-note .fas {
  color: #F44336;
  opacity: .8;
}
/* Unlist Page */
.unlist-page {
  width: auto;
  position: fixed;
  bottom: 30px;
  right: 70px;
  border: 1px solid #FFCDD2;
  background: #FFEBEE;
  padding: 7px 10px;
  border-radius: 3px;
  z-index: 1;
}
.unlist-page span {
  font-size: 12px;
  text-decoration: underline;
  color: #F44336;
  opacity: .7;
  text-align: left;
  margin: 0 0 5px;
  display: block;
  line-height: 15px;
  font-weight: 500;
}
.unlist-page .list-unstyled {
  margin-bottom: 0;
}
.unlist-page .list-unstyled li {
  font-size: 12px;
  font-weight: 500;
}
.unlist-page .list-unstyled li.listed {
  color: #00C853;
  text-decoration: line-through;
}
.unlist-page .list-unstyled li.listed .far {
  color: #00C853;
}
.unlist-page .list-unstyled li.listed a {
  text-decoration: line-through;
  color: #00C853;
}
.unlist-page .list-unstyled li .far {
  color: #F44336;
  opacity: .7;
  margin-right: 3px;
}
.unlist-page .list-unstyled li a {
  color: #F44336;
  text-decoration: none;
  opacity: .7;
}
.unlist-page .list-unstyled li a:hover {
  text-decoration: underline;
}
/* end Unlist Page */
/* Summary Box */
.box-summary {
  background: rgba(1, 87, 155, 0.9);
  padding: 10px 20px 10px 25px;
  border-radius: 3px;
  position: fixed;
  text-align: left;
  z-index: 1;
  color: #fff;
  box-shadow: 0 0 3px 0px #fff inset;
  left: 15px;
  width: 230px;
}
.box-summary .btn-summary {
  position: absolute;
  right: -30px;
  top: 5px;
  cursor: pointer;
  background: rgba(1, 87, 155, 0.9);
  width: 30px;
  box-shadow: 0 0 1px 0px #fff inset;
  height: 50px;
  line-height: 53px;
  font-size: 20px;
  text-align: center;
  border-radius: 0 3px 3px 0;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.box-summary .btn-summary .fas {
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.box-summary .btn-summary.open .fas {
  -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.box-summary .btn-summary:hover {
  opacity: .8;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.box-summary ul {
  padding: 0;
  margin: 0;
}
.box-summary h3 {
  font-size: 16px;
  margin: 0;
  text-decoration: underline;
}
.box-summary p {
  font-size: 12px;
}
/* end Summary Box */
/* Alert inside */
.alert-to-update {
  border: 1px solid rgba(52, 39, 2, 0.1);
}
.alert-to-update .fa,
.alert-to-update .far,
.alert-to-update .fas {
  cursor: help;
}
.alert-to-update .direct-link {
  color: #856404;
  text-decoration: underline;
}
.tooltip-inner {
  background: rgba(12, 53, 90, 0.9);
}
.bs-tooltip-left .arrow::before {
  border-left-color: rgba(12, 53, 90, 0.9);
}
/* end Alert inside */
/* responsive alert */
@media (max-width: 480px) {
  .list-quest.sue .guide-step .fas {
    float: left;
  }
  .list-quest.sue .guide-step .btn-lex {
    display: block;
    margin: 15px 0 0 !important;
  }
}
@media (min-width: 1025px) {
  .box-summary {
    top: 160px;
    left: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .box-summary {
    top: 90px;
  }
}
@media (max-width: 480px) {
  .box-summary {
    position: inherit;
    width: 90%;
    margin: 15px auto -30px;
  }
  .box-summary .btn-summary {
    display: none;
  }
}
/* end responsive alert */
.flash-modal .modal-content {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2195f3', endColorstr='#01579b', GradientType=1);
  border: 0;
  box-shadow: 0 0 7px 0px #000;
}
.flash-modal .modal-content .modal-header .close {
  font-size: 2em;
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.flash-modal .modal-content .modal-header .close:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.flash-modal .modal-content .modal-header .close:hover {
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.flash-modal .modal-content .modal-header .close:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.flash-modal .modal-content .modal-header .close:focus {
  outline: none;
  box-shadow: none;
}
.flash-modal .modal-content .modal-header .modal-title {
  display: none;
}
.flash-modal .modal-content .modal-body {
  padding-top: 30px;
}
.flash-modal .modal-content .modal-body .ck-content {
  color: inherit;
}
.flash-modal .modal-content .modal-body p {
  color: #fff;
}
.flash-modal .modal-content .modal-footer .btn.btn-default {
  color: #464646;
  background-color: #fff;
  box-shadow: 0 0 1px 0.5px #1E88E5 inset;
  border: 1px solid #fff;
  width: 100px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  height: 38px;
}
.flash-modal .modal-content .modal-footer .btn:hover {
  background: #1E88E5;
  box-shadow: 0 0 1px 0 #ffffff inset;
  border: 1px solid #1E88E5;
  color: #fff;
}
.flash-modal .modal-content .modal-footer .btn:focus {
  box-shadow: 0 0 2px 1px #01579b inset !important;
}
.flash-modal .modal-content .modal-footer .btn:not(:disabled):not(.disabled):active {
  background-color: #fff;
  color: #01579b;
  box-shadow: 0 0 1px 1px #01579b inset !important;
  border-color: #fff;
  outline: none;
}
/* twicking select2 in modal */
body.modal-open span.select2-container.select2-container--default.select2-container--open {
  z-index: 1051;
}
body.modal-open .select2-selection__rendered {
  text-transform: capitalize;
}
/* end twicking select2 in modal */
/* Modal info deed */
#detail_nomination_remuneration,
#modal_minute_meeting,
#infodeed,
#addshModal,
#detailBO,
#infodeed-foreign,
#ModalDeleteDoc,
#ModalDeleteDocView,
#detail_audit_committee,
#profile-individual {
  color: #252525;
}
#detail_nomination_remuneration .close,
#modal_minute_meeting .close,
#infodeed .close,
#addshModal .close,
#detailBO .close,
#infodeed-foreign .close,
#ModalDeleteDoc .close,
#ModalDeleteDocView .close,
#detail_audit_committee .close,
#profile-individual .close {
  color: #252525;
  opacity: 1;
  text-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#detail_nomination_remuneration .close:hover,
#modal_minute_meeting .close:hover,
#infodeed .close:hover,
#addshModal .close:hover,
#detailBO .close:hover,
#infodeed-foreign .close:hover,
#ModalDeleteDoc .close:hover,
#ModalDeleteDocView .close:hover,
#detail_audit_committee .close:hover,
#profile-individual .close:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#detail_nomination_remuneration .close:hover,
#modal_minute_meeting .close:hover,
#infodeed .close:hover,
#addshModal .close:hover,
#detailBO .close:hover,
#infodeed-foreign .close:hover,
#ModalDeleteDoc .close:hover,
#ModalDeleteDocView .close:hover,
#detail_audit_committee .close:hover,
#profile-individual .close:hover {
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#detail_nomination_remuneration .close:hover:hover,
#modal_minute_meeting .close:hover:hover,
#infodeed .close:hover:hover,
#addshModal .close:hover:hover,
#detailBO .close:hover:hover,
#infodeed-foreign .close:hover:hover,
#ModalDeleteDoc .close:hover:hover,
#ModalDeleteDocView .close:hover:hover,
#detail_audit_committee .close:hover:hover,
#profile-individual .close:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#detail_nomination_remuneration .close:focus,
#modal_minute_meeting .close:focus,
#infodeed .close:focus,
#addshModal .close:focus,
#detailBO .close:focus,
#infodeed-foreign .close:focus,
#ModalDeleteDoc .close:focus,
#ModalDeleteDocView .close:focus,
#detail_audit_committee .close:focus,
#profile-individual .close:focus {
  outline: none;
  box-shadow: none;
}
#detail_nomination_remuneration .modal-content,
#modal_minute_meeting .modal-content,
#infodeed .modal-content,
#addshModal .modal-content,
#detailBO .modal-content,
#infodeed-foreign .modal-content,
#ModalDeleteDoc .modal-content,
#ModalDeleteDocView .modal-content,
#detail_audit_committee .modal-content,
#profile-individual .modal-content {
  background: #fff;
}
#detail_nomination_remuneration .modal-content .detail-header-modal,
#modal_minute_meeting .modal-content .detail-header-modal,
#infodeed .modal-content .detail-header-modal,
#addshModal .modal-content .detail-header-modal,
#detailBO .modal-content .detail-header-modal,
#infodeed-foreign .modal-content .detail-header-modal,
#ModalDeleteDoc .modal-content .detail-header-modal,
#ModalDeleteDocView .modal-content .detail-header-modal,
#detail_audit_committee .modal-content .detail-header-modal,
#profile-individual .modal-content .detail-header-modal {
  padding-bottom: 0;
}
#detail_nomination_remuneration .modal-content .detail-header-modal h5,
#modal_minute_meeting .modal-content .detail-header-modal h5,
#infodeed .modal-content .detail-header-modal h5,
#addshModal .modal-content .detail-header-modal h5,
#detailBO .modal-content .detail-header-modal h5,
#infodeed-foreign .modal-content .detail-header-modal h5,
#ModalDeleteDoc .modal-content .detail-header-modal h5,
#ModalDeleteDocView .modal-content .detail-header-modal h5,
#detail_audit_committee .modal-content .detail-header-modal h5,
#profile-individual .modal-content .detail-header-modal h5 {
  font-size: 18px;
  font-weight: 500;
}
#detail_nomination_remuneration .modal-content .detail-modal h3,
#modal_minute_meeting .modal-content .detail-modal h3,
#infodeed .modal-content .detail-modal h3,
#addshModal .modal-content .detail-modal h3,
#detailBO .modal-content .detail-modal h3,
#infodeed-foreign .modal-content .detail-modal h3,
#ModalDeleteDoc .modal-content .detail-modal h3,
#ModalDeleteDocView .modal-content .detail-modal h3,
#detail_audit_committee .modal-content .detail-modal h3,
#profile-individual .modal-content .detail-modal h3 {
  font-size: 14px;
  font-weight: 500;
}
#detail_nomination_remuneration .modal-content .detail-modal p,
#modal_minute_meeting .modal-content .detail-modal p,
#infodeed .modal-content .detail-modal p,
#addshModal .modal-content .detail-modal p,
#detailBO .modal-content .detail-modal p,
#infodeed-foreign .modal-content .detail-modal p,
#ModalDeleteDoc .modal-content .detail-modal p,
#ModalDeleteDocView .modal-content .detail-modal p,
#detail_audit_committee .modal-content .detail-modal p,
#profile-individual .modal-content .detail-modal p {
  font-size: 14px;
  margin-bottom: 15px;
}
#detail_nomination_remuneration .modal-content .detail-modal .for-address span,
#modal_minute_meeting .modal-content .detail-modal .for-address span,
#infodeed .modal-content .detail-modal .for-address span,
#addshModal .modal-content .detail-modal .for-address span,
#detailBO .modal-content .detail-modal .for-address span,
#infodeed-foreign .modal-content .detail-modal .for-address span,
#ModalDeleteDoc .modal-content .detail-modal .for-address span,
#ModalDeleteDocView .modal-content .detail-modal .for-address span,
#detail_audit_committee .modal-content .detail-modal .for-address span,
#profile-individual .modal-content .detail-modal .for-address span {
  font-size: 14px;
}
#detail_nomination_remuneration .modal-content .detail-modal .point-criteria,
#modal_minute_meeting .modal-content .detail-modal .point-criteria,
#infodeed .modal-content .detail-modal .point-criteria,
#addshModal .modal-content .detail-modal .point-criteria,
#detailBO .modal-content .detail-modal .point-criteria,
#infodeed-foreign .modal-content .detail-modal .point-criteria,
#ModalDeleteDoc .modal-content .detail-modal .point-criteria,
#ModalDeleteDocView .modal-content .detail-modal .point-criteria,
#detail_audit_committee .modal-content .detail-modal .point-criteria,
#profile-individual .modal-content .detail-modal .point-criteria {
  float: right;
}
#detail_nomination_remuneration .modal-content .detail-modal ul,
#modal_minute_meeting .modal-content .detail-modal ul,
#infodeed .modal-content .detail-modal ul,
#addshModal .modal-content .detail-modal ul,
#detailBO .modal-content .detail-modal ul,
#infodeed-foreign .modal-content .detail-modal ul,
#ModalDeleteDoc .modal-content .detail-modal ul,
#ModalDeleteDocView .modal-content .detail-modal ul,
#detail_audit_committee .modal-content .detail-modal ul,
#profile-individual .modal-content .detail-modal ul {
  padding: 0;
  margin: 0;
}
#detail_nomination_remuneration .modal-content .detail-modal ul li,
#modal_minute_meeting .modal-content .detail-modal ul li,
#infodeed .modal-content .detail-modal ul li,
#addshModal .modal-content .detail-modal ul li,
#detailBO .modal-content .detail-modal ul li,
#infodeed-foreign .modal-content .detail-modal ul li,
#ModalDeleteDoc .modal-content .detail-modal ul li,
#ModalDeleteDocView .modal-content .detail-modal ul li,
#detail_audit_committee .modal-content .detail-modal ul li,
#profile-individual .modal-content .detail-modal ul li {
  font-size: 14px;
}
#detail_nomination_remuneration .modal-content .detail-footer-modal,
#modal_minute_meeting .modal-content .detail-footer-modal,
#infodeed .modal-content .detail-footer-modal,
#addshModal .modal-content .detail-footer-modal,
#detailBO .modal-content .detail-footer-modal,
#infodeed-foreign .modal-content .detail-footer-modal,
#ModalDeleteDoc .modal-content .detail-footer-modal,
#ModalDeleteDocView .modal-content .detail-footer-modal,
#detail_audit_committee .modal-content .detail-footer-modal,
#profile-individual .modal-content .detail-footer-modal {
  justify-content: inherit;
  display: block;
}
#detail_nomination_remuneration .modal-content .detail-footer-modal h3,
#modal_minute_meeting .modal-content .detail-footer-modal h3,
#infodeed .modal-content .detail-footer-modal h3,
#addshModal .modal-content .detail-footer-modal h3,
#detailBO .modal-content .detail-footer-modal h3,
#infodeed-foreign .modal-content .detail-footer-modal h3,
#ModalDeleteDoc .modal-content .detail-footer-modal h3,
#ModalDeleteDocView .modal-content .detail-footer-modal h3,
#detail_audit_committee .modal-content .detail-footer-modal h3,
#profile-individual .modal-content .detail-footer-modal h3 {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
#detail_nomination_remuneration .modal-content .detail-footer-modal ul,
#modal_minute_meeting .modal-content .detail-footer-modal ul,
#infodeed .modal-content .detail-footer-modal ul,
#addshModal .modal-content .detail-footer-modal ul,
#detailBO .modal-content .detail-footer-modal ul,
#infodeed-foreign .modal-content .detail-footer-modal ul,
#ModalDeleteDoc .modal-content .detail-footer-modal ul,
#ModalDeleteDocView .modal-content .detail-footer-modal ul,
#detail_audit_committee .modal-content .detail-footer-modal ul,
#profile-individual .modal-content .detail-footer-modal ul {
  padding: 0 0 0 20px;
  margin: 0;
}
#detail_nomination_remuneration .modal-content .detail-footer-modal a,
#modal_minute_meeting .modal-content .detail-footer-modal a,
#infodeed .modal-content .detail-footer-modal a,
#addshModal .modal-content .detail-footer-modal a,
#detailBO .modal-content .detail-footer-modal a,
#infodeed-foreign .modal-content .detail-footer-modal a,
#ModalDeleteDoc .modal-content .detail-footer-modal a,
#ModalDeleteDocView .modal-content .detail-footer-modal a,
#detail_audit_committee .modal-content .detail-footer-modal a,
#profile-individual .modal-content .detail-footer-modal a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  font-size: 14px;
}
#detail_nomination_remuneration .modal-content .detail-footer-modal a:hover,
#modal_minute_meeting .modal-content .detail-footer-modal a:hover,
#infodeed .modal-content .detail-footer-modal a:hover,
#addshModal .modal-content .detail-footer-modal a:hover,
#detailBO .modal-content .detail-footer-modal a:hover,
#infodeed-foreign .modal-content .detail-footer-modal a:hover,
#ModalDeleteDoc .modal-content .detail-footer-modal a:hover,
#ModalDeleteDocView .modal-content .detail-footer-modal a:hover,
#detail_audit_committee .modal-content .detail-footer-modal a:hover,
#profile-individual .modal-content .detail-footer-modal a:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#detail_nomination_remuneration .modal-content .detail-footer-modal a:hover,
#modal_minute_meeting .modal-content .detail-footer-modal a:hover,
#infodeed .modal-content .detail-footer-modal a:hover,
#addshModal .modal-content .detail-footer-modal a:hover,
#detailBO .modal-content .detail-footer-modal a:hover,
#infodeed-foreign .modal-content .detail-footer-modal a:hover,
#ModalDeleteDoc .modal-content .detail-footer-modal a:hover,
#ModalDeleteDocView .modal-content .detail-footer-modal a:hover,
#detail_audit_committee .modal-content .detail-footer-modal a:hover,
#profile-individual .modal-content .detail-footer-modal a:hover {
  opacity: .8;
}
/* end Modal info deed */
/* modal bootstrap custom */
#detailProductModal .modal-header {
  border-bottom: none;
  padding: 15px 15px 0;
}
#detailProductModal .modal-body {
  padding-top: 10px;
}
#detailProductModal .modal-body .modal-product-detail {
  font-size: 14px;
}
.modal-backdrop {
  z-index: 1031;
}
.detail-icon-modal {
  background-color: #EF434F;
  width: 117px;
  height: 117px;
  border-radius: 99px;
  margin: 0 auto 20px;
}
/* end modal bootstrap custom */
/* title position */
.modal-content .modal-header {
  border: 0;
}
.modal-content .modal-footer {
  border: 0;
}
.modal-content .modal-body .title-modal {
  color: #fff;
}
.modal-content .modal-body .title-modal p {
  font-size: 16px;
}
.modal-content .modal-body .title-modal .form-check-label {
  font-size: 14px ;
}
/* end title position */
#adding-issuance textarea.itext,
#adding-tos textarea.itext,
#adding-third_party textarea.itext,
#adding-options textarea.itext,
#adding-bod textarea.itext,
#adding-boc textarea.itext,
#adding-notices textarea.itext {
  overflow: hidden;
  vertical-align: top;
  resize: none;
}
#adding-issuance textarea.itext:focus,
#adding-tos textarea.itext:focus,
#adding-third_party textarea.itext:focus,
#adding-options textarea.itext:focus,
#adding-bod textarea.itext:focus,
#adding-boc textarea.itext:focus,
#adding-notices textarea.itext:focus {
  box-shadow: 0 0 2px 0px #f9f9f9 inset;
  border-radius: 3px 3px 0 0;
}
/* modal vendor */
#inviteNewVendor {
  font-size: 14px;
}
#inviteNewVendor label {
  line-height: 40px;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem;
  align-items: center;
  justify-content: center;
}
.popup-overlay .popup {
  display: inline-block;
  width: 400px;
  min-height: 200px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.popup-overlay p {
  flex: 0 1 100%;
  padding: 0 1rem;
  margin: 0;
  margin-top: 1rem;
}
a.submit {
  margin-top: 0;
  display: inline-block;
  color: white;
  background-color: #673862;
  border-radius: 5px;
  padding: .25rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 1rem;
}
a.submit:last-of-type {
  margin-right: 0;
}
/* end modal vendor */
body {
  font-family: 'Exo', sans-serif;
}
.help-block {
  font-size: 12px;
  color: #ffff00;
}
.help-block::before {
  content: "*";
}
.box-sh-pswd {
  position: relative;
  display: block;
}
.box-sh-pswd .fas.fa-eye,
.box-sh-pswd .fas.fa-eye-slash {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #999;
  font-size: 14px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.box-sh-pswd .fas.fa-eye:hover,
.box-sh-pswd .fas.fa-eye-slash:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #000;
}
#timer {
  color: #fff;
}
.box-comp {
  padding: 30px;
  display: table;
}
.box-comp.rounded-top .btn {
  height: 125px;
}
.box-comp .far.fa-building {
  font-size: 3em;
  margin-top: 5px;
  margin-bottom: 10px;
}
.box-comp .badge {
  border-radius: 3px;
}
.box-comp .btn {
  margin: 0;
  height: 165px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 3px;
}
.box-comp .btn.btn-lex-white:focus {
  box-shadow: 0 0 1px 0.5px #1E88E5 inset;
}
.box-comp .btn.btn-lex-white:hover:focus {
  box-shadow: 0 0 1px 2px #fff inset;
}
.box-comp .fas.fa-building {
  font-size: 3em;
  margin-top: 5px;
  margin-bottom: 10px;
}
.box-comp .fas.fa-hotel {
  font-size: 5em;
  margin-bottom: 5px;
}
.box-comp .fas.fa-university {
  font-size: 6em;
}
.a-link {
  color: #fff;
  border-bottom: 1.5px solid #fff;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.a-link:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.a-link:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
  border-bottom: 1.5px solid #fff;
}
.a-link:hover:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.heading-login {
  color: #fff;
  font-weight: 200;
  font-size: 4em;
  margin-top: 10%;
  margin-bottom: 0;
  line-height: 50px;
}
.heading-login.title-login {
  font-size: 1.2em;
  margin: 0;
  font-weight: 500;
}
.heading-login.origin-logo {
  font-size: 2.5em;
  position: relative;
}
.heading-login.origin-logo .logo-by {
  font-size: 24px;
  position: relative;
  bottom: 7px;
  line-height: normal;
}
.last-logo {
  color: #5379fa;
}
.seperate-line {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  display: block;
}
.seperate-line hr {
  margin-top: 5px;
  margin-bottom: 0;
}
.separate-or {
  color: #fff;
}
.heading-quote {
  color: #FFF;
  margin-right: 4px;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
  margin-top: 3px;
  margin-right: 55px;
  letter-spacing: 1px;
}
.heading-quote.origin-quote {
  font-size: 7.5px;
  line-height: 10px;
  margin-right: 35px;
  margin-top: -8px;
  display: block;
}
.box-login {
  position: absolute;
  top: 50px;
}
.box-login .forgot-password {
  margin-top: 25px;
}
.box-login .forgot-password p {
  color: #333;
  font-size: 14px;
  margin: 5px 10px 10px;
}
.box-login .forgot-password p.notif-txt {
  font-size: 20px;
  margin: 0;
  text-align: center;
}
.box-login .setup-account .form-group {
  margin-top: 15px;
}
.box-login .setup-account p {
  color: #fff;
  font-size: 14px;
  margin: 5px 10px 10px;
}
.box-login .setup-account p.notif-txt {
  font-size: 20px;
  margin: 0;
  text-align: center;
}
.box-login .reg {
  font-size: 13px;
  color: #fff;
  display: block;
}
.box-login .reg a {
  color: #fff;
  text-decoration: underline;
}
.box-login h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
.box-login .btn-lex {
  width: 100%;
}
.box-login .form-group .form-control {
  background: #fff;
  color: #333;
  font-size: 14px;
  border: 0;
  border: 1.5px solid #333;
  border-radius: 10px;
  padding-top: 10px;
}
.box-login .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.box-login .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.box-login .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.box-login .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.box-login .form-check {
  margin-left: 10px;
  margin-right: 10px;
}
.box-login .form-check .form-check-label {
  color: #333;
  font-size: 12px;
  cursor: pointer;
}
.box-login .form-check .form-check-input {
  cursor: pointer;
  position: relative;
  top: 2px;
}
.box-login .form-check a {
  font-size: 12px;
  color: #333;
  position: relative;
  top: 4px;
}
.box-login .form-check a span {
  position: relative;
  top: -2px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  line-height: 15px;
  font-size: 12px;
}
.bg-inner {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2195f3', endColorstr='#01579b', GradientType=1);
  width: auto;
  height: auto;
  position: fixed;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  z-index: 0;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 10px;
  display: block;
  width: 100%;
  font-weight: 200;
}
/* Floating content */
.floating-content {
  color: #fff;
}
.floating-content .inner-logo.incenter {
  width: 250px;
  display: block;
  text-align: right;
  margin: 80px auto 30px;
  padding: 0 20px;
}
.floating-content .inner-logo .heading-login {
  color: #fff;
  font-weight: 200;
  font-size: 4em;
  margin-top: 10%;
  margin-bottom: 0;
  line-height: 50px;
}
.floating-content .inner-logo .last-logo {
  color: #5379fa;
}
.floating-content .inner-content h2,
.floating-content .inner-content h5 {
  margin-top: 50px;
  color: #fff;
  font-weight: 300;
  font-size: 1em;
  line-height: 25px;
}
.floating-content .inner-content p {
  margin-top: 15px;
  font-weight: 300;
  font-size: 13px;
}
/* end Floating content */
/* panel no header */
.panel-no-header .panel-flags {
  float: right;
  padding: 0;
  margin: 0;
}
.panel-no-header .panel-flags ul {
  padding: 0;
  margin: 0;
}
.panel-no-header .panel-flags ul li {
  float: left;
  color: #fff;
  margin: 4px;
}
.panel-no-header .panel-flags ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.panel-no-header .panel-flags ul li a:hover {
  text-decoration: underline;
}
/* end panel no header */
@media (max-width: 767px) {
  /* login */
  .box-login {
    top: 0%;
  }
  .box-signin {
    padding-right: 15px !important;
  }
  /* end login */
}
@media (max-width: 480px) {
  .inner-logo {
    text-align: center!important;
    width: 100%;
    display: block;
  }
  .floating-content .inner-content h2 {
    font-size: 1em;
  }
  .floating-content .inner-content h5 {
    font-size: 1em;
  }
}
