
/* @import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700"); */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
body {
  /* font-family: 'Quicksand', sans-serif; */
  background: #f9fafa url(../images/BcardBack-03.png) ;
  font-family: 'Rubik', sans-serif;
}

* {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

a:hover {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: inherit;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

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

p {
  color: inherit;
}

input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px;
  display: block;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  background: transparent;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 10px 15px;
  display: block;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}



header {
  background-color: #ffffff;
  color: #292929;
  box-shadow: 0px 0px 3px #ccc;
}

header .top-head .background_color {
  /* background: linear-gradient(-60deg, #4CAF50 0%, #263544 100%); */
  width: 84.39%;
}

header .top-head .user-profile {
  padding: 0 15px;
  float: left;
  display: block;
  text-align: right;
  cursor: pointer;
}

header .top-head .user-profile span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

header .top-head .user-profile span:hover {
  background-color: #292929;
}

header .top-head .user-profile a {
  display: inline-block;
}

header .top-head .user-profile a:hover {
  color: #fff;
}

header .top-head .user-profile a:focus {
  color: #fff;
}

header .top-head .user-profile .profile-img {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  float: left;
}

header .top-head .user-profile .user_name {
  float: left;
  margin: 0;
  margin-left: 15px;
  display: -webkit-flex;
  -webkit-align-items: center;
  height: 30px;
  position: relative;
}

header .top-head .user-profile .user_name p {
  margin-bottom: 0;
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
  text-overflow: ellipsis;
}

header .top-head .user-profile .log_drop {
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0px;
  width: 100%;
}

header .top-head .user-profile .log_drop .all_notification {
  background-color: #fff;
  color: #292929;
  text-align: left;
  padding: 8px 10px;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
  border-radius: 3px;
  position: relative;
}

header .top-head .user-profile .log_drop .all_notification ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  color: #555;
}

header .top-head .user-profile .log_drop .all_notification ul li a {
  color: #555;
}

header .top-head .user-profile .log_drop .all_notification ul li a:hover {
  color: #555;
}

header .top-head .user-profile .log_drop .all_notification ul li a:focus {
  color: #555;
}

header .top-head .user-profile .log_drop .all_notification ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  vertical-align: middle;
}

header .top-head .user-profile .log_drop .all_notification ul li p {
  margin: 0;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

header .top-head .user-profile .log_drop .all_notification ul li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px solid #ddd;
  margin-bottom: 0px;
}


/* header .top-head .user-profile .log_drop .all_notification:after {
          content: "";
          border: 10px solid transparent;
          border-left-color: #fff;
          border-top-color: #fff;
          position: absolute;
          border-radius: 3px;
          top: -8px;
          right: 15px;
          -webkit-box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.3);
          box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.3);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          z-index: 1002; } */

header .top-head .user-profile .log_drop.display_show {
  display: none;
}

header .top-head .admin_logo {
  /*  background: linear-gradient(to bottom, #4CAF50 -100%, #263544 100%); */
  width: 15.6%;
}

header .top-head .admin_logo span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

header .top-head .admin_logo span:hover {
  background-color: #292929;
}

header .top-head .admin_logo .profile-img {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
}

header .top-head .admin_logo .profile-img img {
  width: 125px;
  height: auto;
  max-width: 65%;
  display: block;
}

header .top-head .beside-logo .nav-toggol {
  display: none;
  cursor: pointer;
}

header .top-head .page-titale {
  width: 50%;
  float: left;
  height: 65px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

header .top-head .page-titale h3 {
  margin: 0;
  font-weight: 700;
  color: #292929;
  font-size: 20px;
  letter-spacing: 1px;
}

header .top-head .notification-box {
  float: right;
  height: 65px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

header .top-head .notification-box .notification_div {
  padding: 0 15px;
  float: left;
  position: relative;
  margin-top: 8px;
}

header .top-head .notification-box .notification_div a {
    margin: 0;
    font-weight: normal;
    display: block;
    color: #fff;
    font-size: 12px;
}

header .top-head .notification-box .notification_div a .notification {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: 40px;
  text-align: center;
  border-radius: 0.2em;
  font-size: 1.3em;
}

header .top-head .notification-box .notification_div a .notification::before,
header .top-head .notification-box .notification_div a .notification::after {
  color: #292929;
  /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); */
}

header .top-head .notification-box .notification_div a .notification::before {
  display: block;
  content: "\f0f3";
  font-family: 'Font Awesome 5 Free';
  transform-origin: top center;
}

header .top-head .notification-box .notification_div a .notification::after {
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: -10px;
  padding: 0;
  width: 22px;
  line-height: 20px;
  border: 1px #fff solid;
  border-radius: 60px;
  background: #4CAF50;
  opacity: 0;
  content: attr(data-count);
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

header .top-head .notification-box .notification_div a .notification.notify::before {
  -webkit-animation: ring 1.5s ease;
  animation: ring 1.5s ease;
}

header .top-head .notification-box .notification_div a .notification.show-count::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

header .top-head .notification-box .notification_div a sup {
  font-size: 10px;
  color: #ffffff;
  background: #000;
  width: 22px !important;
  height: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 0;
}
.table_part .col-md-4 .btn-primary {
    background: #C8E6C9;
    color: #292929;
}
.tAction .btn-info {
    color: #292929;
    background-color: #e7faff;
    border-color: #e7faff;
}
.tAction .btn-danger {
    color: #292929;
    background-color: #ffdfde;
    border-color: #ffdfde;
}
.tAction .btn-primary {
    color: #292929;
    background-color: #cae7ff;
    border-color: #cce8ff;
}

header .top-head .notification-box .notification_div .notify_drop {
  position: absolute;
  z-index: 99;
  top: 40px;
  right: 0px;
  width: 300px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
  padding: 15px;
}

a.myClearClass.ClearAllNotification {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #a9a9a9 !important;
}


/* header .top-head .notification-box .notification_div .notify_drop:after {
          content: "";
          border: 10px solid transparent;
          border-left-color: #263544;
          border-top-color: #263544;
          position: absolute;
          border-radius: 3px;
          top: -8px;
          right: 15px;
          -webkit-box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.3);
          box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.3);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          z-index: 1002; } */


/* header .top-head .notification-box .notification_div .notify_drop .head-part {
          background-color: #263544;
          color: #fff;
          padding: 12px 10px;
          text-align: center;
          background: linear-gradient(45deg, #4CAF50 0%, #263544 100%); } */

header .top-head .notification-box .notification_div .notify_drop .head-part h4 {
  margin-bottom: 5px;
}

header .top-head .notification-box .notification_div .notify_drop .head-part p {
  margin-bottom: 0;
  font-size: 13px;
}

header .top-head .notification-box .notification_div .notify_drop .all_notification {
  color: #292929;
  text-align: left;
  position: relative;
  height: 50vh;
  overflow: hidden;
}


/* header .top-head .notification-box .notification_div .notify_drop .all_notification ul {
            padding: 8px 10px; } */

header .top-head .notification-box .notification_div .notify_drop .all_notification ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}

.head-part {
  box-shadow: 0px 2px 0px #cccccc2b;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

header .top-head .notification-box .notification_div .notify_drop .all_notification ul li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px solid #ddd;
}

header .top-head .notification-box .notification_div .notify_drop.display_show {
  display: none;
}

.new_class {
  background: #f2f7fb;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(35deg);
  }
  12.5% {
    -webkit-transform: rotate(-30deg);
  }
  25% {
    -webkit-transform: rotate(25deg);
  }
  37.5% {
    -webkit-transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
  }
  62.5% {
    -webkit-transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  12.5% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  25% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  37.5% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  62.5% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.dashbord-wrap {}

.dashbord-wrap .report-box {
  padding: 0;
  background-blend-mode: multiply;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  left: 0;
}

.dashbord-wrap .report-box .mobile_logo {
  display: none;
}
.report-box {
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
    border-radius: 10px;
    margin-bottom: 15px;
}
.dashbord-wrap .report-box ul {
    overflow-y: auto;
    height: 60vh;
    padding-right: 15px;
    /* background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%); */
    padding: 10px 10px;
    /* border-radius: 10px; */
}
.teamLogo {
    margin: 0px 0 15px;
    text-align: center;
}

.dashbord-wrap .report-box ul li {
  border-bottom: 0px solid #b7c0cd;
  margin-bottom: 2px;
}


/* .dashbord-wrap .report-box ul li.active h4 a {
          color: #b7c0cd;
          background-color: #1d2531;
          padding: 15px 15px;
          -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          border-left-color: #000; } */

.dashbord-wrap .report-box ul li h4 {
  margin: 0;
}

.dashbord-wrap .report-box ul li h4 a {
  display: block;
  padding: 15px 10px;
  font-weight: normal;
  color: #292929;
  font-size: 14px;
  border-left: 0;
  border-radius: 5px;
}

.dashbord-wrap .all-card-wrap {
  padding: 15px 15px;
}

.dashbord-wrap .all-card-wrap .card-box {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  margin: 15px 0;
  display: block;
  padding: 15px;
  text-align: center;
  border: 1px solid #ccc;
  height: 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 700;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.03);
}

.dashbord-wrap .all-card-wrap .card-box:hover {
  color: #fff;
  background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
  border-color: #fff;
}

.dashbord-wrap .new_report_page {
  height: 74.5vh;
  overflow-y: auto;
}

.dashbord-wrap .new_report_page .filter_part {
  padding-top: 15px;
}

.dashbord-wrap .new_report_page .filter_part ul li {
  display: inline-block;
  padding: 0 15px;
  width: 33%;
  vertical-align: middle;
}

.dashbord-wrap .new_report_page .filter_part ul li label {
  margin-right: 10px;
  font-weight: 700;
}

.dashbord-wrap .new_report_page .filter_part ul li input {
  width: 80%;
  border: 1px solid #ddd;
  padding: 0 8px;
  line-height: 40px;
  display: inline-block;
  border-radius: 5px;
  background: transparent;
}

.dashbord-wrap .new_report_page .filter_part ul li .btn {
  width: 60%;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  background-color: #444;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 1px;
  font-size: 16px;
}

.dashbord-wrap .new_report_page .filter_part ul li select {
  width: 100%;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px 10px;
}

.dashbord-wrap .new_report_page .filter_part ul li .select2-container {
  display: block;
}

.dashbord-wrap .new_report_page .filter_part ul li .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-radius: 0;
  height: 44px;
  border: 1px solid #ddd;
}

.dashbord-wrap .new_report_page .filter_part ul li .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 42px;
}

.dashbord-wrap .new_report_page .filter_part ul li .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.dashbord-wrap .new_report_page .table_part {
  padding: 0px 0px;
  margin-top: 20px;
}

.dashbord-wrap .new_report_page .table_part .search-fild {
  padding-bottom: 30px;
}

.dashbord-wrap .new_report_page .table_part .search-fild input {
  width: calc(100% - 140px);
  border: 1px solid #ddd;
  padding: 0 15px;
  line-height: 40px;
  float: left;
  border-radius: 2px 0px 0px 2px;
}

.dashbord-wrap .new_report_page .table_part .search-fild button {
  width: 140px;
  border: 0;
  line-height: 42px;
  padding: 0 15px;
  text-align: center;
  background-color: #1d2531;
  color: #fff;
  border-radius: 0px;
  letter-spacing: 1px;
  border-radius: 0px 2px 2px 0px;
}

.dashbord-wrap .new_report_page .table_part .search-fild button:hover {
  background-color: #4CAF50;
}

.dashbord-wrap .new_report_page .table_part .table {
  margin-bottom: 0;
}

.dashbord-wrap .new_report_page .table_part .table thead {
  color: #335678;
}

.dashbord-wrap .new_report_page .table_part .table tr {
  cursor: pointer;
}

.dashbord-wrap .new_report_page .table_part .table tr th {
  width: 14.66%;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: 400;
  color: #404040;
}

.dashbord-wrap .new_report_page .table_part .table tr td {
    padding: 10px;
    width: 14.66%;
    font-size: 13px;
    color: #7b7b7b;
    vertical-align: middle;
}
button.btn {
    border: none !important;
}

.tAction {
  display: flex;
  flex: 100%;
  width: 100% !important;
}

.tAction .btn {
  margin: 0px 2px;
}

.dashbord-wrap .new_report_page .table_part .collapse_table ul {
  border-bottom: 1px solid #ddd;
}

.dashbord-wrap .new_report_page .table_part .collapse_table ul li {
  display: inline-block;
  width: 17%;
  text-align: left;
  padding: 12px 0;
}

.dashbord-wrap .new_report_page .table_part .collapse_table ul li p {
  margin: 0;
  font-weight: 700;
  cursor: pointer;
}

.dashbord-wrap .new_report_page .table_part .process-box {
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
  padding: 10px 15px 0px;
}
.process-box p span {
    width: 160px;
    display: inline-block; 
}
.dashbord-wrap .new_report_page .table_part .process-box:last-child {
  margin-bottom: 10px;
}

.dashbord-wrap .new_report_page .table_part .process-box .personal_detail {
  padding: 10px 10px;
  background-color: rgba(230, 230, 230, 0.15);
}

.dashbord-wrap .new_report_page .table_part .process-box .personal_detail ul li {
  display: inline-block;
  width: 24%;
  margin-right: 7px;
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 12px 10px;
  text-align: left;
  color: #292929;
  background-color: transparent;
  border: 1px solid #ddd;
  border-color: rgba(204, 204, 204, 0.4);
}

.dashbord-wrap .new_report_page .table_part .process-box .personal_detail ul li:last-child {
  margin-right: 0px;
}

.dashbord-wrap .new_report_page .table_part .process-box .personal_detail ul li p span {
  font-weight: 700;
}

.dashbord-wrap .new_report_page .table_part .process-box .personal_detail ul li .active_s_list li {
  display: block;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
  box-shadow: none;
  border-radius: 5px;
  padding: 0px;
  text-align: left;
  color: #292929;
  background-color: transparent;
  border: 0px solid #ddd;
}

.dashbord-wrap .new_report_page .table_part .process-box .process_btn {
  padding: 10px 10px;
  background-color: rgba(230, 230, 230, 0.15);
}

.dashbord-wrap .new_report_page .table_part .process-box .process_btn li {
  display: inline-block;
  width: 19%;
  margin-right: 8px;
  margin-bottom: 15px;
}

.dashbord-wrap .new_report_page .table_part .process-box .process_btn li:last-child {
  margin-right: 0px;
}

.dashbord-wrap .new_report_page .table_part .process-box .process_btn .new_sheet_btn .btn {
  display: block;
  border: 1px solid #ddd;
  width: 100%;
  padding: 12px 0px;
  text-align: center;
  color: #292929;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  background-color: transparent;
  border-radius: 5px;
  font-weight: 700;
  border-color: rgba(204, 204, 204, 0.4);
}

.dashbord-wrap .new_report_page .table_part .process-box .process_btn .new_sheet_btn .btn:hover {
  background-color: #062351;
  color: #fff;
}

.dashbord-wrap .new_report_page .table_part .process-box .process_btn .new_sheet_btn .btn:focus {
  background-color: #062351;
  color: #fff;
}

.dashbord-wrap .new_report_page .table_part .process-box .process_btn .new_sheet_btn .btn.active {
  background-color: #062351;
  color: #fff;
}

.dashbord-wrap .new_report_page .table_part .process-box .process_btn .new_sheet_btn .btn.active:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 20px;
  color: #fff;
}

.dashbord-wrap .new_report_page .table_part .process-box h6 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 0px;
    color: #292929;
    padding: 10px;
}
.dashbord-wrap .new_report_page .table_part .process-box .all_details {
  padding: 10px 10px;
  border-radius: 0px 0px 2px 2px;
}

.dashbord-wrap .new_report_page .table_part .process-box .millstone_details {
  padding: 10px 10px;
}

.dashbord-wrap .new_report_page .table_part .process-box ul li {
  display: inline-block;
  width: 23%;
  margin-right: 10px;
  margin-bottom: 15px;
}

.dashbord-wrap .new_report_page .table_part .process-box ul li .new_bg {
  display: block;
  text-align: left;
  color: #292929;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.dashbord-wrap .new_report_page .table_part .process-box ul li .new_bg .dropdown {
  width: 100%;
}

.dashbord-wrap .new_report_page .table_part .process-box ul li .new_bg .dropdown .btn {
  width: 100%;
  text-align: left;
  height: 38px;
  background-color: transparent;
  border-radius: 3px;
  border-color: rgba(204, 204, 204, 0.4);
}

.dashbord-wrap .new_report_page .table_part .process-box ul li .new_bg .dropdown .btn span {
  margin-left: 40%;
}

.dashbord-wrap .new_report_page .table_part .process-box ul li .new_bg .dropdown .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
}

.dashbord-wrap .new_report_page .table_part .process-box ul li .new_bg .dropdown .dropdown-menu li {
  display: block;
  width: 100%;
  background: none;
  padding: 2px 10px;
  margin: 0;
}

.dashbord-wrap .new_report_page .table_part .process-box ul li .new_bg .dropdown .dropdown-menu li a {
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
}

.dashbord-wrap .new_report_page .table_part .process-box ul li .new_bg .dropdown .dropdown-menu li:hover {
  background-color: #ddd;
}

.dashbord-wrap .new_report_page .table_part .process-box ul li a {
  display: block;
  border: 1px solid #ddd;
  padding: 20px 10px;
  text-align: center;
  color: #292929;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  border-radius: 5px;
}

.dashbord-wrap .new_report_page .table_part .process-box ul li a:hover {
  background-image: linear-gradient(-120deg, #fdfbfb 0%, #ebedee 100%);
}

.dashbord-wrap .new_report_page .table_part .process-box ul li p {
  font-weight: 700;
  color: #292929;
}

.dashbord-wrap .new_report_page .table_part .process-box .all_details p {
    margin-bottom: 10px;
    display: flex;
}

.dashbord-wrap .new_report_page .table_part .process-box .all_details p span {
  font-weight: 500;
}

.dashbord-wrap .new_report_page .table_part .process-box .all_details p i {
  color: #888888;
  font-size: 15px;
}

.dashbord-wrap .new_report_page .table_part .process-box select {
  width: 100%;
  line-height: 38px;
  height: 38px;
  border-radius: 3px;
  background-color: transparent;
  border-color: rgba(204, 204, 204, 0.4);
  box-shadow: none;
}

.dashbord-wrap .new_report_page .table_part .process-box select:focus {
  box-shadow: none;
}

.dashbord-wrap .new_report_page .table_part .process-box .select2-container {
  display: block;
}

.dashbord-wrap .new_report_page .table_part .process-box .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-radius: 0;
  height: 44px;
  border: 1px solid #999;
}

.dashbord-wrap .new_report_page .table_part .process-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 42px;
}

.dashbord-wrap .new_report_page .table_part .process-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.dashbord-wrap .new_report_page .table_part .new_collapse_table {
  margin-bottom: 0;
  background-color: transparent;
  border: 0px solid #fff;
  box-shadow: none;
}

.dashbord-wrap .new_report_page .table_part .new_collapse_table .new_collapse .panel-body {
  padding: 0;
  margin: 10px 5px;
}

.form_doc .input_form {
  overflow: auto;
}

.form_doc .input_form .width_50 {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0 15px;
}

.form_doc .input_form .width_50 label span {
  color: red;
}

.form_doc .input_form .width_50 .form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 30px;
    box-shadow: none;
}

.form_doc .input_form .width_50 input {
  border-radius: 0;
  border: 1px solid #ddd;
  width: 100%;
  height: 34px;
}

.form_doc .input_form .width_50 textarea {
  width: 100%;
  border: 1px solid #dddddd;
  height: 115px;
  overflow: hidden;
  line-height: 15px;
}

.form_doc .multi_input_form {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
  overflow: auto;
}

.form_doc .multi_input_form p {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}

.form_doc .multi_input_form .width_50 {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0 15px;
}

.form_doc .multi_input_form .width_50 .form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  height: 34px;
  box-shadow: none;
  line-height: 25px;
}

.form_doc .multi_input_form .width_50 input {
  border-radius: 0;
  border: 1px solid #ddd;
  width: 100%;
  height: 34px;
}

.form_doc .multi_input_form .width_50 textarea {
  width: 100%;
  border: 1px solid #dddddd;
  height: 115px;
  overflow: hidden;
  line-height: 15px;
}

.form_doc .multi_input_form .form_btngroup {
  width: 50%;
  float: left;
  margin-top: 24px;
  padding: 0 15px;
}

.form_doc .multi_input_form .form_btngroup .btn {
  width: 47%;
  height: 40px;
  background-color: #062351;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
  line-height: 25px;
}

.form_doc .multi_input_form .form_btngroup .btn:hover {
  background-color: #062351;
}

.form_doc .input_form_table input {
  border-radius: 0;
  border: 1px solid #ddd;
  width: 100%;
}

.form_doc .input_form_table input::placeholder {
  font-size: 12px;
}

.form_doc .input_form_table textarea {
  width: 100%;
  border: 1px solid #dddddd;
  overflow: hidden;
  line-height: 15px;
}

.form_doc .input_form_table textarea::placeholder {
  font-size: 12px;
}

.form_doc .photo_choose .photo_input {
  margin-bottom: 20px;
}

.form_doc .photo_choose .photo_input input {
  border-radius: 3px;
  border: 1px solid #ddd;
  height: 40px;
  box-shadow: none;
  width: 50%;
  padding: 8px 10px;
}

.form_doc .photo_choose .photo_show {
  overflow: auto;
  margin-bottom: 20px;
}

.form_doc .photo_choose .photo_show ul {
  margin-top: 10px;
  overflow: auto;
}

.form_doc .photo_choose .photo_show ul li {
  display: inline-block;
  width: 20%;
  float: left;
  padding: 0 15px;
  margin-bottom: 15px;
  position: relative;
}

.form_doc .photo_choose .photo_show ul li img {
  width: 100%;
  max-width: 100%;
  height: 96px;
  display: block;
}

.form_doc .photo_choose .photo_show ul li .btn {
  position: absolute;
  top: 2px;
  right: 18px;
  background-color: #c62828;
  border-radius: 50%;
  width: 25px;
  padding: 0;
  height: 25px;
  color: #fff;
}

.form_doc .note_input {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
  overflow: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.form_doc .note_input p {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}

.form_doc .note_input textarea {
  width: 100%;
  border: 1px solid #dddddd;
  height: 115px;
  overflow: hidden;
  line-height: 15px;
  box-shadow: none;
  border-radius: 0px;
}

.form_doc .note_input .form_btngroup {
  width: 50%;
  float: left;
  margin-bottom: 24px;
}

.form_doc .note_input .form_btngroup .btn {
  width: 100%;
  height: 40px;
  background-color: #444;
  color: #fff;
  font-weight: 700;
}

.form_doc .note_input .form_btngroup .btn:hover {
  background-color: #000;
}

.form_doc .notes_all {
  overflow: auto;
}

.form_doc .notes_all p {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}

.form_doc .notes_all ul {
  padding-left: 40px;
}

.form_doc .notes_all ul li {
  list-style: decimal-leading-zero;
}

.form_doc .notes_all ul li p {
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 5px;
}

.accepted_details .form-check {
  padding: 10px 5px;
}

.confirmed_details {
  overflow: auto;
}

.confirmed_details .email_confirmed .form-check {
  margin-bottom: 10px;
}

.confirmed_details .email_confirmed .downlodable_item {
  margin-bottom: 10px;
}

.confirmed_details .email_confirmed .downlodable_item a {
  font-weight: 700;
}

.confirmed_details .email_confirmed .downlodable_item a:hover {
  color: #444;
}

.confirmed_details .email_confirmed .downlodable_item a:focus {
  color: #444;
}

.confirmed_details .dates_div {
  width: 50%;
  float: left;
}

.confirmed_details .dates_div input {
  border: 1px solid #ddd;
  width: 100%;
}

.confirmed_details .email_confirmed2 {
  width: 50%;
  float: left;
}

.confirmed_details .email_confirmed2 input {
  border: 1px solid #ddd;
  width: 100%;
}

.report-page-wrap {
  padding: 40px 0;
  height: 80vh;
  overflow-y: scroll;
}

.report-page-wrap .panal-wrap {
  padding: 0 5%;
}

.report-page-wrap .panal-wrap .panel {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}

.report-page-wrap .panal-wrap .panel .panel-heading {
  padding: 0;
}

.report-page-wrap .panal-wrap .panel .panel-heading .panel-title a {
  display: block;
  line-height: 50px;
  padding: 0 35px;
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  position: relative;
  font-size: 18px;
}

.report-page-wrap .panal-wrap .panel .panel-heading .panel-title a i {
  position: absolute;
  top: 10px;
  left: -15px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  background-color: #B7B7B7;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}

.report-page-wrap .panal-wrap .process-box {
  border: 1px solid #999;
  margin-bottom: 30px;
  padding: 10px;
}

.report-page-wrap .panal-wrap .process-box:last-child {
  margin-bottom: 0;
}

.report-page-wrap .panal-wrap .process-box h6 {
  font-size: 16px;
  font-weight: 600;
}

.report-page-wrap .panal-wrap .process-box ul li {
  display: inline-block;
  width: 19%;
  padding: 15px;
}

.report-page-wrap .panal-wrap .process-box ul li a {
  display: block;
  border: 1px solid #ddd;
  padding: 20px 10px;
  text-align: center;
  color: #292929;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  border-radius: 5px;
}

.report-page-wrap .panal-wrap .process-box ul li a:hover {
  background-image: linear-gradient(-120deg, #fdfbfb 0%, #ebedee 100%);
}

.display_none {
  display: none;
}

footer .copy-wrap .copy-in {
  padding: 6px 0;
  color: #292929;
      line-height: 25px;
}

.dashbord-wrap .container-fluid {
  padding: 0px 35px;
}

footer {
  border-top: 1px solid #ebeef0; display: none;
  /*background: #fff url(../images/BcardBack-02.png) ;*/
}

footer p {
  opacity: 1;
  margin-bottom: 0px;
  float: left;
  font-size: 11px;
  color: #292929;
}

footer .ovlink {
  float: right;
}

footer .ovlink a {
  opacity: 1;
  font-size: 11px;
  color: #292929;
  line-height: 21px;
}

footer .ovlink a:hover {
  opacity: 1;
}

footer .click-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
}

footer .click-to-top.active {
  opacity: 1;
  pointer-events: auto;
}

footer .click-to-top a {
  background-color: #444;
  color: #fff;
  display: block;
  width: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  opacity: 0.5;
  border-radius: 50%;
}

footer .click-to-top a:hover {
  background-color: #999;
  color: #222;
  opacity: 1;
}

.modal .modal-dialog .modal-content {
    border-radius: 6px;
    border: none;
    padding: 20px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 23%);
}

.modal .modal-dialog .modal-content .modal-header {
    background-color: transparent;
    color: #292929000;
    padding: 0px;
    text-align: center;
    padding-bottom: 15px;
}

.modal .modal-dialog .modal-content .modal-header .close {
  color: #000;
  opacity: 1;
}
.modal .modal-dialog .modal-content  .modal-footer {
    padding: 15px 15px 0px 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.modal .modal-dialog .modal-content .modal-body label {
    color: #484848;
    font-weight: 500;
}

.modal .modal-dialog .modal-content .modal-body .table thead {
  color: #335678;
}

.modal .modal-dialog .modal-content .modal-footer .btn {
  width: 15%;
  background-color: #000;
  color: #fff;
  font-size: 700;
}

.modal .modal-dialog .modal-content .modal-footer .btn:hover {
  background-color: #000;
}

.modal .modal-dialog .modal-content .modal-footer .btn:focus {
  background-color: #000;
}

.log-cover {
  /*position: relative;*/
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  /*background-image: url("../images/BcardBack-03.png");*/
  /*background-position: center center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-color: #292929;*/
  /*background-image: url("../images/BcardBack-02.png");
      background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center;*/
}
.logo-cover{
  position: relative;
    margin-bottom: 30px;
    padding-left: 33%;
}

.log-cover .logo{
      width: 125px;
    height: auto;
    max-width: 65%;
    display: block;
}

.log-cover .form {
  padding: 25px;
  width: 440px;
  max-width: 85%;
  border-radius: 4px;
      background-color: #000;
    opacity: 0.6;
    /*transform:
    perspective(75em)
    rotateX(18deg);*/
  /*box-shadow:
    rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
    rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;*/
  box-shadow: rgb(128 210 148) 0px 60px 123px -25px, rgb(128 211 148) 0px 35px 75px -35px;
  border-radius: 10px;
  border: 1px solid;
  border-color:
    rgb(213, 220, 226)
    rgb(213, 220, 226)
    rgb(184, 194, 204)
}

.log-cover .form h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 25px;
}

.log-cover .form label {
  position: absolute;
  transform: translateY(10px);
  left: 13px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.log-cover .form label.active {
  transform: translateY(-25px);
  left: 2px;
  font-size: 14px;
  color: #fff;
}

.log-cover .form label.active .req {
  opacity: 0;
}

.log-cover .form label.highlight {
  color: #ffffff;
}

.log-cover .form label .req {
  margin: 2px;
  color: #1ab188;
}

.log-cover .form select {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
  cursor: pointer;
}

.log-cover .form input,
.log-cover .form textarea {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: none;
  background-image: none;
  border: 1px solid #fff;
  color: #ffffff;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.log-cover .form input:focus,
.log-cover .form textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

.log-cover .form textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.log-cover .form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 12px;
}

.log-cover .form .field-wrap {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}
.log-cover .form .field-wrap-2 {
  display: inline-block;
  width: 100%;
  color: #fff;
}

.log-cover .form .tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.log-cover .form .tab-group:after {
  content: "";
  display: table;
  clear: both;
}

.log-cover .form .tab-group li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 16px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}

.log-cover .form .tab-group li a:hover {
  background: #179b77;
  color: #ffffff;
}

.log-cover .form .tab-group .active a {
  background: #000;
  color: #ffffff;
}

.log-cover .form .tab-content>div:last-child {
  display: none;
}

.log-cover .form .top-row:after {
  content: "";
  display: table;
  clear: both;
}

.log-cover .form .top-row>div {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.log-cover .form .top-row>div:last-child {
  margin: 0;
}

.log-cover .form .button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #000;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}

.log-cover .form .button:hover,
.log-cover .form .button:focus {
  background: #179b77;
}

.log-cover .form .button-block {
  /*display: block;
  width: 100%;*/
      display: block;
    width: 50%;
    float: right;
    background-color: #80d394;
    color: #000;
}

.log-cover .form .forgot {
  margin-top: -20px;
  text-align: right;
}

.log-cover .select2-container {
  display: block;
}

.log-cover .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-radius: 0;
  height: 44px;
  border-color: #fff;
}

.log-cover .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 42px;
}

.log-cover .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.report-result-page-wrap {
    padding: 5px 15px 30px;
}

.report-result-page-wrap .top-part ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: flex-start;
  margin: 0 -15px;
}

.report-result-page-wrap .top-part ul li {
  padding: 0 15px;
  width: 30%;
}

.report-result-page-wrap .top-part ul li:last-child {
  width: 160px;
}

.report-result-page-wrap .top-part ul li .user_radio_input input[type="radio"] {
  width: 20%;
  float: left;
}

.report-result-page-wrap .top-part ul li .user_radio_input p {
  width: 80%;
  float: left;
}

.report-result-page-wrap .top-part ul li input {
    width: 100%;
    border: none;
    padding: 0 10px;
    line-height: 35px;
    border-radius: 5px;
    background: #efefef;
}

.report-result-page-wrap .top-part ul li select {
  width: 100%;
  border: 1px solid #ddd;
  height: 40px;
}

.report-result-page-wrap .top-part ul li .select2-container {
  display: block;
}

.report-result-page-wrap .top-part ul li .select2-container .select2-selection--single {
    width: 100%;
    border: none;
    height: 36px;
    border-radius: 5px;
    background: #efefef;
}

.report-result-page-wrap .top-part ul li .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}

.report-result-page-wrap .top-part ul li .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.report-result-page-wrap .top-part ul li button {
    width: 100%;
    border: 0;
    line-height: 37px;
    padding: 0 10px;
    text-align: center;
    background-color: #000;
    color: #fff !important;
    border-radius: 5px;
    letter-spacing: 0px;
    font-size: 13px;
}

.report-result-page-wrap .top-part ul li button:hover {
  background-color: #000;
}

.report-result-page-wrap .table-wrap {
  /*padding: 30px 15px;
  margin-top: 30px;*/
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  min-height: 70vh;
}

.report-result-page-wrap .table-wrap .change_pass_word {
  width: auto;
}

.report-result-page-wrap .search-fild {
  padding-bottom: 30px;
}

.report-result-page-wrap .search-fild input {
  width: calc(100% - 140px);
  border: 1px solid #ddd;
  padding: 0 15px;
  line-height: 40px;
  float: left;
}

.report-result-page-wrap .search-fild button {
  width: 140px;
  border: 0;
  line-height: 42px;
  padding: 0 15px;
  text-align: center;
  background-color: #444;
  color: #fff;
  border-radius: 0px;
  letter-spacing: 1px;
}

.report-result-page-wrap .search-fild button:hover {
  background-color: #000;
}

.report-result-page-wrap .pagination {
  margin-bottom: 0;
}

.report-result-page-wrap .pagination>.active>a,
.report-result-page-wrap .pagination>.active>a:focus,
.report-result-page-wrap .pagination>.active>a:hover,
.report-result-page-wrap .pagination>.active>span,
.report-result-page-wrap .pagination>.active>span:focus,
.report-result-page-wrap .pagination>.active>span:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.report-result-page-wrap .pagination>li>a,
.report-result-page-wrap .pagination>li>span {
  color: #000;
}

.default_btn {
  border: 0;
  line-height: 42px;
  padding: 10px 15px;
  text-align: center;
  background-color: #062351;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 1px;
}

.quotation_postitive_negative {
  width: 90%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

textarea.form-control {
  height: 34px;
}

.form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  box-shadow: none;
  line-height: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.select2-container--default .select2-selection--single {
    height:40px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .new_select_css .select2-container {
  width: 100% !important;
  height: 34px;
}

.select2-container--default .select2-selection--single .new_select_css .select2-container .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: text;
}
.select2-container{
  height: 30px !important;
}
.green_dot {
  height: 7px;
  width: 7px;
  background-color: #42b72a;
  border-radius: 50%;
  display: inline-block;
}

.red_dot {
  height: 7px;
  width: 7px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.profile_img_class {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  float: left;
}


/*# sourceMappingURL=style.css.map */

* {
  scrollbar-width: thin;
  scrollbar-color: #ebeef0 #f9fafa;
}

html {
  scrollbar-width: auto
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px
}

::-webkit-scrollbar-thumb {
  background: #ebeef0
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
  background: #f9fafa
}

body::-webkit-scrollbar {
  width: unset;
  height: unset
}

.page-titale h3 {
  margin: 0;
  padding: 20px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #292929;
}

.top-part,
.table_part {
  background: #fff;
  padding: 15px !important;
  border-radius: 8px;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
}

.page-titale h3 i {
  color: #9e9e9e;
  margin-right: 5px;
}

.dashbord-wrap .report-box ul li h4 a i {
  display: inline-block;
  margin-right: 5px;
  color: #828282;
}

.dashbord-wrap .report-box ul li.active h4 a,
.dashbord-wrap .report-box ul li h4 a:hover {
  background: #ebeef0;
}
.new_bg{
  position: relative;
}
.new_bg i,.new_sheet_btn i{
  display: none;
}
.new_bg.lockStatus i,
.new_sheet_btn.lockDocBtn:hover i{
  display: block;
}
.lockStatus .all_status_drop {
    opacity: 0.5;
}
.new_sheet_btn.lockDocBtn button:hover span {
    display: none;
}
.lockDocBtn button{
  overflow: hidden;
}
.new_bg.lockStatus i {
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    opacity: 1;
    font-size: 12px;
    line-height: 16px;
    z-index: 999;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
}
.new_sheet_btn i {
    font-size: 13px;
    line-height: 20px;
}

h2.ani {
    font-size: 2em;
    color: #000;
    text-transform: uppercase;
    float: left;
    margin: 0;
}
span.carMoov {
    background: url(../images/truck.png);
    width: 90px;
    height: 40px;
    background-size: contain;
    z-index: 9;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 14px;
    background-repeat: no-repeat;
}
textarea#remarks {
    width: 100%;
}
