body {
  height: 100%;
  overscroll-behavior: none;
}

/* header .logo {
  background: var(--primary);
  height: 75px;
  width: 190px;
  position: absolute;
  top: 0;
  left: 0;
} */

header .logo {
  background: var(--primary);
  height: 75px;
  width: 190px;
  position: absolute;
  top: 0;
  left: 0;
  /* position: relative;
  width: 190px;
  height: 75px; */
}

/* Set the background image for the .defaultImg div */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.logo {
  position: relative;
  width: 190px; /* Adjust the width as needed */
  height: 75px; /* Adjust the height as needed */
}

.logo .logoss {
  position: relative;
  z-index: 1; /* Place .logoss on top of .defaultImg */
  height: 67px;
}

.logo .defaultImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  background-image: url("/static/img/showbackground.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; /* Shift the .defaultImg to the background */
  display: none; /* Initially hide the background image */

}

.header-main-wrapper {
  background-color: var(--primary);
  padding-top: 5px;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 99999;
  height: 75px;
}

.header-main-wrapper .top-row {
  padding-left: 190px;
}

.header_z-index {
  z-index: 110000 !important;
}

.header-desktop {
  position: absolute;
  left: 180px;
  box-shadow: 0px 0px 0px 0px #fff;
  height: 90px;
  background: var(--primary);
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  border-bottom: 53px;
  border-right: 10px;
}

.header-desktop .section__content {
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  outline: none;
}

.header-avatar {
  width: 55px;
  height: 55px;
  background-color: white;
  margin-right: 5px;
  margin-top: 5px
}

.header-avatar .image {
  width: 55px;
  height: 55px;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 27px;
  border: 3px solid var(--primary);
}

.header-image-content {
  width: 215px;
  margin-right: 0px;
  height: 60px;
  margin-top: 8px
}

.header-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-information {
  position: fixed !important;
  top: 75px !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 9999;
  height: 55px;
}

.has-blurred-bg .client-information {
  top: -90px !important;
  left: -130px !important;
}

.client-details #clients-dropdown {
  cursor: pointer !important;
}


.johnWave {
  background-color: #FFFFFF;
  position: absolute;
  top: 5px;
  left: -0.1%;
  width: 20%;
  height: 65px;
  display: flex;
  justify-content: center;
  border: none;
  outline: none;
  background-color: white;
  z-index: 0;
}

.johnWave:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 65px solid var(--primary);
  /* border-right: 12px solid white; */
  border-right: 30px solid white;
  outline: none;
  width: 0;
}

.johnWave:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 65px solid var(--primary);
  border-left: 30px solid white;
  outline: none;
  width: 0;
}

.account-item {
  cursor: pointer;
}

.clientTabFont {
  color: black;
  margin-bottom: 0px;
}

.dropdown-arrow-icon {
  height: 40px;
}

.noti-wrap {
  margin-left: 450px;
  border: 2px solid rgba(153, 153, 153, 0.15);
  border-radius: 10px;
  padding: 2px 5px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.noti__item {
  position: relative;
  margin-right: 35px;
  display: inline-block;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  margin: 0px 5px;
  border-radius: 50px;
}

.searchBarAnglesWrap {
  position: relative;
  height: 45px;
}

.searchBarTopLeftCut {
  position: absolute;
  top: -13px;
  left: -15px;
  width: 22px;
  height: 33px;
  background-color: var(--primary);
  border: none;
  outline: none;
  z-index: 1;
  transform: rotate(15deg);
}

.searchBarBottomLeftCut {
  position: absolute;
  top: 24px;
  left: -15px;
  width: 22px;
  height: 33px;
  background-color: var(--primary);
  border: none;
  outline: none;
  z-index: 1;
  transform: rotate(-15deg);
}

.searchBarTopRightCut {
  position: absolute;
  top: -10px;
  left: 279px;
  width: 22px;
  height: 38px;
  background-color: var(--primary);
  border: none;
  outline: none;
  z-index: 1;
  transform: rotate(-15deg);
  /* border: dashed 1px red     */
}


.searchBarBottomRightCut {
  position: absolute;
  top: 26px;
  left: 276px;
  width: 22px;
  height: 38px;
  background-color: var(--primary);
  outline: none;
  z-index: 1;
  transform: rotate(17deg);
  /* border: dashed 1px red         */
}

.searchBarAnglesWrap {
  position: relative;
  height: 45px;
}

.searchBarInner {
  height: 45px;
  border-radius: 0px;
}

.inSearchAnglesWrap {
  position: relative;
  height: 44px;
  width: 85px;
  right: 9px
}

.inSearchAngleTopRight {
  position: absolute;
  top: 0px;
  left: 83px;
  width: 5px;
  height: 25px;
  background-color: white;
  outline: none;
  z-index: 1;
  transform: rotate(-15deg);
  /* border: dashed 1px black  */
}

.inSearchAngleBottomRight {
  position: absolute;
  top: 21px;
  left: 83px;
  width: 5px;
  height: 22px;
  background-color: white;
  outline: none;
  z-index: 1;
  transform: rotate(15deg);
  /* border: dashed 1px black */
}

.bar {
  flex-grow: 10;
  z-index: 0;
}


.right-skew {
  content: "";
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  right: -15px;
  height: 100%;
  z-index: 1;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(11.31deg, 0deg);
  -webkit-transform: skew(11.31deg, 0deg);
  transform: skew(11.31deg, 0deg);
}
.has-left-skew .right-skew {
  left: -1px;
  right: auto;
  width: 5px;
  top: -1px;
  height: 25px;
}

.left-skew {
  content: "";
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  z-index: 1;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-11.31deg, 0deg);
  -webkit-transform: skew(-11.31deg, 0deg);
  transform: skew(-11.31deg, 0deg);
}

.left-skew.reversed {
  transform: skew(11.31deg, 0deg)
}

.search-form {
  width: 280px;
}

.search-form .left-skew {
  left: -7px;
  width: 7.2px;
}

.search-form .right-skew {
  width: 7px;
  right: 0;
  transform: skew(-11.31deg, 0deg);
}

.text-blue {
  color: RGBA(VAR(--PRIMARY), 1) !important;
}

.client-image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 8px;
  border: 1px solid #f1f1f1;
  z-index: 1;
}

.client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.client-image a {
  width: 65px;
  height: 65px;
}

.user-image {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  border: 2px solid var(--primary);
}

.client-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 20px;
  font-size: 14px;
}

.client-details {
  font-family: 'Inter', sans-serif;
  padding: 5px 0 5px 0;
  background-color: #fff;
  position: relative;
  display: flex;
  height: 75px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;
}

.client-details .ic {
  position: absolute;
  top: calc(50% + 5px);
  right: 0;
  color: var(--primary);
  z-index: 1;
  width: 17px;
  transform: translate(0, -50%)
}

.client-details::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 80px solid black;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  outline: none;
  width: 0;
  display: none;
}

.client-details::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 72px solid var(--primary);
  border-left: 12px solid white;
  outline: none;
  width: 0;
  display: none;
}

.accident-type img {
  width: 16px;
}

.client-name {
  color: #000;
}

.client-name a {
  font-size: 24px !important;
  line-height: 24px;
  font-weight: 600;
  margin-top: 0;
}

.client-phone {
  line-height: 16px;
  padding-top: 4px;
  text-align: center;
}

.stacked-icons ul li a img {
  width: 42px;
}

.stacked-icons ul {
  text-align: center;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  padding-left: 15px;
  top: 56%;
  transform: translateY(-50%);
}

.stacked-icons ul li a {
  padding: 0 !important;
}

.stacked-icons ul li a .single-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single-icon {
  text-align: center;
  margin-top: 1px;
}


.single-icon small {
  font-size: 11px;
  color: #fff;
  display: block;
  visibility: hidden;
  font-weight: 600;
  margin-top: -2px;
}

.single-icon:hover small {
  visibility: visible;
}

.search-form {
  margin-right: 20px;
  position: relative;
  margin-top: 15px;
  height: 35px;
}

.search-btn {
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 31px;
  height: 25px;
  /* transform: skewX(-7deg); */
  background-color: var(--primary);
  color: #fff;
  line-height: 10px;
}
.search-btn .right-skew {
  right: 0;
  width: 5px;
  background-color: #0a3761;
  transform: skew(-11.31deg, 0deg);
  z-index: 1;
}
.search-btn .left-skew {
  left: -5px;
  width: 5px;
  background-color: #0a3761;
  transform: skew(-11.31deg, 0deg);
  z-index: 1;
}

.search-btn .btn {
  background-color: transparent;
  color: #fff;
  border-radius: 0px;
  height: 25px;
  line-height: 10px;
  /* clip-path: polygon(4% 0%, 96% 0%, 100% 100%, 0% 100%); */
  /* transform: skewX(7deg); */
}

.search-form .form-control {
  height: 35px;
  border: 0px !important;
  border-radius: 0px;
  /* clip-path: polygon(1% 0%, 99% 0%, 100% 100%, 0% 100%); */
  /* transform: skewX(-7deg); */
}

/* .search-form::before{
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    left: -10px;
    top: 0px;
 }
 .search-form::after{
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: -10px;
  top: 0px;
 } */
/* .search-btn::after{
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 10px solid var(--primary);
  position: absolute;
  right: -10px;
  top: 0px;
  z-index: 1000;
 } */
.top-pane img {
  width: 45px !important;
}

.more-button img {
  width: 14px !important;
}

/* .search-btn::before{
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 10px solid var(--primary);
  position: absolute;
  left: -10px;
  top: 0px;
  z-index: 1000;
 } */
.bar .title {
  float: left;
  padding: 0 12px;
}

.bar .wrap>ul>li {
  display: block;
  float: left;
  padding-left: 0;
}

.bar .wrap>ul>li.hidden {
  display: none;
}

.bar .wrap a {
  display: block;
  padding-top: 4px;
  margin-right: -38px;
  min-width: 100px;
}

.bar .wrap ul ul {
  display: none;
  position: absolute;
  list-style-type: none;
  top: 59px;
  right: -12px !important;
  margin-right: 0px;
  z-index: 100;
  bottom: 0;
  width: 95px;
  text-align: center;
  left: auto;
  height: 840px;
  overflow: scroll;
  background: var(--primary);
  overflow: visible;
  padding-left: 0px !important;
  padding-right: 0;
  padding-top: 15px;
  margin: 0;
  transform: none;
}

.bar .wrap ul ul a {
  white-space: nowrap;
}

.bar .wrap ul li:hover ul {
  display: block;
}

.more-2 {
  display: block;
  position: relative;
}

.more-2 a {
  color: #fff;
  min-width: 70px !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.more-2 a:hover .ic {
  transform: rotate(180deg);
}
.dropdown-content2 {
  top: 0 !important;
  background: none !important;
}

.checklist-dropdown:after {
  display: none;
}


.pink-checklist-multi-dropdowns {
  top: 10px !important;
  right: 35px !important;
  width: 273px !important;
  position: absolute;
  background-color: #F5E8E9 !important;
  bottom: 0;
}

.pink-checklist-multi-dropdowns .form-check {
  background-color: #F5E8E9 !important;
  padding-left: 35px;

}

.double-arrow-down {
  width: 16px;
  filter: brightness(0) invert(1);
  margin-left: 10px;
}

.circle-wrap {
  width: 37px;
  height: 37px;
  background: #e6e2e7;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 37px;
  height: 37px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 37px, 37px, 37px);
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 37px, 37px, 0px);
  background-color: #9e00b1;
}

.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(126deg);
}

@keyframes fill {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(126deg);
  }
}

.circle-wrap .inside-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  line-height: 33px;
  text-align: center;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 13px;
  margin-left: -5px;
}

.dropbtn {
  color: #000;
  padding: 5px 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 160px;
  text-align: left;
  padding-left: 10px;
}

.dropdown.show .dropdown-toggle .ic-arrow {
  transform: rotate(180deg);
}

#myDropdown {
  z-index: 10000;
}

.inbox-icon small {
  font-size: 11px;
  color: #fff;
  display: block;
  visibility: hidden;
  font-weight: 600;
}

.inbox-icon:hover small {
  visibility: visible;
}

.checklist-pink .double-arrow-down,
.checklist-pink .green-check {
  filter: brightness(0) invert(0) !important;
}

#myDropdown86,
#myDropdown87 {
  top: 54px !important;
  position: absolute;
}

.pink-checklist-multi-dropdowns {
  right: 16px !important;
  width: 283px !important;
}

.top-pane {
  position: absolute;
  right: 350px;
  top: -53px !important;
}

.client-page .page-container {
  background: #fff;
}

.client-details-inner {
  display: flex;
  /* width: calc(100% - 148px); */
}

.client-details-inner .tabs-diagonal-reversed {
  margin-top: -5px;
  background: transparent;
}

.client-details-inner .nav-tabs.tabs-diagonal-reversed .nav-link {
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 !important;
}
.client-details-inner .all-stages {
  height: 25px;
  overflow: hidden;
  padding-left: 5px;
}
.client-details-inner .all-stages a {
  float: left;
}
/*
@media screen and (max-width: 1660px) {
  .client-details-inner .all-stages .past-case:nth-of-type(1n+3) {
    display: none;
  }
}

@media screen and (max-width: 1366px) {
  .client-details-inner .all-stages .past-case:nth-of-type(1n+2) {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .client-details-inner .all-stages .past-case:nth-of-type(1n+1) {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .client-details-inner .all-stages .future-case:nth-of-type(1n+1) {
    display: none;
  }
} */
@media screen and (max-width: 992px) {
  .client-details-inner .all-stages {
    display: none;
  }
}



.client-details-wrap {
  padding: 5px;
  height: 100%;
}

.client-details-first-col {
flex-grow: 0;
    flex-shrink: 0;
}

.client-details-first-col .check-detail-items {
  padding-left: 74px;
  display: inline-block;
}

.client-details-wrap .text-label {
  color: #b1b1b1 !important;
  text-transform: capitalize;
  margin-right: 5px;
  /* flex: 0 0 59px; */
  font-size: 14px;
}

.client-details-wrap p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.client-details-wrap a {
  color: #000;
  font-size: 14px;
}

.client-details-wrap .status-column p {
  -webkit-line-clamp: 1;
}

.client-details-wrap .flagged-icon-wrap {
  position: static !important;
}

.client-details-wrap .email {
  color: var(--primary) !important;
}

.client-details-wrap small {
  font-size: 14px !important;
  color: #000 !important;
  line-height: 14px !important;

}

.client-details-wrap small i {
  color: #999;
  font-style: normal;
  font-weight: 600;
}

.client-details-wrap small h3 {
  line-height: 1;
}

.last-row-details small i {
  float: left;
  overflow: hidden;
  text-align: right;
  width: 80px;
}

.clienthead {
  padding: 0 !important;
}

.to-do-flag-wrapper {
  display: flex;
  align-items: center;
  padding: 0 5px 5px 5px;
}

.to-do-flag-wrapper small {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.to-do-flag-wrapper .text-label {
  flex: auto;
  margin: 0;
}

/* Top panel CSS */
.top-panel-wrapper {
  margin: 165px 5px 0 5px;
  position: relative;
}

.photos-page-wrap .top-panel-wrapper {
  margin-top: 205px;
}

.panel-page-title {
  display: inline-block;
  height: 22px;
  line-height: 15px;
}

.panel-page-title p {
  padding: 5px;
  border-radius: 8px;
  background-color: var(--primary);
  color: #fff;
  display: inline-block;
  height: 22px;
  font-size: 11px;
  line-height: 13px;
}

.add-button {
  position: absolute !important;
  left: 58% !important;
  right: auto !important;
  top: 5px !important;
  bottom: 7px !important;
  transform: translateX(-60%) !important;
  height: 18px;
  font-size: 11px;
  line-height: 13px;
}

.add-button .btn {
  padding: 5px !important;
  border-radius: 3px !important;
  height: 18px;
  font-size: 11px;
  line-height: 8px;
}

/* .add-button::before {
    border-top: 14px solid transparent !important;
    border-bottom: 15px solid transparent !important;
    border-right: 9px solid RGBA(VAR(--PRIMARY), 1) !important;
    left: -9px !important;
    top: 0px !important;
  }
  .add-button::after {
    border-top: 14px solid transparent !important;
    border-bottom: 14px solid transparent !important;
    border-left: 10px solid RGBA(VAR(--PRIMARY), 1) !important;
    right: -10px !important;
    top: 0px !important;
  } */
.add-button-second {
  left: 65.55% !important;
  transform: translateX(-68%) !important;
}

.add-button-third {
  left: 73.55% !important;
  transform: translateX(-75%) !important;
}


.previous-clients-wrapper,
.previous-client {
  position: absolute;
  top: 80px;
  background-color: #fff;
  display: none;
  min-width: 300px;
}

.pl-custom {
  padding-left: 0.9rem !important;
}

.previous-client .client-details {
  display: block;
  /* min-width: 370px; */
  height: auto;
  padding: 5px 15px;
  margin: 0 !important;
}

.previous-client .client-details:nth-of-type(odd) {
  background: #f1f1f1;
}

.previous-client .client-details:nth-of-type(even) {
  background: #fff;
}

.previous-client .client-details .fa-chevron-down {
  display: none;
}

.previous-clients-wrapper {
  display: none;
}

/* pink old checklist CSS */
.checklistAngle {
  display: none !important;
}

/* pink old checklist CSS */

.checklist-pink .dropbtn:hover {
  background: transparent;
}

/* Generic popus css */

.generic-popup .text-secondary {
  color: #666 !important;
}

.client-details-wrap .first-col {
  width: 285px;
  min-width: 285px;
}

.client-details-wrap .second-col {
  width: 165px;
  min-width: 165px;
}

.client-details-wrap .third-col {
  width: 450px;
  min-width: 450px;
}

.client-details-wrap .fourth-col {
  width: 350px;
  min-width: 350px;
}

.client-details-wrap .fifth-col {
  width: 70px;
  min-width: 70px;
}

/* White client secion custom width columns */
@media only screen and (max-width: 2530px) and (min-width: 768px) {}













/**
 * Inspiration for this project found at:
 * https://markus.oberlehner.net/blog/pure-css-animated-svg-circle-chart
 * 1. The `reverse` animation direction plays the animation backwards
 *    which makes it start at the stroke offset 100 which means displaying
 *    no stroke at all and animating it to the value defined in the SVG
 *    via the inline `stroke-dashoffset` attribute.
 * 2. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround.
 */


.checklist-section.header-checklist-section {
  position: relative !important;
  width: 207px !important;
  min-width: 207px;
  background: var(--primary) !important;
  padding-right: 5px;
}

.checklist-section.header-checklist-section .dropdown-content {
  width: calc(100% + 5px);
  right: -20px;
}

.checklist-section.header-checklist-section::after {
  border-top-color: var(--primary) !important;
}

.checklist-section.header-checklist-section>.text-white {
  width: 68px;
  text-align: center;
}

.checklist-section.header-checklist-section>.dropdown {
  width: 175px;
  text-align: center;
  padding-right: 10px;
}

.header-checklist-dropdown {
  display: block;
  height: initial;
  padding: 0;
  background-color: white;
}

.header-checklist-dropdown .checklist-row {
  width: 100%;
}

.header-checklist-dropdown .checklist-row-header {
  display: flex;
  align-items: center;
  height: 35px;
  background-color: var(--primary-30);
}

.header-checklist-dropdown .header-icon {
  width: 25px;
  margin: 0 5px;
}

.header-checklist-dropdown .row-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-checklist-dropdown .checklist-row-content {
  display: flex;
  height: 50px;
  background-color: var(--primary-10);
  padding-left: 7px;
}

.header-checklist-dropdown .checklist-row-content .text-darker {
  width: 80px;
  text-align: center;
  align-self: center;
}

.header-checklist-dropdown .checklist-row-content .dropbtn {
  text-align: center;
  padding-left: 0;
}

.header-checklist-dropdown .checklist-row-content .double-arrow-down {
  filter: initial;
}

.checklist-row-dropdown {
  display: none;
  width: 100%;
  background-color: #fff8f9;
  padding: 14px 40px 0;
}

#myInputautocomplete-list {
  position: absolute;
  z-index: 1;
  backface-visibility: hidden;
  background: var(--primary);
  height: 295px;
  overflow-y: scroll;

}

.autocomplete-subitems {
  cursor: pointer;
  margin-bottom: 5px;
  padding-right: 18px;
  padding-left: 18px;
  padding-top: 7px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 7px;
}

.pointer-cursor {
  cursor: pointer !important;
}

.letter_template_dropdown {

  position: absolute;
  z-index: 1;
  width: 100%;
}

.letter-template-bckgrnd {
  font-size: 16px;
  border: none;
  background-color: #f1f1f1 !important;
}

.collapsible-ul {
  border-top: transparent !important;
  height: fit-content !important;

}

.dropzone {
  border: 0px !important;
}

.dz-clickable * {
  cursor: pointer !important;

}

.dz-started {
  width: 80px !important;
}

.dz-preview {
  margin-left: -20px !important;
}

.dz-file-preview {
  margin-left: -20px !important;
}

.dz-processing {
  margin-left: -20px !important;
}

.dz-success {
  margin-left: -20px !important;
}

.dz-complete {
  margin-left: -20px !important;
}

.rotate_180deg {
  transform: translate(0, -50%) rotate(180deg) !important;
}
.inbox-icon-wrap {
  position: relative;
  height: 60px;
  margin: 11px 25px auto auto;
}
.inbox-icon-wrap .inbox-icon.inbox-icon-2 {
  margin-right: 15px;
}
.inbox-icon-wrap .dropzone {
  background-color: transparent;
  border: 0;
  height: 30px !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
}