@charset "UTF-8";
/* theme color */
/* icon font path, required */
/* component background*/
/* component border-color*/
/* component font color*/
/* transition time */
:root {
  --primary: 97, 27, 64;
  --secondary: 220, 162, 38;
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --red: 220, 38, 38;
  --green: 45, 129, 49;
  --blue: 220, 38, 38;
  --yellow: 220, 162, 38;
  --pink: 193, 56, 126;
  --brown: 153, 76, 38;
  --purple: 99, 102, 241;
  --text-color: 255, 255, 255;
  --text-color-2: 220, 162, 38;
  --changebg: 45, 143, 184;
  --infraction: 255, 0, 0, 0.22;
}

.title-customz {
  font-size: 16px;
  color: #384152;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .title-custom {
    font-size: 16px;
    margin-right: 0;
  }
  .document-custom {
    float: none;
  }
  .table-custom-preview .el-card__body {
    padding: 0 !important;
  }
  .el-card__body .table-custom {
    margin-bottom: 0;
  }
}
.text-h1,
.text-h2,
.text-h3,
.text-h4,
.text-h5,
.text-h6 {
  font-size: 48px;
  color: #2f2f2f;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.text-h3 {
  font-size: 36px;
}

.text-h4 {
  font-size: 24px;
}

.text-h5 {
  font-size: 18px !important;
}

.text-h6 {
  font-size: 16px !important;
}

h5.text-danger {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

h5.text-green {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

h5.text-normal {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #000;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-primary {
  color: rgba(var(--primary), 1);
}

.text-secondary {
  color: rgba(var(--secondary), 1);
}

.app-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.el-main {
  padding: 0;
  overflow: hidden;
}

.wrapper--snippet {
  height: 19vh;
  background: #6cf2ce;
  overflow: auto;
}
.wrapper--snippet pre {
  padding: 20px;
  color: #6cf2ce;
  line-height: 1.3;
}

.wrapper--forms {
  padding: 30px;
  position: relative;
  height: 90%;
  overflow: auto;
}

input[type=file] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 10px;
}

.wrapper--forms .form-control {
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid #d1d5db;
  padding: 4px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.wrapper--sidebar {
  padding: 30px;
}
.wrapper--sidebar .el-tabs {
  min-height: 450px;
  border-bottom: 0;
}
.wrapper--sidebar .el-tabs__header {
  margin-bottom: 0;
}
.wrapper--sidebar .el-tabs__content {
  padding: 0;
}
.wrapper--sidebar .el-tabs__inner {
  padding: 20px;
}
.wrapper--sidebar .el-tabs__nav {
  float: none;
}
.wrapper--sidebar .el-tabs__nav .el-tabs__item {
  width: 33.33%;
  text-align: center;
}
.wrapper--sidebar .el-tabs--border-card {
  border: 1px solid gray;
}
.wrapper--sidebar .el-form-item__label {
  line-height: 1;
}

.el-upload-list__item-thumbnail {
  object-fit: cover;
}

.el-input-number {
  width: auto !important;
}

.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: auto !important;
}

.custom-form .el-input__inner {
  width: 100% !important;
}

.preview__wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.el-form-item {
  padding: 10px;
  margin-bottom: 0;
}

.aside-main {
  background: rgba(var(--primary), 1) !important;
  z-index: 1 !important;
  /*  @media only screen and (max-width: 767px) {
      z-index: 1024 !important;
  } */
}

.aside-sitedeck-main {
  z-index:1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#312d81+0,403c99+100 */
  background: #43b5f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #363bbf 0%, #333481 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #363bbf 0%, #333481 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #363bbf 0%, #333481 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312d81', endColorstr='#403c99',GradientType=1 ); */
}

.bg-gradient {
  background: rgba(var(--primary), 1);
}

.logo-head {
  /* background: rgba(var(--white), 0.1); */
  padding: 15px 20px 16px;
  color: rgba(var(--text-color), 1);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.aside-title {
  font-size: 14px;
  color: rgba(var(--text-color), 0.9);
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0 -20px;
  padding: 10px 20px;
  letter-spacing: 2px;
}

.back-arrow {
  height: 50px;
  font-size: 14px;
  color: #a3a5fd;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px 0;
  letter-spacing: 0.9px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .back-arrow {
    margin-bottom: -20px;
  }
}

.back-arrow .fa {
  font-size: 18px;
  color: rgba(var(--text-color), 1);
  margin-top: 5px;
}

.side-menu {
  /* background: #6366f1; */
  color: rgba(var(--text-color), 1);
  padding: 20px 0 15px;
  border-bottom: 1px solid rgba(var(--white), 0.1);
  letter-spacing: 1px;
}

.side-menu i {
  width: 20px !important;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-right: 10px;
  margin-top: 2px;
}

.side-menu .arrow-down-absolute {
  position: absolute;
  right: 0;
  top: 9px;
  font-size: 14px;
}

.side-menu li {
  margin: 0;
  padding: 0;
}

.side-menu li a {
  color: rgba(var(--text-color), 1);
  padding: 10px 20px;
  border-radius: none !important;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

.side-menu li a span {
  display: inline-block;
  padding-right: 15px;
}

.side-menu li a:hover,
.side-menu li.active a {
  background: rgba(var(--black), 0.1);
}

.side-menu .nuxt-link-active {
  background: rgba(var(--black), 0.1);
  color: rgba(var(--text-color-2), 1) !important;
}

.side-menu .dropdown-menu {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#312d81+0,403c99+100 */
  /* Old browsers */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312d81', endColorstr='#403c99',GradientType=1 ); */
  background: rgba(var(--black), 0.1);
}

.side-menu .dropdown-menu {
  background: rgba(var(--white), 0.1);
  padding: 0 0 5px;
}

.side-menu .dropdown-menu li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.7px;
}

.side-menu .dropdown-menu a {
  display: block;
  color: rgba(var(--text-color), 1);
  margin: 0;
  padding: 7px 45px;
  padding-right: 15px;
  font-weight: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

.side-menu .dropdown-menu a i {
  font-size: 12px;
  margin-right: 5px;
}

.side-menu .dropdown-menu a:hover {
  background: rgba(var(--black), 0.1);
}

.side-menu .dropdown-menu i {
  margin-top: 2 !important;
}

.side-menu .el-badge__content {
  height: 19px;
  line-height: 15px;
}

.side-menu .el-badge__content.is-fixed {
  top: 8px;
}

.logout-design {
  padding-top: 0;
  padding-bottom: 0;
}

.logout-design li a {
  /* background: rgba(220, 38, 38, .8); */
  padding-top: 20px;
  padding-bottom: 20px;
}

.logout-design li a:hover {
  background: rgba(var(--red), 1);
}

.top-dashboard {
  background: rgba(var(--primary), 1);
}

.top-section .text-dashboard {
  color: rgba(var(--text-color), 1);
}

.top-section .icon-custom {
  margin-right: 5px;
}

.top-section .icon-custom .fa {
  font-size: 16px;
  color: rgba(var(--text-color), 0.9);
  padding: 5px;
}

.top-section .icon-custom:hover {
  cursor: pointer;
}

.top-section.icon-custom:hover .fa {
  color: rgba(var(--text-color), 1);
}

.top-section .covid-form-btn {
  background: #dc2626;
  margin: 0 10px 1px;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.top-section .covid-form-btn:hover {
  background: #ca1a1a;
}

.flyover {
  backdrop-filter: blur(20px);
}

.floating-input label {
  top: 0%;
  transform: translateY(-50%);
  font-size: 11px;
}
.floating-input .empty input:not(:focus) + label {
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.floating-input input {
  border-width: 1px;
}
.floating-input input:focus {
  outline: none;
}

.toggle-checkbox:checked {
  right: 0;
  border-color: #68D391;
}

.toggle-checkbox:checked + .toggle-label {
  background-color: #68D391;
}

input:disabled {
  cursor: not-allowed;
}

.quick-actions {
  background: #f2f8ff;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 20px 5px;
  border: 1px solid #d2e1f4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.quick-actions h2 {
  font-size: 20px;
  color: #312d81;
  font-weight: 700;
}

.quick-actions p {
  font-size: 12px;
  color: rgba(56, 65, 82, 0.8);
  margin-bottom: 10px;
}

.action-title {
  width: 200px;
  margin-right: 40px;
  margin-bottom: 20px;
}

/* 
.action-content {
    list-style: none;
}

.action-content a {
    width: 130px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px 10px 10px;
    text-align: center;
    border: 1px solid #93c5fd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.action-content a:hover {
    background: #6366f1;
    border: 1px solid #6366f1;
}

.action-content a:hover .fa,
.action-content a:hover p {
    color: #fff;
}

.action-content .fa {
    font-size: 20px;
    font-weight: normal;
    color: #312d81;
    margin-bottom: 8px;
}

.action-content p {
    color: #4d619a;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2px;
} */
.quicklink {
  background: #f6f6f6;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 20px 5px;
  border: 1px solid #b5bdc6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.quicklink .quicklink-box {
  background: rgba(var(--white), 0.5);
  width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 15px 10px 10px;
  text-align: center;
  border: 1px solid rgba(var(--primary), 0.3);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
@media screen and (min-width: 500px) {
  .quicklink .quicklink-box {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 991px) {
  .quicklink .quicklink-box {
    width: calc(33.33% - 15px);
  }
}
@media screen and (min-width: 1366px) {
  .quicklink .quicklink-box {
    width: calc(25% - 15px);
  }
}
@media screen and (min-width: 1600px) {
  .quicklink .quicklink-box {
    width: calc(16.66% - 15px);
  }
}
.quicklink .quicklink-box:hover {
  background: rgba(var(--primary), 1);
  border: 1px solid rgba(var(--primary), 1);
}
.quicklink .quicklink-box:hover p {
  color: #fff;
}
.quicklink p {
  text-transform: uppercase;
  color: rgba(var(--primary), 0.9);
  font-weight: 700;
  margin-bottom: 5px;
}
.quicklink .quicklink-box-title {
  width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 500px) {
  .quicklink .quicklink-box-title {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 991px) {
  .quicklink .quicklink-box-title {
    width: calc(33.33% - 15px);
  }
}
@media screen and (min-width: 1366px) {
  .quicklink .quicklink-box-title {
    width: calc(25% - 15px);
  }
}
@media screen and (min-width: 1600px) {
  .quicklink .quicklink-box-title {
    width: calc(16.66% - 15px);
  }
}
.quicklink .quicklink-box-title h5 {
  margin-bottom: 0;
}
.quicklink .quicklink-box-title p {
  font-weight: 400;
  text-transform: none;
  color: rgba(0, 0, 0, 0.8);
}

.covid-ico {
  background: rgba(220, 38, 38, 0.05);
  border: 1px solid #dc2626 !important;
}

.covid-ico:hover {
  background: #dc2626 !important;
}

.covid-ico .fa,
.covid-ico p {
  color: #dc2626;
}

.pie-chart-box {
  background: #f2f8ff;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 20px 5px;
  border: 1px solid #d2e1f4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.pie-chart-box h2 {
  font-size: 20px;
  color: #312d81;
  font-weight: 700;
}

.pie-chart-box p {
  font-size: 12px;
  color: rgba(56, 65, 82, 0.8);
  margin-bottom: 10px;
}

.sq-box-wrap {
  display: flex;
  flex-wrap: wrap;
}

.sq-box {
  background: #eee;
  width: 148px;
  height: 148px;
  text-align: center;
  /* height: 150px; */
  object-fit: cover;
  margin: 0 8px 8px 0;
  overflow: hidden;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-sizing: border-box;
  display: inline-block;
}

.sq-box img {
  width: 100%;
  height: 100%;
  line-height: 150px;
  text-align: center;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-form {
  color: #384152;
  padding-bottom: 30px;
  width: 100%;
}
.custom-form h2 {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .title-box {
    padding-bottom: 0;
  }
}

.paymentformz {
  padding: 30px 50px;
  text-align: center;
}
.paymentformz img {
  max-width: 100px;
  margin: 0 auto 10px;
}

.multiselect__tags {
  font-size: 12px !important;
  line-height: 12px !important;
  min-height: 32px !important;
  padding: 5px 40px 0 7px !important;
  height: 100%;
}

.multiselect {
  min-height: 32px !important;
}

.multiselect__option {
  min-height: 32px !important;
  padding: 6px 12px !important;
}

.multiselect__select {
  top: -1px !important;
}

.multiselect--disabled .multiselect__select {
  background: none !important;
}

#app {
  margin-top: 10px;
}

.image-show .image {
  width: 200px;
  border: 5px solid #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-size: cover;
  margin: 0 10px 10px 0;
  padding: 0;
}

.row-custom {
  margin-right: -5px;
  margin-left: -5px;
}

.col-custom {
  padding-right: 5px;
  padding-left: 5px;
}

.custom-form .form-group {
  margin-bottom: 10px;
}

.custom-form label {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
}

.custom-form .form-control {
  display: block;
  width: 100%;
  padding: 7px 8px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-form .form-control.searchBox {
  max-width: 500px;
  padding: 10px 20px;
}
@media screen and (max-width: 1200px) {
  .custom-form .form-control.searchBox {
    max-width: 300px;
  }
}
@media screen and (max-width: 610px) {
  .custom-form .form-control.searchBox {
    max-width: 220px;
    left: 10px;
    top: unset;
    bottom: 10px !important;
  }
}

.form-control-left {
  display: block;
  width: 100%;
  padding: 8px 20px 10px;
  padding-left: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d5dc !important;
  border-radius: 0.25rem;
}

.custom-form select.form-control {
  height: 39px;
}

.custom-form .el-input__icon {
  line-height: 26px;
}

.el-icon-date {
  margin-top: 0 !important;
}

.custom-form .form-control:focus-visible {
  border: 1px solid #6366f1;
  outline: none;
}

.custom-form .error {
  font-size: 11px;
  color: rgba(var(--red), 1);
  margin: 3px 0 0;
  display: block;
}

.custom-form .error-label {
  color: rgba(var(--red), 1);
}

.custom-form .error-div {
  border-color: rgba(var(--red), 1);
}

.box-line {
  background: #fff;
  margin-bottom: 10px;
  padding: 7px 8px 5px;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}

.box-line .form-check-input {
  width: 14px;
  height: 14px;
  margin-top: 0.25em;
  margin-right: 8px;
  vertical-align: top;
}

.box-group {
  margin-bottom: 0;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}

.box-group-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.box-group-inline .form-check {
  margin-right: 20px;
}

.box-group .form-check-input {
  width: 24px;
  height: 14px;
  margin-top: 0.25em;
  margin-right: 8px;
  vertical-align: top;
}

.box-group label {
  font-weight: 400;
}

.box-group-title {
  margin-bottom: 0;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}

.box-group-title .form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 0.25em;
  margin-right: 8px;
  vertical-align: top;
}

.box-group-title label {
  margin-top: 3px !important;
  color: rgba(var(--black), 1);
  font-weight: 700 !important;
  text-transform: uppercase;
}

.form-check label {
  margin-top: 2px;
  font-weight: 500;
}

.form-check-inline {
  display: inline-block !important;
  margin-right: 1rem;
}

input[type=checkbox] {
  -webkit-filter: hue-rotate(250deg);
  filter: hue-rotate(250deg);
}

input[type=radio] {
  -webkit-filter: hue-rotate(250deg);
  filter: hue-rotate(250deg);
}

.custom-form-inner {
  color: #384152;
  padding-bottom: 0;
}

.custom-form-inner .form-group {
  margin-bottom: 10px;
}

.custom-form-inner .form-group-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.custom-form-inner .ans {
  width: 100%;
}

.custom-form-inner label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
}

.table-responsive {
  width: 100%;
  display: block;
  overflow-x: auto;
}
.table-responsive .table-wrap {
  width: 100%;
  border: 1px solid rgba(var(--primary), 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow-x: auto;
}
.table-responsive .table-custom-main {
  width: 100%;
  min-width: 800px;
  margin-bottom: 10px;
  border-collapse: collapse;
  border: none;
}
.table-responsive .table-custom-main td,
.table-responsive .table-custom-main th {
  border: none;
  border-top: none !important;
  padding: 8px 15px;
  text-align: left;
}
.table-responsive .table-custom-main th {
  background: rgba(var(--primary), 0.05);
  border-top: none;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(var(--primary), 0.2);
  text-transform: uppercase;
  color: #384152;
}

.my-table {
  min-width: 850px !important;
}

.my-table label {
  white-space: nowrap;
}

.my-table .form-control {
  min-width: 110px;
}

.my-table .multiselect {
  min-width: 110px;
}

.my-table th {
  text-align: left;
  padding: 10px 5px;
  vertical-align: top;
}

.my-table td {
  text-align: left;
  padding: 10px 5px;
  vertical-align: top;
}

.table-title {
  background: #7b77df;
  padding: 8px 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.2px;
}

.table-custom {
  width: 100%;
  text-align: left;
  border: 1px solid #dee2e6;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.table-custom th {
  background: #f2f2f2;
  font-size: 14px;
  vertical-align: bottom;
  border: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  padding: 10px 15px;
}

.table-custom td {
  padding: 7px 15px;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

.date-custom {
  font-size: 14px;
  color: #6366f1;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.btnz {
  min-width: 80px;
  min-height: 28px;
  font-size: 16px;
  font-weight: 400;
  border-width: 1px;
  margin: 1px 3px 1px;
  padding: 6px 20px 7px;
  border-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.btnz-sm {
  min-height: auto;
  font-size: 12px;
  padding: 5px 15px;
}

.btnz-xs {
  min-width: auto;
  min-height: auto;
  font-size: 12px;
  font-weight: 500;
  margin: 1px 1px 1px;
  padding: 1px 5px;
}

.btnz-primary {
  background: rgba(var(--primary), 0.9);
  color: rgba(var(--text-color), 1);
  border-color: transparent;
}

.btnz-primary:hover {
  background: rgba(var(--primary), 1);
  border-color: transparent;
}

.btnz-primary:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btnz-primary:not(:disabled):not(.disabled):active,
.btnz-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background-color: rgba(var(--primary), 1);
  border-color: rgba(var(--primary), 1);
}

.btnz-outline-primary {
  color: rgba(var(--primary), 1);
  border-color: rgba(var(--primary), 1);
}

.btnz-outline-primary:hover {
  background: rgba(var(--primary), 1);
  border-color: transparent;
  color: rgba(var(--text-color), 1);
  cursor: pointer;
}

.btnz-outline-primary:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: rgba(var(--primary), 1) !important;
  border-color: rgba(var(--primary), 1) !important;
  color: #fff !important;
}

.btnz-outline-primary:not(:disabled):not(.disabled):active,
.btnz-outline-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: rgba(var(--primary), 1) !important;
  border-color: rgba(var(--primary), 1) !important;
}

.btnz-default {
  background: #384152;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btnz-default:hover {
  background: #29303f;
}

.btnz-default:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btnz-default:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btnz-default:not(:disabled):not(.disabled):active,
.btnz-default:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background-color: #384152;
  border-color: #384152;
}

.btnz-outline-default {
  color: #384152;
  border-color: #384152;
}

.btnz-outline-default:hover {
  background: #384152;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.btnz-outline-default:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #384152 !important;
  border-color: #384152 !important;
  color: #fff !important;
}

.btnz-outline-default:not(:disabled):not(.disabled):active,
.btnz-outline-default:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: #384152 !important;
  border-color: #384152 !important;
}

.btnz-green {
  background: rgba(var(--green), 0.9);
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btnz-green:hover {
  background: rgba(var(--green), 1);
}

.btnz-green:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btnz-green:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btnz-green:not(:disabled):not(.disabled):active,
.btnz-green:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background-color: rgba(var(--green), 1);
  border-color: rgba(var(--green), 1);
}

.btnz-outline-green {
  color: rgba(var(--green), 1);
  border-color: rgba(var(--green), 1);
}

.btnz-outline-green:hover {
  background: rgba(var(--green), 1);
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.btnz-outline-green:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: rgba(var(--green), 1) !important;
  border-color: rgba(var(--green), 1) !important;
  color: #fff !important;
}

.btnz-outline-green:not(:disabled):not(.disabled):active,
.btnz-outline-green:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: rgba(var(--green), 1) !important;
  border-color: rgba(var(--green), 1) !important;
}

.btnz-yellow {
  background: #dca226;
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btnz-yellow:hover {
  background: #dca226;
}

.btnz-yellow:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btnz-yellow:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btnz-yellow:not(:disabled):not(.disabled):active,
.btnz-yellow:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background-color: #dca226;
  border-color: #dca226;
}

.btnz-outline-yellow {
  color: rgba(var(--blue), 1);
  border-color: rgba(var(--blue), 1);
}

.btnz-outline-yellow:hover {
  background: rgba(var(--blue), 1);
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.btnz-outline-yellow:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: rgba(var(--blue), 1) !important;
  border-color: rgba(var(--blue), 1) !important;
  color: #fff !important;
}

.btnz-outline-yellow:not(:disabled):not(.disabled):active,
.btnz-outline-yellow:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: rgba(var(--blue), 1) !important;
  border-color: rgba(var(--blue), 1) !important;
}

.btnz-light {
  background: #9ca2ae;
  color: rgb(255, 255, 255);
  border-color: transparent;
}

.btnz-light:hover {
  background: #828a9b;
  color: rgb(255, 255, 255);
  border-color: transparent;
}

.btnz-light:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btnz-light:not(:disabled):not(.disabled):active,
.btnz-light:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background-color: #9ca2ae;
  border-color: #9ca2ae;
}

.btnz-outline-light {
  color: #4c5567;
  border-color: #9ca2ae;
}

.btnz-outline-light:hover {
  background: #9ca2ae;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.btnz-outline-light:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #9ca2ae !important;
  border-color: #9ca2ae !important;
  color: #fff !important;
}

.btnz-outline-light:not(:disabled):not(.disabled):active,
.btnz-outline-light:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: #9ca2ae !important;
  border-color: #9ca2ae !important;
}

.btnz-outline-gray {
  color: #4c5567;
  border-color: #9ca2ae;
}

.btnz-outline-gray:hover {
  background: rgba(var(--primary), 1);
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.btnz-outline-gray:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #9ca2ae !important;
  border-color: #9ca2ae !important;
  color: #fff !important;
}

.btnz-outline-gray:not(:disabled):not(.disabled):active,
.btnz-outline-gray:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: #9ca2ae !important;
  border-color: #9ca2ae !important;
}

.btnz-danger {
  background: rgba(var(--red), 0.9);
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btnz-danger:hover {
  background: rgba(var(--red), 1);
}

.btnz-danger:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.btnz-danger:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.btnz-danger:not(:disabled):not(.disabled):active,
.btnz-danger:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  background: rgba(var(--red), 1);
  border-color: rgba(var(--red), 1);
}

.btnz-outline-danger {
  color: rgba(var(--red), 1);
  border-color: rgba(var(--red), 1);
}

.btnz-outline-danger:hover {
  background: rgba(var(--red), 1);
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.btnz-outline-danger:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: rgba(var(--red), 1) !important;
  border-color: rgba(var(--red), 1) !important;
  color: #fff !important;
}

.btnz-outline-danger:not(:disabled):not(.disabled):active,
.btnz-outline-danger:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: rgba(var(--red), 1) !important;
  border-color: rgba(var(--red), 1) !important;
}

.btn {
  background: #9ca2ae;
  margin: 0 2px 10px;
  padding: 7px 15px;
  color: #fff;
  /* text-transform: uppercase; */
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.btn:hover {
  background: #384152;
}

.btn-primary {
  background: rgba(var(--primary), 0.9);
  color: rgba(var(--text-color), 1);
}

.btn-primary:hover {
  background: rgba(var(--primary), 1);
}

.btn-red {
  background: rgba(var(--red), 0.9);
}

.btn-red:hover {
  background: rgba(var(--red), 1);
}

.btn-blue {
  background: rgba(var(--blue), 0.9);
}

.btn-blue:hover {
  background: rgba(var(--blue), 1);
}

.btn-green {
  background: rgba(var(--green), 0.9);
}

.btn-green:hover {
  background: rgba(var(--green), 1);
}

.btn-yellow {
  background: rgba(var(--yellow), 0.9);
}

.btn-yellow:hover {
  background: rgba(var(--yellow), 1);
}

.pagination {
  margin-top: 15px;
}

.pagination a {
  color: black;
  float: left;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: rgba(var(--primary), 1);
  color: white;
  border: 1px solid rgba(var(--primary), 1);
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.btn-float {
  position: fixed;
  right: 10px;
  bottom: 5px;
  z-index: 999999;
}

.span-btn {
  background: #eee;
  margin: 1px 1px 3px;
  padding: 3px 10px;
  font-size: 10px;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.bg-active,
.bg-approved {
  background: rgba(var(--green), 1);
}

.bg-inactive {
  /* background: #384152; */
  background: #989898;

}

.bg-closed,
.bg-rejected {
  background: rgba(var(--red), 1);
}

.bg-notverified,
.bg-pending {
  background: rgba(var(--yellow), 1);
}

.bg-bidding {
  background: rgba(var(--blue), 1);
}

.bg-service {
  background: rgba(var(--blue), 1);
}

.bg-yellow {
  background: rgba(var(--yellow), 1) !important;
}

.bg-green {
  background: rgba(var(--green), 1) !important;
}

.bg-red {
  background: rgba(var(--red), 1) !important;
}

.bg-dark {
  background: #384152 !important;
}

.bg-blue {
  background: rgba(var(--blue), 1) !important;
}

.bg-primary {
  background: rgba(var(--primary), 1) !important;
}

.bg-brown {
  background: rgba(var(--brown), 1) !important;
}

.bg-pink {
  background: rgba(var(--pink), 1) !important;
}

.bg-purple {
  background: rgba(var(--purple), 1) !important;
}

.bg-tomato {
  background: #dc6626 !important;
}

.text-danger {
  color: rgba(var(--red), 1) !important;
}

.text-green {
  color: #2d8131 !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px !important;
  height: 24px;
  margin-bottom: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background: #2d8131;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2d8131;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
  -webkit-border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.photo-box {
  position: relative;
  background: white;
  width: 114px;
  height: 114px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-box:hover .photo-details {
  display: block !important;
  cursor: pointer;
}

.photo-details {
  background: #384152;
  width: 114px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  display: none;
}

.photo-details h5,
.photo-details p {
  font-size: 10px;
  word-wrap: break-word;
}

.photo-details h5 {
  margin-bottom: 5px;
  line-height: 12px;
}

.photo-details .fa {
  color: #dc2626;
}

.note {
  font-size: 12px;
  color: #dca226;
  margin-top: 3px;
}

.note i {
  color: #000;
}

.input-close {
  background: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: 5px;
  border: 1px solid #d2d5dc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.input-close .fa {
  color: #dc2626;
}

.title-4 {
  font-size: 13px;
  color: #202631;
  font-weight: 500;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.title-5 {
  font-size: 16px;
  color: #dca226;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.title-6 {
  font-size: 14px;
  color: #202631;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.multiselect__tag-icon {
  top: -4px !important;
}

.certification-wrap {
  border: 1px solid #d2d5dc;
  margin-bottom: 5px;
  padding: 15px 15px 10px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
}

.el-date-editor.el-input {
  width: 100% !important;
}

.certification-wrap .el-date-editor.el-input .el-input__inner {
  border: 1px solid #d2d5dc;
  height: 34px;
}

.certification-wrap .el-date-editor.el-input .el-input__icon {
  line-height: 33px;
}

.close-main {
  background: #dc2626;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.close-main .fa {
  color: #fff;
}

.close-main:hover {
  background: #ca1a1a;
}

.close-my {
  background: #dc2626;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  right: 2px;
  padding: 2px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.close-my .fa {
  color: #fff;
}

.close-my:hover {
  background: #ca1a1a;
}

.close-allz {
  background: #dc2626;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}

.close-allz .fa {
  color: #fff;
}

.close-allz:hover {
  background: #ca1a1a;
}

.pb-10-imp {
  padding-bottom: 10px !important;
}

.mr-0imp {
  margin-right: 0 !important;
}

.whole-wrap-title {
  font-size: 20px !important;
}

.whole-wrap-sub-title {
  font-size: 15px !important;
  color: #384152 !important;
  margin-top: 10px;
}

.main-loop-wrap {
  position: relative;
  margin-bottom: 10px;
}

.btn-back {
  background: #656565 !important;
}

.btn-back:hover {
  background: #545454 !important;
}

.btn-primary:hover {
  cursor: pointer;
}

.btn-remove {
  background: #dc2626;
  width: 32px;
  height: 32px;
  border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.whole-wrap {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}

.whole-wrap table {
  width: 100%;
  min-width: 800px;
}

.whole-wrap table th {
  text-align: left;
  padding: 5px;
  vertical-align: top;
}

.whole-wrap table td {
  text-align: left;
  padding: 5px;
  vertical-align: top;
}

.wrap-loop {
  background: #fff;
  margin: 0 5px 10px;
  padding: 20px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}

.add-total-wrap .btnz {
  margin-left: 5px;
}

.total-cost {
  width: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 5px;
}

.total-cost label {
  font-size: 16px;
}

label.big {
  font-size: 20px;
}

.sm-text {
  font-size: 12px !important;
}

.total-cost .form-control {
  width: 200px;
  font-size: 16px;
  border: 2px solid #000;
}

.total-cost .form-control:focus {
  width: 200px;
  font-size: 16px;
  border: 2px solid #000;
}

.total-cost-q {
  width: 100px !important;
  margin-top: 3px;
}

.total-cost-text {
  font-size: 20px;
  font-weight: 700;
  vertical-align: top;
}

.report-box-row {
  margin-right: -5px;
  margin-left: -5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.report-box-col {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.report-box {
  background-color: #eee;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  cursor: pointer;
}

.report-title {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.report-ico {
  width: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.report-ico .fa {
  font-size: 36px;
  color: #fff;
}

.report-box-row .report-ico {
  margin-right: 15px;
}

.parent-section {
  background: #f5f5f5;
  margin-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}

.parent-section-box {
  padding: 5px 20px;
}
@media screen and (max-width: 450px) {
  .parent-section-box {
    padding: 5px 10px;
  }
}

.parent-section-heading,
.child-section-heading,
.sub-child-section-heading,
.grand-sub-child-section-heading {
  background: #384152;
  padding: 10px 15px;
  font-size: 14px !important;
  color: #fff;
  text-transform: uppercase;
}

.notification-section-heading {
  background: #384152;
  padding: 10px 15px;
  font-size: 14px !important;
  color: #fff;
  text-transform: uppercase;
}

.child-section {
  background: rgba(var(--primary), 0.05);
  margin: 0 20px 1px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 450px) {
  .child-section {
    margin: 0 10px 10px;
  }
}

.child-section-table {
  margin: 0 20px 10px;
  position: relative;
}
.child-section-table tr th {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 5px;
}
.child-section-table tr td {
  text-align: left;
  padding: 10px 5px;
  vertical-align: top;
}

.label-head {
  font-size: 14px;
  font-weight: 700;
}

.child-section-heading {
  background: #384152;
}

.child-section-box {
  padding: 10px 20px;
}
@media screen and (max-width: 450px) {
  .child-section-box {
    padding: 10px 10px;
  }
}

.sub-child-section {
  background: #fff;
  margin: 0 20px 1px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 450px) {
  .sub-child-section {
    margin: 0 5px 5px;
  }
}

.sub-child-section-heading {
  background: #384152;
}

.sub-child-section-box {
  padding: 5px 20px;
}

.grand-sub-child-section {
  background: #fff;
  margin: 0 5px 5px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}

.grand-sub-child-section-heading {
  background: #384152;
}

.grand-sub-child-section-box {
  padding: 10px 20px;
}
@media screen and (max-width: 450px) {
  .grand-sub-child-section-box {
    padding: 5px 10px;
  }
}

.total-plus {
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 1279px) {
  .entitlements-wrap {
    margin-bottom: 10px;
  }
}

.entitlements-box {
  background: #384152;
  height: 100%;
  color: #fff;
  padding: 20px;
}

.entitlements-box::after {
  content: "";
  margin-bottom: 10px;
}

.entitlements-box h3 {
  font-size: 18px;
  color: rgba(var(--secondary), 1);
  font-weight: 700;
  margin-bottom: 10px;
}

.entitlements-box p {
  line-height: 16px;
  margin-bottom: 10px;
}

.entitlements-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entitlements-box ul li {
  margin: 0 0 10px;
  margin-left: 20px;
  line-height: 16px;
  position: relative;
  z-index: 1;
}

.entitlements-box ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: -15px;
  top: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.signature-area {
  width: 300px;
  position: relative;
  border: 1px solid #ced4da;
  margin-bottom: 5px;
}
@media only screen and (max-width: 380px) {
  .signature-area {
    width: 272px;
  }
}

.signature-area .edit-box {
  background: rgba(99, 102, 241, 0.1);
  width: 46px;
  height: 20px;
  padding: 0 2px;
  position: absolute;
  right: 5px;
  top: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.signature-area .edit-box .fa {
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #dc2626;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.signature-area .edit-box .fa:hover {
  color: #ca1a1a;
  cursor: pointer;
}

.content-head-wrap {
  max-width: calc(100% - 110px);
}

.search-custom {
  margin-right: 10px;
}

.search-custom .multiselect__placeholder {
  padding-top: 4px;
}

.search-custom .el-date-editor .el-range__icon {
  line-height: 28px;
}

.search-custom .el-input__inner {
  width: calc(100% + 4px);
  height: 36px;
  border: 1px solid #d2d5dc;
  padding-right: 18px;
}

.search-custom .searchButton {
  z-index: 0;
  margin-left: -6px;
  margin-right: 0;
  background: rgba(var(--primary), 1);
}

.search-custom .multiselect__tags {
  line-height: 16px !important;
  border: 1px solid #d2d5dc;
}


.filters-column {
  margin-right: 10px;
}

.filters-column .multiselect__placeholder {
  padding-top: 4px;
}

.filters-column .el-date-editor .el-range__icon {
  line-height: 28px;
}

.filters-column .el-input__inner {
  width: calc(100% + 4px);
  height: 36px;
  border: 1px solid #d2d5dc;
  padding-right: 18px;
}

.filters-column .searchButton {
  z-index: 0;
  margin-left: -6px;
  margin-right: 0;
  background: rgba(var(--primary), 1)
}

.filters-column .multiselect__tags {
  line-height: 16px !important;
  border: 1px solid #d2d5dc;
}

.select-o .multiselect__tags {
  border: none !important;
}

.custom-form .multiselect__placeholder {
  padding-top: 4px !important;
}

.search-custom-full {
  width: 100%;
}

.search-custom-2 {
  width: 250px !important;
  margin-bottom: 10px !important;
  border: none !important;
}

.search-custom-2-full {
  width: 100%;
}

.search-custom-2-full .multiselect__tags {
  border: none;
}

.search-custom-2 .multiselect {
  border: none !important;
}

.list-box {
  background: rgba(var(--primary), 0.03);
  border: 1px solid rgba(var(--primary), 0.3);
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}

.svg-cal-box {
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 20px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow-x: auto;
}

.svg-cal-box h2 {
  font-size: 20px;
  color: #312d81;
  font-weight: 700;
}

.svg-cal-box p {
  font-size: 12px;
  color: rgba(56, 65, 82, 0.8);
  margin-bottom: 10px;
}

.custom-tab {
  background: rgba(var(--primary), 0.03);
  margin-bottom: 15px;
  border: 1px solid rgba(var(--primary), 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.custom-tab .tab-nav {
  background: rgba(var(--primary), 0.03);
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -5px;
  border-bottom: 1px solid rgba(var(--primary), 0.1);
}

.custom-tab .tab-nav li {
  display: inline-block;
}

.custom-tab .tab-nav a {
  display: block;
  padding: 10px 7px 8px;
  font-size: 18px;
  color: #384152;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}
.custom-tab .tab-nav a:hover {
  cursor: default;
}

.custom-tab .tab-content {
  background: #fff;
  padding: 20px;
  border-top: 1px solid rgba(var(--primary), 0.2);
  min-height: 250px;
}

.title-wrap {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 2px solid #d2d5dc;
}

.title-wrap h3 {
  color: #384152;
  font-size: 20px;
  font-weight: 500;
}

.activity-wrap {
  margin-bottom: 15px;
  padding-left: 0;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  overflow: hidden;
}

.activity-wrap > li {
  position: relative;
  padding: 1rem 1rem;
  color: #212529;
  text-decoration: none;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.activity-wrap > li:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.activity-wrap > li:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.activity-wrap > li + li {
  border-top-width: 0;
}

.activity-box {
  border-bottom: 1px solid #d2d5dc;
  padding: 12px 0;
  padding-right: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  /* z-index: 1; */
}
.activity-box p {
  font-size: 12px;
  color: #374151;
}
.activity-box a {
  color: rgba(var(--blue), 1);
}
.activity-box a:hover {
  color: rgba(var(--green), 1);
}

.activity-img {
  background: #d2d5dc;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.activity-content {
  margin-right: 60px;
}

.activity-time-date {
  width: 80px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #9ca2ae;
  text-align: right;
}

.activity-user-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2px;
  padding: 1px 0 0;
}
.activity-user-box .user-name {
  font-size: 14px;
  color: #384152;
  font-weight: 700;
  margin-right: 10px;
  letter-spacing: 1px;
  line-height: 13px;
}
.activity-user-box .user-code {
  font-size: 12px;
  color: #9ca2ae;
  line-height: 13px;
}

.view-arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb {
  min-height: 39px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-inner {
  display: inline;
  list-style: none;
  padding: 0;
}

.breadcrumb-inner li {
  display: inline-block;
  color: #6366f1;
}

.breadcrumb-inner li + li::before {
  content: "/";
  padding: 2px;
  color: #9ca2ae;
}

.design-box {
  background: rgba(var(--primary), 0.05);
  margin-bottom: 15px;
  border: 1px solid rgba(var(--primary), 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.design-box .design-nav {
  background: rgba(var(--primary), 0.05);
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -5px;
  position: relative;
  border-bottom: 1px solid rgba(var(--primary), 0.05);
}

.design-box .design-nav li {
  display: inline-block;
  padding: 10px 7px 8px;
  font-size: 18px;
  color: #384152;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}

.numberz {
  float: right;
  color: rgba(var(--green), 1) !important;
}

.datez {
  font-size: 14px !important;
  float: right;
  color: rgba(var(--primary), 1) !important;
  margin-top: 4px;
}

.tt-cost {
  font-size: 14px !important;
  float: right;
  color: #dca226 !important;
  margin-top: 4px;
  margin-right: 15px;
}

.design-box .design-content {
  background: #fff;
  padding: 20px;
  border-top: 1px solid rgba(var(--primary), 0.2);
  min-height: 100px;
  text-align-last: left;
}

.let-head {
  margin-bottom: 10px;
}
.let-head .logo {
  max-width: 150px;
  height: 50px;
}

.let-head-right {
  color: #384152;
}
.let-head-right .namez {
  font-size: 14px;
  font-weight: 700;
}

.qa-wrap {
  margin-bottom: 10px;
}
.qa-wrap li {
  width: 100%;
}
.qa-wrap li,
.qa-wrap .qa-wrap-li {
  margin-bottom: 1px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  color: #384152;
  text-align: left;
}
.el-upload-dragger {
  width: 100%!important;
  height: 100%!important;
  }
.field-log-job-task{
    background: #e5e7eb; 
    border: 1.5px solid #bbb; 
    border-radius: 5px;
    margin: 0 2px;
  }
.field-log-job-tasks-container{
    padding: 5px 0;
    margin: 0 5px;
    background: #fff; 
    min-width:60.6rem; 
    border-left: 2px solid #ced4da; 
    border-right: 2px solid #ced4da;
  }
.field-log-task-option-title{
  font-size: 14px;
  text-transform: capitalize;
}
.field-log-task-option-small{
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 2px 0;
  background: #dca226;
  margin-top: 5px;
}
.field-log-task-option-small > i {
  color:#fff;
  padding: 5px;
}
.field-log-task-option-desc > span{
  display: block
}
.multiselect__single{
  font-size: 14px!important;
}
@media screen and (max-width: 1200px) {
  .qa-wrap li,
  .qa-wrap .qa-wrap-li {
    width: 100%;
  }
}
.qa-wrap .que {
  font-size: 12px;
  width: 250px;
  font-weight: 700;
}
@media only screen and (max-width: 450px) {
  .qa-wrap .que {
    width: 100%;
  }
}
.qa-wrap .que.que-2 {
  width: 120px;
}
.qa-wrap .ans {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 450px) {
  .qa-wrap .ans {
    width: 100%;
  }
}

.valid-wrap {
  background: #2d8131;
  color: #fff;
}

.valid-wrap * {
  color: #fff;
}

.expired-wrap {
  background: #dc2626;
  color: #fff;
}

.expired-wrap * {
  color: #fff;
}

.comment-wrap {
  margin-bottom: 20px;
}
.comment-wrap .date-time {
  width: 150px;
  text-align: right;
  color: #777e8d;
}
.comment-wrap .date-time .time {
  margin-left: 5px;
  margin-right: 2px;
}

.comment-parent-box {
  margin-bottom: 20px;
  padding: 0;
}

.comment-reply {
  margin-left: 30px;
  margin-bottom: 20px;
}

.comment-reply-box {
  margin-bottom: 10px;
}

.comment-reply-child {
  margin-left: 30px;
  margin-bottom: 20px;
}

.comment-reply-child-box {
  margin-bottom: 10px;
}

.custom-boxz {
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid rgba(var(--primary), 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.custom-boxz .boxz-head {
  background: rgba(var(--primary), 0.05);
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  margin-bottom: -5px;
}
.custom-boxz .boxz-head h3 {
  font-size: 24px;
  color: #384152;
  font-weight: 700;
}
.custom-boxz .boxz-head h4 {
  font-size: 18px;
  color: #384152;
  font-weight: 700;
  margin-bottom: 5px;
}
.custom-boxz .boxz-head p {
  font-size: 18px;
  color: #6366f1;
  font-weight: 500;
  margin: 0 0 10px;
}

.custom-boxz .boxz-body {
  background: #fff;
  padding: 20px;
  border-top: 1px solid rgba(var(--primary), 0.2);
  min-height: auto;
}

.job-box {
  margin-bottom: 10px;
  padding: 20px 10px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.job-box .svg-iconz {
  max-width: 48px;
  margin: 0 auto 5px;
  text-align: center;
}
.job-box h3 {
  font-size: 18px;
  font-weight: 500;
}
.job-box p {
  font-size: 24px;
}

.row-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1200px) {
  .row-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .row-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

.col-grid {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1420px) {
  .col-grid {
    padding: 15px 15px;
  }
}

.row-grid .job-ico {
  width: 36px;
  height: 36px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.bg-wel {
  background-color: #384152;
  color: #384152;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bg-wel h3 {
  font-size: 14px;
  color: #fff;
}

.bg-wel p {
  font-size: 24px;
  color: #dca226;
  font-weight: 700;
}

.wel-wrap .wel-box {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.wel-wrap .wel-admin {
  background: #384152;
  padding: 40px 10px;
}
.wel-wrap .wel-admin h4 {
  color: rgb(220, 162, 38);
  margin-bottom: 5px;
}
.wel-wrap .wel-admin p {
  color: #fff;
  letter-spacing: 2px;
}
.wel-wrap .job-ico {
  width: 36px;
  height: 36px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.job-content .text-h5 {
  color: #fff;
  margin-bottom: 0;
}

.job-content p {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
}

@media only screen and (max-width: 1279px) {
  .manage-row .row-custom {
    margin-right: 0;
    margin-left: 0;
  }
  .manage-row .row-custom .col-custom {
    padding-right: 0;
    padding-left: 0;
  }
}
.vel-wrap .vel-box {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.vel-wrap .job-ico {
  width: 60px;
  height: 60px;
  margin-left: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.vel-wrap .job-ico .fa {
  font-size: 32px;
}
.vel-wrap h3 {
  font-weight: 700;
}
.vel-wrap p {
  font-size: 13px;
  line-height: 20px;
}

.buttons {
  margin-top: 35px;
}

.ghost {
  opacity: 0.5;
  background: #c8ebfb;
}

/* .container-wrap{
    margin-top: 40px;
  } */
.content-left {
  width: 600px;
}

.drag-listing {
  max-height: 30vh;
  border: 1px solid #d2d5dc;
  margin-bottom: 10px;
  list-style: none !important;
  border-top: none;
  overflow-y: auto;
}

.drag-listing li {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-top: 1px solid #d2d5dc;
  cursor: grab;
}

.drag-listing li:hover {
  border: 1px dashed #000 !important;
}

.drag-listing-pick {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid transparent;
  border: 1px dashed #000 !important;
  cursor: grab;
  list-style: none;
}

/* Starts*/
.bg-red-custom {
  background: rgba(var(--red), 1);
}

.bg-blue-custom {
  background: rgba(var(--blue), 1);
}

.bg-green-custom {
  background: rgba(var(--green), 1);
}

.bg-orange-custom {
  background: #dc6226;
}

.bg-yellow-custom {
  background: rgba(var(--yellow), 1);
}

.bg-black-custom {
  background: #384152;
}

.or {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.or::before {
  content: "";
  background: #384152;
  width: 50px;
  height: 2px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: inline-block;
}
.or::after {
  content: "";
  background: #384152;
  width: 50px;
  height: 2px;
  margin-bottom: 5px;
  margin-left: 10px;
  display: inline-block;
}

.title-head {
  background: rgba(var(--primary), 1);
  padding: 8px 20px;
  color: #fff;
}

.title-head h5 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
}

.schedule-wrap {
  background: pink;
  position: relative;
  /* z-index: 1; */
}

.icons-wrap-new,
.icons-wrap-new-2 {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px;
  z-index: 1;
}

.icons-wrap-new-2 {
  top: -1px;
  right: 4px;
}

.icons-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  z-index: 1;
}

.icons-wrap i {
  margin-left: 1px;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.schedule-content-wrap {
  background: #fff;
  max-height: 45vh;
  padding: 15px 15px 5px;
  border: 1px solid #d2d5dc;
  overflow-y: auto;
}

.schedule-content {
  background: #fff;
  margin-bottom: 15px;
  padding: 15px 15px 5px;
  border: 1px solid #d2d5dc;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.schedule-content h3 {
  font-size: 18px;
  color: rgba(var(--primary), 1);
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: 83px;
}

.schedule-content h4 {
  font-size: 16px;
  color: #384152;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.schedule-content table {
  width: 100%;
  text-align: left;
  vertical-align: top;
}

.schedule-content table th,
.schedule-content table td {
  padding: 3px 0;
  vertical-align: top;
}

.schedule-content table th {
  width: 130px;
  color: #000;
  text-transform: uppercase;
}

.schedule-content table td {
  font-weight: 400;
  color: #384152;
}

.crew-wrap {
  background: #f5f5f5;
  border: 1px solid #e7e7e8;
  margin: 0 0 10px;
  padding: 10px 15px 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.team-members {
  margin-bottom: 10px;
}

.crewname {
  font-size: 14px;
}

.foreman {
  background: #6366f1;
  padding: 1px 5px 2px;
  font-size: 90%;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Ends*/
.newmap-icon {
  background: #312d81;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.newmap-icon .fa {
  color: #fff;
}

.newmap-content {
  background: #fff;
  width: 200px;
  height: 242px;
  position: absolute;
  left: 0;
  bottom: -100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  overflow-y: auto;
  border: 1px solid #d2d5dc;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.newmap-content.show {
  bottom: 0;
}

.newmap-head {
  background: #f5f5f5;
  position: relative;
  padding: 10px;
  padding-right: 30px;
  border-bottom: 1px solid #d2d5dc;
}
.newmap-head span {
  font-size: 14px;
  font-weight: 700;
}
.newmap-head .fa {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 16px;
  color: #dc2626;
  cursor: pointer;
}

.newmap-body {
  padding: 10px;
}
.newmap-body label {
  margin-bottom: 0 !important;
}

.row-manual {
  margin-right: -5px;
  margin-left: -5px;
}

.col-manual {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
.col-manual:hover {
  z-index: 10;
}

.extension {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 500px;
  overflow: auto;
}

.left-option {
  background: #fff;
  width: 180px;
  max-height: 500px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.left-option ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-option li a {
  padding: 10px 20px;
  color: rgba(0, 0, 0, 0.8);
}
.left-option li a:hover {
  background: #eee;
}
.left-option li a span {
  width: 100%;
}
.left-option li a .iconz {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.6);
}

.extension-wrap {
  width: 150px;
  /* margin-bottom: 10px; */
  border: 1px solid #dadce0;
  padding: 20px 10px;
  height: 100%;
  -webkit-flex-basis: 150px;
  -moz-flex-basis: 150px;
  -ms-flex-basis: 150px;
  flex-basis: 150px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.extension-wrap:hover {
  background: #f6f6f6;
  border: 1px solid #dadce0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.extension-wrap:hover .left-option {
  display: block;
}

.extension-image {
  /* background: pink; */
  width: 50px;
  height: 50px;
  -webkit-flex-basis: 50px;
  -moz-flex-basis: 50px;
  -ms-flex-basis: 50px;
  flex-basis: 50px;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.extension-image img {
  width: 100%;
  max-width: 48px;
  max-height: 48px;
}

.extension-name {
  max-width: 185px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 50px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.uploaded-date {
  font-size: 11px;
  color: #b4b4b4;
  margin-top: 3px;
  opacity: 5;
}

.uploaded-date i {
  font-size: 10px;
  margin-right: 5px;
  margin-top: -1px;
}

.file-view {
  max-width: 960px;
  height: 100%;
  margin: 0 auto 20px;
}
.file-view iframe {
  width: 100%;
  border: 3px solid #9ca2ae;
}

.linkz {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.linkz:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 50%;
  top: -13px;
  transform: translate3d(-50%, 0%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #384152 transparent transparent transparent;
}

.linkz:after {
  content: attr(data-tooltip);
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  background: #384152;
  padding: 3px 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: calc(100% + 10px);
  border-radius: 4px;
  transform: translateX(-50%);
  text-align: center;
}

.linkz:hover::before,
.linkz:hover::after {
  opacity: 1;
}

.linkz.linkz-bottom:before {
  content: "";
  top: unset;
  bottom: -13px;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #384152 transparent;
}

.linkz.linkz-bottom:after {
  content: attr(data-tooltip);
  bottom: unset;
  top: calc(100% + 10px);
}

.accordion-wrap {
  background: #000;
  border: 1px solid #d2d5dc;
  overflow: hidden;
}

.accordion-wrap .tab-x {
  position: relative;
  width: 100%;
  color: #384152;
  overflow: hidden;
}

.accordion-wrap .tab-x input.accor {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion-wrap .tab-x label.accor {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 0;
  padding: 20px;
  background: #f3f4f6;
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #d2d5dc;
}

.accordion-wrap .tab-x:first-child label.accor {
  border-top: none !important;
}

.accordion-wrap .tab-content-x {
  background: #fff;
  text-align: left;
  max-height: 0;
  overflow-y: auto;
}

.accordion-wrap .tab-content-x .tab-content-main {
  padding: 20px 20px 5px;
  border-top: 1px solid #d2d5dc;
}

.accordion-wrap .tab-x input.accor:checked ~ .tab-content-x {
  max-height: 99999999px;
}

.accordion-wrap .tab-x label.accor::after {
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.accordion-wrap .tab-x input.accor[type=checkbox] + label.accor::after {
  content: "⇾";
}

.accordion-wrap .tab-x input.accor[type=radio] + label.accor::after {
  content: "▼";
}

.accordion-wrap .tab-x input.accor[type=checkbox]:checked + label.accor::after {
  transform: rotate(90deg);
}

.accordion-wrap .tab-x input.accor[type=radio]:checked + label.accor::after {
  transform: rotateX(180deg);
}

.my-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  padding-left: 0;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  overflow: hidden;
}

.my-list-group li {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.my-list-group li a {
  display: block;
}

.my-list-group li:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.my-list-group li:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.my-list-group li + li {
  border-top-width: 0;
}

.my-list-group li p {
  color: #5d646d;
}

.my-list-group li .head-p {
  color: #2f353d;
  font-weight: 700;
  text-transform: uppercase;
}

.responsive-table {
  width: 100%;
  overflow-x: auto;
}

.wrap-loop-table {
  min-width: 500px;
  background: #fff;
  margin: 0 0 10px;
  padding: 20px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wrap-loop-table {
    min-width: 100%;
  }
}

.loop-wrap {
  background: #fff;
  margin: 0 0 10px;
  padding: 20px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.loop-wrap .loop-number {
  width: 40px;
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding-right: 5px;
}
.loop-wrap .loop-content {
  width: calc(100% - 40px);
}

.pdf-viewer {
  background: #eee;
  /* max-width: 800px; */
  margin: 0 auto 20px;
  border: 1px solid #ced4da;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.pdf-viewer #loading-canvas {
  max-width: 100%;
  max-height: 700px;
  overflow-y: auto;
}
.pdf-viewer img {
  max-width: 960px;
  width: calc(100% - 20px);
  margin: 10px;
}

.tools-box {
  background: #f8f8f8;
  padding: 5px 10px;
  border-bottom: 2px solid #d7d7db;
}
.tools-box .tools {
  background: #fff;
  border: 1px solid #d7d7db;
  margin: 2px;
  padding: 2px 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.tools-box .tools:hover , .tools.active {
  border: 1px solid #323030;
}
.tools-box .tools:hover i {
  color: #323030;
}
.tools-box .tools i {
  font-size: 12px;
  color: #4a4a4b;
}
.tools-box .form-control-custom {
  background: #fff;
  width: 100px;
  margin-left: 2px;
  padding: 1px 10px;
  border: 1px solid #d7d7db;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.form-control-color {
  width: 96px !important;
  min-height: 37px;
  padding: 0 !important;
}

#choosethemecolor > div {
  padding: 0 !important;
}

input[type=color i]::-webkit-color-swatch-wrapper {
  padding: 0 !important;
}

.dark-header {
  background: #384152;
  width: 460px;
  margin: -17px 0 20px;
  margin-left: -17px;
  padding: 10px 10px;
  border-radius: 3px 3px 0 0;
  color: #fff;
}

.content-doc-height {
  min-height: calc(100vh - 260px);
  overflow-x: auto;
  overflow-y: auto;
}

.no-docs img {
  margin: 0 auto 10px;
}
.no-docs h4 {
  font-size: 18px;
  font-weight: 700;
  color: #95918c;
}

.cropper-button-box {
  background: #312d81;
  width: auto;
  position: absolute;
  right: 0;
  bottom: -18px;
  min-height: 10px;
  font-size: 12px;
  line-height: 16px;
}
.cropper-button-box i {
  padding: 3px 5px;
  color: rgba(255, 255, 255, 0.7);
  border-left: 1px solid #fff;
}
.cropper-button-box i:hover {
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.cropper-button-box i:first-child {
  border-left: none;
}

#app {
  margin-top: 7px;
}

.images-wrapper .image {
  width: 144px;
  height: 144px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-size: cover;
  margin: 0 10px 6px 0;
  padding: 0;
}

.pm-button {
  cursor: pointer;
  font-size: 18px;
}

.pm-button.fa-plus-circle {
  color: #2d8131 !important;
}

.pm-button.fa-minus-circle {
  color: #dc2626 !important;
}

.thankyounote {
  background: #000;
  color: #fff !important;
  padding: 10px 20px;
}

.review-btn {
  position: absolute;
  top: 15px;
  left: 10px;
}

.emailz {
  background: #f2f2f2;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 1px 5px 2px;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.highlight-box {
  background: rgba(var(--primary), 1);
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
  color: #fff;
}

.main-title {
  font-size: 20px;
  color: #dca226 !important;
  font-weight: 700;
  letter-spacing: 1px;
}

.my-wrapper {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededff+0,ffffff+100 */
  background: #fff;
  /* Old browsers */
  margin-bottom: 20px;
  padding: 5px 20px 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
}

.description-image {
  max-width: 130px;
  max-height: 100px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .description-image {
    float: right;
  }
}

.my-wrapper-heading {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -5px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.my-wrapper-heading .child-section-heading {
  background: #1c232f;
  font-size: 18px !important;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.title-block {
  background: rgba(var(--secondary), 1);
  margin: 0 auto 10px;
  padding: 7px 20px;
  font-size: 18px !important;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .title-block {
    width: 100%;
  }
}

.percent-of-wrap {
  background: #f5f5f5;
  border: 1px solid #ced4da;
  margin-bottom: 5px;
  padding-top: 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.percent-of {
  font-size: 18px;
  color: #000;
  margin-top: 22px;
  margin-right: 10px;
  float: right;
  font-weight: 700;
}

.table-short {
  width: 100%;
  border: 1px solid #ced4da;
}

.table-short td {
  padding: 10px;
}

.table-short tr td {
  border-top: 1px solid #ced4da;
}

.table-short tr:first-child td {
  border-top: none;
}

.table-short td:first-child {
  padding-left: 20px;
}

.table-short td:last-child {
  padding-right: 20px;
}

.left-percent-label {
  min-width: 100px;
  width: 100px;
  margin-top: 14px;
  margin-right: 10px;
  font-weight: 700;
  text-align: right;
}

.total-block-wrap {
  margin-bottom: 20px;
  padding: 0 20px;
}

.total-block {
  background: #f5f5f5;
  border: 1px solid #ced4da;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.total-block h3 {
  font-size: 16px;
  color: rgba(var(--secondary), 1);
  font-weight: 700;
  margin-top: 15px;
}

.whitespacelabel label {
  white-space: nowrap;
}

.w-sm {
  width: 90px;
}

.w-md {
  width: 120px;
}

.all-cost {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.table-responsive .multiselect__content-wrapper {
  position: static !important;
}

.option__small {
  color: #6366f1 !important;
}

.td-190 {
  min-width: 190px !important;
}

@media screen and (max-width: 1570px) {
  .td-190 {
    width: 190px !important;
  }
}
select {
  border: 0;
  width: 100%;
}

table {
  overflow: auto;
  width: 100%;
}

.table-margin {
  margin-bottom: 10px !important;
}

.hero-box {
  background: #f3f4f6;
  padding: 20px;
  border: 1px solid #d2d5dc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.upload-complete {
  background: red;
  width: 320px;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 9;
}
.upload-complete .upload-head {
  background: #202124;
  min-height: 38px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  padding: 7px 10px;
}
.upload-complete .upload-content {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-top: 0;
  padding: 12px 10px;
  max-height: 400px;
  overflow-y: auto;
}
.upload-complete .upload-content .imgz {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.upload-complete .upload-content .image-name {
  width: 100%;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload-complete .upload-content .imgz-check {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.upload-complete .upload-content ul {
  width: 100%;
}
.upload-complete .upload-content ul li {
  width: 100%;
  margin-bottom: 10px;
}
.upload-complete .close-icoz {
  background: #dc2626;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 2px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.uploading-section {
  background: #fff;
  width: 320px;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 11;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
.uploading-section .uploading-head {
  background: #fff;
  height: 120px;
  padding: 20px 10px;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
}
.uploading-section .uploading-head img {
  max-width: 80px;
  width: 100%;
  animation: MoveUpDown 1s linear infinite;
  position: absolute;
  left: 0;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 70px;
  }
  50% {
    bottom: 90px;
  }
}
.uploading-section .uploading-content {
  background: #0185ca;
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.my-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.fc .fc-list-event:hover td{
  background-color:rgba(var(--primary), 1) !important;
  cursor: pointer;
}

.dynamic-box {
  background: rgba(var(--changebg), 1);
  width: 100%;
  min-height: 100px;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.dynamic-box:hover{
  box-shadow: 1px 1px 10px #000000;
  transition: box-shadow 0.2s ease-in-out;
}
.dynamic-box .color-option,
.dynamic-box .delate-opt {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 2px;
  top: 3px;
  border-radius: 0 10px 0 5px;
  -webkit-border-radius: 0 10px 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dynamic-box .color-option .fa,
.dynamic-box .delate-opt .fa {
  font-size: 16px;
  color: rgba(var(--text-color), 0.8);
}
.dynamic-box .color-option:hover,
.dynamic-box .delate-opt:hover {
  color: rgba(var(--text-color), 1);
  cursor: pointer;
}
.dynamic-box .color-option .color-option-dropdown,
.dynamic-box .delate-opt .color-option-dropdown {
  position: relative;
  z-index: 1;
}
.dynamic-box .color-option .color-option-dropdown .color-option-list,
.dynamic-box .delate-opt .color-option-dropdown .color-option-list {
  background: #ebebeb;
  width: 130px;
  max-height: 160px;
  padding: 1px 0;
  overflow-x: auto;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
.dynamic-box .color-option .color-option-dropdown .color-option-list li,
.dynamic-box .delate-opt .color-option-dropdown .color-option-list li {
  background: #fff;
  margin-bottom: 1px;
  padding: 5px 10px;
  color: #000 !important;
}
.dynamic-box .color-option .color-option-dropdown .color-option-list li:hover,
.dynamic-box .delate-opt .color-option-dropdown .color-option-list li:hover {
  background: #f6f6f6;
}
.dynamic-box .delate-opt {
  right: 30px;
}
.dynamic-box .di {
  width: 40px;
  height: 40px;
}
.dynamic-box .di .fa {
  font-size: 30px;
  color: #fff;
}
.dynamic-box .dc {
  width: calc(100% - 40px);
  padding-left: 15px;
}
.dynamic-box .dc * {
  color: rgba(var(--text-color), 1);
}
.dynamic-box .dc h5 {
  line-height: 20px !important;
  margin-bottom: 1px !important;
}
.dynamic-box.dynamic-box-drag, .dynamic-box.dynamic-box-drag:hover {
  outline: 2px dashed #a9a9a9;
}
.dynamic-box.dynamic-box-plus {
  background: #ebebeb;
  outline: 2px dashed #a9a9a9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}
.dynamic-box.dynamic-box-table {
  background: rgba(var(--primary), 1);
  min-height: auto;
}
.dynamic-box.dynamic-box-table h5 {
  font-size: 12px !important;
  color: #fff;
  margin-bottom: 0;
}

.my-tabs {
  margin: 0 auto;
  max-width: 100%;
  font-size: 0;
}

.my-tabs > input[type=radio] {
  display: none;
}

.my-tabs > div {
  display: none;
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  font-size: 14px;
}

#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3 {
  display: block;
}

#tab-btn-4:checked ~ #content-4 {
  display: block;
}

#tab-btn-5:checked ~ #content-5,
.my-tabs > label {
  display: inline;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 8px 15px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 1px;
}

.my-tabs > label:not(:first-of-type) {
  border-left: none;
}

.my-tabs > input[type=radio]:checked + label {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.accor {
  background: pink;
}
.accor > .flex > span {
  width: 250px;
}

.accor .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accor .active,
.accor .accordion:hover {
  background-color: #ccc;
}

.accor .accordion:after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accor .active:after {
  content: "−";
}

.accor .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.flexer {
  margin: -10px 0;
  margin-right: 2%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.flexer .form-control {
  width: 100px;
  height: 30px;
  margin-left: 5px;
  height: 33px;
  margin-top: 10px;
}
.flexer .form-control:focus {
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .flexer .form-control-wi .btnz {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 99;
  }
}

.form-control-wi {
  width: 100px;
  margin-left: 5px;
}

.flexer-title-right {
  margin: -10px 0;
  margin-right: 3%;
  font-size: 14px;
  font-weight: 700;
}

.box-inner-wrap {
  margin-top: 10px;
  padding: 7px 15px 8px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.box-inner-wrap .box-inner-head {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-inner-wrap .box-inner-content {
  padding: 5px 0;
  font-size: 12px;
  font-weight: 500;
}

.listing-sm-wrap {
  max-width: 400px;
}
.listing-sm-wrap li {
  margin: 0 0 10px;
}
.listing-sm-wrap li .listing-title {
  padding: 2px 0;
  font-weight: 700;
}
.listing-sm-wrap li .listing-content {
  padding: 0 2px;
}

.invoice-design {
  background: #ededff;
  padding: 20px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.invoice-design li {
  margin-bottom: 10px;
}
.invoice-design li div:last-child {
  text-align: right;
}
.invoice-design .total {
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #ced4da;
  padding-top: 10px;
}
.invoice-design .title-left {
  font-weight: 700;
}
.invoice-design input,
.invoice-design select {
  border: 1px solid #ced4da !important;
  max-width: 70px;
  border-radius: 0.25rem;
  padding: 2px 5px;
}
.invoice-design select {
  background: #fff;
  margin-right: 5px;
  max-width: 60px;
}

.mini-info {
  font-size: 12px !important;
  font-weight: 400 !important;
}
.mini-info li {
  margin-left: 10px !important;
}
.mini-info li:first-child {
  margin-left: 0 !important;
}
.mini-info li .fa {
  font-size: 10px !important;
}

.notification-list {
  background: #fff;
  width: calc(100% + 20px);
  min-height: 100%;
  margin-left: -10px;
  margin-right: -10px;
  border-top: 1px solid #d2d5dc;
}
.notification-list li {
  padding: 5px 20px;
  padding-right: 52px;
  border-top: 1px solid #e5e7eb;
  position: relative;
}
.notification-list li:first-child {
  border-top: none;
}
.notification-list li .fas,
.notification-list li .fa {
  color: #969696;
}
.notification-list li.seen {
  background: #f2f8ff !important;
  cursor: pointer;
}
.notification-list li.seen::after {
  content: "";
  background: #6366f1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  right: 34px;
  top: 12px;
}
.notification-list .btn-remove {
  width: 24px;
  height: 24px;
}

.aside-main::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.aside-main {
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--white), 0.3) rgba(var(--white), 0.1);
}

.aside-main::-webkit-scrollbar-track {
  background: rgba(var(--white), 0.2);
}

.aside-main::-webkit-scrollbar-thumb {
  background-color: rgba(var(--white), 0.2);
  border-radius: 0;
  -webkit-border-radius: 0;
}

.calendar-full {
  position: relative;
  z-index: 0;
}

.tile {
  width: 100%;
  background: rgba(var(--primary), 0.05);
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  border: 1px solid rgba(var(--primary), 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.tile--icon {
  width: 54px;
  background: #fdf7f5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
}

.flyover {
  background: #fafafa;
  width: 100%;
  height: calc(100% - 1px);
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 520px;
  top: 0;
  z-index: 20;
  box-shadow: -1px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .flyover {
    width: 520px;
  }
}
/* @media screen and (max-width: 767px) {
  .flyover {
    top: 55px;
  }
} */

.top-title {
  position: relative;
  width: 100%;
  padding: 5px 15px;
}

.top-title h3 {
  font-size: 18px;
  color: rgba(var(--primary), 1);
  font-weight: bold;
  padding-right: 20px;
}

.flyover .close-ico {
  background: #dc2626;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 2px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.flyover .close-ico .fa {
  color: #fff;
}

.flyover .close-ico:hover {
  background: #ca1a1a;
}

.flyover-inner {
  /* background: pink; */
  padding: 15px;
  height: calc(100% - 36px);
  overflow-y: auto;
}

.slide-leave-active,
.fade-enter-active {
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.slide-enter-active,
.fade-leave-active {
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.slide-enter,
.slide-leave-to {
  transform: translateX(100%);
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
  transform: translateX(-100%);
}

.table-responsive::-webkit-scrollbar,
.schedule-content-wrap::-webkit-scrollbar,
.drag-listing::-webkit-scrollbar,
.scroll-table::-webkit-scrollbar,
.color-option-list::-webkit-scrollbar,
.dynamic-scroller::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.table-responsive,
.schedule-content-wrap,
.drag-listing,
.scroll-table,
.color-option-list,
.dynamic-scroller {
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--primary), 1) rgba(var(--primary), 0.2);
}

.table-responsive::-webkit-scrollbar-track,
.schedule-content-wrap::-webkit-scrollbar-track,
.drag-listing::-webkit-scrollbar-track,
.scroll-table::-webkit-scrollbar-track,
.color-option-list::-webkit-scrollbar-track,
.dynamic-scroller::-webkit-scrollbar-track {
  background: rgba(var(--primary), 0.2);
}

.table-responsive::-webkit-scrollbar-thumb,
.schedule-content-wrap::-webkit-scrollbar-thumb,
.drag-listing::-webkit-scrollbar-thumb,
.scroll-table::-webkit-scrollbar-thumb,
.color-option-list::-webkit-scrollbar-thumb,
.dynamic-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(var(--primary), 1);
  border-radius: 0;
  -webkit-border-radius: 0;
}

.wrapz .el-checkbox__label div,
.preview-custom-form .el-checkbox__label div {
  background: #fff !important;
}

.custom-form .form-control-highlight{
  background: rgba(var(--primary), 1);
  color: #fff;
}

.accordion-wrap .tab-x label.report {
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0.3rem;
  background: #f3f4f6;
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #d2d5dc;
}

.prod-report-main{
  display: grid;
  overflow: scroll;
}

.prod-report-field{
  display: grid;
  grid-template-columns: 8rem repeat(5,1fr);
  position: relative;
  font-size: 16px;
  padding:0.5rem;
  font-weight: bold;
  color: #384152;
}

.prod-report-data-wrap{
  border: 1px solid #d2d5dc;
}

.prod-report-data{
  font-size: 14px;
  padding:0.5rem;
}

.grid-prod-field{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  position: relative;
  padding:0.5rem;
  row-gap: 1rem;
}

.prod-field-data{
  font-size: 16px;
  padding:0.5rem;
  margin: 1rem;
}

.accordion-wrap .tab-content-report {
  background: #fff;
  text-align: left;
  max-height: 0;
  overflow-y: auto;
}

.accordion-wrap .tab-content-report .tab-content-main {
  border-top: 1px solid #d2d5dc;
  padding: 1rem;
}

.accordion-wrap .tab-x input.accor:checked ~ .tab-content-report {
  max-height: 99999999px;
}

.report-chid-accordin{
  row-gap: 0.3rem;
  margin: 1rem;
}

.field-log-border-left{
  border-left: 0.01px solid #dddfe6;
}
.field-log-border-right{
  border-right: 0.01px solid #dddfe6;
}
.field-log-border-bottom{
  border-bottom: 0.01px solid #dddfe6;
}
.field-log-border-top{
  border-top: 0.01px solid #dddfe6;
}
.field-log-parent-border{
  border: 0.001px solid #dddfe6;
}