@import url("https://fonts.googleapis.com/css2?family=Lato&family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
:root {
  --primaryColor: #1961AC;
  --secondaryColor: #DEDC00;
  --ternaryColor: #475f7b;
  --newTernaryColor: #6e94b5;
  --primarySecondaryColor: #013154;
  --commonColor: #333;
  --whiteColor: #f1f4f9;
  --offwhiteColor: #f5f5f5;
  --commonRed: #b7423b;
  --commonFont: "Lato", sans-serif;
  --headingFont: Arial, Helvetica, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  background-color: var(--primaryColor);
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: var(--commonColor);
  text-decoration: none;
}

img {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--commonFont);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: var(--headingFont);
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea, button {
  border: none;
  outline-style: none;
  background-color: transparent;
}

input[type=submit], input[type=button] button {
  cursor: pointer;
}

@media only screen and (max-width: 1320px) {
  html {
    font-size: 47.5%;
  }
}
.main_container {
  width: calc(100% - 29.4rem);
  padding: 1rem;
  position: relative;
  z-index: 99;
  padding-left: 0;
}
.main_container.container_close {
  padding-left: 0;
  width: calc(100% - 8rem);
  z-index: 9;
}

.main_content_area {
  min-height: calc(100vh - 12rem);
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}

.mCustomScrollBox#mCSB_2 {
  padding-right: 4rem;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

.title_area img {
  margin-right: 1rem;
  width: 30px;
}

.body_heading_area {
  width: 100%;
  margin-bottom: 16px !important;
}
.body_heading_area .title_area {
  margin-bottom: 0 !important;
}
.body_heading_area .title_area .icon_back {
  width: 5rem;
  height: 5rem;
  background-color: var(--secondaryColor);
  border-radius: 100%;
  margin-right: 1rem;
}
.body_heading_area .title_area .icon_back img {
  margin-right: 0;
  width: 20px;
  filter: brightness(0) invert(0);
}
.body_heading_area .title_area h1 {
  font-weight: 700;
  font-size: 17px;
}
.body_heading_area .button_position {
  position: absolute;
  top: 16px;
  right: 17px;
  display: flex;
  align-items: center;
}
.body_heading_area .button_position .btn {
  margin-right: 10px;
  padding: 4px 8px !important;
}
.body_heading_area .button_position .btn i {
  margin-right: 5px;
}
.body_heading_area .button_position .btn:last-child {
  margin-right: 0;
}
.body_heading_area .custom_bedcrumb li {
  position: relative;
  color: var(--primaryColor);
  font-size: 12px;
  margin-right: 1rem;
  padding-right: 1rem;
}
.body_heading_area .custom_bedcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.body_heading_area .custom_bedcrumb li:last-child::before {
  display: none;
}
.body_heading_area .custom_bedcrumb li::before {
  position: absolute;
  top: 2px;
  right: -4px;
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 11px;
  color: #a3b7cf;
}

.title_area {
  margin-bottom: 16px;
}
.title_area h2 {
  font-size: 16px;
}

.dataTables_wrapper input,
.dataTables_wrapper select {
  padding: 0 15px 0 15px;
  height: 3rem;
  border-radius: 5px;
  border: none;
  color: rgba(0, 0, 0, 0.6);
}

.ui-datepicker-trigger {
  display: none;
}

.btn-primary {
  background-color: var(--primaryColor);
}

.btn {
  margin: 0;
  padding: 8px 2rem !important;
  width: auto;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.btn i {
  margin-right: 8px;
}
.btn:hover {
  opacity: 1;
  background-color: var(--bs-btn-hover-bg);
}
.btn .btn_details_wrapper {
  display: flex;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  width: 100%;
}

#sample-data-table_wrapper {
  overflow-x: visible !important;
}

.btn_details_wrapper {
  margin-bottom: 16px;
}

.dataTables_paginate {
  float: right;
}

.btn-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.heading_with_icon h4 {
  font-size: 16px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.heading_with_icon h4 i {
  margin-right: 8px;
  color: var(--primaryColor);
  font-size: 2rem;
}

.download {
  padding-left: 3rem;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: underline;
}
.download i {
  color: var(--primaryColor);
  font-size: 2rem;
  margin-right: 8px;
}

.table-head-color > thead tr > th {
  border-bottom: none;
  padding: 10px;
  background-color: #6c757d;
  color: #fff !important;
}

.table-head-color > thead tr > th a {
  color: #fff !important;
}

/*.row{
    padding: 0 10px !important;
}*/
.ms-options-wrap .ms-options .ms-selectall {
  font-size: 12px !important;
}

.ms-options-wrap .ms-options .ms-search input {
  font-size: 12px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.pb10 {
  margin-bottom: 10px;
}

.pb20 {
  margin-bottom: 2rem;
}

.pb30 {
  margin-bottom: 3rem;
}

.pb40 {
  margin-bottom: 4rem;
}

.margin_top_style {
  margin-top: 2.8rem;
  position: relative;
}

#add_more_issue {
  position: relative;
}

.relative {
  position: relative;
}

.button_icon {
  width: 3rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_icon i {
  margin-right: 0;
}
.button_icon.add_remove {
  position: relative;
  top: 23px;
  right: 0;
  bottom: 0;
}

.table-border > thead tr > th {
  border: none;
}

.table.table-striped.dataTable.no-footer > thead tr > th {
  border-bottom: none;
  padding: 10px 8px;
  background-color: var(--newTernaryColor);
  color: #fff !important;
  font-size: 12px;
}

.table-head-color > thead tr > th {
  border-bottom: none;
  padding: 10px;
  background-color: var(--newTernaryColor);
  color: #fff !important;
  font-size: 13px;
}

.warning_content {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
}

.button {
  background-color: var(--primaryColor);
}

.button-gray {
  background-color: #555555;
}

.table.table-striped.dataTable.no-footer > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.table-odd-even > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.table-responsive {
  overflow-y: scroll;
}
.table-responsive .fa-solid.fa-bars-staggered {
  font-size: 20px;
}

.table.table-striped.dataTable.no-footer {
  border: rgba(0, 0, 0, 0.05) 1px solid !important;
}
.table.table-striped.dataTable.no-footer th span {
  display: none;
}
.table.table-striped.dataTable.no-footer .dropdownList {
  cursor: pointer;
}
.table.table-striped.dataTable.no-footer .dropdownList .fa-solid.fa-bars-staggered {
  font-size: 16px;
}
.table.table-striped.dataTable.no-footer tr td {
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid !important;
  padding: 4px 8px;
  font-size: 11px;
  box-shadow: none;
  background-color: transparent !important;
}

table {
  border: none !important;
  margin-bottom: 0;
}
table th span {
  display: none;
}
table .dropdownList {
  cursor: pointer;
}
table .dropdownList .fa-solid.fa-bars-staggered {
  font-size: 16px;
}
table tr td {
  border: none !important;
  padding: 8px 10px;
  font-size: 12px;
}

.dropdownList {
  font-size: 16px;
}

#load_screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  flex-direction: column;
}
#load_screen img {
  margin-bottom: 2rem;
}

.heading_wrap {
  margin-bottom: 1rem;
}
.heading_wrap i {
  width: 2rem;
  color: var(--primaryColor);
}
.heading_wrap h2 {
  font-size: 16px;
  font-weight: 700;
}

.communication_list {
  width: 100%;
  margin-bottom: 1rem;
}
.communication_list .gallery-page .gallery-thumb-border {
  padding: 1rem;
  margin-bottom: 0;
}

.button.button-info.add_new_sample {
  float: right;
}

.alert-button {
  display: flex;
  justify-content: space-between;
}
.alert-button .btn {
  flex: 0 0 50%;
}

@media only screen and (max-width: 1920px) {
  /*.main_content_area{
        height: calc(100vh - 14rem);
    }*/
}
/*@media only screen and (max-width:1320px){
    .main_content_area{
        height: calc(100vh - 14.5rem);
    }
}*/
@media only screen and (max-width: 992px) {
  .main_container {
    padding-left: 2rem;
    width: 100%;
    z-index: 9;
  }
  .main_container.container_close {
    padding-left: 2rem;
    width: 100%;
  }
  .table_overflow_scroll {
    overflow-x: auto;
  }
  .table-border {
    max-width: 1600px;
    width: 1600px;
  }
  .main_content_area {
    padding: 2rem;
  }
  .mCSB_inside > #mCSB_2_container {
    padding-top: 6rem;
  }
  .mCustomScrollBox#mCSB_2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  .body_heading_area {
    flex-direction: column;
  }
  .body_heading_area .title_area {
    margin-bottom: 2rem;
  }
  .table_overflow_scroll.responsive th span {
    display: block;
  }
  .table_overflow_scroll.responsive .table-border {
    max-width: 100%;
    width: 100%;
  }
  .table_overflow_scroll.responsive thead {
    display: none;
  }
  .table_overflow_scroll.responsive tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid !important;
    position: relative;
  }
  .table_overflow_scroll.responsive td:before {
    content: attr(data-label);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    padding: 10px 0 10px 25px;
    cursor: pointer;
    background-color: var(--offwhiteColor);
    width: 100%;
    flex: 0 0 50%;
  }
  .table_overflow_scroll.responsive td.toggle:after {
    content: "\f0dc";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
  }
  .mCSB_inside > #mCSB_2_container {
    padding-right: 0;
  }
  .mCSB_scrollTools {
    right: -5px !important;
  }
  .body_heading_area .title_area {
    flex-direction: column;
  }
  .body_heading_area .title_area .icon_back {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .body_heading_area .button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.tab-content > .fade.active {
  display: block !important;
  opacity: 1 !important;
}

.select.input-panel {
  background-position: 100% center !important;
}

.error-message {
  font-size: 12px;
  top: calc(100% + 5px);
}

.alert-popup-view {
  text-align: center;
  font-size: 14px;
  font-size: 14px;
  line-height: 24px;
}
.alert-popup-view h3 {
  margin-bottom: 2rem;
}

.button {
  padding: 8px 1rem;
  width: auto;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.button i {
  margin-right: 4px;
  font-size: 11px;
}

.comment_list {
  width: 100%;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  margin-bottom: 1rem;
}
.comment_list li {
  list-style: none;
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  line-height: 18px;
}
.comment_list li:last-child {
  border-bottom: none;
}
.comment_list li b {
  border-right: rgba(0, 0, 0, 0.1) 1px solid;
  padding: 8px;
  color: var(--primaryColor);
}
.comment_list li span {
  padding: 8px;
}

.ms-options-wrap .ms-options {
  overflow: visible;
}
.ms-options-wrap .ms-options a {
  width: 100%;
  display: block;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  padding: 8px 10px;
  margin: 0 !important;
}

.ms-options-wrap .ms-options ul li.selected label {
  color: var(--primaryColor);
}

.ms-options-wrap .ms-options ul li.selected label {
  background-color: transparent;
  background: none !important;
}

.ms-options-wrap .ms-options ul li {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  padding: 8px 10px;
}
.ms-options-wrap .ms-options ul li ul li {
  border-bottom: none;
}
.ms-options-wrap .ms-options ul li label {
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  border: none;
}
.ms-options-wrap .ms-options ul li label:hover {
  background-color: transparent;
  background: none !important;
}
.ms-options-wrap .ms-options ul li label.focused {
  background-color: transparent;
  background: none !important;
}
.ms-options-wrap .ms-options ul li input[type=checkbox] {
  position: relative;
  top: 0;
  left: 0;
}

.dataTables_wrapper input,
.dataTables_wrapper select {
  border: rgba(0, 0, 0, 0.1) 1px solid;
}

select option {
  font-size: 12px;
}

.audit-text-box {
  width: 14rem;
  height: 2.5rem;
  font-size: 12px;
}

.fixed_list_wrap .common_list:last-child {
  border-bottom: none !important;
}

.fixed_asset_wrap .list_head {
  width: 100%;
  background-color: var(--newTernaryColor);
  border-radius: 5px 5px 0 0;
  margin: 2rem 0 0 0;
  padding: 0 0 0 20px;
}
.fixed_asset_wrap .list_head .common_div {
  text-align: left;
  color: var(--whiteColor);
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.fixed_asset_wrap .list_head .common_div strong {
  font-size: 12px;
}
.fixed_asset_wrap .list_head .common_div i {
  font-size: 16px;
  margin-right: 6px;
  color: var(--whiteColor);
}
.fixed_asset_wrap .common_list {
  padding: 8px 12px;
  font-size: 12px;
  background-color: var(--offwhiteColor);
  margin: 0;
  width: 100%;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}
.fixed_asset_wrap .common_list .audit-text-box {
  width: 100%;
}
.fixed_asset_wrap .common_list .common {
  display: flex;
  align-items: center;
}
.fixed_asset_wrap .common_list.description .audit-text-box {
  width: 100%;
}

.bagde {
  padding: 5px 1rem 6px;
}

.table-border > thead tr > th {
  font-size: 12px;
  padding: 10px 8px;
  border: none;
}

.table-border tr td {
  padding: 4px 8px;
  font-size: 11px;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid !important;
}

table {
  border: rgba(0, 0, 0, 0.05) 1px solid !important;
}

table tr td {
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid !important;
}

.ovarlay_menu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.logo_wrapper h2 {
  color: var(--primaryColor);
  font-size: 14px;
  margin-left: 1rem;
  font-weight: 600;
  padding: 3px 7px;
  border-radius: 5px;
  background-color: var(--secondaryColor);
}

.popup-container {
  border-radius: 8px;
}

.common_popup .sort-highlight {
  background: rgba(247, 247, 247, 0.8392156863);
}
.common_popup h3 {
  font-size: 18px;
  margin-bottom: 1rem;
}
.common_popup h3 i {
  color: var(--primaryColor);
}
.common_popup .popup_form_wrapper {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 0 20px;
  border-radius: 8px;
  border: #ddd 1px solid;
}
.common_popup .popup_form_wrapper .pop_list {
  margin-bottom: 1rem;
}
.common_popup .popup_form_wrapper .pop_list:last-child {
  margin-bottom: 0;
}
.common_popup .popup_form_wrapper h5 {
  font-size: 14px;
  margin-bottom: 1rem;
  color: var(--primaryColor);
}
.common_popup .popup_form_wrapper h5 i {
  color: #000;
  width: 2rem;
}

.error-message {
  display: block !important;
}

.comment_list_wrap {
  max-height: 733px;
  overflow: auto;
}

.sampling_container {
  border-bottom: #ddd 1px solid;
  background-color: #f3f3f3;
  padding: 1rem;
}
.sampling_container:last-child {
  border-bottom: none;
}
.sampling_container:first-child {
  margin-top: 2rem;
}
.sampling_container h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.sampling_container h5 i {
  color: var(--primaryColor);
}
.sampling_container p {
  font-size: 14px;
}

.sample_data_details .btn {
  margin-top: 0 !important;
}

.height_auto {
  min-height: auto !important;
  max-height: none !important;
}

.add_more {
  color: var(--primaryColor) !important;
}

.add_more_remove {
  color: var(--commonRed) !important;
  top: 12px;
  position: relative;
}
.add_more_remove i {
  color: var(--commonRed) !important;
}

.ui-datepicker-trigger {
  top: 21px !important;
}

.ms-options-wrap .ms-options {
  max-height: 250px !important;
  overflow: auto !important;
}

.dropdownList-content {
  border: none !important;
}

.sample {
  min-height: 400px !important;
}
.sample .form-panel i {
  bottom: 0 !important;
  top: 13px !important;
}

.card_sample {
  min-height: 210px !important;
}

.date .form-panel .ui-datepicker-trigger {
  top: 20px !important;
}

.dataTables_wrapper input,
.dataTables_wrapper select {
  margin: 0 0 0 0.05rem;
}

.section_dashboard.process .btn {
  float: left;
}

.popup-container,
.popup-container-sm,
.popup-container-me,
.popup-container-la,
.popup-container-el {
  padding: 1rem;
}

table > thead > tr > th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

table > thead > tr > th i {
  position: relative;
  left: 5px;
}

.table_overflow_scroll {
  padding-bottom: 46px;
  width: 100%;
}

@media only screen and (max-width: 1400px) {
  .table_overflow_scroll {
    overflow-x: auto !important;
    overflow-y: visible !important;
  }
}
.table-border > thead tr > th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  text-transform: capitalize;
}

table.dataTable thead th::after {
  right: 4px !important;
}

.inline-form {
  width: 100%;
}
.inline-form a {
  border-bottom: 1px solid #eee;
}
.inline-form a:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: none;
}

.bagde.bagde-new {
  background-color: #6c757d;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px 3px;
  font-size: 11px;
  margin: 2px;
}

.bagde {
  padding: 2px 8px 3.5px;
  font-size: 11px;
}

ul.alert_wrapper {
  display: flex;
  width: 100%;
  border-top: rgba(0, 0, 0, 0.1) 1px solid;
  border-left: rgba(0, 0, 0, 0.1) 1px solid;
  background-color: #f7f7f7;
}
ul.alert_wrapper:last-child {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}
ul.alert_wrapper li {
  padding: 8px 14px;
  flex: 0 0 20%;
  border-right: rgba(0, 0, 0, 0.1) 1px solid;
  font-size: 13px;
  line-height: 18px;
}
ul.alert_wrapper li b {
  display: flex;
  align-items: center;
}
ul.alert_wrapper li b i {
  color: var(--ternaryColor);
  font-size: 15px;
  width: 23px;
}
ul.alert_wrapper li:last-child {
  flex: 0 0 80%;
}

.updateButton i {
  color: #fff !important;
}

.product_detail_popup .table_overflow_scroll {
  padding-bottom: 0 !important;
}

.created-in-portal {
  background-color: #d8e6f5 !important;
}

.input_wrapper.check input {
  margin-right: 8px;
  width: 15px;
  height: 15px;
}

.input_wrapper.check {
  margin-top: 6px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.bg-primary, .bg-danger, .alert-primary, .bg-secondary, .bg-success, .bg-info, .bg-warning, .bg-error, .bg-gray {
  padding: 5px 5px 6px 5px !important;
  font-size: 11px !important;
}

@media only screen and (max-width: 1500px) {
  .input_wrapper.check {
    margin-top: 0;
  }
}
.form-panel.download-file label {
  margin-right: 10px;
}
.form-panel.download-file a {
  padding: 5px 10px;
  background-color: var(--primaryColor);
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
}

.view_alert .table-border tr td:first-child {
  border-right: #ddd 1px solid !important;
}

.alert-popup-view .alert-button .btn:first-child {
  border-radius: 0 0 0 0.8rem;
}

.alert-popup-view .alert-button .btn:last-child {
  border-radius: 0 0 0.8rem 0;
}

.add_more_wrapper .button_icon.add_remove {
  top: 0;
}

.ui-datepicker-calendar th span {
  display: block;
}

.page-message li.error {
  color: red;
}
.page-message li.success {
  color: #198754;
}

.error {
  color: red;
}

.success {
  color: #198754;
}

.log_in_page_wrapper.download_app_wrap {
  padding: 0 30px;
}

.main_area_download_app {
  max-width: 530px;
  width: 100%;
  padding: 0;
  border-radius: 8px;
  background-color: #f1f4f9;
  position: relative;
  z-index: 99;
}
.main_area_download_app .logo_area {
  width: 100%;
  padding: 15px 10px 10px;
  border-bottom: #ddd 1px solid;
}
.main_area_download_app .logo_area img {
  width: 150px;
}
.main_area_download_app .content_area {
  width: 100%;
  padding: 2rem;
}
.main_area_download_app .content_area h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.main_area_download_app .content_area h2.version {
  background-color: var(--secondaryColor);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 0;
}
.main_area_download_app .content_area .heading_details {
  margin-bottom: 2rem;
}
.main_area_download_app .content_area p {
  font-size: 16px;
  margin-bottom: 0;
}
.main_area_download_app .content_area p.release {
  color: var(--primaryColor);
  font-size: 13px;
  padding-left: 7px;
}
.main_area_download_app .content_area .button_wrapper {
  margin-bottom: 15px;
}
.main_area_download_app .content_area .button_wrapper a {
  color: #fff !important;
  padding: 10px 30px;
  width: auto;
  text-decoration: none !important;
  font-size: 14px;
}
.main_area_download_app .content_area .button_wrapper a i {
  font-size: 2rem;
  color: #fff;
}
.main_area_download_app .content_area .verison_content_details {
  width: 100%;
  background-color: #efefef;
}
.main_area_download_app .content_area .verison_content_details ol {
  margin-top: 1rem;
}
.main_area_download_app .content_area .verison_content_details ol li {
  padding: 5px 5px 5px 10px;
  background: #fff;
  font-size: 13px;
  border-bottom: #ddd 1px solid;
}
.main_area_download_app .content_area .verison_content_details ol li:nth-child(2n+2) {
  background: #f9f9f9;
}
.main_area_download_app .content_area .verison_content_details .content_of_version {
  width: 100%;
  padding: 0 15px 10px;
  max-height: 371px;
  overflow: auto;
}
.main_area_download_app .content_area .verison_content_details .v_wrapper {
  border-bottom: #ddd 1px solid;
  padding: 10px 15px;
  width: 100%;
}
.main_area_download_app .content_area .verison_content_details .v_wrapper a {
  color: #fff !important;
  padding: 6px 10px;
  width: auto;
  text-decoration: none !important;
  font-size: 12px;
}
.main_area_download_app .content_area .verison_content_details .v_wrapper a i {
  font-size: 2rem;
  color: #fff;
}
.main_area_download_app .content_area .verison_content_details .heading-02 {
  font-size: 17px !important;
  color: var(--primaryColor);
  font-weight: 500;
}
.main_area_download_app .content_area .verison_content_details h2 {
  font-size: 16px;
  font-weight: 400;
}
.main_area_download_app .content_area .verison_content_details p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 1299px) {
  .body_heading_area {
    padding-top: 10px;
  }
  .side_menu_bar ul.menu li .nav_drop_arrow {
    top: 17px;
  }
}
.list_report_wrapper .accordion-header {
  position: relative;
}
.list_report_wrapper .accordion-header .checkbox-position {
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 9;
}
.list_report_wrapper .accordion-header .checkbox-position .switch {
  width: 55px;
}
.list_report_wrapper .accordion-button {
  font-weight: 500;
  padding: 14px 20px 14px 78px;
  font-size: 14px;
}
.list_report_wrapper .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #475f7b;
}
.list_report_wrapper .accordion .accordion .accordion-button {
  padding: 14px 20px 14px 20px;
  background-color: #dfdfdf;
}
.list_report_wrapper .accordion .accordion .accordion-button:not(.collapsed) {
  background-color: #475f7b;
}

.log_in_page_wrapper .company_info_wrapper .logo {
  width: auto !important;
  max-height: 80px !important;
  margin: 0;
}

header .logo img {
  width: auto !important;
  max-width: 118px;
  max-height: 60px;
}

.dropdownList-content {
  border-radius: 5px !important;
  width: 23.8rem;
  min-height: 5rem;
  right: -17px !important;
  top: calc(100% + 1rem) !important;
  padding: 0 0 !important;
}
.dropdownList-content.dropdown-menu {
  min-height: auto;
}
.dropdownList-content.show {
  top: calc(100% + 1.5rem) !important;
}
.dropdownList-content::before {
  display: none !important;
}
.dropdownList-content a {
  width: 100%;
  height: auto;
  border-bottom: #31475f 1px solid !important;
  padding: 10px 15px !important;
  font-size: 13px !important;
  color: #a3b7cf !important;
  margin: 0 !important;
  display: block;
  text-transform: capitalize !important;
  transition: all 0.5s ease-in-out;
  background-color: var(--ternaryColor) !important;
}
.dropdownList-content a:first-child::before {
  width: 24px;
  height: 14px;
  background-image: url(../../images/new/drop_arrow.png);
  position: absolute;
  top: 11px;
  right: -13px !important;
  transform: rotate(90deg);
  content: "";
}
.dropdownList-content a:hover {
  color: var(--whiteColor) !important;
}
.dropdownList-content a:hover span {
  color: var(--whiteColor) !important;
}
.dropdownList-content a:last-child {
  border-bottom: none !important;
}
.dropdownList-content a i {
  width: 26px;
  margin-right: 0;
  font-size: 16px;
  text-align: center;
}
.dropdownList-content a span {
  transition: all 0.5s ease-in-out;
  color: #a3b7cf !important;
}
.dropdownList-content .icon-button {
  width: 100%;
  height: auto;
  border-bottom: #31475f 1px solid !important;
  padding: 10px 15px !important;
  font-size: 13px !important;
  color: #a3b7cf !important;
  margin: 0 !important;
  display: block;
  text-transform: capitalize !important;
  transition: all 0.5s ease-in-out;
  text-align: left;
  background-color: var(--ternaryColor) !important;
}
.dropdownList-content .icon-button:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dropdownList-content .icon-button:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dropdownList-content .icon-button:hover {
  color: var(--whiteColor) !important;
}
.dropdownList-content .icon-button:hover span {
  color: var(--whiteColor) !important;
}
.dropdownList-content .icon-button:last-child {
  border-bottom: none !important;
}
.dropdownList-content .icon-button i {
  width: 26px;
  margin-right: 0;
  font-size: 16px;
  text-align: center;
}
.dropdownList-content .icon-button span {
  transition: all 0.5s ease-in-out;
  color: #a3b7cf !important;
}

.dropdown-menu {
  background-color: var(--ternaryColor);
  border-radius: 5px;
  top: calc(100% + 2rem) !important;
  right: -1px !important;
  width: 23.8rem;
  padding: 0;
  transform: translate(0) !important;
  opacity: 0;
  display: block;
  transition: all 0.1s ease-in-out;
  white-space: wrap;
  visibility: hidden;
}
.dropdown-menu .noti_head {
  width: 100%;
  margin-bottom: 1rem;
}
.dropdown-menu.notification {
  width: 45rem;
}
.dropdown-menu.notification ul {
  padding: 0;
  max-height: 355px;
  overflow: auto;
}
.dropdown-menu.notification ul li {
  border-bottom: #31475f 1px solid;
  padding: 15px !important;
  border-radius: 0;
}
.dropdown-menu.notification ul li.bg-primary {
  padding: 15px !important;
  background-color: #397cbe !important;
}
.dropdown-menu.notification ul li.bg-primary a {
  color: #fff !important;
}
.dropdown-menu.notification ul li.bg-primary a .icon {
  filter: brightness(0) invert(1);
}
.dropdown-menu.notification ul li a:hover {
  color: #a3b7cf;
}
.dropdown-menu.notification ul li a:hover .main_noti {
  color: var(--whiteColor);
}
.dropdown-menu.notification ul li:last-child {
  border-bottom: 0;
}
.dropdown-menu.show {
  top: calc(100% + 1rem) !important;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu::before {
  width: 24px;
  height: 14px;
  background-image: url(../../images/new/drop_arrow.png);
  position: absolute;
  top: -10px;
  right: 9px;
  content: "";
}
.dropdown-menu .profile_name {
  width: 100%;
  padding: 13px 15px;
  border-bottom: #31475f 1px solid;
}
.dropdown-menu .profile_name h3 {
  color: var(--whiteColor);
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.dropdown-menu .profile_name h6 {
  font-size: 11px;
  text-transform: capitalize;
  color: #8daded;
}
.dropdown-menu .profile_password {
  width: 100%;
  border-top: #31475f 1px solid;
}
.dropdown-menu ul {
  width: 100%;
  padding: 13px 15px;
}
.dropdown-menu ul li {
  width: 100% !important;
  height: auto !important;
  background-color: transparent !important;
  margin-bottom: 13px;
  margin-right: 0 !important;
}
.dropdown-menu ul li:last-child {
  margin-bottom: 0;
}
.dropdown-menu ul li a {
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 0;
  padding-left: 0;
  font-size: 13px;
  color: #a3b7cf;
  display: block;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  word-wrap: break-word;
  white-space: normal;
}
.dropdown-menu ul li a:hover {
  background-color: transparent;
  color: var(--whiteColor);
}
.dropdown-menu ul li a .main_noti {
  line-height: 18px;
  padding-left: 24px;
  display: block;
  transition: all 0.5s ease-in-out;
}
.dropdown-menu ul li a .icon {
  width: 24px;
}
.dropdown-menu ul li a .icon img {
  width: 14px;
}

.dropdownList {
  position: relative;
  display: inline-block;
}

.dropdownList-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  height: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0px;
  text-align: left;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 5px;
}

.dropdownList-content a {
  padding: 7px 2px 7px 7px;
  text-decoration: none;
  display: block;
  text-align: left !important;
  border-bottom: 1px solid #eee;
}

.dropdownList-content a:hover {
  border-bottom: 1px solid #eee;
}

.dropdownList-content a:last-child {
  border-bottom: 0;
}

.dropdownList-content a span {
  color: #444444;
  text-align: left;
}

.show {
  display: block;
}

.card {
  box-shadow: none;
  border-radius: 10px;
  min-height: 14rem;
  border: none;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 3rem;
}
.card:hover .card-body {
  background-color: var(--primaryColor);
}
.card:hover .card-body img {
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
.card:hover .card-body h2 {
  color: rgba(255, 255, 255, 0.5);
}
.card:hover .card-body h2::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.card .card-body {
  padding: 1rem;
  background-color: #e1eaf9;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
.card .card-body img {
  height: 40px;
  margin-bottom: 2rem;
  transition: all 0.5s ease-in-out;
}
.card .card-body h2 {
  font-size: 15px;
  font-weight: 700;
  color: var(--primaryColor);
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
  padding-bottom: 2rem;
  position: relative;
  width: 100%;
  transition: all 0.5s ease-in;
}
.card .card-body h2::before {
  width: 10rem;
  height: 2px;
  background-color: var(--primaryColor);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  transition: all 0.5s ease-in;
}
.card .card-body h2::after {
  width: 6rem;
  height: 2px;
  background-color: var(--secondaryColor);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  transition: all 0.5s ease-in;
}
.card .card-body h2 span {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 2rem;
  position: relative;
}

.tab_area {
  width: 100%;
}
.tab_area .custom_tab {
  width: 100%;
  display: flex;
  padding-left: 6rem;
  position: relative;
}
.tab_area .custom_tab::after {
  width: 100%;
  height: 5px;
  background-color: var(--primaryColor);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 20px;
  z-index: 99;
}
.tab_area .custom_tab li {
  margin-right: 5rem;
  position: relative;
}
.tab_area .custom_tab li a {
  background-color: var(--offwhiteColor);
  color: var(--ternaryColor);
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 0;
  display: flex;
  align-items: center;
  position: relative;
  transition: none !important;
}
.tab_area .custom_tab li a span {
  position: relative;
  z-index: 999;
}
.tab_area .custom_tab li a img {
  margin-right: 1rem;
  width: 25px;
}
.tab_area .custom_tab li a.active {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.tab_area .custom_tab li a.active::before, .tab_area .custom_tab li a.active::after {
  background-color: var(--primaryColor);
  z-index: 99;
}
.tab_area .custom_tab li a.active img {
  filter: brightness(0) invert(1);
}
.tab_area .custom_tab li a::before, .tab_area .custom_tab li a::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
  background-color: var(--offwhiteColor);
}
.tab_area .custom_tab li a::before {
  right: -24px;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px, inset rgba(255, 255, 255, 0.09) -1px 0;
  border-radius: 0 8px 0 0;
  z-index: 99;
}
.tab_area .custom_tab li a::after {
  left: -24px;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px, inset rgba(255, 255, 255, 0.09) 1px 0;
  border-radius: 8px 0 0 0;
}
.tab_area .tab-content {
  padding-top: 1rem;
}

@media only screen and (max-width: 750px) {
  .tab_area {
    width: 100%;
  }
  .tab_area .custom_tab {
    padding-left: 5rem;
    justify-content: center;
  }
  .tab_area .custom_tab li a .text {
    display: none;
  }
  .tab_area .custom_tab li a img {
    margin-right: 0;
  }
}
.log_in_page_wrapper {
  width: 100%;
  height: 100vh;
  background-color: var(--primaryColor);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.log_in_page_wrapper::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../../images/new/login-bg2.png);
  opacity: 0.05;
}
.log_in_page_wrapper h1 {
  font-size: 4rem;
  color: var(--primaryColor);
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.log_in_page_wrapper h2 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}
.log_in_page_wrapper p {
  font-size: 18px;
  color: var(--commonColor);
}
.log_in_page_wrapper .main_login_wrapper {
  width: 60%;
  height: 74%;
  background-color: var(--whiteColor);
  border-radius: 10px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 0 30px;
}
.log_in_page_wrapper .company_info_wrapper {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  padding: 5rem;
}
.log_in_page_wrapper .company_info_wrapper .logo {
  width: 128px;
}
.log_in_page_wrapper .actual_log_wrapper {
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  padding: 5rem;
}
.log_in_page_wrapper .login_form_wrapper {
  width: 100%;
  padding: 3rem 0 0 0;
}
.log_in_page_wrapper .login_form_wrapper .forgot-pwd-link {
  font-size: 12px;
}
.log_in_page_wrapper .login-box {
  width: 100%;
  padding: 0;
}
.log_in_page_wrapper .login-box .form-panel {
  width: 100%;
  margin-bottom: 4rem;
}
.log_in_page_wrapper .login-box .form-panel label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.log_in_page_wrapper .login-box .form-panel .input_wrapper {
  width: 100%;
  position: relative;
}
.log_in_page_wrapper .login-box .form-panel .input_wrapper input {
  width: 100%;
  border: none;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  height: 40px;
  padding: 0;
  border-radius: 0;
  background-color: transparent !important;
  font-size: 12px;
}
.log_in_page_wrapper .button_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.log_in_page_wrapper .button_wrapper .buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
.log_in_page_wrapper .button_wrapper .buttons .button {
  width: 10rem;
  font-size: 12px;
}
.log_in_page_wrapper .button_wrapper .checkbox {
  margin: 0;
}
.log_in_page_wrapper .button_wrapper .checkbox label {
  font-size: 12px;
}
.log_in_page_wrapper .button_wrapper .button {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  width: 12rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.log_in_page_wrapper .button_wrapper .button i {
  margin-right: 1rem;
}
.log_in_page_wrapper .log_in_avator {
  width: 100%;
  height: 92%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.log_in_page_wrapper .log_in_avator img {
  width: 300px;
}
.log_in_page_wrapper .log_in_wave {
  width: 100%;
  position: absolute;
  bottom: -15.5rem;
  left: 0;
  opacity: 0.8;
}
.log_in_page_wrapper .log_in_wave img {
  width: 100%;
}
.log_in_page_wrapper .form-panel .page-message {
  position: absolute;
  bottom: -3rem;
  left: 0;
  color: red;
  font-size: 11px;
  font-style: italic;
}

@media only screen and (max-width: 1920px) {
  .log_in_page_wrapper .log_in_wave {
    bottom: -18.5rem;
  }
  .log_in_page_wrapper .main_login_wrapper {
    height: 520px;
  }
}
@media only screen and (max-width: 991px) {
  .log_in_page_wrapper p {
    font-size: 14px;
  }
  .log_in_page_wrapper .main_login_wrapper {
    width: calc(100% - 10rem);
    height: calc(100% - 10rem);
  }
  .log_in_page_wrapper .company_info_wrapper {
    display: none;
  }
  .log_in_page_wrapper .actual_log_wrapper {
    background-color: transparent;
    flex: 0 0 100%;
    width: 100%;
    padding: 4rem;
  }
}
@media only screen and (max-width: 500px) {
  .log_in_page_wrapper .main_login_wrapper {
    height: 72%;
  }
  .log_in_page_wrapper .login_form_wrapper {
    padding: 4rem 0 0 0;
  }
}
@media only screen and (max-width: 350px) {
  .log_in_page_wrapper .main_login_wrapper {
    width: calc(100% - 4rem);
  }
}
header {
  width: 100%;
  padding: 5px 1rem;
  background-color: var(--whiteColor);
  position: relative;
  z-index: 999;
}
header .logo img {
  width: 118px;
}
header .hamburger_menu {
  width: 20px;
  height: 27px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
header .hamburger_menu.close {
  height: 17px;
}
header .hamburger_menu.close span {
  background-color: transparent;
  height: 0;
}
header .hamburger_menu.close span::before {
  width: 100%;
  background-color: var(--primaryColor);
  transform: rotate(-45deg);
  top: 0;
}
header .hamburger_menu.close span::after {
  width: 100%;
  background-color: var(--primaryColor);
  transform: rotate(45deg);
  top: 0;
}
header .hamburger_menu span {
  width: 100%;
  height: 2px;
  background-color: var(--commonColor);
  border-radius: 10px;
  position: relative;
  display: block;
}
header .hamburger_menu span:last-child {
  margin-top: 8px;
}
header .hamburger_menu span::before {
  width: 60%;
  height: 2px;
  background-color: var(--commonColor);
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
}
header .hamburger_menu span::after {
  width: 80%;
  height: 2px;
  background-color: var(--commonColor);
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
}
header .details li {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #e6e6e6;
  margin-right: 25px;
  position: relative;
  cursor: pointer;
  z-index: 9;
}
header .details li .caret {
  color: var(--ternaryColor);
}
header .details li .drop_click {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
header .details li .notify_no {
  position: absolute;
  top: -5px;
  right: -21px;
  width: 30px;
  height: 30px;
  background-color: var(--commonRed);
  border-radius: 100%;
  color: var(--whiteColor);
  font-size: 10px;
  border: var(--whiteColor) 4px solid;
}
header .details li:last-child {
  margin-right: 0;
}
header .details li img {
  width: 20px;
}

@media only screen and (max-width: 992px) {
  header .hamburger_menu.close {
    height: 27px;
  }
  header .hamburger_menu.close span {
    background-color: var(--primaryColor);
    height: 2px;
  }
  header .hamburger_menu.close span::before {
    width: 60%;
    height: 2px;
    background-color: var(--commonColor);
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    transform: rotate(0);
  }
  header .hamburger_menu.close span::after {
    width: 80%;
    height: 2px;
    background-color: var(--commonColor);
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    transform: rotate(0);
  }
}
.slicknav_nav {
  display: block !important;
}

.side_menu_bar {
  position: relative;
  top: 1rem;
  left: 0;
  width: 29.4rem;
  height: 600px;
  z-index: 99;
  padding-top: 6rem;
}
.side_menu_bar.menu_close ul.menu li a.menu_item .text {
  white-space: nowrap;
}
.side_menu_bar .hamburger_menu {
  width: 20px;
  height: 27px;
  position: absolute;
  top: 16px;
  left: 15px;
  margin-right: 20px;
  cursor: pointer;
  display: none;
}
.side_menu_bar .hamburger_menu.close {
  height: 17px;
}
.side_menu_bar .hamburger_menu.close span {
  background-color: transparent;
  height: 0;
}
.side_menu_bar .hamburger_menu.close span::before {
  width: 100%;
  background-color: var(--whiteColor);
  transform: rotate(-45deg);
  top: 0;
}
.side_menu_bar .hamburger_menu.close span::after {
  width: 100%;
  background-color: var(--whiteColor);
  transform: rotate(45deg);
  top: 0;
}
.side_menu_bar .hamburger_menu span {
  width: 100%;
  height: 2px;
  background-color: var(--primaryColor);
  border-radius: 10px;
  position: relative;
  display: block;
}
.side_menu_bar .hamburger_menu span:last-child {
  margin-top: 8px;
}
.side_menu_bar .hamburger_menu span::before {
  width: 60%;
  height: 2px;
  background-color: var(--commonColor);
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
}
.side_menu_bar .hamburger_menu span::after {
  width: 80%;
  height: 2px;
  background-color: var(--commonColor);
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
}
.side_menu_bar .mCSB_inside > .mCSB_container {
  margin-right: 0;
  padding-left: 1.5rem;
}
.side_menu_bar .mCSB_scrollTools {
  left: 0;
  right: auto;
}
.side_menu_bar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #a3b7cf;
  background-color: #a3b7cf;
}
.side_menu_bar .mCSB_container {
  padding-top: 6rem;
}
.side_menu_bar.menu_close {
  width: 8rem;
  overflow: visible;
}
.side_menu_bar.menu_close .mCustomScrollBox {
  overflow: visible;
}
.side_menu_bar.menu_close .mCSB_container {
  overflow: visible;
}
.side_menu_bar.menu_close ul.menu li.active::before {
  top: -20px;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 7.5px 7.5px 0 7.5px #fff;
}
.side_menu_bar.menu_close ul.menu li.active::after {
  bottom: -20px;
  top: auto;
  width: 20px;
  height: 20px;
  border-top-right-radius: 20px;
  box-shadow: 7.5px -7.5px 0 7.5px #fff;
}
.side_menu_bar.menu_close ul.menu li.parent:hover .text {
  display: block;
  opacity: 1 !important;
}
.side_menu_bar.menu_close ul.menu li.parent.opendAccordion .text .nav_drop_arrow {
  transform: rotate(-180deg) !important;
}
.side_menu_bar.menu_close ul.menu li.parent .text .nav_drop_arrow {
  transform: rotate(0) !important;
  top: 14px;
}
.side_menu_bar.menu_close ul.menu li .text {
  position: absolute;
  background-color: #024170;
  color: #fff;
  width: 34rem;
  left: 100%;
  z-index: 9;
  padding: 12px 0 12px 1.5rem;
  top: 7px;
  display: none;
  opacity: 0 !important;
  transition: all 0.1s ease-in-out;
}
.side_menu_bar.menu_close ul.menu li.opendAccordion .text {
  display: block;
  opacity: 1 !important;
}
.side_menu_bar.menu_close ul.menu li.opendAccordion a.menu_item .nav_drop_arrow {
  transform: rotate(90deg);
}
.side_menu_bar.menu_close ul.menu li.opendAccordion li a.menu_item .nav_drop_arrow {
  transform: rotate(0deg);
}
.side_menu_bar.menu_close ul.menu li.opendAccordion li.opendAccordion a.menu_item .nav_drop_arrow {
  transform: rotate(-180deg);
}
.side_menu_bar.menu_close ul.menu li a.menu_item .nav_drop_arrow {
  opacity: 1;
  transform: rotate(-90deg);
  right: 1rem;
  z-index: 999;
}
.side_menu_bar.menu_close ul.menu li a.menu_item span {
  opacity: 0;
}
.side_menu_bar.menu_close ul.menu li ul {
  width: 34rem;
  height: auto;
  position: absolute;
  top: 43px;
  left: 100%;
  z-index: 999;
  background-color: var(--primarySecondaryColor);
  padding-top: 6px;
  padding-bottom: 6px;
}
.side_menu_bar.menu_close ul.menu li ul li::before {
  display: none;
}
.side_menu_bar.menu_close ul.menu li ul li a {
  padding: 12px 0 12px 15px !important;
}
.side_menu_bar.menu_close ul.menu li ul li ul {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 1rem;
  background-color: var(--primaryColor);
  padding-top: 10px;
  padding-bottom: 10px;
}
.side_menu_bar.menu_close ul.menu li ul li ul li::before {
  display: block;
}
.side_menu_bar.menu_close ul.menu li ul li ul li a {
  padding: 12px 0 12px 52px !important;
}
.side_menu_bar.menu_close ul.menu li.opendAccordion ul a.menu_item span {
  opacity: 1;
}
.side_menu_bar.menu_close ul.menu li:hover ul {
  opacity: 1;
}
.side_menu_bar.menu_close ul.menu li:hover ul li a.menu_item span {
  opacity: 1;
}
.side_menu_bar.menu_close ul.menu li:hover ul li ul {
  opacity: 1;
}
.side_menu_bar ul.menu {
  width: 100%;
  padding-left: 1rem;
}
.side_menu_bar ul.menu li {
  width: 100%;
  position: relative;
  /*.menu_icon{
      width: 24px;
      height: 24px;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: .5;
      filter: brightness(0) invert(1);
      margin-right: 15px;
      &.master_setting{
          background-image: url(../../images/new/side-nav/s-i1.png);
      }
  }*/
}
.side_menu_bar ul.menu li ul li .nav_drop_arrow {
  top: 1.7rem;
  font-size: 12px;
}
.side_menu_bar ul.menu li ul li.active a.menu_item {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.side_menu_bar ul.menu li ul li.active::after {
  display: none;
}
.side_menu_bar ul.menu li.opendAccordion ul li.opendAccordion .nav_drop_arrow {
  transform: rotate(-180deg);
}
.side_menu_bar ul.menu li.opendAccordion ul li .nav_drop_arrow {
  transform: rotate(0deg);
}
.side_menu_bar ul.menu li.opendAccordion .nav_drop_arrow {
  transform: rotate(-180deg);
}
.side_menu_bar ul.menu li .nav_drop_arrow {
  position: absolute;
  top: 18px;
  right: 38px;
  font-size: 16px;
  color: #a3b7cf;
}
.side_menu_bar ul.menu li.active::before {
  position: absolute;
  top: -48px;
  right: 0;
  content: "";
  width: 48px;
  height: 48px;
  z-index: 1;
  border-bottom-right-radius: 48px;
  box-shadow: 18.5px 18.5px 0 18.5px #fff;
}
.side_menu_bar ul.menu li.active::after {
  position: absolute;
  top: 50px;
  right: 0;
  content: "";
  width: 48px;
  height: 48px;
  z-index: 1;
  border-top-right-radius: 48px;
  box-shadow: 18.5px -18.5px 0 18.5px #fff;
}
.side_menu_bar ul.menu li.active a.menu_item {
  background-color: #fff;
  color: var(--primaryColor);
}
.side_menu_bar ul.menu li.active a.menu_item img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.side_menu_bar ul.menu li.active ul li a.menu_item {
  background-color: transparent;
  color: #a3b7cf;
}
.side_menu_bar ul.menu li.active ul li.active::before {
  box-shadow: none;
  border: none;
}
.side_menu_bar ul.menu li a.menu_item {
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  color: #a3b7cf;
  font-size: 14px;
  text-transform: capitalize;
  padding: 15px 0 15px 2rem;
  border-radius: 50px 0 0 50px;
  word-break: keep-all;
  position: relative;
}
.side_menu_bar ul.menu li a.menu_item span {
  white-space: nowrap;
}
.side_menu_bar ul.menu li a.menu_item img {
  filter: brightness(0) invert(1);
  margin-right: 15px;
  width: 16px;
  height: 16px;
}
.side_menu_bar ul.menu li ul {
  padding-left: 0;
}
.side_menu_bar ul.menu li ul li ul {
  padding-left: 40px;
}
.side_menu_bar ul.menu li ul li ul li::before {
  left: 20px;
  top: -4px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 16px;
  background-size: cover;
}
.side_menu_bar ul.menu li ul li ul li:first-child a.menu_item {
  border-radius: 20px 0 0 0;
}
.side_menu_bar ul.menu li ul li ul li:last-child a.menu_item {
  border-radius: 0 0 0 20px;
}
.side_menu_bar ul.menu li ul li ul li a.menu_item {
  font-size: 12px;
  padding: 10px 0 10px 4.5rem;
  border-radius: 0;
}
.side_menu_bar ul.menu li ul li a.menu_item {
  padding: 10px 0 10px 8rem;
  background-color: transparent;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.side_menu_bar ul.menu li ul li::before {
  width: 24px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 4.2rem;
  background-image: url(../../images/new/side-nav/arrow.png);
  content: "";
  filter: brightness(0) invert(1);
  opacity: 0.5;
}

@media only screen and (max-width: 1920px) {
  .side_menu_bar {
    height: 479px;
  }
  .side_menu_bar.menu_close ul.menu li ul {
    max-height: 330px !important;
    overflow: auto;
  }
  .side_menu_bar.menu_close ul.menu li ul li a.menu_item {
    padding: 6px 0 6px 15px !important;
  }
  .side_menu_bar.menu_close ul.menu li ul li .nav_drop_arrow {
    top: 6px;
  }
  .side_menu_bar.menu_close ul.menu li ul li ul {
    max-height: none !important;
    overflow: visible;
  }
  .side_menu_bar.menu_close ul.menu li ul li ul li a.menu_item {
    padding: 6px 0 6px 37px !important;
  }
}
@media only screen and (max-width: 1920px) {
  .side_menu_bar ul.menu li .nav_drop_arrow {
    top: 18px;
    right: 4.8rem;
    font-size: 11px;
  }
  .side_menu_bar ul.menu li ul li .nav_drop_arrow {
    font-size: 11px;
  }
  .side_menu_bar ul.menu li ul li::before {
    top: 5px;
  }
  .side_menu_bar ul.menu li ul li ul li::before {
    left: 10px;
  }
  .side_menu_bar ul li a.menu_item {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1320px) {
  .side_menu_bar ul.menu li a.menu_item {
    font-size: 13px;
  }
  .side_menu_bar ul.menu li .nav_drop_arrow {
    top: 18px;
  }
  .side_menu_bar ul.menu li ul li a.menu_item {
    font-size: 12px;
  }
  .side_menu_bar ul.menu li ul li::before {
    width: 20px;
    height: 16px;
    background-size: cover;
  }
  .side_menu_bar ul.menu li ul li ul li::before {
    left: 13px;
  }
  .side_menu_bar ul.menu li ul li ul li::after {
    left: 19px;
  }
  .side_menu_bar ul.menu li ul li ul li a.menu_item {
    font-size: 11px;
  }
}
@media only screen and (max-width: 992px) {
  .side_menu_bar {
    height: 100%;
    top: 0;
    left: 0%;
    background-color: var(--primaryColor);
    position: fixed;
    padding-top: 7rem;
    z-index: 999;
  }
  .side_menu_bar .hamburger_menu {
    display: block;
  }
  .side_menu_bar.menu_close {
    left: -100%;
    width: 35.4rem;
  }
  .side_menu_bar.menu_close ul.menu li ul {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: var(--primaryColor);
    padding-left: 12px;
  }
  .side_menu_bar.menu_close ul.menu li .text {
    opacity: 1 !important;
    /*display: block !important;*/
    position: relative;
    background-color: transparent;
    color: #fff;
    width: auto;
    left: 0;
    z-index: 9;
    padding: 1.5rem 0 1.5rem 1.5rem;
    top: 0;
    transition: all 0.1s ease-in-out;
    animation: side_menu 0.5s 1s forwards;
  }
  .side_menu_bar.menu_close ul.menu li.active .text {
    color: var(--primaryColor);
  }
  .side_menu_bar ul.menu {
    padding-left: 0;
  }
  .side_menu_bar ul.menu li.active::after {
    display: none;
  }
  .side_menu_bar ul.menu li.active::before {
    display: none;
  }
  .side_menu_bar ul.menu li.active a.menu_item {
    background-color: transparent !important;
    color: #a3b7cf;
  }
  .side_menu_bar ul.menu li.active a img {
    filter: brightness(0) invert(1) !important;
    opacity: 0.5 !important;
  }
  .side_menu_bar ul.menu li ul li a.menu_item {
    padding: 10px 0 10px 57px !important;
  }
  .side_menu_bar ul.menu li .nav_drop_arrow {
    top: 3rem;
  }
  .side_menu_bar ul.menu li a.menu_item {
    padding: 14px 0 14px 2rem;
  }
  .side_menu_bar ul.menu li a.menu_item img {
    margin-right: 10px;
  }
}
.multiple_dashboard_row {
  margin: 0;
}

.home .card::before {
  width: calc(100% - 2.5rem);
  height: 100%;
  background-color: #d4ddec;
  top: 11px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  content: "";
  z-index: -1;
  border-radius: 10px;
}

.section_dashboard {
  width: 100%;
}
.section_dashboard.process {
  background-color: rgba(247, 247, 247, 0.3019607843);
  border: rgba(0, 0, 0, 0.1) 1px solid;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.section_dashboard.process .col-la-12.col-me-12.col-sm-12.col-es-12 {
  max-height: none !important;
  min-height: auto !important;
  overflow: visible !important;
}
.section_dashboard.process h4 {
  margin-bottom: 1.5rem;
  margin-left: 9px;
}
.section_dashboard.process p {
  margin-left: 9px;
}
.section_dashboard.process .info {
  margin-left: 9px;
}
.section_dashboard.process form {
  padding: 0 !important;
}
.section_dashboard.process .form-panel {
  margin-bottom: 27px;
  margin-top: 10px;
}
.section_dashboard.process .form-panel i {
  width: 2.5rem;
  bottom: -7px;
  margin: auto;
  color: var(--ternaryColor);
  height: 3rem;
  font-size: 2rem;
  z-index: 9;
}
.section_dashboard.process .form-panel .audit-text-box {
  width: 100%;
  padding: 0 15px 0 15px;
  height: 4.5rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.6);
  background-color: #fff;
  background-position: 100% center;
  font-size: 12px;
}
.section_dashboard.process .card {
  margin-bottom: 0;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #fff;
  border: regba(0, 0, 0, 0.1) 1px solid;
  font-size: 13px;
  max-height: 400px;
  min-height: 210px;
  overflow: auto;
  border: rgba(0, 0, 0, 0.1) 1px solid;
}
.section_dashboard.process .btn {
  margin-top: 1rem;
}
.section_dashboard.process .body_heading_area {
  margin-bottom: 8px;
}
.section_dashboard.process .sub_process_item {
  font-size: 14px;
  background-color: #f5f5f5;
  border: rgba(0, 0, 0, 0.05) 1px solid;
  color: var(--primaryColor);
  padding: 8px 15px;
  font-weight: 700;
  margin-right: 1rem;
  display: inline-flex;
  border-radius: 5px;
}
.section_dashboard.process .sub_section {
  margin-bottom: 0;
}
.section_dashboard .title_area {
  position: relative;
  z-index: 1;
}
.section_dashboard .title_area h2 {
  font-size: 16px;
  font-weight: 600;
}
.section_dashboard .sub_section {
  width: 100%;
  margin-bottom: 2rem;
}
.section_dashboard .sub_section h3 {
  font-size: 14px;
  margin-bottom: 16px;
}
.section_dashboard .sub_section .details_area {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
}
.section_dashboard .sub_section .details_area a {
  background-color: var(--offwhiteColor);
  color: var(--primaryColor);
  font-size: 13px;
  font-weight: 600;
  padding: 3rem 0;
  border-radius: 5px;
  transition: all 0.5s ease;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section_dashboard .sub_section .details_area a::before {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  content: "";
  background-color: var(--primaryColor);
  z-index: -1;
  transition: all 0.5s ease;
  -webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}
.section_dashboard .sub_section .details_area a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0;
  transition: all 0.5s ease;
  background-color: var(--secondaryColor);
}
.section_dashboard .sub_section .details_area a .icon {
  margin-bottom: 1rem;
}
.section_dashboard .sub_section .details_area a .icon img {
  transition: all 0.5s ease;
}
.section_dashboard .sub_section .details_area a .count {
  color: var(--whiteColor);
  transition: all 0.5s ease;
  background-color: var(--primaryColor);
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
}
.section_dashboard .sub_section .details_area a:hover {
  color: var(--whiteColor);
}
.section_dashboard .sub_section .details_area a:hover::before {
  opacity: 1;
  width: 100%;
}
.section_dashboard .sub_section .details_area a:hover::after {
  opacity: 1;
}
.section_dashboard .sub_section .details_area a:hover img {
  filter: brightness(0) invert(1);
}
.section_dashboard .sub_section .details_area a:hover .count {
  background-color: var(--offwhiteColor);
  color: var(--primaryColor);
}
.section_dashboard .sub_section .details_area form {
  display: none;
}

@media only screen and (max-width: 1500px) {
  .section_dashboard .sub_section .details_area {
    grid-template-columns: repeat(5, 1fr);
  }
  .section_dashboard .sub_section .details_area a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .section_dashboard .sub_section .details_area {
    grid-template-columns: repeat(3, 1fr);
  }
  .section_dashboard .sub_section .details_area a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .section_dashboard .sub_section .details_area {
    grid-template-columns: repeat(1, 1fr);
  }
  .section_dashboard .sub_section .details_area a {
    font-size: 12px;
  }
}
.new_dashboard_field_track .tab-pane {
  width: 100%;
  overflow: auto;
}
.new_dashboard_field_track .tab_area .custom_tab.sub_tab li a {
  font-size: 12px;
  padding: 5px 0 10px;
}
.new_dashboard_field_track .tab-content .sub_tab_content_area ul {
  border-bottom: #ddd 1px solid;
}
.new_dashboard_field_track .tab-content .sub_tab_content_area ul li a {
  padding: 8px 20px;
  border: #fff 1px solid;
  border-bottom: none;
  border-top: #fff 5px solid;
  position: relative;
}
.new_dashboard_field_track .tab-content .sub_tab_content_area ul li a img {
  width: 20px;
  margin-right: 8px;
}
.new_dashboard_field_track .tab-content .sub_tab_content_area ul li a.active {
  border-color: #ddd;
  border-top-color: var(--secondaryColor);
}
.new_dashboard_field_track .tab-content .sub_tab_content_area ul li a.active::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
}

.zone_table_details {
  width: auto;
  overflow: auto;
}
.zone_table_details .table_inner_wrapper {
  width: 100%;
}
.zone_table_details .table_head ul {
  display: flex;
  background-color: var(--newTernaryColor);
}
.zone_table_details .table_head ul.total_zonal_ofice {
  background-color: var(--primaryColor);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.zone_table_details .table_head ul.total_zonal_ofice li {
  font-size: 14px;
  font-weight: 700;
}
.zone_table_details .table_head ul li {
  display: flex;
  align-items: flex-start;
  padding: 10px 3px;
  align-items: center;
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
  color: #fff;
  font-size: 12px;
  width: 100px;
  flex: 1 0 100px;
  justify-content: center;
  text-align: center;
}
.zone_table_details .table_head ul li:first-child {
  width: 200px;
  flex: 0 0 200px;
  padding-left: 15px;
  justify-content: flex-start;
}
.zone_table_details .table_head ul li:last-child {
  border-right: none;
}
.zone_table_details .table_details .child_details ul {
  background-color: #f7f7f7;
}
.zone_table_details .table_details .child_details ul li {
  font-weight: 700;
  color: var(--primaryColor);
}
.zone_table_details .table_details .child_details ul.sub_parent li span {
  background-color: var(--secondaryColor);
  color: #000;
}
.zone_table_details .table_details .sub_child_details ul {
  background-color: #ffffff;
}
.zone_table_details .table_details .sub_child_details ul li {
  font-weight: 400;
  color: #000;
}
.zone_table_details .table_details .sub_child_details ul li:last-child {
  border-right: none;
}
.zone_table_details .table_details ul {
  height: 44px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: rgba(0, 0, 0, 0.1) 1px solid;
  display: flex;
}
.zone_table_details .table_details ul.collapse i::before {
  content: "\f068";
}
.zone_table_details .table_details ul.collapse.collapsed i::before {
  content: "+";
}
.zone_table_details .table_details ul.sub_parent li:last-child {
  border-right: none;
}
.zone_table_details .table_details ul.parent {
  cursor: pointer;
  background-color: rgba(25, 97, 172, 0.9);
  border-bottom: #000 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.zone_table_details .table_details ul.parent li {
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: #000 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.zone_table_details .table_details ul.parent li:last-child {
  border-right: none;
}
.zone_table_details .table_details ul li {
  padding: 10px 0;
  height: 44px;
  display: flex;
  border-right: rgba(0, 0, 0, 0.1) 1px solid;
  width: 100px;
  flex: 1 0 100px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  position: relative;
}
.zone_table_details .table_details ul li:first-child {
  width: 200px;
  flex: 0 0 200px;
  justify-content: flex-start;
  padding-left: 15px;
  align-items: center;
}
.zone_table_details .table_details ul li .collaps_button {
  width: 25px;
  height: 25px;
  background-color: var(--primaryColor);
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 8px;
  cursor: pointer;
}

.list_report_wrapper .form_wrapper.field_tracko {
  position: relative;
  z-index: 9999;
}

.field_tracko_dashboard_batch {
  width: 100%;
  padding: 0 0 30px 0;
}
.field_tracko_dashboard_batch .form-panel {
  margin-bottom: 0 !important;
}
.field_tracko_dashboard_batch .data_area {
  width: 100%;
}
.field_tracko_dashboard_batch .data_area .freez_area {
  flex: 0 0 20%;
  max-width: 20%;
}
.field_tracko_dashboard_batch .data_area .freez_area .headings {
  height: 37px;
  padding: 10px;
  padding-left: 28px;
  align-items: center;
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
  background-color: var(--newTernaryColor);
  color: #fff;
  list-style: none;
}
.field_tracko_dashboard_batch .data_area .freez_area .details_list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: rgba(0, 0, 0, 0.14) 1px solid;
  border-left: rgba(0, 0, 0, 0.14) 1px solid;
  border-bottom: rgba(0, 0, 0, 0.14) 1px solid;
}
.field_tracko_dashboard_batch .data_area .freez_area .details_list li {
  padding: 12px 8px;
  padding-left: 28px;
  font-size: 12px;
  height: 52px;
  display: flex;
  align-items: center;
}
.field_tracko_dashboard_batch .data_area .freez_area .details_list li:nth-child(2n+2) {
  background-color: #f7f7f7;
}
.field_tracko_dashboard_batch .data_area .scroll_area {
  flex: 0 0 80%;
  max-width: 80%;
  overflow-x: auto;
  border-right: rgba(0, 0, 0, 0.14) 1px solid;
}
.field_tracko_dashboard_batch .data_area .scroll_area .details:last-child {
  border-bottom: rgba(0, 0, 0, 0.14) 1px solid;
}
.field_tracko_dashboard_batch .data_area .scroll_area .details:nth-child(2n+2) {
  background-color: #f7f7f7;
}
.field_tracko_dashboard_batch .data_area .scroll_area .details .headings {
  background-color: var(--newTernaryColor);
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.field_tracko_dashboard_batch .data_area .scroll_area .details .headings li {
  height: 37px;
  padding: 10px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  font-size: 11px;
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
  flex: 0 0 250px;
  width: 250px;
  font-size: 11px;
  line-height: 14px;
}
.field_tracko_dashboard_batch .data_area .scroll_area .details .headings li.width_small {
  flex: 0 0 100px;
  width: 100px;
}
.field_tracko_dashboard_batch .data_area .scroll_area .details .details_list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: rgba(0, 0, 0, 0.1) 1px solid;
}
.field_tracko_dashboard_batch .data_area .scroll_area .details .details_list li {
  padding: 10px;
  display: flex;
  justify-content: center;
  height: 52px;
  border-right: rgba(0, 0, 0, 0.1) 1px solid;
  flex: 0 0 250px;
  width: 250px;
}
.field_tracko_dashboard_batch .data_area .scroll_area .details .details_list li.width_small {
  flex: 0 0 100px;
  width: 100px;
}

.list_report_wrapper {
  width: 100%;
  padding-bottom: 0;
}
.list_report_wrapper.pass i {
  cursor: pointer;
}
.list_report_wrapper .custom_legend ul {
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
  border-bottom: none;
}
.list_report_wrapper .custom_legend ul li {
  margin: 0;
  flex: 0 0 100%;
  padding: 14px 2rem;
  font-size: 13px;
  line-height: 1.2;
  display: flex;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}
.list_report_wrapper .custom_legend ul li:last-child {
  border-bottom: 0;
}
.list_report_wrapper .custom_legend ul li .text-legend-label {
  flex: 0 0 20%;
}
.list_report_wrapper .form_wrapper {
  width: 100%;
  padding: 0 3px;
}
.list_report_wrapper .form_wrapper .form-panel {
  width: 100%;
  margin-bottom: 1rem;
}
.list_report_wrapper .form_wrapper .form-panel label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
}
.list_report_wrapper .form_wrapper .form-panel .input-panel {
  padding: 0 15px 0 3.5rem;
  height: 4.5rem;
  border-radius: 5px;
  border: none;
  color: rgba(0, 0, 0, 0.6);
  border: rgba(0, 0, 0, 0.1) 1px solid;
  background-color: #fff;
  background-position: 100% center;
  font-size: 12px;
}
.list_report_wrapper .form_wrapper .form-panel .input-panel::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.list_report_wrapper .form_wrapper .form-panel .input-panel::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.list_report_wrapper .form_wrapper .form-panel textarea.input-panel {
  height: 10rem;
  padding: 15px 15px 0 3.5rem;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper {
  position: relative;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper.filter {
  max-width: 25rem;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper.drop.multi i {
  bottom: auto !important;
  top: 18px !important;
  align-items: flex-start !important;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper.multi {
  width: auto;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper.multi .chosen-container {
  padding: 12px 15px;
  padding-left: 3.5rem;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper.multi input {
  color: rgba(0, 0, 0, 0.6) !important;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper.multi .chosen-choices {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  background-image: none;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper.upload .input-panel {
  padding-top: 6px;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper.textarea i {
  bottom: auto;
  top: 9px;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper i {
  position: absolute;
  top: 0;
  width: 2.5rem;
  display: flex;
  align-items: center;
  bottom: 0;
  margin: auto;
  color: var(--ternaryColor);
  left: 12px;
  height: 3rem;
  font-size: 2rem;
  z-index: 9;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper .ms-options-wrap {
  width: 100% !important;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper .ms-options-wrap button {
  width: 100% !important;
  height: 3.5rem;
  border: none;
  background-image: none !important;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  padding: 8px 15px;
  padding-left: 3.5rem;
  border-radius: 5px;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper .chosen-container {
  width: 100% !important;
  background-color: #fff;
  border-radius: 5px;
  border: rgba(0, 0, 0, 0.1) 1px solid;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper .chosen-container .chosen-drop {
  border: none;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper .chosen-container .chosen-single {
  width: 100% !important;
  height: 3.5rem;
  border: none;
  background-image: none !important;
  padding: 8px 15px;
  padding-left: 3.5rem;
}
.list_report_wrapper .form_wrapper .form-panel .input_wrapper .chosen-container .chosen-single span {
  color: rgba(0, 0, 0, 0.6);
}
.list_report_wrapper .dropdown-menu::before {
  top: 11px;
  right: -13px !important;
  content: "";
  transform: rotate(90deg);
}
.list_report_wrapper .dropdown-menu.show {
  top: -7px !important;
  right: calc(100% + 15px) !important;
  left: auto !important;
}
.list_report_wrapper .dropdown-menu ul {
  margin-bottom: 0;
  padding: 0;
}
.list_report_wrapper .dropdown-menu ul li {
  margin-bottom: 0;
}
.list_report_wrapper .dropdown-menu ul li:last-child a {
  border-bottom: 0;
}
.list_report_wrapper .dropdown-menu ul li a {
  text-align: left;
  border-bottom: #31475f 1px solid;
  padding: 10px 15px;
  margin: 0;
}
.list_report_wrapper .dropdown-menu ul li a i {
  width: 26px;
  margin-right: 0;
  font-size: 16px;
  text-align: center;
}

.field_tracko_dashboard_batch .form-panel textarea.input-panel {
  height: 3.5rem !important;
  padding-top: 10px !important;
}

.list_report_wrapper .form_wrapper .form-panel select.input-panel option:focus, .list_report_wrapper .form_wrapper .form-panel select.input-panel option:focus-visible, .list_report_wrapper .form_wrapper .form-panel select.input-panel option:focus-within, .list_report_wrapper .form_wrapper .form-panel select.input-panel option:active, .list_report_wrapper .form_wrapper .form-panel select.input-panel option:target {
  background-color: var(--primaryColor);
  color: #fff;
}

@media only screen and (max-width: 1920px) {
  .list_report_wrapper .form_wrapper .form-panel .input-panel {
    height: 3.5rem;
  }
  .list_report_wrapper .form_wrapper .form-panel .input_wrapper i {
    height: 2.2rem;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1299px) {
  .list_report_wrapper .form_wrapper .form-panel .input-panel {
    height: 4.5rem;
  }
  .list_report_wrapper .form_wrapper .form-panel .input-panel {
    padding: 0 15px 0 4.5rem;
  }
  .list_report_wrapper .form_wrapper .form-panel .input_wrapper .chosen-container .chosen-single {
    height: 4.5rem;
    padding-left: 4.5rem;
  }
}
@media only screen and (max-width: 500px) {
  .list_report_wrapper .custom_legend ul li {
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
  .list_report_wrapper .custom_legend ul li .text-legend-label {
    flex: 0 0 100%;
    margin-bottom: 8px;
  }
}
.open_audit_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.open_audit_list li {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  padding: 0 0 20px 0;
}
.open_audit_list li .icon {
  font-size: 13px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
  background: #a9a9a9;
  margin-right: 10px;
  position: relative;
  border-radius: 5px;
}
.open_audit_list li .icon::after {
  width: 8px;
  height: 14px;
  background-color: #a9a9a9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  margin: auto;
  content: "";
  -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
          clip-path: polygon(100% 50%, 0 100%, 0 0);
}
.open_audit_list li h5 {
  font-size: 12px;
  margin-bottom: 0;
  color: var(--commonColor);
}
.open_audit_list li .head {
  display: flex;
  align-items: center;
}
.open_audit_list li .content {
  font-size: 12px;
  color: #878d00;
  font-weight: 600;
}
.open_audit_list li .content div {
  font-size: 11px;
}

.audit-history-block {
  width: 100%;
}
.audit-history-block table {
  margin-bottom: 6px;
}
.audit-history-block h3 {
  font-size: 12px;
  padding: 8px 8px;
}
.audit-history-block h3 span {
  color: var(--primaryColor);
  padding-left: 1rem;
  font-size: 11px;
}
.audit-history-block table tbody tr td {
  padding: 4px 8px;
  font-size: 11px;
}

#audit-history {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 5px;
}
#audit-history table {
  border: none !important;
}

.audit_history_scroll {
  height: 135px;
  overflow-y: auto;
}

.audit_history_scroll .mCSB_inside > .mCSB_container {
  padding-bottom: 0 !important;
}

.custom_checkbox_lable_area {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.custom_checkbox_lable_area label {
  position: relative;
  padding-left: 35px;
  height: 25px;
  margin: 0;
}
.custom_checkbox_lable_area label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom_checkbox_lable_area label input ~ span {
  background-color: #ddd;
}
.custom_checkbox_lable_area label input ~ span::before {
  display: none;
}
.custom_checkbox_lable_area label input:checked ~ span {
  background-color: var(--primaryColor);
  color: #fff;
}
.custom_checkbox_lable_area label input:checked ~ span::before {
  display: block;
  line-height: 9px;
}
.custom_checkbox_lable_area label span {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.audit_history_wrapper {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .open_audit_list li {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 600px) {
  .open_audit_list li {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 350px) {
  .open_audit_list li {
    flex: 0 0 100%;
  }
}
.audit_score_sheet {
  width: 100%;
}
.audit_score_sheet .header {
  background-color: #ffffff;
  color: var(--primaryColor);
  padding: 12px 20px 5px 1rem;
  border: #ddd 1px solid;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
.audit_score_sheet .flight-booking-data {
  padding: 1rem 1rem 0 1rem;
  background-color: #fff;
  border: #ddd 1px solid;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.audit_score_sheet .flight-booking-btn i {
  color: var(--primaryColor) !important;
}

.audit_score_list_area {
  margin: 1rem 0;
}

.dataTables_length {
  margin-top: 1rem;
}

.dataTables_filter {
  margin-top: 1rem;
}

.cash_coin_details {
  width: 100%;
}
.cash_coin_details .ballance {
  margin-top: 0;
}
.cash_coin_details .ballance .title_area img {
  margin-left: 0;
}
.cash_coin_details .ballance img {
  width: 30px;
  margin-left: 10px;
}
.cash_coin_details .ballance h4 {
  font-size: 14px;
  color: var(--primaryColor);
  margin-bottom: 6px;
  text-align: right;
}
.cash_coin_details .ballance b {
  font-size: 18px;
}
.cash_coin_details .ballance .coin input {
  background-color: #fff;
  text-align: left;
  font-size: 12px;
  padding: 0 15px;
  height: 2.5rem;
  width: 9.5rem;
  border: rgba(0, 0, 0, 0.1) 1px solid !important;
}
.cash_coin_details .ballance .coin input::-moz-placeholder {
  font-size: 12px;
}
.cash_coin_details .ballance .coin input::placeholder {
  font-size: 12px;
}
.cash_coin_details .ballance_details_list {
  width: 100%;
  margin-top: 1rem;
}
.cash_coin_details .ballance_details_list .list_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: var(--newTernaryColor);
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.cash_coin_details .ballance_details_list .list_head li {
  text-align: center;
  display: flex;
  align-items: center;
  flex: 0 0 33.33333%;
  color: var(--whiteColor);
  padding: 8px 20px;
}
.cash_coin_details .ballance_details_list .list_head li:nth-child(2) {
  justify-content: center;
}
.cash_coin_details .ballance_details_list .list_head li:last-child {
  justify-content: flex-end;
}
.cash_coin_details .ballance_details_list .list_head li i {
  font-size: 2rem;
  margin-right: 10px;
  color: var(--whiteColor);
}
.cash_coin_details .ballance_details_list .list_head li strong {
  font-size: 14px;
}
.cash_coin_details .ballance_details_list .list_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
  margin: 0;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}
.cash_coin_details .ballance_details_list .list_main h4 {
  font-size: 12px;
}
.cash_coin_details .ballance_details_list .list_main:last-child {
  border-bottom: none;
}
.cash_coin_details .ballance_details_list .list_main li {
  text-align: center;
  display: flex;
  align-items: center;
  flex: 0 0 33.33333%;
  text-align: center;
  padding: 4px 20px;
}
.cash_coin_details .ballance_details_list .list_main li:nth-child(2) {
  justify-content: center;
}
.cash_coin_details .ballance_details_list .list_main li:last-child {
  justify-content: flex-end;
}
.cash_coin_details .ballance_details_list .list_main li:last-child .value {
  text-align: right;
}
.cash_coin_details .ballance_details_list .list_main li i {
  font-size: 2.5rem;
  margin-right: 10px;
  color: var(--primaryColor);
}
.cash_coin_details .ballance_details_list .list_main li strong {
  font-size: 12px;
}
.cash_coin_details .ballance_details_list .list_main li .value {
  background-color: #fff;
  border: none !important;
  text-align: center;
  padding: 0 15px;
  width: 14rem;
  height: 2.5rem;
  outline-style: none;
  font-size: 12px;
}
.cash_coin_details .ballance_details_list .list_main li .total {
  background-color: transparent;
  border: none !important;
  border-bottom: var(--primaryColor) 1px solid !important;
  text-align: right;
  padding: 0;
  width: 20rem;
  height: 4rem;
  outline-style: none;
  font-size: 12px;
}
.cash_coin_details .comment_area {
  width: 100%;
  margin-top: 2rem;
  position: relative;
}
.cash_coin_details .comment_area textarea {
  margin-top: 2rem;
  background-color: #fff;
  text-align: left;
  border: rgba(0, 0, 0, 0.1) 1px solid !important;
  padding: 2rem;
  width: 100%;
  height: 10rem;
  outline-style: none;
  font-size: 12px;
}

.main_comment_area p {
  font-size: 14px;
  margin-top: 2rem;
}

.asset_data_table .common-col {
  padding: 0 !important;
}

.tab-content .title_area {
  margin-bottom: 1rem;
}

.audit-cash-lable {
  padding-top: 0;
  font-size: 12px;
}

.processfield_form_wrapper h2 {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
}
.processfield_form_wrapper .details_panel_of_form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
}

.access_control .heading_wrap {
  margin-bottom: 2rem;
}

.access_control_container {
  width: 100%;
  padding: 0 0 30px 0;
}

.access_control_container .card {
  margin-bottom: 0;
  min-height: 1px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.access_control_container .card .card-header {
  border-radius: 0;
  padding: 0;
}
.access_control_container .card .card-body {
  border-radius: 0;
  transition: none;
  background-color: transparent !important;
}
.access_control_container .card:hover .card-body {
  background-color: #e1eaf9;
}

.access_control_container .card .card-header h2 {
  width: 100%;
}

.access_control_container .card .card-header h2 button {
  display: flex;
  align-items: center;
}

.access_control_container .card .card-header h2 button span {
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  margin-right: 10px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.access_control_container .card .card-header h2 button span i {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.access_control_container .card .card-header h2 button {
  color: #000;
}

.access_control_container .card .data_area {
  width: 100%;
}

.access_control_container .card .data_area .freez_area {
  flex: 0 0 20%;
  max-width: 20%;
}

.access_control_container .card .data_area .scroll_area {
  flex: 0 0 80%;
  max-width: 80%;
  overflow-x: auto;
}

.access_control_container .card .card-body .freez_area .headings {
  height: 37px;
  padding: 10px;
  padding-left: 28px;
  align-items: center;
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
}

.access_control_container .card .data_area .freez_area .details_list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: rgba(0, 0, 0, 0.14) 1px solid;
  border-bottom: rgba(0, 0, 0, 0.14) 1px solid;
}

.access_control_container .card .data_area .freez_area .details_list li {
  padding: 12px 8px;
  padding-left: 28px;
  font-size: 12px;
  height: 37px;
  display: flex;
  align-items: center;
}
.access_control_container .card .data_area .freez_area .details_list li:nth-child(2n+2) {
  background-color: #f7f7f7;
}

.access_control_container .card .data_area .scroll_area .details_list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: rgba(0, 0, 0, 0.1) 1px solid;
}

.access_control_container .card .data_area .scroll_area .details_list li {
  padding: 10px;
}

.access_control_container .card .card-body .scroll_area li {
  width: 100px;
  font-size: 11px;
  line-height: 14px;
}

.access_control_container .card .card-body .scroll_area .details_list li {
  padding: 10px 0 10px 0;
  display: flex;
  justify-content: center;
  height: 37px;
  border-right: rgba(0, 0, 0, 0.1) 1px solid;
}

.access_control_container .card .card-body .headings {
  background-color: var(--newTernaryColor);
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}

.access_control_container .card .card-body .scroll_area .headings li {
  height: 37px;
  padding: 10px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  font-size: 11px;
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
}
.access_control_container .card .card-body .scroll_area .headings li:nth-child(2n+2) {
  background-color: transparent;
}

.access_control_container .card .card-body .scroll_area .details {
  max-width: 1600px;
  min-width: 1140px;
}
.access_control_container .card .card-body .scroll_area .details:last-child {
  border-bottom: rgba(0, 0, 0, 0.14) 1px solid;
}

.access_control_container .form-panel.submit-form {
  margin-top: 20px;
}

.icon_action {
  font-size: 15px;
  color: var(--primaryColor);
  margin-right: 6px;
  cursor: pointer;
}

.icon_action.minus {
  display: none;
}

.access_control_container .accordion > .card > .card-header {
  background-color: var(--primaryColor);
  transition: all 0.1s ease-in;
  border-bottom: none !important;
}

.access_control_container .accordion > .card > .card-header button span {
  background-color: #fff;
}

.access_control_container .accordion > .card > .card-header button span i {
  color: var(--primaryColor);
}

.access_control_container .accordion > .card > .card-header .icon_action {
  color: #fff;
  cursor: pointer;
  margin-right: 2rem;
}

.access_control_container .accordion > .card > .card-header h2 button {
  color: #fff;
  font-size: 14px !important;
  font-weight: 300;
}

.access_control_container .accordion > .card > .card-header.collapsed {
  background-color: transparent;
}

.access_control_container .accordion > .card > .card-header.collapsed button span {
  background-color: var(--primaryColor);
  color: #fff;
}

.access_control_container .accordion > .card > .card-header.collapsed button span i {
  color: #fff;
}

.access_control_container .accordion > .card > .card-header.collapsed h2 button {
  color: #000;
}

.access_control_container .accordion > .card > .card-header.collapsed h2 button span img {
  width: 16px !important;
  filter: brightness(0) invert(1);
}

.access_control_container .accordion > .card > .card-header h2 button span img {
  filter: brightness(1) invert(0);
  width: 16px !important;
}

.access_control_container .accordion > .card > .card-header.collapsed .icon_action {
  color: var(--primaryColor);
}

.access_control_container .card-body {
  padding: 0;
}

.access_control_container .card .data_area .freez_area .details_list li:nth-child(2n+2) {
  background-color: #f7f7f7;
}

.access_control_container .card .card-body .scroll_area .details:nth-child(2n+2) {
  background-color: #f7f7f7;
}

.check_highlight_recent {
  color: #000;
  background-color: #b6c3cc;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  margin-bottom: 15px !important;
}

.risk_check {
  margin-top: 8px;
}

.risk_check input[type=checkbox] {
  margin-right: 6px;
  margin-top: 3px;
}

.footer_wrapper {
  width: 100%;
  position: relative;
  bottom: 0;
  z-index: 9;
  font-size: 11px;
  left: 0;
  padding: 0 2rem 2rem;
  padding-left: 8rem;
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}
.footer_wrapper a {
  color: var(--whiteColor) !important;
  text-decoration: underline;
}
.footer_wrapper a:hover {
  color: #f7f7f7 !important;
}
.footer_wrapper.login {
  position: absolute;
  padding-right: 5rem;
  padding-left: 5rem;
  bottom: 1rem;
  color: var(--commonColor);
}
.footer_wrapper.login a {
  color: var(--primaryColor) !important;
}
.footer_wrapper.close {
  padding-left: 29.4rem;
}
.footer_wrapper.close.login {
  padding-right: 5rem;
  padding-left: 5rem;
}

@media only screen and (max-width: 1500px) {
  .footer_wrapper.login {
    /*bottom: 9.1rem;*/
  }
}
@media only screen and (max-width: 991px) {
  .footer_wrapper {
    padding-left: 4rem;
  }
  .footer_wrapper.close {
    padding-left: 4rem;
  }
}/*# sourceMappingURL=style.css.map */