/* @font-face {
  font-family: CustomFont;
  src: url('./../fonts/BREESERIF-REGULAR.TTF');
} */

@font-face {
  font-family: GOTHIC;
  src: url("./../fonts/GOTHIC.TTF");
}

@font-face {
  font-family: "Phenomena Bold";
  src: url("./../fonts/Phenomena-Bold.ttf");
}

@font-face {
  font-family: "phenomena regular";
  src: url("./../fonts/Phenomena-Regular.ttf");
}

@font-face {
  font-family: "Phenomena Light";
  src: url("./../fonts/Phenomena-ExtraLight.ttf");
}

@font-face {
  font-family: "Prime Regular";
  src: url("./../fonts/Prime-Regular.ttf");
}

@font-face {
  font-family: FRANK;
  src: url("./../fonts/Frank-Regular.otf");
}

@font-face {
  font-family: FRANK-THIN;
  src: url("./../fonts/Frank-Thin.otf");
}

@font-face {
  font-family: FRANK-BLACK;
  src: url("./../fonts/Frank-Black.otf");
}

.minus {
  color: #e61010;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: -4px;
  cursor: pointer;
}

.plus {
  color: #138c28;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: -4px;
  cursor: pointer;
}

.card-button {
  height: 100px;
  width: 100%;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.card-button h3 {
  font-family: CustomFont;
}

.card-button h3:hover {
  cursor: pointer;
  text-decoration: underline;
}

.icn img {
  margin-top: -10px;
  cursor: pointer;
}

.table th {
  font-weight: 200;
}

.tool {
  background: #eaeaea;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: Arial, Helvetica;
  text-align: center;
  position: absolute;
  width: 100px;
  z-index: 99;
  right: 60px;
  top: 10px;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}

.fadeIn {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}

.fadeInLeft {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
}

.fadeOutDownBig {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  animation-name: fadeOutDownBig;
  -webkit-animation-name: fadeOutDownBig;
}

.fadeInDown {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}

.tool ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
  text-transform: uppercase;
}

.tool ul li {
  margin-bottom: 5px;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
}

button:disabled {
  cursor: not-allowed !important;
}

html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

/* Hide everything under body tag */

body.show-spinner>* {
  opacity: 0;
}

/* Spinner */

body.show-spinner::before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

.bilti-cont {
  background: var(--primary-color);
  width: 100px;
  height: 200px;
  box-sizing: border-box;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding: 40px 10px;
  text-align: center;
}

.bilti-cont h3 {
  font-size: 1rem;
  font-family: GOTHIC;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}

.bilti-cont h4 {
  font-size: 2rem;
  color: #fff;
}

.bilti-cont hr {
  border-color: #fff;
  border-width: 1px;
  border-style: dashed;
  width: 80%;
}

.bilti-cont.constom h3 {
  font-size: 0.7rem;
}

.bilti-cont.constom h4 {
  font-size: 0.9rem;
}

.main-cont {
  display: flex;
  position: relative;
  width: 90%;
}

.main-cont .cont-item {
  border-radius: 10px;
  padding: 10px 5px;
  text-align: left;
  width: 90%;
  position: relative;
  display: block;
}

.main-cont .cont-item.bg-grey {
  background: #d8d8d8;
  padding: 10px 20px;
  width: 96%;
}

.main-cont .cont-item.bg-grey h5 {
  font-family: GOTHIC;
}

.main-cont .main-left-cont,
.main-cont .main-right-cont {
  padding: 10px 15px;
  width: 50%;
}

.main-cont .cont-item h5 {
  font-size: 1rem;
  color: #000000a3;
}

.main-cont .cont-item h4 {
  text-align: center;
  font-size: 1.4rem;
}

.main-cont .cont-item.add-2424 {
  position: relative;
  display: block;
  height: 98px;
}

.main-cont .cont-item .add-2626 .joining-line {
  position: absolute;
  height: 30px;
  border-right-color: #000;
  border-right-width: 2px;
  border-right-style: solid;
  top: 25px;
  left: 7px;
}

.main-cont .cont-item .add-2626 {
  height: 80px;
  width: 90%;
}

.main-cont .cont-item .add-2626::before {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #000;
  position: absolute;
  top: 10px;
  content: " ";
  left: 0px;
}

.main-cont .cont-item .add-2626::after {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #000;
  position: absolute;
  bottom: 30px;
  content: " ";
  left: 0px;
}

.main-cont .cont-item .add-2627 {
  /* padding: 15px 20px 0 20px; */
  padding: 0px;
}

.main-cont .cont-item .add-2627 p {
  font-size: 1rem;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: var(--primary-color);
}

/* .main-cont .cont-item .add-2627::after{
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px dotted #000;
  position: absolute;
  top: 26px;
  content: ' ';
  left: 0;
} */

.main-cont .cont-item .add-2626 h5 {
  margin-left: 20px;
  font-size: 0.85rem;
  height: 40px;
  position: absolute;
}

.main-cont .cont-item .add-2626 h5:nth-child(3) {
  bottom: 0;
}

.main-cont .cont-item.bg-black {
  background: #535353;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
}

.main-cont .cont-item.bg-black table {
  width: 100%;
}

.main-cont .cont-item.bg-black td {
  font-size: 0.8rem;
  color: #e6e1e1;
  text-align: left;
  padding: 0.1rem 0.3rem !important;
  /* text-transform: uppercase; */
  font-family: GOTHIC;
}

.view-detail-old {
  height: 60px;
  width: 60px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px var(--primary-color)75;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #fff;
  right: -30px;
  color: var(--primary-color);
  cursor: pointer;
  top: 35%;
}

.view-detail-old.dt-btn {
  top: 56%;
}

.view-detail-old.vn-btn {
  top: 15%;
}

.view-detail-old i {
  font-size: 2rem;
}

.custom-mod {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px var(--primary-color)75 !important;
  width: 98%;
}

.custom-mod .card-body {
  display: flex;
  padding: 0 !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  90% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  90% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
}

/* #custom_loader{
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  background: #eaeaea;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
} */

#custom_loader,
#request_loader {
  height: 100vh;
  width: 100vw;
  font-family: Helvetica;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #eaeaea;
  z-index: 99999;
}

#my_loader {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffffff;
  z-index: 99999;
  top: 0;
  position: absolute;
}

.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}

.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}

.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}

.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}

.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}

.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}

.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}

.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}

.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(230px);
  }

  65% {
    transform: translateX(230px);
  }

  95% {
    transform: translateX(0);
  }
}

@keyframes loading-text {
  0% {
    content: "Loading";
  }

  25% {
    content: "Loading.";
  }

  50% {
    content: "Loading..";
  }

  75% {
    content: "Loading...";
  }
}

.watermark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
}

.watermark.up {
  transform: rotate(-5deg) !important;
  top: 190px !important;
}

.watermark h1 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bolder;
  letter-spacing: 16px;
  color: #e75f30;
  opacity: 0.2;
}

.watermark h2 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bolder;
  letter-spacing: 40px;
  color: #693fff;
  opacity: 0.2;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
  font-family: GOTHIC;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: GOTHIC;
  font-size: 13px;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  font-family: GOTHIC;
  font-size: 11px;
}

.required {
  padding: 0px 5px;
  color: red;
  font-size: 20px;
  position: absolute;
  top: 4px;
}

.required1 {
  padding: 0px 5px;
  color: red;
  font-size: 20px;
  position: absolute;
  top: -4px;
}

.view-bt {
  padding: 5px 10px !important;
  display: flex;
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  cursor: pointer !important;
  border-radius: 5px !important;
}

.view-bt:hover {
  background: var(--primary-color);
  color: #fff;
}

.label-tgl {
  text-align: end;
  font-weight: bolder;
  text-transform: uppercase;
  margin-right: -10%;
  margin-top: 3%;
}

.bl-bt {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: 600;
  font-size: 16px;
  /* padding: 5px 0px !important; */
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  transition: all 0.5s !important;
  font-family: GOTHIC;
}

.bl-bt i {
  margin-left: 8px;
  font-weight: 700;
  opacity: 0;
  color: #fff;
  transition: all 0.5s;
}

.bl-bt:hover {
  background: var(--primary-color);
  color: #fff;
}

.bl-bt:hover i {
  opacity: 1;
}

.top-50 {
  top: 50%;
}

.customised-btn {
  background: #FFF;
  font-family: GOTHIC;
  border: 2px solid var(--primary-color);
  text-align: center;
  width: 30%;
  margin-left: 10%;
  font-size: 13px;
  border-radius: 8px;
  font-weight: 100;
  color: var(--primary-color);
  cursor: pointer;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  z-index: 1;
}

.glyph-icon.customised-btn {
  font-weight: 600;
}

.customised-btn:hover {
  color: #fff;
  background: var(--primary-color) !important;
}

.bilti-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.customised-btn.back {
  font-size: 16px;
  border-width: 1px;
  height: 30px;
  width: 25%;
  float: right;
  transform: none;
}

.customised-btn.bg_grey {
  color: #888;
  border-color: #888 !important;
}

.customised-btn.bg_grey:hover {
  background: #888 !important;
  color: #fff;
}

.customised-btn.bg_red {
  border-color: red !important;
  color: red;
}

.customised-btn.bg_red:hover {
  background: red !important;
  color: #fff;
}

.customised-btn.wt100 {
  width: 100% !important;
}

.customised-btn.wt50 {
  width: 50% !important;
}

.customised-btn.ht30 {
  height: 30px !important;
}

.line-cut {
  text-decoration: line-through;
  opacity: 0.5;
}

.pop {
  display: inline-block;
  position: relative;
}

.pop span {
  cursor: pointer;
}

.pop .bottom.top {
  transform: translate(-90%, -110%) !important;
  top: 0 !important;
  left: 0 !important;
}

.pop .bottom.top>i {
  bottom: -11px !important;
  left: 92% !important;
  transform: rotate(180deg) !important;
}

.pop .bottom.right {
  transform: translate(-17%, -110%) !important;
  top: 0 !important;
  left: 0 !important;
}

.pop .bottom.right>i {
  bottom: -11px !important;
  left: 19% !important;
  transform: rotate(180deg) !important;
}

.pop .bottom {
  min-width: 400px;
  top: 30px;
  left: 50%;
  transform: translate(-90%, 0);
  padding: 6px;
  color: #666666;
  background-color: #eeeeee;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
  transition: all 0.8s ease-in-out;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}

/* .pop .bottom.wda_12{ */
  /* max-height: 50vh; */
  /* overflow: auto; */
/* } */

.pop .bottom table {
  width: 100%;
}

.pop:hover .bottom {
  display: block;
}

.pop .bottom>i {
  position: absolute;
  bottom: 100%;
  left: 90%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.pop .bottom>i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #eeeeee;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.pop .bottom table th,
.pop .bottom table td {
  font-size: 10px;
  padding: 0.25rem;
}

.pop .bottom.vtfg.top>div>table,
.pop .bottom.vtfg.top>div>table tr,
.pop .bottom.vtfg.top>div>table td,
.pop .bottom.vtfg.top>div>table th {
  border: 1px solid #888;
  border-collapse: collapse;
}

.pop .bottom.vtfg.top>div>table td,
.pop .bottom.vtfg.top>div>table th {
  padding: 3px !important;
  text-align: center !important;
}

/* SVG Loader Animation CSS */

.loader-text {
  display: block;
  position: absolute;
  top: 80%;
}

.loader-text>span {
  font-size: 24px;
  font-weight: 400;
  color: #f26836;
}

.loader-text>span {
  display: none;
}

.loader-text>span.step-3 div {
  opacity: 1;
  animation: text-animate 1.2s linear infinite;
  animation-fill-mode: forwards;
}

.dot-load:after {
  content: " ";
  font-weight: bold;
  animation-name: dot-load;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.loader-text>span.step-2 div {
  opacity: 0;
  animation: text-animate 1.2s linear infinite;
  animation-fill-mode: forwards;
}

.loader-text>span.step-1 div {
  opacity: 0;
  animation: text-animate 1.2s linear infinite;
  animation-fill-mode: forwards;
}

.loader-text>span.step-4 {
  color: green;
}

.loader-text>span.step-5 {
  color: #e82121;
}

.floting_ico {
  position: absolute;
  bottom: calc(100% + 5px);
  background: #fff;
  padding: 10px 5px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px var(--primary-color)75 !important;
  border-radius: 10px;
  opacity: 0;
  animation: bouncing 0.2s linear 1 forwards;
  display: none;
  cursor: default;
}

.floting_ico.btnnnm {
  top: calc(100% - 15px);
  height: fit-content;
}

.custhover:hover>.floting_ico {
  display: block;
}

.floting_ico>ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

.floting_ico>ul>li {
  padding: 5px 2px;
  text-align: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  font-family: "GOTHIC";
  transition: all 1s;
}

.floting_ico>ul>li.disabled {
  cursor: not-allowed;
}

.floting_ico.rter>ul>li:not(.disabled):hover {
  background-color: #fff !important;
  outline: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
}

.floting_ico>ul>li:last-child {
  margin-bottom: 0;
}

.floting_ico>i {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
  transform: rotate(180deg);
}

.floting_ico.btnnnm>i {
  top: -12px;
  transform: rotate(0deg);
}

.floting_ico>i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #fff;
  /* box-shadow:0 1px 8px rgba(0,0,0,0.5); */
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px var(--primary-color)75 !important;
}

@keyframes bouncing {
  0% {
    opacity: 0;
    bottom: calc(100% + 50px);
  }

  20% {
    opacity: 1;
  }

  70% {
    opacity: 1;
    bottom: calc(100% - 10px);
  }

  100% {
    opacity: 1;
    bottom: calc(100% + 5px);
  }
}

/* .loader-text>span>div:nth-child(1){
  animation-delay: 0s;
}
.loader-text>span>div:nth-child(2){
  animation-delay: 0.1s;
}
.loader-text>span>div:nth-child(3){
  animation-delay: 0.2s;
}
.loader-text>span>div:nth-child(4){
  animation-delay: 0.3s;
}
.loader-text>span>div:nth-child(5){
  animation-delay: 0.4s;
}
.loader-text>span>div:nth-child(6){
  animation-delay: 0.5s;
}
.loader-text>span>div:nth-child(7){
  animation-delay: 0.6s;
}
.loader-text>span>div:nth-child(8){
  animation-delay: 0.7s;
}
.loader-text>span>div:nth-child(9){
  animation-delay: 0.8s;
}
.loader-text>span>div:nth-child(10){
  animation-delay: 0.9s;
}
.loader-text>span>div:nth-child(11){
  animation-delay: 1s;
}
.loader-text>span>div:nth-child(12){
  animation-delay: 1.1s;
}
.loader-text>span>div:nth-child(13){
  animation-delay: 1.2s;
}
.loader-text>span>div:nth-child(14){
  animation-delay: 1.3s;
}
.loader-text>span>div:nth-child(15){
  animation-delay: 1.4s;
}
.loader-text>span>div:nth-child(16){
  animation-delay: 1.5s;
}
.loader-text>span>div:nth-child(17){
  animation-delay: 1.6s;
}
.loader-text>span>div:nth-child(18){
  animation-delay: 1.7s;
}
.loader-text>span>div:nth-child(19){
  animation-delay: 1.8s;
}
.loader-text>span>div:nth-child(20){
  animation-delay: 1.9s;
}
.loader-text>span>div:nth-child(21){
  animation-delay: 2s;
}
.loader-text>span>div:nth-child(22){
  animation-delay: 2.1s;
}
.loader-text>span>div:nth-child(23){
  animation-delay: 2.2s;
}
.loader-text>span>div:nth-child(24){
  animation-delay: 2.3s;
}
.loader-text>span>div:nth-child(25){
  animation-delay: 2.4s;
}
.loader-text>span>div:nth-child(26){
  animation-delay: 2.5s;
}
.loader-text>span>div:nth-child(27){
  animation-delay: 2.6s;
}
.loader-text>span>div:nth-child(28){
  animation-delay: 2.7s;
}
.loader-text>span>div:nth-child(29){
  animation-delay: 2.8s;
}
.loader-text>span>div:nth-child(30){
  animation-delay: 2.9s;
}
.loader-text>span>div:nth-child(31){
  animation-delay: 3s;
}
.loader-text>span>div:nth-child(32){
  animation-delay: 3.1s;
}
.loader-text>span>div:nth-child(33){
  animation-delay: 3.2s;
}
.loader-text>span>div:nth-child(34){
  animation-delay: 3.3s;
}
.loader-text>span>div:nth-child(35){
  animation-delay: 3.4s;
}
.loader-text>span>div:nth-child(36){
  animation-delay: 3.5s;
}
.loader-text>span>div:nth-child(37){
  animation-delay: 3.6s;
}
.loader-text>span>div:nth-child(38){
  animation-delay: 3.7s;
}
.loader-text>span>div:nth-child(39){
  animation-delay: 3.8s;
}
.loader-text>span>div:nth-child(40){
  animation-delay: 3.9s;
} */

@keyframes text-animate {
  0% {
    /* transform: rotate(-90deg); */
    opacity: 0;
  }

  50% {
    /* transform: rotate(0deg); */
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes dot-load {
  0% {
    content: " ";
  }

  25% {
    content: ".";
  }

  50% {
    content: "..";
  }

  75% {
    content: "...";
  }
}

.svg-container {
  height: 100%;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.loader-svg {
  height: 200px;
  width: 200px;
  /* border: 1px solid black; */
  position: relative;
  display: block;
}

.loader-svg .dot {
  height: 30px;
  width: 30px;
  background: #f26836;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
  opacity: 0;
  animation: opacity-animate 1s linear 1 forwards;
}

.loader-svg .dot:nth-child(1) {
  left: -15px;
  top: 85px;
}

.loader-svg .dot:nth-child(2) {
  left: 85px;
  top: 85px;
}

.loader-svg .dot:nth-child(3) {
  left: 85px;
  top: -15px;
}

.loader-svg .dot:nth-child(4) {
  left: 85px;
  top: 185px;
}

.loader-svg .dot:nth-child(5) {
  left: 185px;
  top: 85px;
}

.loader-svg .line {
  height: 4px;
  position: absolute;
  background: #f26836;
  overflow: hidden;
  opacity: 0;
  animation: opacity-animate 1s linear 1s 1 forwards;
}

.loader-svg .line>span {
  height: inherit;
  width: 20px;
  background: green;
  left: -10px;
  position: absolute;
  animation-name: line-animate;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

.loader-svg .line:nth-child(1) {
  top: 85px;
  left: 0px;
  width: 120px;
  transform-origin: top left;
  transform: rotate(-45deg);
}

.loader-svg .line:nth-child(2) {
  top: 112px;
  left: 6px;
  width: 120px;
  transform-origin: top left;
  transform: rotate(45deg);
}

.loader-svg .line:nth-child(3) {
  top: 100px;
  left: 0;
  width: 200px;
}

.loader-svg .line:nth-child(4) {
  top: -1px;
  left: 115px;
  width: 121px;
  transform-origin: top left;
  transform: rotate(45deg);
}

.loader-svg .line:nth-child(4) span {
  animation-delay: 0.8s;
}

.loader-svg .line:nth-child(5) span {
  animation-delay: 0.8s;
}

.loader-svg .line:nth-child(5) {
  top: 196px;
  left: 112px;
  width: 120px;
  transform-origin: top left;
  transform: rotate(-45deg);
}

@keyframes line-animate {
  0% {
    opacity: 1;
    left: 0;
  }

  99% {
    opacity: 1;
    left: 100%;
  }

  100% {
    opacity: 0;
    left: 0;
  }
}

@keyframes opacity-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes display-animate {
  0% {
    display: none;
  }

  100% {
    display: block;
  }
}

.wrap {
  perspective: none;
  perspective-origin: 0 0;
}

.cube {
  position: relative;
  width: 30px;
  transform-style: preserve-3d;
  transform: rotate3d(1, 1, 1, 45deg);
}

.cube div {
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 4px rgba(125, 125, 125, 0.8);
  font-size: 20px;
  text-align: center;
  line-height: 200px;
  color: rgba(0, 0, 0, 0.5);
  font-family: sans-serif;
  text-transform: uppercase;
}

.back {
  transform: translateZ(70px) rotateY(180deg);
}

.right {
  transform: rotateY(-270deg) translateX(-70px);
  transform-origin: top right;
}

.left {
  transform: rotateY(270deg) translateX(70px);
  transform-origin: center left;
}

.top {
  transform: rotateX(-90deg) translateY(-100px);
  transform-origin: top center;
}

.bottom {
  transform: rotateX(90deg) translateY(100px);
  transform-origin: bottom center;
}

.front {
  transform: translateZ(100px);
}

@keyframes spin {
  from {
    transform: rotateY(0);
  }

  to {
    transform: rotateY(360deg);
  }
}

.customized-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.customized-col-1 {
  position: relative;
  display: block;
  width: 10%;
}

.customized-col-2 {
  position: relative;
  display: block;
  width: 20%;
}

.customized-col-3 {
  position: relative;
  display: block;
  width: 30%;
}

.customized-col-4 {
  position: relative;
  display: block;
  width: 40%;
}

.customized-col-5 {
  position: relative;
  display: block;
  width: 50%;
}

.customized-col-6 {
  position: relative;
  display: block;
  width: 60%;
}

.customized-col-7 {
  position: relative;
  display: block;
  width: 70%;
}

.customized-col-8 {
  position: relative;
  display: block;
  width: 80%;
}

.customized-col-9 {
  position: relative;
  display: block;
  width: 90%;
}

.customized-col-10 {
  position: relative;
  display: block;
  width: 100%;
}

.bt_btn {
  font-size: 12px;
  text-transform: none;
  background: var(--primary-color);
  color: #fff;
  padding: 1px 4px;
  cursor: pointer;
}

.doc_attachment {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 30px;
  top: 0px;
  z-index: 999;
  right: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 10px var(--primary-color);
  cursor: pointer;
}

.doc_attachment i {
  font-size: 1rem;
  font-weight: 600;
  color: #888;
}

table th {
  border-bottom: 2px solid var(--primary-color);
}

.doc_ad {
  padding: 5px 10px;
  background: var(--primary-color);
  text-transform: none;
  color: #fff;
  cursor: pointer;
}

.customised-switch>div.customised-switch-ic {
  height: 10px;
  width: 40px;
  background-color: #ccc;
  margin: 0 15px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.customised-switch>input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.customised-switch>div.customised-switch-ic::before {
  content: " ";
  position: absolute;
  top: -5px;
  left: 0px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  transition: all 0.2s ease-in-out;
}

.customised-switch>input:checked~div.customised-switch-ic::before {
  background-color: var(--primary-color);
  left: 20px;
}

@media (max-width: 700px) {
  .icn img {
    margin-top: 0px;
  }

  .label-tgl {
    display: none;
  }

  .customized-col-2 h5 {
    font-size: 12px;
  }

  .custom-switch .custom-switch-input+.custom-switch-btn {
    width: 45px !important;
    height: 24px !important;
    padding: 2px !important;
  }

  .custom-switch .custom-switch-input:checked+.custom-switch-btn:after {
    left: 20px !important;
  }
}

.btn-indicate {
  position: absolute;
  display: block;
  top: 40%;
  font-size: 40px;
  cursor: pointer;
}

.btn-indicate.next {
  transform: rotate(180deg);
  right: 2%;
}

.image-active-indicator {
  display: flex;
  position: absolute;
  justify-content: center;
  width: 100%;
}

.image-active-indicator>div {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #807777;
  margin: 0 5px;
  cursor: pointer;
}

.image-active-indicator>div.active {
  background: #807777;
}

.tagged-image-watermark {
  position: absolute;
  /* display: block; */
  width: 0px;
  bottom: 18px;
  color: #fff;
  font-size: 12px;
  padding: 0px 2px;
  overflow: hidden;
}

.tagged-image-watermark div:nth-child(1) {
  width: 50%;
  text-align: left;
  position: relative;
}

.tagged-image-watermark div:nth-child(2) {
  position: relative;
  width: 50%;
  text-align: end;
}

.circle-loader {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out;
  width: 3em;
  height: 3em;
  transform: scale(0.6);
  margin-top: -8px;
}

.blockchain-message {
  font-size: 13px;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 3px;
  display: inline-block;
}

.blockchain-message.success {
  color: #5cb85c;
}

.blockchain-message.error {
  color: #d06079;
}

.checkmark {
  display: none;
}

.checkmark.draw:after {
  animation-duration: 400ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
  opacity: 1;
  height: 1.5em;
  width: 0.75em;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: "";
  left: 0.75em;
  top: 1.5em;
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 0.5em;
    opacity: 1;
  }

  40% {
    height: 1.5em;
    width: 0.75em;
    opacity: 1;
  }

  100% {
    height: 1.5em;
    width: 0.75em;
    opacity: 1;
  }
}

.show-check {
  display: block;
}

.cursor-progress {
  cursor: progress;
}

.cursor-pointer {
  cursor: pointer;
}

svg {
  width: 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px auto 0;
}

svg.highcharts-root {
  width: 100%;
}

text.highcharts-credits {
  display: none;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

p {
  /* text-align: center;
  margin: 20px 0 60px; */
  font-size: 1.25em;
}

p.success {
  color: #73af55;
}

p.error {
  color: #d06079;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

.navi-div {
  display: flex;
  border-radius: 4px;
  height: 35px;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 5px;
  justify-content: center;
  text-align: center;
  width: 100%;
  background: #eaeaea;
}

.navi-div .navi-div-item {
  position: relative;
  width: 50%;
  border-radius: 4px;
  color: #000000;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: GOTHIC;
  font-size: 12px;
}

.navi-div.mt-0 {
  margin-top: 0 !important;
}

.date-hold {
  margin-top: -8px;
  color: #fff;
}

/* .custom-scrollbar */

.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.scroll.custom-scrollbar::-webkit-scrollbar {
  width: 3px;
}

.custom-scrollbar.scroll12::-webkit-scrollbar {
  width: 4px;
}

/* Track */

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content_holder {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.content_holder>.content_item {
  width: 32%;
  height: 360px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px var(--primary-color)75 !important;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 5px;
  position: relative;
}

.content_holder>.content_item.FTL_DISPATCHED {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #ffaa1d75 !important;
  border: 1px solid #ffaa1d;
}

.content_holder>.content_item.POD_GENERATED {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #228b2275 !important;
  border: 1px solid #228b22;
}

.content_holder>.content_item.FTL_ACCEPTED {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #7f00ff !important;
  border: 1px solid #7f00ff;
}

.content_holder>.content_item.VEHICLE_CHALLAN_CREATED {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #964b00 !important;
  border: 1px solid #964b00;
}

.content_holder>.content_item.VEHICLE_CHALLAN_SENT {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #e1ad01 !important;
  border: 1px solid #e1ad01;
}

.content_holder>.content_item.LOCAL_CHALLAN_SENT {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #ffd300 !important;
  border: 1px solid #ffd300;
}

.content_holder>.content_item.yellow {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #ffd30075 !important;
  border: 1px solid #ffd300;
}

.content_holder>.content_item.purple {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #80008075 !important;
  border: 1px solid #800080;
}

.content_holder>.content_item.green {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #228b2275 !important;
  border: 1px solid #228b22;
}

.content_holder>.content_item.grey {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #88888875 !important;
  border: 1px solid #888888;
}

.content_holder>.content_item.VEHICLE_CHALLAN_ACCEPTED {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #2f3082 !important;
  border: 1px solid #2f3082;
}

.content_holder>.content_item.LOCAL_CHALLAN_CREATED {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #e89d7c !important;
  border: 1px solid #e89d7c;
}

.content_holder>.content_item.adjust {
  height: 385px;
}

.content_holder>.content_item:not(:nth-child(3n + 3)) {
  margin-right: 2%;
}

.content_holder>.content_item>.top_cont {
  display: flex;
  position: relative;
}

.content_holder>.content_item>.top_cont>div {
  width: 50%;
  position: relative;
}

.arr_stamp {
  position: absolute !important;
  color: #676767;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: sans-serif;
  transform: rotate(-30deg);
  opacity: 0.4;
  letter-spacing: 10px;
}

.arr_stamp.inherit {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-20deg);
}

.arr_stamp:not(.inherit) {
  top: calc(30%);
  left: calc(15%);
  width: fit-content !important;
  height: fit-content;
}

.content_holder>.content_item:not(.green)>.top_cont>div.arr_stamp {
  display: none;
}

.content_holder>.content_item>.top_cont>.left_cont>div {
  border: 1px solid;
  border-color: transparent var(--primary-color) var(--primary-color) transparent;
}

.content_holder>.content_item.FTL_DISPATCHED>.top_cont>.left_cont>div {
  border-color: transparent #ffaa1d #ffaa1d transparent;
}

.content_holder>.content_item.POD_GENERATED>.top_cont>.left_cont>div {
  border-color: transparent #228b22 #228b22 transparent;
}

.content_holder>.content_item.VEHICLE_CHALLAN_CREATED>.top_cont>.left_cont>div {
  border-color: transparent #964b00 #964b00 transparent;
}

.content_holder>.content_item.FTL_ACCEPTED>.top_cont>.left_cont>div {
  border-color: transparent #7f00ff #7f00ff transparent;
}

.content_holder>.content_item.VEHICLE_CHALLAN_SENT>.top_cont>.left_cont>div {
  border-color: transparent #e1ad01 #e1ad01 transparent;
}

.content_holder>.content_item.LOCAL_CHALLAN_SENT>.top_cont>.left_cont>div {
  border-color: transparent #ffd300 #ffd300 transparent;
}

.content_holder>.content_item.yellow>.top_cont>.left_cont>div {
  border-color: transparent #ffd300 #ffd300 transparent;
}

.content_holder>.content_item.purple>.top_cont>.left_cont>div {
  border-color: transparent #800080 #800080 transparent;
}

.content_holder>.content_item.green>.top_cont>.left_cont>div {
  border-color: transparent #228b22 #228b22 transparent;
}

.content_holder>.content_item.grey>.top_cont>.left_cont>div {
  border-color: transparent #888888 #888888 transparent;
}

.content_holder>.content_item.VEHICLE_CHALLAN_ACCEPTED>.top_cont>.left_cont>div {
  border-color: transparent #2f3082 #2f3082 transparent;
}

.content_holder>.content_item.LOCAL_CHALLAN_CREATED>.top_cont>.left_cont>div {
  border-color: transparent #e89d7c #e89d7c transparent;
}

.content_holder>.content_item>.top_cont>.left_cont>div>h2 {
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.content_holder>.content_item>.top_cont>.left_cont>div>h3 {
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.content_holder>.content_item>.top_cont>.left_cont>div>p {
  font-size: 0.8rem;
  margin-bottom: 3px;
}

.content_holder>.content_item>.top_cont>.left_cont>div>h2>span {
  font-size: 2.2rem;
  color: var(--primary-color);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-inline-box;
  overflow: hidden;
  width: 100%;
}

.content_holder>.content_item.FTL_DISPATCHED>.top_cont>.left_cont>div>h2>span {
  color: #ffaa1d;
}

.content_holder>.content_item.POD_GENERATED>.top_cont>.left_cont>div>h2>span {
  color: #228b22;
}

.content_holder>.content_item.FTL_ACCEPTED>.top_cont>.left_cont>div>h2>span {
  color: #7f00ff;
}

.content_holder>.content_item.VEHICLE_CHALLAN_CREATED>.top_cont>.left_cont>div>h2>span {
  color: #964b00;
}

.content_holder>.content_item.VEHICLE_CHALLAN_SENT>.top_cont>.left_cont>div>h2>span {
  color: #e1ad01;
}

.content_holder>.content_item.LOCAL_CHALLAN_SENT>.top_cont>.left_cont>div>h2>span {
  color: #ffd300;
}

.content_holder>.content_item.yellow>.top_cont>.left_cont>div>h2>span {
  color: #ffd300;
}

.content_holder>.content_item.purple>.top_cont>.left_cont>div>h2>span {
  color: #800080;
}

.content_holder>.content_item.green>.top_cont>.left_cont>div>h2>span {
  color: #228b22;
}

.content_holder>.content_item.grey>.top_cont>.left_cont>div>h2>span {
  color: #888888;
}

.content_holder>.content_item.VEHICLE_CHALLAN_ACCEPTED>.top_cont>.left_cont>div>h2>span {
  color: #2f3082;
}

.content_holder>.content_item.LOCAL_CHALLAN_CREATED>.top_cont>.left_cont>div>h2>span {
  color: #e89d7c;
}

.content_holder>.content_item>.top_cont>.right_cont {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--primary-color);
}

.content_holder>.content_item>.top_cont>.right_cont>.right_cont_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0px 10px;
  height: 40px;
  border-top: 1px solid var(--primary-color);
  text-align: right;
}

.content_holder>.content_item>.top_cont>.right_cont>.right_cont_info>h2 {
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.content_holder>.content_item>.top_cont>.right_cont>.right_cont_info>h3 {
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.content_holder>.content_item.FTL_DISPATCHED>.top_cont>.right_cont {
  border-bottom: 1px solid #ffaa1d;
}

.content_holder>.content_item.POD_GENERATED>.top_cont>.right_cont {
  border-bottom: 1px solid #228b22;
}

.content_holder>.content_item.FTL_ACCEPTED>.top_cont>.right_cont {
  border-bottom: 1px solid #7f00ff;
}

.content_holder>.content_item.VEHICLE_CHALLAN_CREATED>.top_cont>.right_cont {
  border-bottom: 1px solid #964b00;
}

.content_holder>.content_item.VEHICLE_CHALLAN_SENT>.top_cont>.right_cont {
  border-bottom: 1px solid #e1ad01;
}

.content_holder>.content_item.LOCAL_CHALLAN_SENT>.top_cont>.right_cont {
  border-bottom: 1px solid #ffd300;
}

.content_holder>.content_item.yellow>.top_cont>.right_cont {
  border-bottom: 1px solid #ffd300;
}

.content_holder>.content_item.yellow>.top_cont>.right_cont>.right_cont_info {
  border-top-color: #ffd300;
}

.content_holder>.content_item.purple>.top_cont>.right_cont {
  border-bottom: 1px solid #800080;
}

.content_holder>.content_item.purple>.top_cont>.right_cont>.right_cont_info {
  border-top-color: #800080;
}

.content_holder>.content_item.green>.top_cont>.right_cont {
  border-bottom: 1px solid #228b22;
}

.content_holder>.content_item.green>.top_cont>.right_cont>.right_cont_info {
  border-top-color: #228b22;
}

.content_holder>.content_item.grey>.top_cont>.right_cont {
  border-bottom: 1px solid #888888;
}

.content_holder>.content_item.grey>.top_cont>.right_cont>.right_cont_info {
  border-top-color: #888888;
}

.content_holder>.content_item.VEHICLE_CHALLAN_ACCEPTED>.top_cont>.right_cont {
  border-bottom: 1px solid #2f3082;
}

.content_holder>.content_item.LOCAL_CHALLAN_CREATED>.top_cont>.right_cont {
  border-bottom: 1px solid #e89d7c;
}

.content_holder>.content_item>.top_cont>.right_cont>.add-2626 .joining-line {
  position: absolute;
  height: calc(50%);
  border-right-color: #4a4646;
  border-right-width: 2px;
  border-right-style: solid;
  top: 18px;
  left: 7px;
}

.content_holder>.content_item.adjust>.top_cont>.right_cont>.add-2626 .joining-line {
  height: calc(56%);
}

.content_holder>.content_item>.top_cont>.right_cont>.add-2626 {
  height: calc(100% + 5px);
  width: 100%;
  position: relative;
}

.content_holder>.content_item.settt12>.top_cont>.right_cont>.add-2626 {
  height: calc(100% - 35px);
  margin-bottom: 40px;
}

.content_holder>.content_item>.top_cont>.right_cont>.add-2626>h5::before {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #4a4646;
  position: absolute;
  content: " ";
  left: -18px;
  top: 6px;
}

.content_holder>.content_item>.top_cont>.right_cont>.add-2627 {
  /* padding: 15px 20px 0 20px; */
  padding: 0px;
}

.content_holder>.content_item>.top_cont>.right_cont>.add-2627 p {
  font-size: 0.95rem;
  margin-bottom: 4px;
  color: #000;
}

.content_holder>.content_item>.top_cont>.right_cont>.add-2627 h5 {
  font-size: 0.8rem;
  margin-bottom: 4px;
  color: #4a4646;
}

.content_holder>.content_item>.top_cont>.right_cont>.add-2626 h5 {
  margin-left: 20px;
  font-size: 0.8rem;
  position: relative;
  min-height: 76px;
  margin-bottom: 0;
}

.content_holder>.content_item>.top_cont>.right_cont>.add-2626 h5>span {
  font-size: 0.9rem;
  display: block;
}

.content_holder>.content_item>.top_cont>.right_cont>.add-2626 h5>p {
  font-size: 0.7rem;
  line-height: unset;
  margin-bottom: 0;
  color: #4a4646;
  font-family: GOTHIC;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
}

.dropdown-menu.show {
  display: block;
  font-family: GOTHIC;
}

/* .content_holder>.content_item>.top_cont>.right_cont>.add-2626 h5:nth-child(3){
  bottom: 0;
  position: absolute;
} */

.clock_timer {
  background-color: #676767;
  position: absolute !important;
  width: 32% !important;
  border-radius: 5px;
  text-align: center;
  bottom: -11px;
  height: 22px;
  left: calc(34%);
  color: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

/* .content_holder>.content_item:nth-child(2n) .clock_timer{
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: #fff;
} */

.clock_timer > span:nth-child(3n):not(:last-child) {
  margin-right: 5px;
}

.clock_timer > span {
  min-width: 7px;
}

.clock_timer > span:nth-child(10):not(.showw),
.clock_timer > span:nth-child(11):not(.showw),
.clock_timer > span:nth-child(12):not(.showw) {
  display: none;
}

.clock_timer > span > span.active {
  animation: odo_in 1 linear;
  animation-duration: 800ms;
}

.clock_timer > span > span {
  animation: odo_out 1 linear;
  animation-duration: 800ms;
}

.clock_timer > span > span.active {
  visibility: visible;
  display: block;
}

.clock_timer > span > span {
  visibility: hidden;
  display: block;
  position: absolute;
}

@keyframes odo_in {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes odo_out {
  from {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }

  to {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
  }
}

.content_holder>.content_item>.bottom_cont {
  padding: 10px;
  background: #676767;
  border-radius: 12px;
  margin: 35px 10px;
  position: relative;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_holder>.content_item:not(.chg22)>.bottom_cont {
  height: 120px !important;
}

.content_holder>.content_item>.bottom_cont>table {
  margin-top: 10px;
  width: 100%;
}

.content_holder>.content_item>.bottom_cont>.updated-cont+table {
  margin-top: 5px;
}

.content_holder>.content_item>.bottom_cont>table>tbody>tr>td {
  color: #fff;
  padding: 0.15rem 0.1rem !important;
  font-family: GOTHIC;
}

.content_holder>.content_item>.bottom_cont>table>tbody>tr>td:not(:nth-child(2n)) {
  width: 49%;
}

.content_holder>.content_item>.bottom_cont>table>tbody>tr>td:nth-child(2n) {
  text-align: center;
  width: 2%;
}

.content_holder>.content_item>.bottom_cont>div {
  color: #fff;
  background: var(--primary-color);
  text-align: center;
  border-radius: 10px;
  height: 30px;
  display: grid;
  place-content: center;
  position: absolute;
  top: -15px;
  width: 80%;
  left: 10%;
}

.content_holder>.content_item.FTL_DISPATCHED>.bottom_cont>div {
  background: #ffaa1d;
}

.content_holder>.content_item.POD_GENERATED>.bottom_cont>div {
  background: #228b22;
}

.content_holder>.content_item.FTL_ACCEPTED>.bottom_cont>div {
  background: #7f00ff;
}

.content_holder>.content_item.VEHICLE_CHALLAN_CREATED>.bottom_cont>div {
  background: #964b00;
}

.content_holder>.content_item.VEHICLE_CHALLAN_SENT>.bottom_cont>div {
  background: #e1ad01;
}

.content_holder>.content_item.LOCAL_CHALLAN_SENT>.bottom_cont>div {
  background: #ffd300;
}

.content_holder>.content_item.yellow>.bottom_cont>div {
  background: #ffd300;
}

.content_holder>.content_item.purple>.bottom_cont>div {
  background: #800080;
}

.content_holder>.content_item.green>.bottom_cont>div {
  background: #228b22;
}

.content_holder>.content_item.grey>.bottom_cont>div {
  background: #888888;
}

.content_holder>.content_item.VEHICLE_CHALLAN_ACCEPTED>.bottom_cont>div {
  background: #2f3082;
}

.content_holder>.content_item.LOCAL_CHALLAN_CREATED>.bottom_cont>div {
  background: #e89d7c;
}

.content_holder>.content_item>.bottom_cont>.updated-cont {
  display: flex;
  border: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  height: 34px;
  top: -17px;
}

.content_holder>.content_item>.bottom_cont>.updated-cont>div {
  position: relative;
  display: block;
  width: 50%;
}

.content_holder>.content_item>.bottom_cont>.updated-cont>div h4 {
  font-size: 0.7rem !important;
  margin-bottom: 0;
  color: #fff;
}

.content_holder>.content_item>.bottom_cont>.updated-cont>div h6 {
  font-size: 0.8rem !important;
  margin-bottom: 0;
  color: #fff;
}

.content_holder>.content_item>.bottom_cont>.updated-cont>div:nth-child(1) {
  border-right: 1px solid #ccc;
}

.content_holder>.content_item>.bottom_cont>div>h4 {
  margin-bottom: 0;
}

.content_holder>.content_item>.bottom_cont>div>h6 {
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-inline-box;
  overflow: hidden;
  margin-bottom: 0;
}

.close {
  opacity: 1;
}

.close>span {
  background: var(--primary-color);
  color: #fff;
  font-size: 2rem;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: -15px;
}

.close-dv {
  top: -20px;
  position: absolute;
  right: -20px;
  z-index: 100;
  background: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.close-dv i {
  font-size: 2rem;
  color: var(--primary-color);
}

.view-detail {
  height: 40px;
  width: 50px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px var(--primary-color)75;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #fff;
  bottom: -20px;
  color: var(--primary-color);
  cursor: pointer;
  left: 35%;
}

.view-detail-new {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  width: 97%;
}

.view-detail-new>div {
  height: 40px;
  width: 50px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px var(--primary-color)75;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--primary-color);
  cursor: pointer;
  margin: 0 10px;
}

.content_item.yellow .view-detail-new>div {
  color: #ffd300;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #ffd30075;
}

.content_item.purple .view-detail-new>div {
  color: #800080;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #80008075;
}

.content_item.green .view-detail-new>div {
  color: #228b22;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #228b2275;
}

.content_item.grey .view-detail-new>div {
  color: #888888;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #88888875;
}

.view-detail-new>div>i {
  font-size: 1.5rem;
}

.content_item.FTL_DISPATCHED .view-detail {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #ffaa1d75;
  color: #ffaa1d;
}

.content_item.POD_GENERATED .view-detail {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #228b2275;
  color: #228b22;
}

.content_item.FTL_ACCEPTED .view-detail {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #7f00ff75;
  color: #7f00ff;
}

.content_item.VEHICLE_CHALLAN_CREATED .view-detail {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #964b0075;
  color: #964b00;
}

.content_item.VEHICLE_CHALLAN_SENT .view-detail {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #e1ad0175;
  color: #e1ad01;
}

.content_item.content_item.LOCAL_CHALLAN_SENT .view-detail {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #ffd30075;
  color: #ffd300;
}

.content_item.content_item.yellow .view-detail {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #ffd30075;
  color: #ffd300;
}

.content_item.content_item.purple .view-detail {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #80008075;
  color: #800080;
}

.content_item.content_item.green .view-detail {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #228b2275;
  color: #228b22;
}

.content_item.content_item.grey .view-detail {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #88888875;
  color: #888888;
}

.content_item.VEHICLE_CHALLAN_ACCEPTED .view-detail {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #2f308275;
  color: #2f3082;
}

.content_item.content_item.LOCAL_CHALLAN_CREATED .view-detail {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px #e89d7c75;
  color: #e89d7c;
}

.view-detail.dt-btn {
  left: 55%;
}

.view-detail.vn-btn {
  left: 35%;
}

.view-detail i {
  font-size: 1.5rem;
}

.extra_div {
  padding: 5px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 40px;
}

.extra_div>div {
  font-size: 0.75rem;
  font-family: GOTHIC;
  border: 1px solid var(--primary-color);
  border-collapse: collapse;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  text-align: center;
  line-height: 16px;
}

.content_item.yellow .extra_div>div {
  border-color: #ffd300;
}

.content_item.purple .extra_div>div {
  border-color: #800080;
}

.content_item.green .extra_div>div {
  border-color: #228b22;
}

.content_item.grey .extra_div>div {
  border-color: #888888;
}

.extra_div>div:first-child {
  border-left: none;
  width: 25%;
  font-weight: 600;
}

.extra_div>div:last-child {
  border-right: none;
  width: 75%;
  color: #333232;
}

.extra_div>div:last-child>span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-icon {
  margin-bottom: 10px;
  height: 60px;
  font-size: 60px;
  font-weight: 600;
  color: #737373;
}

.view-rc {
  position: relative;
  margin-left: 10px;
  font-size: 12px;
  text-transform: none;
  background: var(--primary-color);
  color: #fff;
  padding: 2px 5px;
  border-radius: 2px;
  cursor: pointer;
}

.tbl.yellow .view-rc {
  background: #ffd300;
}

.tbl.purple .view-rc {
  background: #800080;
}

.tbl.green .view-rc {
  background: #228b22;
}

.tbl.grey .view-rc {
  background: #888888;
}

.view-btn {
  position: absolute;
  background: var(--primary-color);
  color: #fff;
  height: 25px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 5px;
}

.inv-000 {
  position: absolute;
  bottom: -8px;
  left: 11%;
  display: flex;
  color: #655d5d;
  font-size: 14px;
  width: 47%;
}

.inv-000 p b {
  color: #848282;
  font-size: 16px;
}

.inv-000 p {
  color: #848282;
  font-size: 14px;
}

.inv-000 .inv00-1 {
  width: 34%;
  border: 1px solid;
  position: relative;
}

.inv-000 .inv00-1 h2.inv-title {
  font-size: 10px;
  position: absolute;
  top: -8px;
  left: 4px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 2px;
  padding: 0px 10px;
  line-height: normal;
}

.unit {
  text-transform: none;
  font-size: 12px;
  font-weight: unset;
  font-family: italic;
}

.card.custom-scrollbar {
  max-height: 57.4vh;
  overflow: auto;
}

.fixed_nav {
  background: #fff;
  padding: 5px 5px 0px 5px;
  margin-bottom: 5px;
  border-radius: calc(0.15rem - 1px);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  position: relative;
}

.bg-gradient {
  background: linear-gradient(45deg, #fff, var(--primary-color)) !important;
}

.risk {
  text-transform: none;
  color: #ec4343;
  display: block;
  margin-top: -5px;
  margin-bottom: -5px;
}

.extra-top-div {
  border-bottom: 1px solid var(--primary-color);
  /* height: 60px; */
  height: 20px;
}

.extra-top-div.uuus123 {
  margin-top: -6px;
  margin-right: -5px;
  margin-left: -5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: grid;
  place-content: center;
  height: 50px;
  padding: 0 5px;
  background: var(--primary-color);
}

.content_item.yellow .extra-top-div {
  border-bottom-color: #ffd300;
}

.content_item.yellow .extra-top-div.uuus123 {
  background: #ffd300;
}

.content_item.purple .extra-top-div {
  border-bottom-color: #800080;
}

.content_item.purple .extra-top-div.uuus123 {
  background: #800080;
}

.content_item.green .extra-top-div {
  border-bottom-color: #228b22;
}

.content_item.green .extra-top-div.uuus123 {
  background: #228b22;
}

.content_item.grey .extra-top-div {
  border-bottom-color: #888888;
}

.content_item.grey .extra-top-div.uuus123 {
  background: #888888;
}

.extra-top-div>.headt {
  display: flex;
  margin-left: -6px;
  margin-top: -6px;
}

.content_holder>.content_item.srrs>.extra-top-div>.headt {
  align-items: center !important;
}

.extra-top-div>.headt>h3 {
  width: 30%;
  border-top-left-radius: 20px;
  padding: 3px 10px;
  background: var(--primary-color);
  color: #fff;
  font-size: 0.7815rem;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

.content_holder>.content_item:not(.chg22)>.extra-top-div>.headt>h3 {
  width: 35%;
}

.content_holder>.content_item.srrs>.extra-top-div>.headt>h3 {
  padding: 5px 5px !important;
}

.content_holder>.content_item.srrs>.extra-top-div>.headt>h2 {
  border-bottom: 0;
}

.content_item .extra-top-div>span.sttext {
  color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content_item.yellow .extra-top-div>.headt>h3 {
  background: #ffd300;
}

/* .content_item.yellow .extra-top-div>span.sttext{
  color: #FFD300;
} */

.content_item.purple .extra-top-div>.headt>h3 {
  background: #800080;
}

/* .content_item.purple .extra-top-div>span.sttext{
  color: #800080;
} */

.content_item.green .extra-top-div>.headt>h3 {
  background: #228b22;
}

/* .content_item.green .extra-top-div>span.sttext{
  color: #228b22;
} */

.content_item.grey .extra-top-div>.headt>h3 {
  background: #888888;
}

/* .content_item.grey .extra-top-div>span.sttext{
  color: #888888;
} */

.extra-top-div>.headt>h2 {
  width: 70%;
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0;
  border-bottom: 1px solid #888;
  font-weight: 600;
}

.content_holder>.content_item:not(.chg22)>.extra-top-div>.headt>h2 {
  width: 65%;
}

.extra-top-div>.bdyc {
  text-align: center;
}

.content_holder>.content_item.sgtt12>.extra-top-div>.bdyc {
  min-height: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_holder>.content_item.sgtt12>.extra-top-div>.bdyc>span:first-child {
  font-weight: 600;
}

.content_holder>.content_item.chg22 {
  /* height: 470px !important; */
  height: 430px !important;
}

.time_analysis_section {
  width: 100%;
  text-align: -webkit-center;
}

.time_analysis_section>h1 {
  font-size: 1.5rem;
  color: #8d8f92;
}

.time_analysis_section>.analytic_data {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  justify-content: center;
}

.time_analysis_section>.analytic_data>div {
  width: 20%;
}

.time_analysis_section>.analytic_data>div:first-child {
  width: 14%;
}

.time_analysis_section>.analytic_data>div.wtcg {
  width: 23%;
}

.time_analysis_section>.analytic_data>div>h1 {
  margin-bottom: 0;
  font-size: 0.9rem;
  text-transform: none;
  font-weight: 600;
  color: #8d8f92;
}

.time_analysis_section>.analytic_data>div>h1>span {
  color: var(--primary-color);
  font-weight: 100;
}

.time_analysis_section>.time_counter {
  height: 25px;
  width: 75%;
  background: var(--primary-color);
  position: relative;
  display: flex;
}

.time_analysis_section>.time_counter>div {
  width: 50%;
  height: inherit;
  color: #fff;
  text-align: center;
  padding: 2px 0;
}

.time_analysis_section>.time_counter>div>.popov,
.doc_cont .btblock .popov {
  display: flex;
  position: relative;
  width: 100%;
  cursor: pointer;
  justify-content: center;
}

.analysis_item {
  width: 100%;
  height: 25px;
  background: var(--primary-color);
  position: relative;
  display: flex;
  border-radius: 5px;
  margin-top: 40px;
}

.analysis_item>div {
  cursor: pointer;
  position: relative;
}

.analysis_item>div:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.analysis_item>div:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.analysis_item>div>div.popov {
  display: flex;
  position: relative;
  width: 100%;
  cursor: pointer;
  justify-content: center;
}

.analysis_item>div>div.popov>div.phub {
  z-index: 1;
  min-width: 150px;
  text-align: center;
  background-color: #ebe4e4;
  border-radius: 5px;
  font-size: 12px;
  display: none;
  position: absolute;
  bottom: 5px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.analysis_item>div:hover>div.popov>div.phub {
  display: block;
}

.analysis_item>div>div.popov>div.phub .ppart {
  border-bottom: 1px solid var(--primary-color);
  font-weight: bold;
}

.analysis_item>div>div.popov>div.phub .ppart span {
  color: var(--primary-color);
  background-color: #ebe4e4 !important;
  font-weight: bold;
  font-size: 12px !important;
}

.analysis_item>div>div.popov>div.phub .content {
  padding: 5px;
  font-size: 11px;
  word-wrap: break-word;
}

.analysis_item>div>div.popov>div.phub .content>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.analysis_item>div>div.popov>div.phub .content>div>div.dot-icon {
  height: 2px;
  width: 10px;
  position: relative;
  background: #3e3e3e;
  margin: 5px 10px;
}

.analysis_item>div>div.popov>div.phub .content>div>div.dot-icon::before,
.analysis_item>div>div.popov>div.phub .content>div>div.dot-icon::after {
  content: " ";
  height: 8px;
  width: 8px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -3px;
  border: 1px solid #3e3e3e;
  outline: none;
}

.analysis_item>div>div.popov>div.phub .content>div>div.dot-icon::before {
  left: -8px;
}

.analysis_item>div>div.popov>div.phub .content>div>div.dot-icon::after {
  right: -8px;
}

.analysis_item>div>div.popov>div.phub .lpart {
  background: var(--primary-color);
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.analysis_item>div>div.popov>div.phub>i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--primary-color);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  z-index: -1;
  bottom: 0;
}

.doc_cont.wt50 .btblock {
  display: block !important;
}

.doc_cont.wt50 .btblock>span.bold {
  width: 100% !important;
}

.time_analysis_section>.time_counter>div>.popov span {
  cursor: pointer;
  width: 100%;
  height: 20px;
  position: absolute;
  overflow: hidden;
}

.time_analysis_section>.time_counter>div>.popov .bottom,
.doc_cont .btblock .popov .bottom {
  min-width: max-content;
  transform: translate(0, 0) !important;
  margin-top: -40px;
  height: 30px;
  padding: 6px;
  color: #666666;
  background-color: #eeeeee;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: relative;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
  transition: all 0.8s ease-in-out;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  font-size: 0.8rem;
  font-weight: 600;
}

.doc_cont .btblock .popov.btm .bottom {
  transform: translate(0%, 100%) !important;
  margin-bottom: -40px;
}

.doc_cont .btblock .popov .bottom {
  position: absolute;
  height: fit-content;
  bottom: calc(100% + 10px);
  min-width: auto;
  max-width: 250px;
  font-size: 10px;
}

.doc_cont .gr_div .btblock {
  display: block !important;
}

.doc_cont .gr_div .btblock span.bold {
  width: 100% !important;
}

.doc_cont .gr_div .btblock .popov,
.doc_cont .gr_div .btblock .popov span.bold {
  font-size: 10px;
}

.doc_cont .gr_div .bottom {
  width: 270px;
}

.time_analysis_section>.time_counter>div>.popov .bottom.adjust,
.doc_cont .btblock .popov .bottom.adjust {
  margin-top: -60px;
  height: 50px;
  color: #888;
}

.time_analysis_section>.time_counter>div>.popov .bottom.adjust>div,
.doc_cont .btblock .popov .bottom.adjust>div {
  border-bottom: 1px solid var(--primary-color);
  color: #666;
}

.doc_cont .btblock .popov .bottom>div {
  border-bottom: 1px solid #888;
  color: var(--primary-color);
  font-size: 11px;
}

.doc_cont .btblock .popov .bottom>p {
  font-size: 10px;
  line-height: normal;
  font-weight: 200;
  text-align: start;
}

.doc_cont .btblock .popov .bottom>p>b {
  font-weight: 600;
  font-size: 11px;
  width: 50%;
  display: inline-block;
  text-align: left;
}

.doc_cont .btblock .popov .bold {
  font-size: 12px;
}

.time_analysis_section>.time_counter>div>.popov:hover .bottom,
.doc_cont .btblock .popov:hover .bottom {
  display: block;
}

.time_analysis_section>.time_counter>div>.popov .bottom i,
.doc_cont .btblock .popov .bottom i {
  position: absolute;
  bottom: -11px !important;
  left: calc(50% - 12px) !important;
  transform: rotate(180deg) !important;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.doc_cont .btblock .popov.btm .bottom i {
  top: -11px;
  transform: rotate(0deg) !important;
}

.time_analysis_section>.time_counter>div>.popov .bottom i::after,
.doc_cont .btblock .popov .bottom i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #eeeeee;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.time_analysis_section>.time_counter>div.purple,
.analysis_item>div.purple,
.analysis_item>div.purple>div.popov>div.phub .lpart {
  background: #800080;
}

.analysis_item>div.purple>div.popov>div.phub>i::after {
  background-color: #800080;
}

.analysis_item>div.purple>div.popov>div.phub .ppart {
  border-bottom: 1px solid #800080;
}

.analysis_item>div.purple>div.popov>div.phub .ppart span {
  color: #800080;
}

.time_analysis_section>.time_counter>div.yellow,
.analysis_item>div.yellow,
.analysis_item>div.yellow>div.popov>div.phub .lpart {
  background: #ffd300;
}

.analysis_item>div.yellow>div.popov>div.phub>i::after {
  background-color: #ffd300;
}

.analysis_item>div.yellow>div.popov>div.phub .ppart {
  border-bottom: 1px solid #ffd300;
}

.analysis_item>div.yellow>div.popov>div.phub .ppart span {
  color: #ffd300;
}

.time_analysis_section>.time_counter>div.orange,
.analysis_item>div.orange,
.analysis_item>div.orange>div.popov>div.phub .lpart {
  background: var(--primary-color);
}

.analysis_item>div.orange>div.popov>div.phub>i::after {
  background-color: var(--primary-color);
}

.analysis_item>div.orange>div.popov>div.phub .ppart {
  border-bottom: 1px solid var(--primary-color);
}

.analysis_item>div.orange>div.popov>div.phub .ppart span {
  color: var(--primary-color);
}

.time_analysis_section>.time_counter>div.green,
.analysis_item>div.green,
.analysis_item>div.green>div.popov>div.phub .lpart {
  background: #228b22;
}

.analysis_item>div.green>div.popov>div.phub>i::after {
  background-color: #228b22;
}

.analysis_item>div.green>div.popov>div.phub .ppart {
  border-bottom: 1px solid #228b22;
}

.analysis_item>div.green>div.popov>div.phub .ppart span {
  color: #228b22;
}

.analysis_item>div.orange+div.orange::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--secondary-color);
}

.time_analysis_section>.time_counter>div.del12 {
  background: #fff;
  position: absolute;
  width: 110px;
  right: -110px;
  color: green;
  font-size: 1rem;
  font-weight: 600;
}

.time_analysis_section>.time_counter>div.del12>.popov>span>i {
  font-weight: 600;
}

.time_analysis_section>.time_counter>div.del12.adjust {
  width: 150px !important;
  right: -150px !important;
}

.time_analysis_section>.time_counter>div.del12.adjust>.popov>span>i {
  margin-right: 5px;
}

.custom-collapse {
  height: 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.5rem;
}

.custom-collapse.autoheight {
  height: auto;
  overflow: visible;
}

.collapse-view.open {
  overflow: unset !important;
}

.contDv.open {
  height: auto !important;
}

.custom-collapse:not(.autoheight):not(.open)>.customBdy {
  display: none;
}

.custom-collapse>.customHead {
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 1.1rem;
  font-family: GOTHIC;
  padding: 0px 5px;
}

.custom-collapse>.customBdy {
  padding: 10px 5px;
  border: 1px solid var(--primary-color);
}

.custom-collapse>.customHead>.collapse_icon {
  position: absolute;
  right: 15px;
  top: 0;
  height: 30px;
  display: flex;
  width: 50px;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
}

.custom-collapse>.customHead>.collapse_icon:after {
  content: "\002B";
  color: white;
  font-weight: bold;
}

.custom-collapse.open>.customHead>.collapse_icon:after {
  content: "\2212";
}

.filtermodal {
  position: absolute;
  z-index: 999;
  background: var(--primary-color);
  padding: 10px;
  width: 40%;
  top: 8%;
  border-radius: 5px;
  right: -50%;
  transition: all 1s ease-in;
  animation: inRight 0.5s linear 1 forwards;
}

.filterbackdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
  transition: all 0.4s ease-in;
}

.filterbackdrop.show {
  opacity: 1;
  display: block;
}

.filtermodal>.headsec {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0;
}

.filtermodal>.headsec>h1 {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  user-select: none;
}

.filtermodal>.headsec>span {
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  position: absolute;
  font-size: 1.2rem;
  justify-content: center;
  align-items: center;
  background: #fff;
  top: -15px;
  left: -15px;
  font-weight: 600;
  cursor: pointer;
}

.filtermodal>.bodysec {
  background: #fff;
  padding: 10px 5px;
  margin: 0.5rem 0;
  border-radius: 5px;
  height: 28rem;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.filtermodal>.bodysec>.row {
  margin-bottom: 0.5rem;
}

@keyframes inRight {
  to {
    right: 0;
  }
}

@-webkit-keyframes inRight {
  to {
    right: 0;
  }
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con>div>div:first-child>.doc_cont,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div>div:first-child>.doc_cont {
  bottom: 8px;
  position: absolute;
  left: calc(50% - 12px);
  display: flex;
  height: 24px;
  width: 24px;
  background: #fff;
  border-radius: 50%;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con>div>div:first-child>img {
  width: 100%;
}

.content_holder>.content_item>.bottom_cont>section.folder_con>div>div.icon_cont>img {
  max-width: 100%;
  max-height: 100%;
}

.content_holder>.content_item>.bottom_cont>section.folder_con>div>div.icon_cont>img.fill {
  cursor: pointer;
}

.content_holder>.content_item>.bottom_cont>section.folder_con>div>div.icon_cont>span.doc_cont {
  bottom: 13px;
  position: absolute;
  left: calc(50% - 8px);
  display: flex;
  height: 16px;
  width: 16px;
  background: #fff;
  border-radius: 50%;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 10px;
}

#pckgDee+tr.ptcenter {
  background: var(--primary-color);
  color: #fff;
}

tr.ptcenter,
tr.ptcenter th,
tr.ptcenter td {
  border: 1px solid var(--primary-color);
  border-collapse: collapse;
  text-align: center;
  padding: 5px;
}

tr.ptcenter th.wtt30 {
  width: 30%;
}

.overflow-handle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}

.bold1 {
  font-size: 1.1rem;
  color: #443e3e;
  font-weight: 600;
  display: block;
}

.btbold12 {
  font-weight: 600;
}

.modifiedmodal>.modal-dialog {
  margin-top: 5%;
  max-width: 60%;
}

.modifiedmodal#previewModal>.modal-dialog {
  max-width: 42%;
}

.modifiedmodal>.modal-dialog>.modal-content {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body {
  padding: 0;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .title-con {
  padding: 10px;
  border-bottom: 1px solid var(--primary-color);
}

.modifiedmodal#previewModal>.modal-dialog>.modal-content>.modal-body .title-con {
  padding: 5px;
}

.modifiedmodal#previewModal>.modal-dialog>.modal-content>.modal-body .title-con>h2 {
  font-size: 1rem;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .title-con>h2 {
  text-align: center;
  font-weight: 600;
  color: #646464;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .title-con>span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--primary-color);
  position: absolute;
  color: #fff;
  top: -15px;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  cursor: pointer;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
  overflow: hidden;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div {
  width: 50%;
  position: relative;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con {
  position: relative;
  padding: 5px 10px;
  border-right: 1px solid var(--primary-color);
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con>div,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con>div:not(.body-btn-cont)>div:first-child,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div:not(.body-btn-cont)>div:first-child {
  width: auto;
  position: relative;
  height: 60px;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div:not(.body-btn-cont)>div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div:not(.body-btn-cont)>div:first-child>img {
  max-height: 60px;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con>div>div:nth-child(2),
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div>div:nth-child(2) {
  width: 50%;
  padding: 0 5px;
  font-size: 1rem;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con>div>div:last-child,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div>div:last-child {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con>div>div:last-child>span,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div>div:last-child>span {
  width: 26px;
  height: 26px;
  color: #fff;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  cursor: pointer;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con>div>div:last-child>span.add,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div>div:last-child>span.add {
  background: #646464;
  transform: rotate(45deg);
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con>div>div:last-child>span.add>input,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div>div:last-child>span.add>input {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con>div>div:last-child>span.delete,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div>div:last-child>span.delete {
  background: red;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con>div>div:last-child>span:first-child.view,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div>div:last-child>span:first-child.view {
  border-radius: 2px;
  width: 40px;
  font-size: 0.8rem;
  height: 20px;
  background: #399c39;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.left-body-con>div.body-btn-cont>div,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.left-body-con>div.body-btn-cont>div {
  width: 45%;
  margin-left: 3%;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.right-body-con,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.right-body-con {
  height: inherit;
  overflow-y: auto;
  padding: 5px;
}

.modifiedmodal#previewModal>.modal-dialog>.modal-content>.modal-body .body-con>div.right-body-con,
.modifiedmodal#previewModal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.right-body-con {
  width: 100%;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.right-body-con>div.preview,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.right-body-con>div.preview {
  padding: 0 10px;
  margin-bottom: 0.5rem;
  position: relative;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.right-body-con>div.preview>h1,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.right-body-con>div.preview>h1 {
  color: #888;
  font-size: 1rem;
  cursor: pointer;
  width: max-content;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.right-body-con>div.preview>div,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.right-body-con>div.preview>div {
  width: 220px;
  height: 240px;
  border: 1px solid var(--primary-color);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px var(--primary-color)75 !important;
  margin-left: calc(50% - 110px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: relative;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.right-body-con>div.preview>div>img,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.right-body-con>div.preview>div>img {
  max-width: 100%;
  max-height: 100%;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.right-body-con>div.preview>div>object,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.right-body-con>div.preview>div>object {
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.right-body-con>div.preview>div>img,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.right-body-con>div.preview>div>img {
  max-width: 100%;
  max-height: calc(100% - 40px);
  overflow-y: auto;
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.right-body-con>div.preview>div>img.pdfimage,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.right-body-con>div.preview>div>img.pdfimage {
  transform: rotateY(180deg) rotateZ(180deg);
}

.modifiedmodal>.modal-dialog>.modal-content>.modal-body .body-con>div.right-body-con>div.preview>div>span.delete,
.modifiedmodal>.modal-dialog>.modal-content>.modal-body div.hld .body-con>div.right-body-con>div.preview>div>span.delete {
  font-size: 1.3rem;
  right: -10px;
  position: absolute;
  top: -10px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.file-preview-text {
  font-size: 2rem;
  font-weight: 600;
  color: #888;
  text-align: center;
  margin-top: 49%;
  margin-bottom: 0;
}

/*ddzone styling*/
.ddzone_drop-region {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 10px;
  text-align: center;
}

.ddzone_drop-region>.ddzone_drop-con {
  border: 2px dashed var(--secondary-color);
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
  transition: 0.3s;
}

.ddzone_drop-region>.ddzone_drop-con:hover,
.ddzone_drop-region>.ddzone_drop-con.ddzone_hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.ddzone_drop-region>.ddzone_drop-con>img {
  width: 100px;
}

.ddzone_drop-region>.ddzone_drop-con>p {
  margin: 5px;
  font-weight: 600;
  color: var(--secondary-color);
}

.ddzone_drop-region>.ddzone_drop-con>div {
  font-weight: 600;
  color: var(--secondary-color);
}

.ddzone_image-preview {
  margin-top: 20px;
}

.ddzone_image-preview .ddzone_image-view {
  display: inline-block;
  position: relative;
  margin-right: 13px;
  margin-bottom: 13px;
}

.ddzone_image-preview .ddzone_image-view img {
  max-width: 100%;
}

.ddzone_image-preview .ddzone_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
}

/*ddzone styling close*/

.fontcust>p {
  font-size: 10px;
  line-height: normal;
  margin: 0;
}

.fontcust>h5 {
  font-size: 1rem;
  color: #888;
  margin: 0;
}

.hide-textover {
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--line-clamp);
  display: -webkit-inline-box !important;
  overflow: hidden;
}

select.invalid-field+span.select2 span.form-control {
  border: 1px solid red !important;
}

#search+ul.typeahead {
  max-height: 250px;
  overflow: auto;
}

#search+ul.typeahead::-webkit-scrollbar {
  width: 5px;
}

#search+ul.typeahead::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#search+ul.typeahead::-webkit-scrollbar-thumb {
  background: #888;
}

#search+ul.typeahead::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Analytic charts UI*/
.flexD{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.flexD>.flexItem{
  width: calc(33.33% - 20px);
  margin: 10px;
}

.flexD>.flexItem.wd50{
  width: calc(50% - 20px);
  margin: 10px;
}
.flexD>.flexItem.wd100{
  width: calc(100% - 20px);
  margin: 10px;
}

.flexD>.flexItem>.anaBox>.tt1{
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--secondary-color);
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

.flexD>.flexItem>.anaBox>.tt1>.tt2{
  margin-bottom: 0px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 4px;
  background: #8e8f93;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 3px;
}

.flexD>.flexItem>.anaBox{
  border: initial;
  background: #FBFBFB;
  border-radius: calc(0.15rem - 1px);
  box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
  padding: 5px 10px;
  height: 350px;
}

.flexD>.flexItem.wd50>.anaBox{
  height: auto;
}

.flexD>.flexD_2{
  width: 50%;
}

.flexD>.flexD_1{
  width: 100%;
}

.flexD>.flexD_13{
  width: 40%;
}

.flexD>.flexD_13.modi_1{
  width: 35%;
}

.flexD>.flexD_23{
  width: 60%;
}

.flexD>.flexD_23.modi_1{
  width: 65%;
}

.flexD>.flexD_72{
  width: 65%;
  position: relative;
}

.flexD.cc_brd{
  padding: 10px 5px;
  margin: 10px 0;
  border-radius: 5px;
  background: #EAEAEA;
}

.flexD>.flexD_32{
  width: 35%;
  position: relative;
}

.flexD_ct,.flexD_ct_2{
  /* background-color: #FFF; */
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
}

.flexD_2.mdm2>.flexD_ct{
  margin: 10px 0;
}

.flexD_ct_2{
  padding: 0 !important;
  margin: 10px 0;
}

.flexD_ct_2>.head_1{
  font-size: 1rem;
  background-color: var(--secondary-color);
  color: #FFF;
}

.content_1.ccred{
  color: #FF0000;
}

.flexD>.color_cc{
  height: 24px;
  width: 24px;
  background: var(--primary-color);
  border-radius: 3px;
}

.flexD>.text_cc{
  width: calc(70% - 25px);
  font-size: 0.8rem;
  padding: 0 5px;
  color: #6a6a6a;
}

.flexD>.count_cc{
  width: 30%;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
}

.group_cout_dv_2,.group_cout_dv_cnt{
  display: flex;
  justify-content: center;
  align-items: center;    
  margin: 5px 0;
}

.group_cout_dv_2>.group_cout_dv_cnt_itm_2,.group_cout_dv_cnt>.group_cout_dv_cnt_itm{
  background-color: #FFF;
  box-shadow: 0px 2px 9px 2px #e5e5e5, 0 1px 4px #e5e5e5;
}

.group_cout_dv_cnt>.group_cout_dv_cnt_itm{
  width: calc(33.33% - 10px);
  margin: 0 5px;
}

.group_cout_dv_2>.group_cout_dv_cnt_itm_2{
  width: calc(50% - 20px);
  margin: 0 10px;
}

.content_1,.head_1{
  margin-bottom: 0;
  text-align: center;
  padding: 5px;
  font-weight: 600;
}

.head_1{    
  font-size: 0.75rem;
  background: #EAEAEA;
  color: var(--secondary-color);
}

.content_1{
  font-size: 1.1rem;
  color: #000;
}

.grp_head{
  color: var(--secondary-color);
  margin: 10px 5px;
  font-weight: 600;
  font-size: 15px;
}

.bbt{
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}

.analyticChart.brd1{
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  padding: 10px 0;
}

.analyticChart.brd_top{
  border-top: 1px solid #EAEAEA;
}

.group_cc{
  padding: 10px 5px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
}

.label_inc{
  display: flex;
  width: 80%;
}

.dwm50{
  width: 100%;
}

.label_inc>.label_inc_itm{
  width: fit-content;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.7rem;
}

.label_inc>.label_inc_itm>.cc_pointer{
  width: 20px;
  height: 20px;   
  display: inline-block;
  margin-right: 5px;
}

.label_inc>.label_inc_itm>.cc_pointer.cc1{
  background-color: #FFBC75;
}

.label_inc>.label_inc_itm>.cc_pointer.cc2{
  background-color: #e7423a;
}

.label_inc>.label_inc_itm>.cc_pointer.cc3{
  background-color: #34A56F;
}

.color_code1>.color_cc{
  background-color: #FFD966;
}

.color_code1>.count_cc{
  color: #FFD966;
}

.color_code2>.color_cc{
  background-color: #FA4C5D;
}

.color_code2>.count_cc{
  color: #FA4C5D;
}

.color_code3>.color_cc{
  background-color: #F97B59;
}

.color_code3>.count_cc{
  color: #F97B59;
}

.color_code4>.color_cc{
  background-color: #A9D18E;
}

.color_code4>.count_cc{
  color: #A9D18E;
}

.color_code5>.color_cc{
  background-color: #548235;
}

.color_code5>.count_cc{
  color: #548235;
}

.tt3{
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1rem;
  margin-top: -20px;
}

.tt4{
  text-align: center;
  color: #f4b082;
  margin: 5px 0;
  font-weight: 600;
  font-size: 1.1rem;
}

.tt5{
  text-align: center;
  font-size: 1rem;
  width: 100%;
  font-weight: 600;
  color: #888;
  margin-top: 10px;
}

.tt6{
  font-size: 1.1rem;
  font-weight: 600;
  color: #888;
  margin-top: 10px;
}

.bxShadow{
  background-color: #FFF;
  box-shadow: 0px 2px 9px 2px #e5e5e5, 0 1px 4px #e5e5e5;
}

.cc4{
  color: #FF5050;
}

.cc5{
  color: #34A56F;
}

.cc6{
  color: #FFF380;
}

.font-bold{
  font-weight: 600;
}

.font-md{
  font-size: 0.9rem;
}

.imgIcon{
  max-width: 50px;
  max-height: 50px;
}

.text_red{
  color: red;
}

.text_green{
  color: green;
}

.expense_tbl{
  width: 100%;
}

.expense_tbl, .expense_tbl tbody, .expense_tbl thead,.expense_tbl td,.expense_tbl th{
  border: 1px solid #888;
  border-collapse: collapse;
}

.expense_tbl td,.expense_tbl th{
  padding: 3px 9px;
  text-align: center;
  font-size: 1rem;
}

.expense_tbl>thead{
  background-color: #EAEAEA;
}

.modi_2{
  margin: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #888;
}

.fullscreen_icon{
  position: absolute;
  border: 1px solid #000;
  height: 30px;
  width: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  right: 4px;
  top: 4px;
}

.fullscreen_icon>i{
  font-size: 1.2rem;
}
/*Analytics Chart UI end*/


/* Live Tracking Section*/
.liveDv_v2{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px;
}

.liveDv_v2>.liveDv_item_v2{
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.liveDv_v2>.liveDv_item_v2>.liveDv_btn_v2{
  display: block;
  width: fit-content;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  cursor: pointer;
  padding: 2px 10px;
  border-radius: 3px;
  transition: all 0.2s;
}

.liveDv_v2>.liveDv_item_v2>.liveDv_btn_v2:hover{
  color: #FFF;
  background-color: var(--primary-color);
}

.liveDv_v2>.liveDv_item_v2>.liveDv_txt_v2,.liveDv_v2>.liveDv_item_v2>.liveDv_txt1_v2{
  cursor: pointer;
  color: var(--secondary-color);
  font-size: 12px;
  text-align: center;
}

.liveDv_v2>.liveDv_item_v2>.liveDv_txt_v2:hover{
  text-decoration: underline;
}
/* Live Tracking Section Close*/