.visitor_right_box {
  margin-left: 20px;
}

.theme-setting-wrapper {
  display: none;
}
.pull-right {
  float: right;
}

  /* Add this CSS in your existing stylesheet */
  @media only screen and (max-width: 1280px) {
    .col-lg-5.col-md-12.col-sm-12.thousand {
      width: 100%;
    }

    .col-lg-2.col-md-12.col-sm-12.thousand1 {
      width: 100%;
    }

    .col-lg-9.col-md-12.col-sm-12.thousand2 {
      width: 100%;
    }

    .pull-right {
      text-align: center;
      float:none;
      margin-top: 10px;
    }
    .pc_policy {
      text-align: center;
    }
    #desktop_view {
        display: none;
    }
    #mobile_div {
        display: block !important;
    }
    .lg_logo {
margin-left: auto;
padding-top: 4px;
margin-right: auto;
width:20%;
}
}

@media only screen and (min-width: 800px) {
    .lg_logo {
        margin-left: auto;
padding-top: 4px;
margin-right: auto;
width:100%;
    }
}

#mobile_div {
    display: none;
}
.lg_classic_bg {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.inland-bold {
    font-size:19px;
    font-weight: bold;
}

.nav-lock {
    margin-top:34px;font-weight: bold;
}

.lg_logo img,
.lg_illustration img {
    max-width: 100%;
    height: auto;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .lg_classic_bg {
        padding: 10px; /* Reduce padding for smaller screens */
    }
}

@media (max-width: 576px) {
    h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .right_body {
        padding: 10px; /* Reduce padding for smaller screens */
    }

    /* Adjust image size if needed for smaller screens */
    .lg_logo img,
    .lg_illustration img {
        max-width: 80%; /* Adjust maximum width of images */
    }
}

.upload__img-close,.download__img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 20px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;


}

.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
  }
.col-27{
  width: 27.33333% !important;
}
.btn-act {
  padding:10px !important;
  margin-top: 7px;
}

.upload__img-wrap {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
border: 1px dashed #000;
height: 64px;
}
.upload__img-wrap embed {
  width: 100%;
}
.copy-row {
  margin-bottom: 5px;
}
.upload__img-wrap-ex {
  width: 150px;
  display: flex;
  height: 182px;
}
.upload__img-box-ex{
  padding: 10px 10px;
  margin-left:3px;
  margin-bottom: 12px;
  border:1px solid #ded3;
}
.upload__img-box {
width: 100%;
/* padding: 10px 10px;
margin-left:3px;
margin-bottom: 12px;
border:1px solid #ded3; */
}



.flex_time_slot {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}


/* .flex_time_slot {
  display: inline-flex;
  cursor: pointer;
} */

.flex_time_slot .times {
  /* padding: 8px 13px; */
  padding:8px 5px;
  /* font-size: 14px; */
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #b1b1b1;
  margin-right: 5px;
  border-radius: 6px;
  margin-bottom: 8px;
  /* width: 170px; */
  width:80px;
  text-align: center;
}

.field_width {
  width: 100%;
  overflow-x: auto;
  padding-top:40px;
}
.-reqselected-{
  background: #5cc4ef;
}
.times.inprocess {
  border: 1px solid #e5ef00;
  background-color: #e5ef00;
  color:#000
}
.input-picker .picker-list th {
  padding-bottom: 0.7077em;
}
.times.closed {
  border: 1px solid #d30000;
  background-color: #d30000;
  color: #fff;
}












[tooltip] {
  position: relative;
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: .9em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 999999;
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 5px;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #000;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #000;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}
/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
.input-picker .picker-list.day-list td>button {
  padding: 0.8em 0;
}
abbr[title]
{
  text-decoration: none;
  color: #3d0a20;
  font-family: "Manrope", sans-serif;
}
.input-picker .ws-picker-controls>button {
  box-sizing: content-box;
  border: 0.07692em solid transparent;
  padding: 0;
  width: 1.84615em;
  height: 1.84615em;
  background: #fff;
  z-index: 1;
  color: #3d0a20;
}
.input-picker .picker-list td>button:hover, .input-picker .picker-list td>button.checked-value
{
  background-color: #3d0a20;
  border-radius: 5px;
}
.ws-po-box {
  border-radius: 10px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .mail_indicator.nav-link {
  display: flex !important;
  align-items: center !important;
  font-weight: 600;
}

.logs_out {
  margin-top: -6px;
  margin-left: 4px;
  font-size: 14px;
}
.fw-600
{
  font-weight: 600;
}
.user-dropdown
{
  margin-top: -8px;
}
.download__img{
top:80px;
color: white;
}
.img-bg {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
/* padding-bottom: 100%; */
}
.form_box {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
}
.table-responsive{
  overflow-x: unset;
}
.table th, .table td {
    padding: 0.6rem 0.5rem !important;
}

.mb_button {
  font-size: 13px;
  margin-top: 5px;
  color: #1d8900;
  font-weight: 600;
}

.btn.btn-dark.btn-sm.btn-fw {
  color: #fff !important;
}

.btn-sm.btn-fw {
  border-radius: 4px;
  margin-right: 4px;
}

.required {
  color: red;
}

.mr-3 {
  margin-right: 10px;
}

.mmr-3 {
  margin-right: 25px;
}

.ml-3 {
  margin-left: 10px;
}

.pdf_button {
  display: flex;
  justify-content: center;
}

.select_now {
  background: #e3e3e3;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
}

.select_now .select2-container--default .select2-selection--single {
  width: 360px;
  text-align: left;
}

.select_now .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 11px;
}

.select_inward .select2-container--default .select2-selection--single {
  padding-left: 10px;
  height: 51px;
  padding-top: 17px;
}

.select_inward .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 12px;
}

.home-tab .btn.btn-tab {
  padding: 0.875rem 1.5rem;
  font-size: 0.875rem;
  border-radius: 5px;
  color: #fff;
}

.home-tab .btn.btn-secondary.btn-tab {
  color: #000;
  border: 1px solid #bdbdbd;
}

.text-right {
  text-align: right;
}

#dashboard_tab.home-tab .nav-tabs .nav-item .nav-link.active {
  background: transparent;
  color: #1F3BB3;
}

.visitor_right_box .text-small {
  font-size: 16px;
  font-weight: 700;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--main-secondary);
}

.breadcrumbs nav ol a {
  color: var(--main-bg);
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--main-bg);
  content: "/";
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
  font-weight: 500;
  color: #1F3BB3;
}

.select2-container {
  width: 100% !important;
}

.pending_label {
  padding-right: 10px;
  color: #000;
  font-weight: 500;
}

.link_btn {
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 4px !important;
}

.count_due {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pr-3 {
  padding-right: 5px;
}

.svslabel {
  font-size: 0.812rem;
  line-height: 1.4rem;
  vertical-align: top;
  margin-bottom: 0.5rem;
  color: #002b6a;
  font-weight: 500;
}

.table_buttons .btn-sm.btn-icon-text {
  margin-right: 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 5px 8px;
  font-weight: 700;
  white-space: nowrap;
}

.table_buttons .btn.btn-icon-text .btn-icon-prepend {
  margin-right: 5px;
  line-height: 8px;
}

.table_buttons {
  justify-content: start;
}

.btn-primary{
  color: #ffffff !important;
}
.declaration_header h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.btn.btn-primary.btn-md.add-button {
  font-size: 0.775rem;
  padding: 0.675rem 1.2rem;
}

.badge-opacity-info {
  background: #29f0e7;
  color: #3f4040;
  border: 1px solid #838787;
}



.guage_menu {
  position: absolute;
  bottom: 120px;
  left: 40%;
  font-size: 24px;
  color: green;
  font-weight: 600;
}

.guage_menu1 {
  position: absolute;
  bottom: 120px;
  left: 40%;
  font-size: 24px;
  color: #c7a919;
  font-weight: 600;
}

.btn.btn-success.view_button {
  padding: 0.875rem 1.3rem;
}


.form-check .form-check-label.asset {
  font-size: 16px;
  line-height: 1.21;
  font-weight: 700;
  color: #000;
}

.justify-end {
  justify-content: flex-end;
}

.base_color {
  color: #1F3BB3;
}

.main_box_badge {
  background-color: #fff;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}

.badge_label {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.mt_badge {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-weight: 700;
  font-size: 14px;
}

.mt_badge.register {
  width: 85px;
}

.badge_danger {
  background-color: rgba(249, 95, 83, 0.2);
  color: red;
}

.badge_info {
  background-color: rgba(82, 205, 255, 0.2);
  color: #0050c7;
}

.badge_dark {
  background-color: rgba(30, 40, 61, 0.2);
  color: #000;
}

.badge_success {
  background-color: rgb(44 183 83 / 20%);
  color: #0ca110;
}

.badge_warning {
  background-color: #ffe1b9;
  color: #cf5f00;
}

.report_data {
  background-color: #fff;
  border-radius: 10px;
}

.report_name {
  padding: 20px;
}

.report_name_detail {
  padding: 20px;
  border-bottom: 1px solid #e7e7e7;
}

.field_report_label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}


.home_side_menu {
  width: 500px;
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  margin: auto;
  margin-top: 120px;
  border: 1px solid #d7d7d7;
}

.home_side_menu i {
  font-size: 40px;
  color: #1F3BB3;
}

.home_side_menu h3 {
  margin-top: 10px;
  font-weight: 600;
}




/*************** Login ***************/

.lg_classic_bg {
  background-color: #F4F5F7;
  height: 100vh;
  padding: 10px 30px;
}

.lg_logo {
  width: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lg_illustration {
  width: 65%;
  margin: auto;
  margin-top: 60px;
}

.select_new_type {
  padding-left: 50px !important;
}

.pos-rel {
  position: relative;
}

.abs_pos {
  position: absolute;
  top: 17px;
  left: 14px;
}

.abs_pos i {
  font-size: 20px;
}

.right_body {
  padding: 100px;
  width: 100%;
  text-align: -webkit-center;
}
form#LoginForm{
  width: 35%;
}

.welcome_back {
  color: #48536a;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  margin-bottom: 8px;
}

.sign_in_pls {
  color: #98a1ae;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-bottom: 36px;
}

select.form-control.select_new_type {
  outline: 1px solid #f3f7fa;
  color: #6c6c6c;
  background-color: #f3f7fa;
}

input.form-control.select_new_type {
  outline: 1px solid #f3f7fa;
  color: #6c6c6c;
  background-color: #f3f7fa;
  border: 1px solid #f3f7fa;
}

input.form-control.select_new_type::placeholder {
  color: #6c6c6c;
}

.forgot_word {
  margin-top: 7px;
  text-align: right;
  margin-bottom: 20px;
}

.forgot_word a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.sign_button .btn.btn-primary {
  width: 100%;
  height: 60px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc_policy {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.pc_policy_right {
  color: #000;
  font-size: 14px;
  text-align: right;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .pc_policy {
    text-align: center;
  }

  .pc_policy_right {
    text-align: center;
  }

  .lg_illustration {
    display: none;
  }

  .right_body {
    padding: 40px 30px;
  }

  .lg_logo {
    margin-left: auto;
    padding-top: 4px;
    margin-right: auto;
  }

  .lg_classic_bg {
    height: 10vh;
    padding: 10px 30px;
  }
  .sign_button .btn.btn-primary {
    margin-bottom: 50px;
}

}

/*************** Login ***************/

.sidebar {
  height: calc(100vh - 97px);
  overflow-y: auto;
  position: fixed;
}
label.error{
  color: red !important;
}
.action-btn {
  width: 18.66667%;
}
.table thead th {
  padding-right: 33px !important;
}
.form-group select {
  padding: 0.4375rem 0.75rem;
  border: 0;
  outline: 1px solid #dee2e6;
  color: #212529;
  line-height: 2 !important;
  font-weight: 400;
  font-size: 0.875rem;
  border-radius: 4px;
  height: 2rem;
  box-shadow: none;
  min-height: 3.175rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #ffff;
  width:100%;
  display:block
  }

  .datepicker-here .datepicker {
    margin-left: auto;
    margin-right: auto;
  }
  .datepicker--cell.-current- {
    color: #fff !important;
    border-color: #4eb5e6 !important;
    background-color: #786f73 !important;
  }
  .datepicker--cell.-current-.-focus- {
    color: #fff !important;
  }
  .datepicker--cell-day {
    color: #000 !important;
    font-weight: 500 !important;
  }
  .datepicker--cell
  {
    font-size: 14px !important;
  }
  .datepicker--cell.-selected- {
    color: #fff !important;
    border: none !important;
    background-color: #bab5b7 !important;
  }
  .datepicker--nav-action
  {
    background-color: transparent !important;
  }
  .datepicker--nav-action:hover
  {
    background-color: transparent !important;
  }
  .datepicker--day-name
  {
    color:#3d0a20 !important;
    font-weight: 700 !important;
  }
  .jqTimepsaceContainer header time:first-child {
    margin-left: -22px;
    padding-left: 27px;
  }
  .jqTimepsaceContainer header time:not(:first-child){
    border-left: none;
  }
  .datepicker--nav-action path {
    fill: none !important;
    stroke: #3d0a20 !important;
    stroke-width: 2px !important;
  }
  .datepicker--nav-title
  {
    color:#3d0a20 !important;
  }
  .datepicker--nav-title i
  {
    color:#3d0a20 !important;
  }
  .pagination .page-item.active .page-link, .pagination .page-item:hover .page-link, .pagination .page-item:focus .page-link, .pagination .page-item:active .page-link,.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link, .pagination .page-item:focus .page-link, .pagination .page-item:active .page-link
  {
    color: #fff !important;
    background-color: #0d6efd;
  }
  .bootstrap-timepicker-widget table td a {
    padding: 0 0 !important;
  }
  .table td {
    word-break: break-all;
    white-space: normal;
    line-height: 1.3;
  }
