@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
a {
    text-decoration: none !important;
}
body {
   font-family: "Roboto" !important;
  font-size: 24px;
  font-weight: 400;
  color: #343838;
}
.vs-notification__content__text p {
  color: #fff;
  font-family: "Roboto";
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #c1c1c1;
  outline: 0;
  box-shadow: none;
}
.form-control .option-disabled {
  color: #c1c1c1;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"),
    url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"),
    url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"),
    url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"),
    url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"),
    url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"),
    url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"),
    url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"),
    url("../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}
li {
  list-style: none !important;
}

input:focus,
textarea:focus {
  box-shadow: none;
}

.height_layout {
  height: 100vh;
}

p {
  font-size: 16px;
  color: #343434;
  margin: 0;
  font-weight: 300;
}

.circle {
  border-radius: 50%;
}
.hap_color_heading {
  color: #21b8ce;
}

/* request form page  */
.hap_id_number_pages {
  background: #f7f7f7;
  padding: 80px 0;
  text-align: center;
}

.hap_id_number_pages h1 span {
  font-weight: 700;
}

.hap_id_number_pages h3 {
  font-size: 30px;
  color: #343838;
  font-weight: 300;
  padding-top: 6px;
  margin: 0;
}

.hap_id_number_pages p {
  font-size: 20px;
  color: #343838;
  line-height: 30px;
  margin: 0;
}

.hap_id_number_pages .btn-info {
  padding: 0 45px;
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
}

.hap_id_number_pages .btn-info i {
  padding-left: 5px;
}
.header .navbar-toggler {
    padding: 7px !important;
    color: #0ec0d9;
}
/* search look input up */
.search_look_up {
  padding-top: 35px;
}

.search_look_up .input-group {
  position: relative;
}

.search_look_up .form-control {
  border-radius: 0px !important;
  border: none;
  border-left: 5px solid #0fc1da !important;
  height: 54px;
  margin: 0px !important;
  padding-right: 100px;
  font-size: 20px;
  font-weight: 300;
}
.search_look_up {
  position: relative;
}
.search_look_up .search-look-btn {
  position: absolute;
  right: -1px;
  top: 35px;
  background: #21b8ce;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  z-index: 9;
  border-radius: 0;
}

.search_look_up .search-look-btn i {
  font-size: 26px;
  color: #fff;
}
.search_look_up span {
  position: absolute;
  right: 0;
  top: 0;
  background: #21b8ce;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  z-index: 9;
}

.search_look_up span i {
  font-size: 26px;
  color: #fff;
}

/* search look input up */
.request-form {
  padding: 100px 0 180px 0;
}

.hap_id_number_results {
  padding: 130px 0 220px;
}
.hap_id_number_connections {
  min-height: 70vh;
}
.hap_id_number_layouts {
  margin-bottom: 40px;
}

.hap_number_address_title h3 {
  font-size: 20px;
  font-weight: 500;
  color: #343838;
  margin: 0;
  padding-bottom: 6px;
}
.company-info-address {
  width: 85%;
}
.hap_number_address_title h6 {
  font-size: 18px;
  font-weight: 300;
  color: #343838;
  margin: 0;
}

.hap_number_address_title li,
.hap_number_address_title li a {
  font-size: 18px;
  color: #000;
  font-weight: 300;
}
nav.navbar.navbar-light.navbar-expand-lg {
    padding: 8px 12px;
}
.hap_number_address_title li label {
  font-size: 18px;
  font-weight: 300;
  padding-left: 4px;
}

.hap_number_address_title li i {
  color: #21b8ce;
  padding-right: 5px;
}

.hap_number_address_title li a.edit_profile {
  color: #21b8ce;
}

.look_results_title h5 {
  font-size: 24px;
  font-weight: 300;
  color: #343838;
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
}

/* request form page  */

/* pagination css Here */
.connection_pagination .pagination {
  align-items: baseline;
  justify-content: flex-end;
}

.connection_pagination .page-item.active .page-link {
  color: #343838;
  background-color: transparent;
  border-color: transparent;
}

.connection_pagination .page-link {
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #21b8ce;
}

.connection_pagination .page-item:first-child .page-link,
.connection_pagination .page-item:last-child .page-link {
  font-size: 24px;
  font-weight: 500;
}

.connection_pagination .page-link:focus {
  box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
.not_found_wrapper {
  background: transparent url(../images/404_bg_image.jpg) no-repeat center / cover;
}
.page_not_found {
  padding: 120px 0px;
  text-align: center;
  color: #fff;
}
.not_found_wrapper .title_bg {
  position: absolute;
  top: 25px;
  left: 95px;
  right: 0;
  margin: auto;
  width: 440px;
  height: 150px;
}
.page_not_found h1 {
  text-align: center;
  font-size: 90px;
  color: #fff;
  padding: 6px 0;
  line-height: normal;
  margin-bottom: 30px;
}
.title_not_found {
  font-size: 160px;
  line-height: 160px;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: -16px;
  margin-bottom: 40px;
}
.page_not_found h5 {
color: #fff;
margin-top: 25px;
}
.page_not_found a {
  display: inline-block;
  color: #fff;
  padding: 12px 25px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page_not_found {
    padding: 60px 0px;
  }
.cards_layouts_connections p {
    height: auto !important;
}
.cards_layouts_connections h3 {
    height: auto !important;
    margin-top: 10px !important;
}
button.btn.shipment-table-list.btn-info.btn_upload {
    margin-left: 5px;
}
.search_results_image, .search_results_address {
    width: 100% !important;
}
.hap_id_number_address .search_results_image {
    margin-bottom: 15px;
}
  .page_not_found h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .page_not_found h5 {
  color: #fff;
  margin-top: 12px;
  }
  .hap_id_number_results {
    padding: 80px 0;
  }
}
@media screen and (max-width: 440px) {
  .hap_id_number_pages h1 {
    font-size: 26px;
  }
  .hap_id_number_connections {
    min-height: 40vh;
  }
}

/* pagination css Here */

/* Header Start Here */
.header {
  background: #fff;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.heder nav.navbar {
  padding: 22px 0;
}

.heder .navbar-brand.header_logo {
  padding: 0;
  margin: 0;
}

.header .navbar-nav .nav-item {
  padding-left: 34px;
}

.header .navbar-nav .nav-item a {
    font-size: 18px;
    font-weight: 300;
    color: #343838;
    padding: 0;
    line-height: 40px;
}
.header .navbar-nav .nav-item a:hover {
  color: #343838;
}

.header .navbar-nav .nav-item.header_login {
  padding-left: 54px;
}

.header .navbar-nav .header_login a,
.header .navbar-nav .header_login a:hover {
  color: #15cbe4;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.header .navbar-toggler {
  padding: 12px 14px;
}
.header .collapsed i.fas.fa-outdent {
  display: block;
  color: #0ec0d9;
}
.header .collapsed i.fas.fa-times {
  display: none;
}
.header .not-collapsed i.fas.fa-outdent {
  display: none;
}
.header .not-collapsed i.fas.fa-times {
  display: block;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    margin-left: auto !important;
  }
 .navbar-expand-lg ul.navbar-nav.m-0 {
    margin-left: inherit !important;
}
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    background: #000000d1;
  }
.search_results_image {
    flex: 0 0 100% !important;
    width: 100% !important;
}
.search_results_address{
    flex: 0 0 100% !important;
    width: 100% !important;
}
.search_results_address.hap_number_address_title {
    margin-top: 25px !important;
}
.results_address {
    padding-left: 0 !important;
    padding-top: 25px !important;
}
  .header .navbar-nav .nav-item {
    padding-left: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #15cbe4;
  }
  .header .navbar-nav .nav-item:last-child {
    border: none;
  }

  .header .navbar-nav .nav-item.header_login {
    padding-left: 34px;
  }

  .header .navbar-nav .nav-item a {
    color: #fff;
  }

  .header .navbar-nav .header_login a,
  .header .navbar-nav .header_login a:hover {
    color: #15cbe4;
  }
}

/* Header End Here */

/* Authentication Start Here */
label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #343434;
}

.form-control {
  height: 48px;
  color: #343434 !important;
  margin-bottom: 15px;
  border-radius: 8px !important;
  border-color: #c1c1c1 !important;
}

select {
  height: 48px;
  color: #343434 !important;
  margin-bottom: 15px;
  border-radius: 8px !important;
  border-color: #c1c1c1 !important;
  padding: 0.375rem 0.5rem;
}
textarea.modal-form-index {
  min-height: 120px !important;
}
select:focus-visible {
  outline: 0px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

select::placeholder {
  color: #c1c1c1 !important;
}

.form-control::placeholder {
  color: #c1c1c1 !important;
}

.login_logo {
  margin-bottom: 50px;
  text-align: center;
}

.welcome_cards_layouts {
  width: 450px;
  flex: 0 0 450px;
}

.register_body_info {
  text-align: left;
}

.register_body_info h2 {
  font-size: 24px;
  color: #343434;
  margin: 0;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 400;
}

.register_body_info p {
  padding-bottom: 20px;
}

.authentication_Code {
  padding-top: 20px;
}

.authentication_Code button {
  width: 100%;
}

.authentication_login {
  padding-top: 20px;
  text-align: center;
}

.authentication_login button {
  width: 175px;
}

.authentication_recaptcha div {
  margin: 0 auto;
  text-align: center;
}

.authentication_contact {
  display: inline-block;
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
.authentication_contact li {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}

.authentication_contact ul {
  display: contents;
}

.authentication_contact ul li a {
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 400;
}

.different_email h6 {
  font-size: 16px;
  font-weight: 300;
  color: #03b4cc;
  padding-bottom: 12px;
  margin: 0;
}

.different_email h6 a {
  color: #03b4cc;
}

.different_email p span {
  font-weight: 500;
}

.authentication_code {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 25px;
}

.authentication_code button {
  width: 152px;
}

.code_input_login {
  padding: 0 20px;
}
.code_input_login div {
  justify-content: space-around;
}

.code_input_login .form-control {
  height: 60px;
  width: 50px;
  margin-bottom: 6px;
}

.login_resend_code {
  text-align: center;
}

.login_resend_code p {
  padding-bottom: 7px;
}

.login_resend_code h6 {
  padding-bottom: 0px;
  margin: 0;
}

.login_resend_code h6 a {
  color: #03b4cc;
}

.register-page-link {
  text-align: center;
  padding-top: 20px;
}

.register-page-link p {
  padding: 0;
}

.register-page-link p a {
  color: #07b6ce;
  font-weight: 400;
}

/* ========== request page form ==============*/
#request-form-number .col-lg-6 {
  padding-left: 20px;
  padding-right: 20px;
}

#request-form-number select {
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 12px;
    background-image: url('../images/angle-down.svg');
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#request-form-number .form-control,
#request-form-number select {
  margin-bottom: 20px;
}

.request-button {
  text-align: center;
  margin-top: 20px;
}

.request-button button {
  padding: 0 35px;
}
textarea.model-form-index.form-control {
  height: 90px;
}
/* ========== request page form ==============*/
@media screen and (max-width: 412px) {
  .login_logo {
    margin-bottom: 20px;
  }
}

.otp-input {
  height: 60px;
  width: 50px;
  margin-bottom: 6px;
  padding: 5px;
  font-size: 20px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}
.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Authentication End Here */

/* Button Start Here */
.btn-info {
    color: #fff !important;
    background-color: #07b6ce !important;
    border-color: #07b6ce !important;
    font-size: 16px;
    font-weight: 400 !important;
    border-radius: 8px ;
    height: 50px !important;
    line-height: 48px !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #07b6ce !important;
  background-color: #ffffff !important;
  border-color: #07b6ce !important;
  box-shadow: none !important;
}
.btn-outline-info {
  color: #21b8ce;
  background-color: #fff;
  border-color: #21b8ce;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  height: 50px;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
  color: #fff !important;
  background-color: #21b8ce !important;
  border-color: #21b8ce !important;
  box-shadow: none !important;
}

.btn-success {
  background-color: #48ce74;
  color: #fff;
  border-color: #48ce74;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #fff;
  background-color: #48ce74;
  border-color: #48ce74;
  box-shadow: none;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: none;
}

.btn-info:disabled,
.btn-info.disabled {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  opacity: 7;
}

/* Button End Here */

/* Card Start Here */
.cards_layouts {
    padding: 50px 45px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

@media screen and (max-width: 767px) { 
    .cards_layouts {
        padding: 15px !important;
    }
.input-group.file_grid {
    width: 47% !important;
    margin-right: 9px !important;
}
}

@media screen and (max-width: 412px) { 
.cards_layouts {
    padding: 15px !important;
}
}
/* Card End Here */

/* Footer End Here */
/* .footer {
  padding: 50px 0;
  background: #0e202b;
  color: #fff;
}

.footer .footer_contact ul li {
  padding-bottom: 15px;
}

.logo_footer img {
  width: 100%;
  max-width: 140px;
}

.footer .footer_contact h3,
.footer .footer_contact h3 a {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 16px;
}

.footer .footer_contact a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.footer .social_icon {
  margin-bottom: 30px;
}

.footer .social_icon a {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  margin-right: 25px;
}
.footer_contact.rights-reserved li {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .footer_contact,
  .logo_footer {
    margin-bottom: 20px;
  }

  .footer {
    padding: 50px 0 0px;
  }
}
@media screen and (max-width: 540px) {
  .footer .footer_contact ul li {
    padding-bottom: 6px;
  }
} */
.footer {
  background: #0e202b;
  color: #FFF;
  padding: 10px 0;
}

.footer_contact ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer .footer_contact ul li {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
/* Footer End Here */

/* Forms Start Here */
.access_request_btn.add_connection {
    padding: 0;
}
.hap_id_number_pages p {
    font-size: 20px;
    color: #343838;
    margin: 0;
}

.request-form {
    padding: 50px 0 120px 0;
}
/* Forms End Here */

/* home Start Here */
.home_banner {
  /* background-image: url(../images/home/banner.jpg); */
  background-color: #f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner_sec_info {
  text-align: center;
  padding: 110px 0;
}

.banner_sec_info h1 {
  font-size: 40px;
  color: #343838;
  font-weight: 300;
  letter-spacing: normal;
  margin: 0;
}

.banner_sec_info h1 span {
  font-weight: 500;
}

.hap_color_heading {
  color: #21b8ce;
}

.banner_sec_info .btn-info {
  border-radius: 50px;
  padding: 0 45px;
  font-weight: 400;
  font-size: 20px;
  margin: 35px 0;
}

.banner_sec_info h3 {
  font-size: 26px;
  font-weight: 400;
  color: #343838;
  margin: 0;
  padding-bottom: 10px;
}

.banner_sec_info p {
  font-size: 20px;
  color: #343838;
}

.banner_sec_info p span {
  font-weight: 500;
}

.what_you_can_do {
  padding: 50px 0;
  text-align: center;
}

.what_you_can_do h1 {
  font-size: 36px;
  color: #343838;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 50px;
}

.what_you_can_do h1 span {
  font-weight: bold;
}

.cando_hap_id_number {
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  margin-bottom: 35px;
  min-height: 440px;
  height: auto;
  padding: 0 30px 30px;
}

.cando_hap_business {
  min-height: 460px;
  height: auto;
}

.cando_hap_id_number h2 {
  font-size: 30px;
  color: #343838;
  font-weight: 300;
  margin: 0;
  padding-bottom: 20px;
}

.cando_hap_id_number h2 span {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

.cando_hap_id_number p {
  font-size: 18px;
  color: #000;
  min-height: 120px;
}

.cando_hap_business p {
  min-height: 108px;
}

.hap_Id_number_icon {
  width: 140px;
  height: 85px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    300deg,
    rgba(94, 220, 239, 1) 27%,
    rgba(36, 186, 208, 1) 75%
  );
  border-radius: 0 0 12px 12px;
  margin-bottom: 25px;
}

.hap_Id_number_icon i {
  font-size: 30px;
  color: #fff;
}

.cando_hap_id_number .btn-outline-info {
  border-radius: 50px;
  padding: 0 45px;
  font-weight: 400;
  font-size: 18px;
  margin-top: 30px;
}

.cando_hap_id_number .btn-outline-info a {
  color: #21b8ce;
}

.cando_hap_id_number .btn-outline-info i {
  padding-left: 5px;
}

.cando_hap_id_number .btn-outline-info:hover a {
  color: #fff;
}

.unique_diligence_story {
  padding: 50px 0;
  background: #f7f7f7;
}

.unique_diligence_story h1 {
  font-size: 36px;
  color: #000;
  font-weight: 300;
  letter-spacing: normal;
  margin: 0;
  padding-bottom: 8px;
}

.unique_diligence_story h2 {
  font-size: 26px;
  color: #000;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0;
}

.unique_diligence_story h1 span {
  font-weight: bold;
}

.diligence_story_info {
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  padding: 40px 50px;
  background: #fff;
}

.diligence_what_id_number {
  border-top: 5px solid #fff;
  border-color: white #21b8ce;
  border-bottom: 5px solid #fff;
  border-left: 10px solid #21b8ce;
  border-right: 5px solid #fff;
}

.diligence_why_id_number {
  border-top: 5px solid #fff;
  border-color: white #21b8ce;
  border-bottom: 5px solid #fff;
  border-right: 10px solid #21b8ce;
  border-left: 5px solid #fff;
}

.diligence_what_id_number {
  margin-bottom: 40px;
  margin-top: 60px;
}

.diligence_story_info h3 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding-bottom: 25px;
}

.diligence_story_info h3 span {
  font-weight: bold;
}

.diligence_story_info p {
  font-size: 18px;
  color: #000;
}

.diligence_identity_sce {
  background-color: #21b8ce;
  /* background-image: url(../images/home/identity.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 60px 0;
}

.diligence_identity_sce h1 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding-bottom: 25px;
}

.diligence_identity_sce h1 span {
  font-weight: bold;
}

.diligence_identity_sce p {
  font-size: 18px;
  color: #fff;
}

.government_promote_info .btn.btn-info {
  border-radius: 50px;
  padding: 0 45px;
  font-weight: 400;
  font-size: 20px;
}

.government_promote_info .btn.btn-info a {
  color: #fff;
}

.government_promote_info .btn.btn-info:hover a {
  color: #07b6ce;
}

.government_promote_sec {
  padding: 60px 0;
}

.government_promote_info .request_meeting {
  margin-right: 50px;
}

.government_promote_row {
  padding-bottom: 50px;
  border-bottom: 2px solid #e4e4e4;
}

.increase_awareness_row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.government_promote_info h2 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding-bottom: 35px;
}

.government_promote_info p {
  font-size: 18px;
  color: #000;
  margin: 0;
  padding-bottom: 30px;
}

.government_promote_info p span {
  font-weight: bold;
}

.government_promote_img img {
  width: 100%;
}

.flip-card-company {
  background-color: transparent;
  width: 100%;
  min-height: 440px;
  perspective: 1000px;
  cursor: pointer;
  margin-bottom: 30px;
}

.flip-card-company.cando_hap_business {
  min-height: 460px;
}

.flip-card-company.cando_hap_business .cando_hap_id_number {
  min-height: 460px;
}

.flip-card-company.cando_hap_business .flip-card-back-company {
  min-height: 460px;
}

.flip-card-inner-company {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-company:focus {
  outline: 0;
}

.flip-card-company:hover .flip-card-inner-company,
.flip-card-company:focus .flip-card-inner-company {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.flip-card-front-company,
.flip-card-back-company {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front-company {
  z-index: 2;
}

.flip-card-back-company {
  background-color: #21b8ce;
  color: white;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  z-index: 9;
  width: 100%;
  min-height: 440px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.hap_Id_number_icon_back {
  width: 140px;
  height: 140px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.hap_Id_number_icon_back i {
  font-size: 60px;
  color: #21b8ce;
}

.flip-card-back-company h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}

.cando_hap_business .flip-card-back-company h2 {
  min-height: 74px;
}
.flip-card-back-company button {
  font-size: 18px;
  font-weight: 400;
  color: #fff !important;
  background-color: transparent !important;
  display: inline-block;
  padding: 22px 0px;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 390px;
  height: auto !important;
}
.flip-card-back-company button:hover {
  background-color: #fff !important;
  color: #21b8ce !important;
}
.flip-card-back-company .btn-check:focus + .btn-outline-info,
.flip-card-back-company .btn-outline-info:focus {
  box-shadow: 0 0 0 0rem rgb(13 202 240 / 50%) !important;
}
.flip-card-back-company a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
  padding: 22px 0px;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 390px;
}

.flip-card-back-company a i {
  padding-left: 5px;
}

.flip-card-back-company a:hover {
  background: #fff;
  color: #21b8ce;
}

@media screen and (max-width: 1199px) {
  .cando_hap_id_number p {
    min-height: auto;
  }

  .cando_hap_business p {
    min-height: auto;
  }

  .cando_hap_business .flip-card-back-company h2 {
    min-height: auto;
  }

  .government_promote_info .request_meeting {
    text-align: center;
    margin-bottom: 20px;
  }

  .banner_sec_info h1 {
    font-size: 36px;
  }

  .flip-card-company.cando_hap_business .cando_hap_id_number {
    min-height: 490px;
  }

  .flip-card-company.cando_hap_business .flip-card-back-company {
    min-height: 490px;
  }
}

@media screen and (max-width: 1024px) {
  .banner_sec_info h1 {
    font-size: 35px;
  }

  .unique_diligence_story h1 {
    font-size: 30px;
  }

  .unique_diligence_story h2 {
    font-size: 20px;
  }

  .government_promote_info .btn.btn-info {
    padding: 0 25px;
  }

  .government_promote_info .request_meeting {
    margin-right: 15px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .flip-card-company:hover .flip-card-inner-company,
  .flip-card-company:focus .flip-card-inner-company {
    transform: rotateY(0deg);
  }

  .government_promote_row {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }

  .government_promote_row .government_promote_img {
    margin-top: 20px;
  }

  .increase_awareness_row {
    padding-bottom: 0;
  }

  .government_promote_img {
    margin-bottom: 50px;
  }

  .banner_sec_info h1 {
    font-size: 36px;
  }

  .banner_sec_info h1 br {
    display: none;
  }

  .flip-card-company {
    min-height: 335px;
    margin-bottom: 35px;
  }

  .flip-card-company.request_number_card {
    min-height: 390px;
  }

  .flip-card-company.cando_hap_business {
    min-height: 490px;
  }

  .flip-card-front-company,
  .flip-card-back-company {
    height: auto;
    min-height: 350px;
  }

  .flip-card-back-company {
    gap: 15px;
    padding: 35px 0;
    display: none;
  }

  .cando_hap_id_number {
    min-height: auto;
  }

  .unique_diligence_story h1 {
    font-size: 22px;
  }

  .unique_diligence_story h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .government_promote_info .request_meeting {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .flip-card-company.request_number_card {
    min-height: 450px;
  }
}

@media screen and (max-width: 540px) {
  section {
    padding: 30px 0 !important;
  }

  .banner_sec_info {
    padding: 50px 0;
  }

  .banner_sec_info h1 {
    font-size: 25px;
  }

  .banner_sec_info .btn-info {
    margin: 15px 0;
    font-size: 16px;
  }

  .what_you_can_do h1 {
    padding-bottom: 20px;
  }

  .hap_Id_number_icon_back {
    width: 100px;
    height: 100px;
  }

  .request_number_card .flip-card-front-company,
  .request_number_card .flip-card-back-company {
    height: auto;
    min-height: 430px;
  }

  .flip-card-company.cando_hap_business {
    min-height: 460px;
  }

  .flip-card-company.cando_hap_business .flip-card-back-company {
    min-height: 460px;
  }

  .flip-card-back-company {
    gap: 25px;
    padding: 35px 20px;
  }

  .hap_Id_number_icon_back {
    width: 100px;
    height: 100px;
  }

  .hap_Id_number_icon_back i {
    font-size: 30px;
  }

  .flip-card-back-company a {
    padding: 15px 0;
    width: 315px;
  }

  .unique_diligence_story h1 {
    font-size: 18px;
  }

  .diligence_identity_sce h1 {
    font-size: 25px;
    padding-bottom: 10px;
  }

  .government_promote_info h2 {
    text-align: center;
    padding-bottom: 10px;
  }

  .government_promote_button {
    text-align: center;
  }

  .government_promote_info .request_meeting {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 425px) {
  h1 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  p {
    font-size: 16px !important;
  }

  .cando_hap_id_number .btn-outline-info {
    padding: 0 20px;
    margin-top: 20px;
  }

  .cando_hap_id_number h2 span {
    font-size: 18px;
  }

  .cando_hap_id_number h2 {
    padding-bottom: 12px;
  }

  .cando_hap_id_number h2 span br {
    display: none;
  }

  .diligence_story_info {
    padding: 20px;
  }

  .cando_hap_id_number {
    padding: 0 15px 20px;
  }

  .flip-card-front-company,
  .flip-card-back-company {
    min-height: 320px;
  }

  .flip-card-company {
    min-height: 320px;
  }

  .flip-card-company.request_number_card {
    min-height: 430px;
  }

  .flip-card-company.cando_hap_business .cando_hap_id_number {
    min-height: 440px;
  }

  .flip-card-company.cando_hap_business {
    min-height: 430px;
  }

  .flip-card-company.cando_hap_business .flip-card-back-company {
    min-height: 430px;
  }

  .modal-body-content h4 {
    font-size: 20px;
  }

  .government_promote_info .btn.btn-info {
    padding: 0 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 376px) {
  .flip-card-company.cando_hap_business {
    min-height: 450px;
  }

  .banner_sec_info .btn-info {
    padding: 0 25px;
  }

  .flip-card-back-company .btn-outline-light {
    padding: 12px 0;
    width: 230px;
    font-size: 15px;
  }
}

@media screen and (max-width: 321px) {
  .flip-card-company.cando_hap_business {
    min-height: 515px;
  }

  .cando_hap_id_number .btn-outline-info {
    font-size: 16px;
  }

  .diligence_story_info {
    padding: 20px 12px;
  }

  .government_promote_info .btn.btn-info {
    font-size: 16px;
  }

  p {
    text-align: justify;
  }
}

/* home End Here */

/* Information Start Here */
#company-information {
  /* background-image: url(/img/banner.b2359460.jpg); */
  background-color: #f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hap_id_number_address {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.results_address {
  flex: 0 0 30%;
}

.results_image {
  flex: 0 0 15%;
}

.company_image_edit {
  display: inline-grid;
  color: #0dbfd7;
  margin-right: 20px;
}

.company_image_edit img {
  max-width: 130px;
  min-height: 130px;
  object-fit: cover;
}

.company_image_edit a {
  color: #21b8ce;
  font-size: 16px;
  font-weight: 300;
}

.company_images {
  flex: 0 0 30%;
}

.img-edit-remove p, .img-edit-remove p a {
  color: #21b8ce;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  margin: 0 !important;
}
.modal_edit_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
div#modal-center___BV_modal_body_ {
    padding: 1rem;
}
.img-edit-remove p i {
  padding-right: 5px;
}

/* .img-edit-remove button {
  background-color: transparent;
  border: 0px;
  padding-left: 7px;
  color: #21b8ce;
  font-size: 16px;
  font-weight: 300;
}

.img-edit-remove label {
  display: none;
}

.img-edit-remove .custom-file-input {
  width: 40px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.img-edit-remove .custom-file {
  width: 40px;
  z-index: 1;
} */

.report-history-title {
  padding: 30px 0;
}

.report-history-title h2 {
  font-size: 20px;
  font-weight: bold;
  color: #343838;
  margin: 0;
  line-height: normal;
  text-transform: capitalize;
}

.report-history-table .table > thead,
.report-history-table .table > tbody {
  vertical-align: middle;
}

.report-history-table thead {
  background-color: #fbfbfb;
}

.report-history-table thead th {
  font-size: 14px;
  font-weight: 400;
  color: #343838;
  padding: 16px 20px;
}

.report-history-table table th:first-child,
.report-history-table table td:first-child {
  border-radius: 12px 0 0 12px;
}

.report-history-table table th:last-child,
.report-history-table table td:last-child {
  border-radius: 0px 12px 12px 0px;
}

.report-history-table tbody tr {
  background-color: #f4f4f4;
}

.report-history-table tbody tr td {
  font-size: 16px;
  font-weight: bold;
  color: #343838;
  padding: 18px 20px;
}

.report-history-table span.badge {
  width: 140px;
  padding: 0.65em 0.65em;
  font-size: 14px !important;
  font-weight: bold;
}

.report-history-table span.bg-danger {
  background-color: #eb3838 !important;
}

.report-history-table span.bg-success {
  background-color: #48ce74 !important;
}

.company-inquiries-info {
  background: #f4f4f4;
  padding: 18px 10px;
  border-radius: 12px;
}

.company-inquiries-info li span {
  font-size: 14px;
  font-weight: 400;
  color: #343838;
  padding-right: 12px;
}

.company-inquiries-info li label {
  font-size: 16px;
  font-weight: bold;
  color: #343838;
  margin: 0px;
}

.qr-code-img {
  display: flex;
  padding-top: 15px;
  padding-left: 5px;
  cursor: pointer;
}

.qr-code-img p {
  color: #21b8ce;
  font-weight: 400;
  padding-left: 12px;
}

.company-img-slider {
  flex: 0 0 30%;
  width: 30%;
}
.company-img-slider .carousel-item img {
  height: 200px;
  object-fit: cover;
}
/* .company-img-slider img {
  width: 100%;
} */

.company-img-slider .slick-prev:before,
.company-img-slider .slick-next:before {
  color: #21b8ce;
  font-size: 26px;
  opacity: 1;
}

.company-img-slider .slick-prev {
  left: 5px;
  z-index: 1;
}

.company-img-slider .slick-next {
  z-index: 1;
  right: 12px;
}

.company-img-slider .slick-prev,
.company-img-slider .slick-next {
  top: 42%;
}

#qr-code-scanner-company {
  width: 24%;
  flex: 0 0 24%;
  text-align: center;
  display: grid;
  justify-content: end;
}

#qr-code-scanner-company .btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

#qr-code-scanner-company button {
  color: #59cada;
  margin-top: 10px;
  padding: 0;
  font-weight: 400;
}

.description_layouts {
  padding: 25px 45px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.results_address,
.company-img-slider,
div#qr-code-scanner-company {
  height: 240px;
  position: relative;
}

/* .hap_number_address_title li:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
} */
.hap_number_address_title li:last-child button.btn.edit_profile.btn-secondary {
  font-weight: 400;
}
.img-edit-remove {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.download-qr-btn {
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 23px;
}

.download-qr-btn button i {
  padding-right: 5px;
}

@media screen and (max-width: 1199px) {
  .results_image {
    flex: 0 0 20%;
  }

  .results_address {
    flex: 0 0 40%;
  }

  .company_images {
    flex: 0 0 40%;
  }
}

@media screen and (max-width: 1024px) {
  .hap_id_number_address {
    padding: 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1180px) {
.search_results_address.hap_number_address_title {
    padding-left: 30px !important;
}
.results_links {
    flex: 0 0 25% !important;
    width: 25% !important;
}
.cards_layouts_connections {
    padding: 15px !important;
}
.results_address, .company-img-slider, div#qr-code-scanner-company {
    height: auto !important;
}
}
@media screen and (min-width: 1024px) and (max-width: 991px) {
  .company-inquiries .col-lg-6,
  .company-inquiries .col-md-6 {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .add-image {
    width: 50% !important;
  }
.cards_layouts_connections {
    padding: 15px !important;
}
  .model_edit_delete_image {
    width: 50% !important;
  }
  .results_address,
  .company-img-slider,
  div#qr-code-scanner-company {
    height: auto;
    margin-bottom: 20px;
  }
  .img-edit-remove {
    position: unset;
    padding-top: 15px;
  }
  .download-qr-btn {
    position: unset;
  }
  .hap_id_number_address {
    align-items: flex-start;
  }

  .results_image {
    flex: 0 0 30%;
  }

  .results_address {
    flex: 0 0 70%;
  }

  .cards_layouts {
    padding: 20px 45px;
  }

  .company-img-slider {
    width: 50%;
    flex: 0 0 50%;
  }

  #qr-code-scanner-company {
    width: 50%;
    flex: 0 0 50%;
  }

  .company_images {
    flex: 0 0 100%;
    padding-top: 15px;
  }

  .results_address {
    padding: 20px 0;
  }

  .hap_number_address_title h3 {
    padding: 0;
  }

  .hap_id_number_address {
    padding: 0;
  }
  .layouts-access-table .table tbody td:last-child {
    min-width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .hap_id_number_address {
    display: grid;
    justify-content: center;
  }

  .results_image {
    flex: 0 0 30%;
  }

  .results_address {
    flex: 0 0 70%;
  }

  .company-img-slider {
    width: 100%;
    flex: 0 0 100%;
  }

  #qr-code-scanner-company {
    width: 100%;
    flex: 0 0 100%;
  }

  #qr-code-scanner-company {
    justify-content: center;
    margin-top: 20px;
  }

  .company_images {
    padding-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .hap_id_number_pages p {
    text-align: justify;
  }
  .company_image_edit {
    margin-bottom: 15px;
  }
  .add-image {
    width: 100% !important;
  }
  .model_edit_delete_image {
    width: 100% !important;
  }
}

.choos_file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 220px;
  height: 141px !important;
  cursor: pointer;

  z-index: 9;
}

.choos_file input#file-small {
  height: 141px !important;
  width: 100%;
}

.add-image img {
  height: 140px;
  width: 100%;
}
.model_edit_delete_image {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
}
.model_edit_delete_image img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.show-images {
  height: 128px;
  overflow: hidden;
  display: grid;
  justify-content: center;
  align-items: center;
  box-shadow: rgb(100 100 111 / 20%) 0px 4px 12px 0px;
}
.add-image {
  position: relative;
  margin-top: 10px;
  padding: 0 7px;
  width: 33.33%;
}
.show-images img {
  max-width: 100%;
}
/* Information End Here */

/* manage-requests Start Here */
.access_request_btn {
  padding-top: 30px;
}
.cards_layouts_access {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  margin-bottom: 30px;
  padding: 35px 40px 10px;
}
.cards_layouts_access h3 {
  font-size: 24px;
  font-weight: 300;
  color: #343838;
  margin: 0;
  padding-bottom: 25px;
  text-align: center;
}
.cards_layouts_access h3 span {
  font-weight: bold;
}
.layouts-access-table .table > thead,
.layouts-access-table .table > tbody {
  vertical-align: middle;
}
.layouts-access-table .table thead tr {
  background-color: #f4f4f4;
}
.layouts-access-table thead th {
  font-size: 14px;
  font-weight: 400;
  color: #343838;
  padding: 16px 20px;
}
.layouts-access-table table th:first-child,
.layouts-access-table table td:first-child {
  border-radius: 12px 0 0 12px;
}
.layouts-access-table table th:last-child,
.layouts-access-table table td:last-child {
  border-radius: 0px 12px 12px 0px;
}
.layouts-access-table table th:last-child div {
  display: none;
}
.layouts-access-table .table tbody td:last-child {
  text-align: right;
}
.layouts-access-table tbody tr td {
  font-size: 16px;
  font-weight: bold;
  color: #343838;
  padding: 18px 20px;
}

.layouts-access-table .table tbody tr:first-child {
  border-bottom: 2px solid #f4f4f4;
}
.access_request_btn button:first-child {
  margin-right: 15px;
}
.layouts-access-table .table_accept_btn {
  margin-right: 15px;
}
.layouts-access-table .table_reject_btn {
  margin-left: 15px;
}
.layouts-access-table .btn {
  height: 50px;
  padding: 0 45px;
  line-height: 48px !important;
}
.shipment-access-table .layouts-access-table table th:last-child div {
  display: block;
}
.shipment-access-table .layouts-access-table .table tbody td {
  padding: 18px 8px;
}
.shipment-access-table .layouts-access-table .table tbody td:last-child {
  text-align: inherit;
  font-size: 14px;
  width: 50%;
}
/* .shipment-access-table .layouts-access-table .table tbody td ul li i {
  margin-left: 8px;
  font-size: 15px;
}
.shipment-access-table .layouts-access-table .table tbody td ul li i.fa.fa-thumbs-up {
  color: #48ce74;
}
.shipment-access-table .layouts-access-table .table tbody td ul li i.fa.fa-thumbs-up.rotate {
  color: #eb3838;
  transform: rotate(180deg);
}
.shipment-access-table .layouts-access-table .table tbody td ul li i.fa.fa-thumbs-o-up.rotate {
  transform: rotate(180deg);
  color: #000;
}
.shipment-access-table .layouts-access-table .table tbody td ul li i.fa.fa-thumbs-o-up {
  color: #000;
} */
.shipment-access-table .layouts-access-table .table tbody td ul li img{
  width: 25px;
}
.shipment-access-table .layouts-access-table .table tbody td ul li img.thumbs-up-img {
  margin: 0 7px;
}
.shipment-access-table .layouts-access-table .table tbody td ul li a.thumbs-up-icon {
  display: inline-block;
  vertical-align: top;
}
.shipment-access-table .layouts-access-table .table tbody td ul li a {
  color: #07b6ce;

}
.shipment-access-table .layouts-access-table .table tr td ul li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
}
.shipment-access-table .layouts-access-table .table tr td ul li span {
  width: 72%;
}
.layouts-access-table .btn.shipment-table-list {
  height: auto !important;
  padding: 6px 12px;
  font-size: 14px;
  width: 145px;
}

.shipment_cont_links_info {
  display: flex;
  width: 100px;
}
span.shipment_cont_like {
  text-align: center;
}
.shipment-access-table .layouts-access-table .table .shipment_cont_like img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .cards_layouts_access {
    padding: 25px 20px 10px;
  }
  .layouts-access-table tbody tr td {
    padding: 14px 12px;
  }
  .layouts-access-table .table tbody td:last-child {
    display: flex;
  }
 .layouts-access-table .btn {
    height: auto;
    padding: 6px 20px;
    width: auto;
    line-height: 38px !important;
}

  .layouts-access-table .table_accept_btn {
    margin-right: 5px;
  }
  .layouts-access-table .table_reject_btn {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .access_request_btn button:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .layouts-access-table thead th {
    padding: 14px 12px;
  }
}

/* manage-requests End Here */

/* ProfileSearch Start Here */
.profile_search_page {
    padding: 80px 0;
    background: #f7f7f7;
}
/* ProfileSearch End Here */

/* Request Start Here */

.hap_id_number_pages h1 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 15px;
    color: #343838;
}
.hap_id_number_pages p {
    font-size: 20px;
    color: #343838;
    margin: 0;
}

.request-form {
    padding: 50px 0 120px 0;
}
/* Request End Here */

/* search_look Start Here */


/*
.hap_id_number_address {
    display: flex;
    align-items: center;
}
*/
/*
.results_image {
  flex: 0 0 30%;
  width: 30%;
}
*/

/*
.results_image img {
    max-width: 100%;
}

.results_address {
  flex: 0 0 45%;
  width: 45%;
}
*/
.add_new_shipment {
    text-align: right;
}
.results_links {
  flex: 0 0 25%;
  width: 25%;
}

.results_links button {
  border-radius: 50px;
  padding: 0 55px;
  font-weight: 400;
  font-size: 18px;
  margin-top: 30px;
}

.results_links button i {
  padding-left: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .hap_id_number_address {
    padding: 0;
  }

  .hap_id_number_results .cards_layouts {
    padding: 25px;
  }

  .results_address {
    flex: 0 0 40%;
    width: 40%;
    padding-left: 20px;
  }

  .results_links {
    flex: 0 0 30%;
    width: 30%;
  }

  .results_links button {
    padding: 0 35px;
  }
}

@media screen and (max-width: 991px) {
  .hap_id_number_address {
    display: grid;
    justify-content: center;
  }

  .hap_id_number_address {
    padding: 0;
  }

  .hap_id_number_results .cards_layouts {
    padding: 25px;
  }

  .results_image {
    flex: 0 0 100%;
    width: 100%;
  }

  .results_image img {
    max-width: 100%;
    width: auto;
  }

  .results_address {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0px;
    padding-top: 25px;
  }

  .results_links {
    flex: 0 0 100%;
    width: 100%;
  }

  .results_links button {
    padding: 0 35px;
  }
}

/* search_look End Here */

/* SupplyChain Start Here */
.cards_layouts_connections {
  padding: 30px 35px;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.cards_layouts_connections img {
  width: 100%;
}

.cards_layouts_connections h3 {
  font-size: 20px;
  color: #343838;
  line-height: normal;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  height: 50px;
}
.cards_layouts_connections h6 {
  padding: 22px 0 4px;

}
.cards_layouts_connections h6,
.cards_layouts_connections span {
  font-size: 18px;
  font-weight: 300;
  color: #343838;
  margin: 0;
}

.cards_layouts_connections p {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  height: 90px;
}
.cards_layouts_connections p i {
  color: #21b8ce;
  padding-right: 5px;
}

.cards_layouts_connections .btn-info {
    height: 44px;
    width: 159px;
    margin-top: 10px;
    line-height: 32px;
    text-transform: capitalize;
}
.hap_id_number_pages .btn-info a {
  color: #fff;
}

.hap_id_number_pages .btn-info a:hover {
  color: #07b6ce;
}
button.btn.btn-info {
    line-height: inherit !important;
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .cards_layouts_connections {
    padding: 20px 15px;
  }
}
/* SupplyChain End Here */

/* Shipment End Here */
button.btn.edit_profile.btn-secondary {
  color: #21b8ce;
  background-color: transparent;
  border: none;
  padding: 0;
  font-weight: 300;
}
button.btn.edit_profile.btn-secondary:hover,
button.btn.edit_profile.btn-secondary:focus {
  color: #21b8ce;
  background-color: transparent;
}
.btn-check:focus + button.btn.edit_profile.btn-secondary,
button.btn.edit_profile.btn-secondary:focus {
  box-shadow: none;
}
/* #modal-center .modal-dialog {
    max-width: 800px;
  } */
.add-company-profile-modal .request-button {
  text-align: center;
  margin-top: 10px;
}
.upload-link-document select {
  width: 100%;
  margin-bottom: 15px;
}
button.close i {
  font-size: 24px;
}
.fille-upload .custom-file-input {
  border: 1px solid #ced4da;
  padding: 5px;
  color: #343434!important;
  margin-bottom: 15px;
  border-radius: 8px!important;
  width: 100%;
}
.upload-link-document {
  padding: 20px 0;
  text-align: center;
}
.upload-link-document h4 {
  margin-bottom: 20px;
}
.fille-upload .custom-file-label {
  display: none;
}
.modal-content {
  border-radius: 12px !important;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.add-company-profile-modal {
    padding: 20px 30px;
}
header.modal-header {
  padding: 0;
  border: none;
}

button.close {
  position: absolute;
  right: -22px;
  top: -3px;
  font-weight: 100;
  background-color: transparent;
  color: #fff !important;
  opacity: 1 !important;
  box-shadow: none;
  border: none;
  border-radius: 0px;
}
.upload-images-modal {
  /* display: flex;
  align-items: center; */
  padding-bottom: 20px;
}

.image-upload img {
  max-width: 100px;
  margin-right: 20px;
}
.img-upload-remove {
  font-size: 16px;
  color: #21b8ce;
  font-weight: 300;
}
.img-upload-remove a {
  color: #21b8ce;
}
.destinaton-port-listing {
  position: relative;
}
.destinaton-port-listing .form-control {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 12px;
  cursor: context-menu;
  background-image: url(../../images/angle-down.svg);
}
.destinaton-port-listing .autocomplete-results {
  overflow: auto;
  position: absolute;
  padding: 5px 0px;
  max-height: 230px;
  top: 78px;
  z-index: 999;
  background-color: #fff;
  width: 93%;
  border: 1px solid #ced4da;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.destinaton-port-listing .autocomplete-results li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0px 10px;
}
.destinaton-port-listing .autocomplete-results li:hover {
  background-color: #007bff;
  color: #fff;
}

.download-link {
  font-size: 12px;
}
.download-link a {
  color: #07b6ce !important;
}

@media (max-width: 767px) {
  .add-company-profile-modal {
    padding: 0px;
  }
  .upload-images-modal {
    display: grid;
    padding-bottom: 10px;
  }
  .img-upload-remove {
    padding-top: 10px;
  }
}
@media screen and (max-width: 540px) {
  header.modal-header {
    padding: 1rem;
  }
  .add-company-profile-modal {
    padding: 0px 15px 30px;
  }
  .modal-header button {
    right: 0px;
    top: 0px;
    font-weight: 100;
    background-color: rgb(14 192 217);
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 1 !important;
    box-shadow: none;
    border: none;
    border-radius: 0px;
  }
}

/* Shipment End Here */
.cards_layouts_suspendisse h6 {
    font-size: 18px;
    font-weight: 300;
    color: rgb(52, 56, 56);
    line-height: inherit;
}
.suspendisse_button {
    text-align: center;
}
.suspendisse_button .btn-info {
    padding: 0px 45px;
    font-weight: 400;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.suspendisse_button .btn-info i {
    padding-left: 5px;
}
div#reportViolationModal .modal-body {
  padding: 0;
}
.modal-dialog.modal-md.modal-dialog-centered {
    max-width: 426px;
    margin: 1.75rem auto;
}
.multiselect__tags {
    min-height: 40px;
    display: block;
    padding: 8px 40px 0 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px;
}
.multiselect * {
    box-sizing: border-box;
}
.multiselect__select {
    position: absolute;
    width: 40px;
    height: 38px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease;
}
.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch;
}
.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 40px;
    text-align: left;
    color: #35495e;
}
.open>.dropdown-menu {
    display: block;
}
.multiselect, .multiselect__input, .multiselect__single {
    font-family: inherit;
    font-size: 16px;
    touch-action: manipulation;
}
.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
}
.multiselect-container>li>a>label {
    padding: 5px 10px !important;
}
label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #343434;
}
.multiselect-container>li:hover {
    background: #41b883;
}
.multiselect-container>li:hover label {
    color: #fff;
}
span.multiselect-native-select {
    height: 48px;
    color: #343434 !important;
    border-radius: 8px !important;
    border: 1px solid #c1c1c1;
    width: 100%;
    display: block;
}
span.multiselect-native-select .btn-group {
    width: 100%;
}
button.multiselect.dropdown-toggle.btn.btn-default {
    text-align: left;
    padding: 0 9px;
}
.multiselect * {
    width: 95%;
    float: left;
}
.dropdown-toggle::after {
    color: #c1c1c1 !important;
}
.download-link a {
    color: #07b6ce!important;
}
.swal2-popup.swal2-modal.swal2-show {
    background: #46c93a !important;
    color: #fff !important;
    font-size: 16px !important;
    width: 300px;
    padding: 0;
    border-radius: 20px !important;
}
h2#swal2-title {
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    padding: 15px 15px 0px !important;
}
div#swal2-html-container {
    text-align: left;
    padding: 10px 15px!important;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
}
.swal2-popup.swal2-modal.danger__err.swal2-show {
  background: #ff4757  !important;
  padding: 8px;
}
.alert.alert-danger.alert-dismissible.fade.hide_email {
  display: none;
}
.swal2-timer-progress-bar-container {
  bottom: 0px !important;
  left: 16px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  width: 90% !important;
}
.results_image img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.image-upload img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.upload-images-modal .image-upload, .upload-images-modal .img-upload-remove {
  display: inline-block;
  vertical-align: top;
}
.modal_edit_main .add-image {
    height: 140px;
    overflow: hidden;
}
div#file-small__BV_file_outer_ {
    position: absolute;
}
.choos_file input#file-small {
    float: left;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.cards_layouts_connections span.badge.badge-danger, .cards_layouts_connections span.badge.badge-warning {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}
.cards_layouts_connections span {
    margin-right: 5px;
}
.request-btn-modal {
	margin-right: 20px;
}
.input-group.file_grid img, .preview_info img {
  width: 100%;
  height: 140px;
}
.input-group.file_grid {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
}
.input-group.file_grid .form-control {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.preview_info {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.img_edit_action {
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  text-align: center;
}
.img_exits {
  margin-bottom: 15px;
}
.img_edit_action span {
  background-color: transparent;
  border: 0;
  padding-left: 7px;
  color: #21b8ce;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
.preview_info img {
  pointer-events: none;
  cursor: no-drop !important;
}
.text-danger {
  font-size: 14px;
  font-weight: normal;
  line-height:20px;
}
form#authentication_login_form .form-control {
  margin-bottom: 0 !important;
}
.authentication_login .btn-info:active, .authentication_login .btn-info:focus,  .btn-info.authentication_register_btn:active,  .btn-info.authentication_register_btn:focus,
.resend_otp_btn:active, .resend_otp_btn:focus,
#add_shipment_btn:active, #add_shipment_btn:focus,
#edit_profile:active, #edit_profile:focus,
#req_hap_id_btn:active, #req_hap_id_btn:focus,
#get_help_btn:active, #get_help_btn:focus,
#access_doc_cmp_btn:active, #access_doc_cmp_btn:focus,
.upload_doc:active, .upload_doc:focus,
.btn_request:active, .btn_request:focus
{
  background: #07b6ce  !important;
  color: #fff !important;
  border-color: #07b6ce  !important;
}
.swal2-timer-progress-bar-container .swal2-timer-progress-bar {
  background: #fff;
 
}
.swal2-timer-progress-bar-container{
  transform: rotate(-180deg);
}
.search_results_image {
  flex: 0 0 30%;
  width: 30%;
}
.search_results_address {
  flex: 0 0 45%;
  width: 45%;
}
.search_results_image img {
  max-width: 100%;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0,0,0,.0)!important;
}
.upload_doc {
  margin-top: 10px;
}
.search_results_address .badge-danger, .search_results_address .badge-warning, section.hap_id_number_results span.badge.badge-danger, section.hap_id_number_results span.badge.badge-warning {
  color: #dc3545;
  background-color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  padding: 0px;
}
.search_results_address .badge-warning, section.hap_id_number_results span.badge.badge-warning {
  color: #ffc107 !important;
}
span.cmp_unavaiable {
  font-size: 14px;
  color: #f00;
  position: absolute;
}
.cards_layouts_suspendisse th, .cards_layouts_suspendisse td, .select_shipment_req th, .select_shipment_req td {
    font-size: 16px;
}
.cards_layouts_suspendisse th, .select_shipment_req  th {
    background: #07b6ce ;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ccc;
}
.cards_layouts_suspendisse td, .select_shipment_req  td {
    border: 1px solid #ccc;
}
.table_responsive{
	overflow-x: auto !important;
}
span.factory_view {
    margin-left: 26px;
    margin-right: 0;
    color: #343838;
    float: right;
    font-size: 16px;
    font-weight: bold;
}
span.factory_view i {
    color: #07b6ce;
    margin-right: 3px;
}
.company-info-address li label {
    margin: 0;
}
ul.social_icon li {
    display: inline-block;
    vertical-align: middle;
}
ul.social_icon li a {
    background: #07b6ce;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    border-radius: 25px;
    color: #fff;
	border:1px solid #07b6ce;
}
ul.social_icon li a:hover{
	background: #fff;;
    color: #07b6ce;
	border:1px solid #07b6ce;
}
ul.search_socail li a i {
    color: #fff;
    text-align: center;
    padding: 0;
}
ul.search_socail li a:hover,
ul.search_socail li a i:hover{
    color: #07b6ce;
}
table#add_doc_table select, table#add_doc_table input {
  border: 1px solid #dee2e6!important;
  height: 38px;
  margin-bottom: 0;
}
table#add_doc_table input {
  padding: 6px !important;
}
table#add_doc_table button.btn.btn-danger.btn-sm.remove {
  background: #07b6ce;
  border: 1px solid #07b6ce;
  height: 38px !important;
}
button.btn.btn-success.btn-sm.add {
  width: auto;
  background: #07b6ce;
  border: 1px solid #07b6ce;
  height: 38px;
  margin-bottom: 20px;
}
button.btn.btn-success.btn-sm.add:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.request_share lable {
  font-weight: bold !important;
  font-size: 16px !important;
  text-transform: uppercase;
}
.request_share .form-check {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.add_doc_data {
  height: auto;
  overflow-y: auto;
  max-height: 250px;
}
.request_share {
  margin-top: 10px;
}
form#add_shipment_form span.multiselect-native-select {
  height: 38px !important;
}
form#add_shipment_form span.multiselect-native-select {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 12px;
  cursor: context-menu;
  background-image: url(../../images/angle-down.svg);
}
form#add_shipment_form  .dropdown-toggle::after{
  display: none !important;
}
.grid_shipment {
  text-align: right;
}
.grid_shipment .btn_report_violation {
  background: #eb3838 !important;
  border: 1px solid #eb3838 !important;
  margin-top: 15px;
  color: #fff !important;
}
.grid_shipment .btn_report_violation:hover {
  background: #fff !important;
  border: 1px solid #eb3838 !important;
  color: #eb3838 !important;
}
.select_shipment_req {
  min-height: 450px;
  height: 450px;
  overflow-y: auto;
}

.info_submit_shipment {
  text-align: center;
  margin-top: 20px;
}
.info_submit_shipment button.btn.btn-info.submit_shipment.req_action {
  width: 120px;
}
li.total_cmp {
  float: right;
  width: auto !important;
  position: absolute;
  right: 157px;
  top: 8px;
}
.shipment_action{
  position: relative;
}
#viewCmpModal .modal-body {
  padding: 0;
}
.modal-body.pd-0 {
  padding: 0;
}
.btn-auto {
  height: auto !important;
  font-size: 15px !important;
}
div#appealModal input.form-control {
  padding: 11px 18px;
}
.action_doc_exits button {
  margin-bottom: 10px;
  width: 145px !important;
}
.action_doc_exits {
  text-align: right !important;
}
button.btn.btn-danger.btn_exist {
  height: 34px;
  line-height: 0 !important;
  font-size: 14px;
}
button.btn.btn-danger.btn_exist:hover{
  background: #fff !important;
  border: 1px solid #eb3838 !important;
  color: #eb3838 !important;
}
/* span.multiselect-native-select {
  overflow: hidden;
} */
@media screen and (max-width: 1440px) and (min-width: 1366px) {

}
/* Singup Tab Css */
/*
ul.tab__sigin__ul {
    margin-top: 5px !important;
    box-shadow: 0px 0px 12px #12c7df40;
}
*/
ul.tab__sigin__ul {
    margin-top: 15px !important;
    text-align: center;
}
ul.tab__sigin__ul li {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
ul.tab__sigin__ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center !important;
  width: 49%;
}
ul.tab__sigin__ul li span {
  display: block;
  margin-bottom: 10px;
}
p.text_select {
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
}
.tab__sign h2 {
  font-size: 22px;
  color: #343434;
  margin: 0;
  line-height: 24px;
  font-weight: 600;
}
ul.tab__sigin__ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center !important;
    width: 35%;
    font-size: 18px;
    color: #343434;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    padding: 18px 0;
    margin: 0 10px;
}
.tab__sigin__factory__body div#input-group-1, .tab__sigin__factory__body div#input-group-2 {
  display: inline-block;
  width: 49%;
}

ul.tab__sigin__ul li i {
  font-size: 32px;
}
ul.tab__sigin__ul li:hover {
  background: #07b6ce;
  border-radius: 4px;
  padding: 18px 0;
}
ul.tab__sigin__ul li:hover, ul.tab__sigin__ul li:hover i{
  color:#fff
}
ul.tab__sigin__ul li.active {
  margin-bottom: 30px;
}
a.go_back {
    color: #07b6ce;
    float: right;
    font-weight: 500;
}
p.text_signup i{
  color: #07b6ce;
}
ul.tab__sigin__ul li:first-child {
    margin-left: 0;
}
ul.tab__sigin__ul li:last-child {
    margin-right: 0;
}