body {
  margin: 0;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  color: #000000de;
}

.row_wide {
  display: none;
}

.content.form_subtext_small {
  display: none;
}

/* body .content:has(.container-fluid) {
  padding-left: 0px;
} */

body:has(.sidebar-menu) .content {
  padding-left: 280px;
}

.content {
  padding-left: 0px;
}

.container-fluid.container-fixed-lg {
  width: 100%;
}

.login_divider {
  display: none;
}

.content_help.form_subtext {
  display: none;
}

h1 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 32px;
  color: #000000de;
}

.msg_ok {
  background: #00c7a8;
  margin: 20px 40px 20px 0px;
  padding: 10px;
  width: 80%;
}

.msg_danger {
  background: #fb6959;
  margin: 20px 40px 20px 0px;
  padding: 10px;
  width: 80%;
}

.msg_warning {
  background: #f4ea4e;
  margin: 20px 0px 20px 0px;
  padding: 10px 0px 10px 0px;
  width: 80%;
}

#contact-form div {
  padding: 10px;
}

.inputStyle {
  width: 100%;
  height: 40px;
  margin: 2px 0px 10px 0px;
  padding: 0 0 0 10px;
  border: 1px solid #1a8893;
  border-radius: 4px;
  color: #000000de;
  font-size: 14px;
  font-family: "Roboto";
}

.inputStyle[name="vcc"] {
  padding: 0 0 0 10px;
}

.inputStyle[name="vmobile"] {
  padding: 0 0 0 10px;
  height: 38px;
}

.cf7_custom_style_1>div:nth-child(5) {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 5px;
  max-width: 100%;
}

.cf7_custom_style_1>div:nth-child(5)>div:nth-child(1) {
  width: 20%;
}

.cf7_custom_style_1>div:nth-child(5)>div:nth-child(2) {
  width: 80%;
}

.inputStyle::placeholder {
  color: #000000de;
  font-style: italic;
  font-size: 14px;
  opacity: 0.7;
}


.form_subtext {
  font-size: 14px;
}

.form_subtext_small {
  font-size: 10px;
}

select.inputStyle {
  padding: 0px 15px;
  font-size: 14px;
}

textarea:focus,
input:focus {
  outline: none;
}

.footer {
  font-family: lato;
  line-height: 1.6;
  font-size: 14px;
  color: #fff;
}

.row_wide {
  margin: 0;
}

.row {
  max-width: 100%;
  margin: auto;
}

.column {
  float: left;
  width: 33.33%;
}

#lexoforms {
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.content_background {
  width: 100%;
  padding: 0px 0px;
  margin: auto;
  background-image: url("https://lexoforms.com/wp-content/uploads/2023/11/26_DSC6565-1.jpg_1920x800px8-1.jpg");
  background-size: cover;
}

.content {
  display: flex;
  width: 100%;
  overflow: auto;
  background-color: #fff;
  justify-content: center;
  max-width: 100%;
  align-items: center;
  flex-direction: column;
}

.content:has(.content_box_1) {
  background-image: url("https://wonderful-rock-05428d503.5.azurestaticapps.net/assets/illustration.png");
  background-size: cover;
  background-color: #1a8893;
  min-height: 100vh;
}

.content_menu {
  width: 100%;
  max-width: 980px;
  padding: 0px 0px;
  margin: auto;
  color: #000000de;
}

.content_help {
  width: 100%;
  max-width: 980px;
  padding: 0px 0px;
  margin: auto;
  color: #fff;
}

.content_box_1 {
  min-width: 280px;
  background-color: #fff;
  max-width: 480px;
  float: left;
  width: 70%;
  padding: 0;
  margin: 0 auto;
}

.content_box_2 {
  padding: 0;
  margin: 0 auto;
}

.login_divider {
  background: #f7955b;
  width: 80px;
  margin: 20px 0;
  height: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #1a8893;
}

/* main content */

.jumbotron {
  display: flex;
  background-color: #135a66;
  width: 100%;
  color: #fff;
  flex-direction: column;
}

.jumbotron.m-b-0 .row {
  width: 100%;
  max-width: 100%;
}

.jumbotron>.container-fluid>.inner>.row {
  width: 100%;
  max-width: 100%;
}

.jumbotron.m-b-0>div>div>div>div>div:nth-child(2) {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-direction: row;
}

.card.card-transparent>div:nth-child(3) {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 10px;
}

.breadcrumb>.breadcrumb-item+.breadcrumb-item:before {
  color: #fff;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.container-fluid {
  background: #f0f0f0;
}

.container-fluid.container-fixed-lg {
  background: transparent;
}

.container-fluid>.row {
  width: 100%;
  max-width: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background-color: #fff;
}

.card-header {
  background-color: #1a8893;
  padding: 20px;
}

.card-header .scrollable {
  overflow-x: hidden;
}

.social-card.status .circle {
  display: none;
}

#accordion {
  display: flex;
  flex-direction: column;
}

#accordion .card-header {
  background-color: #fff;
}

.card-header h5 {
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  padding-left: 0px;
  margin: 0;
}

.card-header h6 {
  color: #fff;
  padding: 0;
  margin: 5px 0px;
  font-size: 12px;
}

h4 {
  font-size: 20px;
}

.row:has(.col-lg-9) {
  justify-content: flex-start;
  padding-left: 30px;
}

.row>.col-lg-9 h4 {
  font-weight: bold;
}

.card-content {
  padding: 8px 0px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.card.card-transparent {
  background: #fff;
  margin-top: 20px;
}

.card.social-card {
  padding: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

.card.social-card:has(.card-header) {
  padding: 0;
}

.card-description {
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card-description h3 {
  padding: 0;
  margin: 0;
  padding-left: 10px;
}

.card-description div {
  margin: 0;
  padding-right: 10px;
}

.card-description .pull-left {
  padding-left: 0;
}

.social-card.share .card-header {
  padding: 15px 10px 12px;
  border: none;
}

.social-card.share .card-header {
  padding: 15px 10px 12px;
  border: none;
}

.social-card.share .card-header {
  padding: 15px 10px 12px;
  border: none;
}

.social-card.share .card-description {
  padding: 12px 0px 11px;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  align-items: center;
  padding-left: 5px;
}

.status {
  background: #d7effb;
  border-radius: 4px;
}

.bg-warning {
  background-color: #f7cf5f !important;
}

.bg-info-lighter-lexo {
  background-color: #f1f9fd;
}

.scroll-content {
  max-height: 168px;
  height: 168px;
  overflow-y: scroll;
  padding: 10px;
  overflow-x: hidden;
}

.col-lg-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 23%;
  padding: 0;
  flex: 0 0 25%;
  flex-wrap: wrap;
  max-width: calc(25% - 30px);
  margin: 0;
}

.col-lg-3 .md-m-b-10 {
  background-color: #ce4e4d;
  padding: 10px;
  color: #fff;
}

.col-lg-3 .md-m-b-10 a {
  color: #fff;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: #2c2c2c;
  outline: 0;
  height: 35px;
  padding: 0px 5px;
  font-size: 14px;
  min-height: 35px;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

.container-fluid.container-fixed-lg>form>div>div:nth-child(2)>div:nth-child(4)>div:nth-child(2)>div>h5 {
  color: #000000de !important;
}

.container-fluid.container-fixed-lg>form>div>div:nth-child(2)>div:nth-child(4)>div:nth-child(2)>div>div {
  color: #000000de !important;
}

.share input,
.share textarea {
  margin-bottom: 10px;
}

.col-lg-3 a {
  text-decoration: none;
}

/* icons */
.text-success {
  color: #1dbb99 !important;
}

.text-danger {
  color: #f35958 !important;
}

.text-warning {
  color: #f7cf5f !important;
}

.text-muted {
  color: #636c72 !important;
}

#myApp {
  display: none;
}

.pull-left {
  padding-left: 10px;
}

.pull-left.small {
  padding-left: 0;
}

.pull-left br {
  display: none;
}


.pull-right {
  padding-right: 10px;
}

.social-card.share>div>div {
  display: flex;
  flex-direction: column;
}

/* accordion */
.accordion {
  margin: 10px 0;
}

.accordion-header {
  padding: 10px;
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  border: 1px solid #ddd;
}

.collapse {
  padding: 10px;
  display: none;
  border: 1px solid #ddd;
  border-top: none;
}

.collapse.show {
  display: block;
  border: none;
}

.bg-info-lexo {
  background-color: #1a8893 !important;
}

/* sidebar */

.page-sidebar {
  background-color: #1a8893 !important;
  left: 0;
  width: 280px;
  margin-top: 78px;
}

.sidebar-header {
  display: none;
}

.page-sidebar .sidebar-menu .menu-items>li>a {
  color: #fff;
  font-family: "Roboto";
}

.icon-thumbnail>i {
  color: #fff;
}

.page-sidebar .sidebar-header {
  display: none;
}

.page-sidebar .sidebar-menu .menu-items>li>a>.arrow {
  padding-right: 0;
}

.icon-thumbnail {
  width: 0;
  height: 0;
  display: none;
}

.icon-thumbnail>i {
  display: none;
  width: 0;
  height: 0;
}

.page-sidebar .sidebar-menu .menu-items>li>a>.arrow {
  padding-right: 0;
}

ul>li,
ol>li {
  line-height: 1rem;
}

.page-sidebar .sidebar-menu .menu-items>li ul.sub-menu {
  background-color: transparent;
}

.page-sidebar .sidebar-menu .menu-items>li ul.sub-menu {
  background-color: #135a66;
}

.sidebar-menu {
  max-height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
  overflow-x: hidden;
}

.sidebar-menu::-webkit-scrollbar {
  display: none;
}

.row>.card.card-transparent {
  background-color: transparent;
  margin: 0;
}

.card.card-transparent .card-block {
  background-color: transparent;
  color: #fff;
  font-family: "Roboto";
}

.card.card-transparent .card-block h3 {
  font-size: 24px;
  color: #fff;
  font-family: "Roboto";
}

.form-group-default:has(select.select2) {
  border: none;
}

select.select2 {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: 34px;
  border-radius: 2px;
  padding: 2px 10px;
  background-color: transparent;
}

.fa-5x {
  font-size: 32px;
}

.card .card-header {
  min-height: 1px;
  padding: 0;
}

.text-complete {
  color: #000000de !important;
}

.table tbody tr td {
  background: #fff;
  border-bottom: 1px solid rgba(225, 225, 225, 0.7);
  border-top: 0px;
  padding: 20px;
  font-size: 13.5px;
  text-align: center;
  vertical-align: middle;
}

.table thead tr th {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto';
  font-size: 10.5px;
  letter-spacing: 0.06em;
  padding-top: 14px;
  padding-bottom: 14px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(225, 225, 225, 0.7);
  color: rgba(44, 44, 44, 0.35);
  border-top: none;
  text-align: center;
}

/* modal start */

.trigger-div {
  display: inline-block;
  padding: 15px 25px;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  margin: 50px;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
}

/* Modal Content */
.icon-div {
  display: inline-block;
  cursor: pointer;
}

.icon-div img {
  width: 50px;
  height: 50px;
}

/* Style for the content div */

.user__icon {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.user__icon img {
  width: 20px;
  height: 20px;
}

.user__content {
  font-size: 16px;
  font-family: "Roboto";
}

.ms__email {
  font-size: 16px;
  font-family: 'Roboto';
  cursor: text;
}

.language__icon {
  cursor: pointer;
  font-size: 16px;
  font-family: "Roboto";
  border: none;
  background-color: transparent;
  padding: 0;
  margin-top: 10px;
}

.user__content {
  display: none;
  position: absolute;
  margin-top: 15px;
  width: 20vw;
  padding: 10px;
  background-color: #fefefe;
  border: none;
  border-radius: 5px;
  right: 30px;
  top: 50px;
}

.content-div p {
  margin-top: 0;
}

.content-div label {
  display: block;
  margin-top: 10px;
}

.content-div select {
  margin-top: 5px;
}

/* modal end */

/* @media screen and (max-width: 1300px) {
  .row {
    justify-content: flex-start;
  }
  .container-fluid > .row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    padding: 0;
    flex: 0 0 33%;
    flex-wrap: wrap;
    max-width: calc(33% - 30px);
    margin: 0;
  }
} */