a {
  text-decoration: none;
  outline: none;
}

input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important;
}

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  overflow-x: hidden;
}

body.home {
  background-color: #f8f8f8;
}

button:focus {
  box-shadow: none;
  outline: none;
}

table th,
table td {
  padding: 7px 15px !important;
}

.w-20{
  width: 20px;
}

button.btn.btn-primary {
  background-color: #1b6dba;
  border-radius: 10px;
  padding: 9px 45px;
  font-weight: 600;
  font-size: 17px;
}
button.btn.btn-secondary {
  border-radius: 40px;
  padding: 9px 30px;
  background-color: #fff;
  border: 1px solid #1b6dba;
  color: #1b6dba;
  font-weight: 700;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
}

a.navbar-brand>img {
  width: 190px;
  margin: -7px 0;
}

ul.navbar-nav>li>a {
  font-weight: 600;
  margin: 0 0px;
  padding: 10px 24px !important;
  border-radius: 14px;
}

ul.navbar-nav>li>a.nav-link.active {
  background-color: #eeeeee;
  color: #000;
}

div#navbarSupportedContent {
  margin-left: 30px;
}

header nav {
  box-shadow: 0px 0px 0px #000;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 12px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #1b6db5;
}

header>.container-fluid>nav.navbar.navbar-expand-lg {
  padding: 0 0 3px 0 !important;
}

.appname>p {
  font-weight: 500;
  font-size: 13px;
  text-align: right;
  border-right: 0;
  padding-right: 16px;
  text-transform: capitalize;
  max-width: 131px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 6px;
}

.appname a.btn.btn-secondary.dropdown-toggle {
  height: 46px;
  margin: -5px -1px -5px 0;
  vertical-align: middle;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: #1b6dba;
}

.appname a.btn.btn-secondary.dropdown-toggle::after {
  margin-top: 16px;
  font-size: 15px;
}

.appname a.btn.btn-secondary.dropdown-toggle ul.dropdown-menu.show {
  right: 0;
  left: auto;
  top: 41px;
  border: 1px solid #1b6dba;
}

form.d-flex.mainsearchbar {
  position: relative;
  width: 30%;
  margin-top: 12px;
}

form.mainsearchbar button {
  border: 0;
  background-color: #0d6fc7;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  position: absolute;
  right: 0;
  padding: 0;
  line-height: 0;
}

form.mainsearchbar button>img {
  filter: invert(1);
  width: 17px;
}

form.d-flex.mainsearchbar>input {
  border-radius: 0;
  padding-right: 19px;
  font-size: 15px;
  height: 40px;
  border: 0;
  margin-left: 0 !important;
  padding-left: 51px;
}

form.mainsearchbar.d-flex>img {
  width: 23px;
  position: absolute;
  left: 18px;
  top: 9px;
  opacity: 0.7;
}

form.d-flex.mainsearchbar>input::placeholder {
  font-size: 13px;
  font-weight: 500;
}

#navbarSupportedContent>ul>li {
  margin-right: 10px;
}

.rightcontainer.d-flex {
  align-items: center;
}

.notification>a {
  margin: 0px 4px 0px 19px;
  padding: 0 10px;
}

.notification>a>img {
  width: 30px;
}

.userprofile .dropdown>button {
  background: transparent !important;
  border: 0;
  display: flex;
}

.userprofile ul.dropdown-menu.show {
  right: 20px;
  left: auto;
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid #0d6fc752;
}

.userprofile ul.dropdown-menu.show>li>a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  padding: 9px 20px;
}

.userprofile ul.dropdown-menu.show>li:last-child>a {
  border: 0;
}

.userprofile ul.dropdown-menu.show {
  padding: 4px 0;
  overflow: hidden;
}

.userprofile ul.dropdown-menu.show>li>a {
  color: #0d6fc7;
  font-weight: 500;
  font-size: 12px;
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  padding: 3px 20px;
}

.userprofile ul.dropdown-menu.show>li>a:active {
  color: white;
}

.userprofile ul.dropdown-menu.show>li:last-child {
  border: 0;
}

.userprofile ul.dropdown-menu.show>li {
  border-bottom: 1px solid #0d6fc73b;
}

.userprofile ul.dropdown-menu.show>li>a:hover {
  color: #0d6fc7;
}

.userprofile .dropdown>button>img {
  width: 54px;
}

.userprofile span.username>i {
  color: #000;
}

span.username {
  color: #000;
  font-weight: 700;
  display: grid;
  text-align: left;
  margin-left: 10px;
  margin-top: 10px;
}
.calenderdrop-main button {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  padding: 0 !important;
}

.calenderdrop-main .namegrid > i {
  right: 0;
  margin-left: 8px;
  top: -2px;
}
.profilegrid {
  font-size: 12px;
}

.namegrid {
  font-size: 15px;
}

.namegrid > i {
  font-size: 14px;
  position: relative;
  top: -2px;
  right: -6px;
}

body.home main {
  min-height: calc(100vh - 148px);
}

main {
  min-height: calc(100vh - 148px);
}

.EnvelopeUsage-main .innertitle h4 {
  font-weight: 500;
  font-size: 19px;
}

.EnvelopeUsage-main {
  padding: 10px 11px 18px 11px;
}

.EnvelopeUsage-main .innertitle {
  padding-left: 10px;
  padding-right: 10px;
}

.sectionui.EnvelopeUsage-main {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 56px;
}

.envelopeUsage-content table td {
  font-weight: 500;
  font-size: 15px;
}

.countergrid {
  border: 1px solid #d9d9d9;
  padding: 5px 16px;
  border-radius: 14px;
  box-shadow: 0 15px 24px #1e78c70d;
  border-bottom: 2px solid #1e78c7;
  margin-top: 8px;
}

.sectiontitle>h3 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.countercontent>h2 {
  font-weight: bold;
  font-size: 31px;
  margin-top: -12px;
  color: #1b6db5;
  margin-bottom: 3px;
}

.countercontent>p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
}

.countergrid>.d-flex {
  justify-content: space-between;
}

.countericons {
  display: inline-flex;
}

.countericons>img {
  width: 35px;
}

.innertitle>h4 {
  font-size: 19px;
  font-weight: 500;
}

.sectionui {
  border: 1px solid #ececec;
  padding: 10px 30px;
  border-radius: 14px;
  box-shadow: 0 15px 24px #1e78c70d;
  border-bottom: 1px solid #1e78c7;
  margin-top: 8px;
}

.innertitle>h4 {
  font-weight: 500;
  font-size: 19px;
}

.innertitle {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 6px;
  margin-bottom: 9px;
}

footer p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  border-top: 1px solid #ccc;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 500;
}

.actionbuttons>ul {
  padding-left: 0;
  display: flex;
  list-style: none;
  margin-bottom: 7px;
}

.actionbuttons>ul>li>a {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #1b6db5;
  margin-right: 8px;
  border-radius: 40px;
  box-shadow: 0px 7px 5px rgb(27 109 181 / 26%);
}

.actionbuttons>ul>li>a>img {
  filter: invert(1);
  width: 26px;
  margin: 0 auto;
}

.table-wrapper table {
  font-size: 17px;
  font-weight: 500;
}

.table-wrapper table tr th {
  font-weight: 700;
  border: 0;
  padding: 14px 15px !important;
}

.actionbuttons>select option {
  font-weight: 700;
}

.actionbuttons>select {
  border: 1px solid #1b6db5;
  height: 42px;
  font-weight: 800;
  color: #1b6db5;
  cursor: pointer;
}

.table-wrapper table td>p>a {
  color: #000;
}

form.d-flex.tablesearchmain {
  margin: 10px 0;
  width: 100%;
}

form.tablesearchmain>input {
  width: 100%;
  border: 1px solid #1b6db52b !important;
  border-radius: 12px !important;
  padding: 0px 53px !important;
  height: 45px !important;
}

form.mainsearchbar.d-flex.tablesearchmain>img {
  top: 11px;
  opacity: 0.7;
}

.statuslabel {
  display: inline-grid;
  padding: 5px 22px;
  color: #fff;
  font-size: 14px;
  border-radius: 43px;
  margin-top: 0px;
  min-width: max-content;
  width: fit-content;
}

.managemainwrapper .table-wrapper td.font15 {
  text-align: left;
}

.sentlabel {
  background-color: rgb(255 255 255);
  border: 1.5px solid rgb(179, 99, 34);
  color: rgb(179, 99, 34);
  font-weight: 700;
}

.inactivelabel {
  background-color: rgb(255 255 255);
  border: 1.5px solid rgb(143, 25, 25);
  color: rgb(143, 25, 25);
  font-weight: 700;
}

.completedlabel {
  background-color: rgb(255 255 255);
  border: 1.5px solid rgb(2 146 91);
  color: rgb(2 146 91);
  font-weight: 700;
}

.onholdlabel {
  background-color: rgb(255 255 255);
  border: 1.5px solid #00104d;
  color: #00104d;
  font-weight: 700;
}

.currentlabel {
  background-color: rgb(255 255 255);
  border: 1.5px solid rgb(27 109 181);
  color: rgb(27 109 181);
  font-weight: 700;
}

img.tablefilter {
  width: 16px;
  float: right;
  margin-top: 5px;
}

.form-check-input:checked[type="checkbox"] {
  background-color: #1b6db5;
  box-shadow: 3px 7px 10px rgb(27 109 181 / 13%) !important;
}

.form-check>input {
  background-color: #ffffff;
  box-shadow: 3px 7px 10px rgb(27 109 181 / 13%);
  border: 1px solid #A8A8A8;
  cursor: pointer;
}

.form-check-input {
  width: 1.1em;
  height: 1.1em;
}

.table-wrapper table td>p.name {
  font-size: 14px;
}

.filterpanel .filterlist ul>li.stepfilter>.form-check {
  padding-left: 10px;
  cursor: pointer;
  padding-top: 3px;
  padding-bottom: 3px;
}

.filterpanel .filterlist ul {
  padding-left: 0;
  list-style: none;
}

.filterpanel .filterlist ul>li.active {
  background-color: rgb(27 109 186);
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  color: #fff;
}

.col-lg-12.filterlist {
  padding: 0;
}

.filterpanel .filterlist ul>li {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
}

.filterpanel .filterlist ul>li input {
  margin-right: 10px;
}

.filterpanel .filterlist ul>li span {
  margin-top: 1px;
  display: inline-flex;
  text-transform: capitalize;
  position: relative;
}

.filterpanel-body {
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-left: 39px;
  height: 85vh;
  position: sticky;
  top: 70px;
}

.filterpanel-body .sectiontitle.mb-3>h3 {
  font-size: 20px;
}

.filterpanel-body hr {
  border-color: #676767;
  margin: 10px 0;
}

.stepfilter {
  border: 1px solid #ccc;
  padding: 0px 14px 15px 14px !important;
  margin-top: 11px;
  margin-bottom: 11px !important;
  margin-right: 10px;
}

.stepfilter h4.filterinnerheading {
  font-size: 18px;
  font-weight: 700;
  margin-top: -10px;
  background-color: #f3f3f3;
  display: table;
  padding: 0 9px 0 0px;
  margin-bottom: 14px;
}

li.stepfilter>.form-check:last-child {
  margin-bottom: 0;
}

li.stepfilter>.form-check {
  margin-bottom: 11px;
}

.datearea {
  font-size: 13px;
  font-weight: 700;
  margin-top: 22px;
  margin-bottom: 5px;
  text-align: center;
}

.datearea>img {
  width: 16px;
  margin-right: 5px;
  margin-top: -3px;
}

.table-wrapper table td>p {
  margin-bottom: 0;
}

.table-wrapper td {
  font-weight: 400;
  border: 0;
  vertical-align: middle;
}

.envelopinfo>h5 {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.envelopinfo {
  text-transform: capitalize;
  padding: 6px 12px 22px 0px;
  position: relative;
}

.envelopinfo:before {
  content: "";
  display: block;
  height: 132%;
  width: 0.5px;
  background-color: #ccc;
  position: absolute;
  right: -10px;
  top: 0;
}

.envelopinfo-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-right: 50px;
}

.envelopinfo-inner>p>strong {
  margin-right: 7px;
  display: block;
}

.envelopinfo-inner>p {
  margin-bottom: 0;
}

.midsec-info {
  text-transform: capitalize;
  border: 0;
  padding: 0px 0px 13px;
  margin: 0px 0 10px 10px;
}

.docstatus>h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}

span.docstatuslable {
  background-color: rgb(255 255 255);
  border: 1.5px solid #958f00;
  color: #958f00;
  font-weight: 700;
  padding: 10px 12px;
  margin-left: 8px;
  border-radius: 70px;
  font-size: 15px;
  text-transform: capitalize;
  display: block;
  position: relative;
  left: -7px;
  border: 0;
  padding: 0;
  background: transparent;
}

.midsec-info ul.d-flex.pl-0.mb-0 {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}

.midsec-info ul.d-flex.pl-0.mb-0>li {
  margin-right: 19px;
  border: 1px solid #1b6db5;
  padding: 10px 20px;
  color: #1b6db5;
  font-weight: 800;
}

.featurebuttons ul {
  list-style: none;
  padding-left: 0;
}

.featurebuttons ul>li {
  width: 40px;
  margin-left: 13px;
  background-color: #1b6db5;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  border-radius: 0px;
}

.featurebuttons ul>li img {
  filter: invert(1);
  width: 22px;
  margin: 0 auto;
}

.buttongroup>.btn-download {
  display: flex;
  font-weight: 600;
  background-color: #1b6db5;
  padding: 5px 22px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 0;
  margin: 16px 3px;
}
.btnsummary {
  background-color: #fff !important;
  border: 1px solid #2170b1 !important;
  color: #2170b1 !important;
  font-weight: 800 !important;
}
button.btn.btnreview {
  background-color: #fff;
  border: 1px solid #169792;
  margin-left: 7px;
  border-radius: 30px;
  color: #169792;
  font-weight: 800;
  width: 110px;
  height: 39px;
}
.docstatus {
  display: flex;
  align-items: baseline;
}
.buttongroup>.btn-download>img {
  width: 17px;
  filter: invert(1);
  margin-left: 8px;
}

/* .buttongroup>.btn-download:focus {
  background-color: #0d5594;
  color: #fff;
} */

p.numberofsign>strong {
  width: 33px;
  height: 33px;
  display: inline-block;
  text-align: center;
  color: #1b6db5;
  margin-left: -4px;
  font-size: 18px;
  vertical-align: revert;
  position: relative;
  top: 2px;
}

p.numberofsign {
  font-size: 15px;
  font-weight: 600;
  margin-top: 9px;
  margin-bottom: 0;
}

.midsec-info p.numberofsign {
  font-size: 15px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0;
  border-top: 1px solid #d3d3d3;
  padding-top: 10px;
}

h6.signingo span.locationfeature {
  width: 25px;
  margin-left: 5px;
}

h6.signingo span.locationfeature>a>img {
  filter: brightness(0.5);
}

span.locationfeature {
  width: 40px;
  display: inline-flex;
  margin-left: 15px;
}

.envelopedetail-wrapper>.row:nth-child(2) {
  border-bottom: 1px solid #ccc;
}

.table-wrapper thead {
  border-bottom: 1px solid #979797;
  border-top: 1px solid #fff;
}

.appname {
  border: 1px solid #2196f3;
  text-align: center;
  padding: 5px 1px 5px 12px;
  border-radius: 7px;
  display: flex;
}

span.dropbox {
  padding: 0 10px;
  margin-top: 3px;
}

.filterpanel .filterlist ul.pl-0>li:hover {
  background-color: rgb(150 169 187);
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  color: #fff;
}

.filterpanel .filterlist ul.pl-0>li:hover a {
  color: #fff;
  font-weight: 500;
}

.col-lg-12.filterlist>ul>li.stepfilter {
  background: transparent !important;
  color: #000 !important;
}

.filterpanel .filterlist ul.pl-0>li .form-check:hover {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

.col-lg-12.filterlist>ul>li.stepfilter {
  background: transparent !important;
  color: #000 !important;
  padding-right: 0 !important;
}

.waitingother {
  background-color: rgb(255 255 255);
  border: 1.5px solid #958f00;
  color: #958f00;
  font-weight: 700;
}

.expsoon {
  background-color: rgb(255 255 255);
  border: 1.5px solid #c70000;
  color: #c70000;
  font-weight: 700;
}

.appname a.btn.btn-secondary.dropdown-toggle ul.dropdown-menu.show>li:last-child>a {
  border: 0;
}

.appname a.btn.btn-secondary.dropdown-toggle ul.dropdown-menu.show a {
  border-bottom: 1px solid #ccc;
  width: 92%;
  margin: 0 auto;
  padding-left: 6px;
  font-size: 12px;
}

.font15 {
  font-size: 15px;
  text-align: center;
}
td.subjecttd.p-relative {
  /* width: 850px; */
}
td.subjecttd>p:nth-child(1)>a {
  max-height: 87px;
  margin-bottom: 0;
  display: block;
}
td.subjecttd>p:nth-child(1)>a:first-letter {
  text-transform: capitalize;
}
td.subjecttd>p:nth-child(1)>span {
  display: block;
  font-size: 14px;
}

.envelopeUsage-content table {
  width: 100%;
}

#chart1 {
  display: flex;
  justify-content: center;
}

h6.signingo p {
  font-size: 15px;
}

.envelopeUsage-legend {
  display: flex;
  justify-content: space-evenly;
  font-size: 13px;
  font-weight: 600;
}

.envelopeUsage-legend>.infogrids>span {
  width: 10px;
  height: 10px;
  display: inline-flex;
  margin-right: 4px;
  border-radius: 50%;
}

.envelopeUsage-legend>.infogrids>.colorgrid-1 {
  background-color: #249efa;
}

.envelopeUsage-legend>.infogrids>.colorgrid-2 {
  background-color: #24e5a4;
}

.envelopeUsage-legend>.infogrids>.colorgrid-3 {
  background-color: #fcba39;
}

.tabwrapper .wrapper {
  text-align: center;
}

.tabwrapper .tabs ul {
  font-size: 15px;
  padding: 7px 0px;
  list-style: none;
  background: #f3f3f3;
  display: flex;
  border-radius: 9px;
  position: relative;
  width: 100%;
  max-width: 100%;
  justify-content: space-around;
  margin: 2px auto 10px auto;
}

.tabwrapper .tabs a {
  text-decoration: none;
  color: #2d2d2d;
  text-transform: capitalize;
  padding: 10px 50px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition-duration: 0.6s;
  font-weight: 500;
}

.tabwrapper .tabs a.active {
  color: #1b6dba;
  font-weight: 600;
}

.tabwrapper .tabs a i {
  margin-right: 5px;
}

.tabwrapper .tabs .selector {
  height: 85%;
  display: inline-block;
  position: absolute;
  left: 10%;
  top: 4px;
  z-index: 1;
  border-radius: 10px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #ffffff;
}

.tabwrapper {
  margin-top: 17px;
}

.tabscontentarea-wrapper {
  margin-top: 0px;
}

.actiondelete-button>a>img {
  width: 20px;
}

.createbutton {
  text-align: center;
  border: 2px dashed #ffc43d;
  display: block;
  width: 50%;
  margin: 21px auto 0 auto;
  padding: 20px 0;
}

.createbutton>h4 {
  font-weight: 700;
  text-transform: uppercase;
}

.createbutton > .btn.btn-create {
  background-color: #1b6dba;
  color: #fff;
  border-radius: 22px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 500;
  margin: 9px 0 0px 0;
}

.filterpanel .filterlist ul>li.active span>a {
  color: #fff;
}

.filterpanel .filterlist ul>li span>a {
  color: #000;
}

.settingsidebar li {
  margin-bottom: 8px !important;
}

.btn.btn-create {
  background-color: #1b6dba;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0px;
  border-radius: 6px;
  margin-top: 10px;
  width: 200px;
}

button.btn.btn-create i.fa-solid.fa-plus {
  margin-right: 3px;
  font-size: 17px;
  position: relative;
  top: 1px;
}

.settingmaincontainer {
  width: 100%;
  margin-left: 20px;
  margin-top: 12px;
  max-width: calc(83% - 100px);
  padding-right: 50px;
}

.settingmaincontainer .sectiontitle>h3 {
  font-size: 19px;
}

.settingrightrow {
  background: #f7f7f7;
  height: 89.5vh;
  width: 100px;
}

.setting-rightsidbar ul {
  padding-left: 0;
  list-style: none;
}

.bottomticky ul li img {
  width: 21px;
  filter: invert(1);
  margin-top: 0;
}

.bottomticky ul li>div>a {
  text-align: center;
  background-color: #1b6dba;
  width: 38px;
  height: 38px;
  border-radius: 26%;
  display: flex;
  margin-top: 9px !important;
  justify-content: center;
  margin-right: 0;
  margin-left: auto;
}

.bottomticky {
  position: absolute;
  right: 0;
  bottom: 0;
}

.col-lg-2.col-sm-12.settingrightrow {
  position: relative;
  width: 68px;
}

.sidebartoggle .settingmaincontainer {
  width: calc(72% - 100px);
}

.sidebartoggle .col-lg-2.col-sm-12.settingrightrow {
  width: 16%;
}

.searchbaricon img {
  width: 21px;
}

.searchbaricon {
  display: flex;
  justify-content: end;
  margin-top: 10px;
  margin-right: 18px;
}

.searchbaricon>a {
  background-color: #fff;
  width: 41px;
  height: 40px;
  text-align: center;
  border-radius: 7px;
  border: 1px solid #1b6dba;
  margin-top: 1px;
}

.searchbaricon>a>img {
  margin-top: 9px;
}

.actiondelete-button>a {
  margin: 0 6px;
}

.actiondelete-button {
  width: 70px;
}

.innerlisting-wrapper>ul>li {
  font-size: 13px;
  font-weight: 600;
  margin: 15px 4px 0 4px;
}

.innerlisting-wrapper>ul>li {
  padding-bottom: 3px;
}

.innerlisting-wrapper>ul>li:last-child {
  border: 0;
}

.innerlisting-wrapper>ul>li>a {
  color: #1b6dba;
}

body.sidebartoggle .togglediable {
  display: block;
  transition: 0.5s;
}

.togglediable {
  display: none;
}

#feedbackpop button.btn-close {
  background-color: #1b6dba;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 80px;
  position: absolute;
  right: -1px;
  top: -2px;
  border: 2px solid #fff;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
}

h1#feedbackpopLabel {
  font-weight: 700;
}

#feedbackpop label {
  font-weight: 500;
}

button.btn.btn-secondary.dropdown-toggle:after {
  opacity: 0;
}

.needtosign .locationfeature>a>img {
  opacity: 0.4;
  cursor: not-allowed;
}

.numberofsign button.btn.btn-download {
  background-color: #1b6db5;
  border-radius: 30px;
  width: 34px;
  height: 34px;
  padding: 0;
  margin-top: -4px;
}

.numberofsign button.btn.btn-download>img {
  width: 14px;
  filter: invert(1);
  margin-top: -6px;
}

/*Search*/
.search-form {
  right: 200px;
  top: 200px;
}

.search-field {
  background-color: transparent;
  background-image: url("../images/search-icon.png");
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: none;
  height: 44px;
  margin: 0;
  padding: 0 7px 0 38px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0px;
  cursor: pointer;
  border: 1px solid #1b6dba;
  border-radius: 5px;
}

.search-field:focus {
  background-color: #ffffff;
  border: 1px solid #1b6dba;
  cursor: text;
  outline: 0;
  width: 250px;
  color: #000;
  padding: 0 8px 0 40px;
}

.search-form .search-submit {
  display: none;
}

.appname ul.dropdown-menu.show {
    right: 0;
    left: auto;
    top: 43px;
    font-size: 13px;
    border: 1px solid #0d6fc752;
}

/*Login Page*/
section.loginflow-wrapper {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
section.loginflow-wrapper > .container {
  z-index: 1;
}
section.loginflow-wrapper button.btn.btn-primary > a {
  color: #fff;
  display: block;
}
section.loginflow-wrapper button.btn.btn-primary {
  width: 100%;
}
.logininner-wrapper {
  width: 70%;
  transform: translate(-50%, -50%);
  position: relative;
  top: 45%;
  left: 50%;
}
.logininner-wrapper > form .mb-3 input::placeholder, .logininner-wrapper > form .mb-3 select {
  font-size: 14px;
  font-weight: 500;
  color: #9a9a9a;
}
.logininner-wrapper > form .mb-3 label {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 17px;
}
.loginlogo > img {
  width: 250px;
  margin: 0 auto 20px auto;
  display: flex;
}
.mb-3.form-check > label {
  font-size: 15px;
  font-weight: 600;
}
.logininner-wrapper form > .mb-3 > label + input {
  height: 44px;
}
.graphicarea {
  background-color: #021563;
  background-image: linear-gradient(to bottom, #064abf 7%, #02125e 90%);
  text-align: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.graphicarea>img {
  /* height: 100vh;
  width: auto;
  max-width: none; */
  display: flex;
}
section.loginflow-wrapper .col-lg-6 {
  overflow: hidden;
  padding: 0;
}
.signupline {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
.signupline > p > a {
  color: #1b6dba;
  font-weight: 800;
}
.rememberme > label {
  font-size: 14px !important;
  position: relative;
  top: 1px;
}
.forgetpassword > a {
  font-weight: 600;
  font-size: 15px;
  color: #1b6dba;
}
.forgetpassword {
  text-align: right;
}
.logininner-wrapper > h3 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}

/*Create Applicaton*/
.userwrapper .actiondelete-button > a > img {
  width: 29px;
}
.profilephoto > img {
  width: 53px;
  margin-right: 13px;
  margin-top: 1px;
}

tr.disabled > td:nth-child(1) {
  filter: opacity(1);
}

tr.disabled > td, tr.alldisabled {
  filter: opacity(0.5);
}
.AppEnvelope .input-group.mb-3 {
  width: 250px;
}
.AppEnvelope input.form-control {
  background-color: #f8f9fa;
}
.sectiontitle {
  margin-top: 8px;
  margin-bottom: 13px;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 700;
}
.sectiongrid {
  border-bottom: 1px solid rgb(217 217 217);
  margin-bottom: 29px;
  padding-bottom: 21px;
}
.form-label {
  font-weight: 600;
  text-transform: capitalize;
}
/*Customize*/
.colorpicker-main > #colorPicker {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 0px;
  overflow: hidden;
  border: aliceblue;
  margin-right: 10px;
}
.colorpicker-main > #colorPicker + span code#colorCode {
  color: #000 !important;
  margin-top: 7px;
  display: block;
  font-weight: 800;
  font-size: 16px;
}
.colorpicker-main {
  margin-top: 6px;
}
.brandingfeature > .offcanvas.offcanvas-end.show {
  width: 40%;
  max-width: 40%;
  padding-left: 20px;
}
button.btn-close {
  opacity: 1;
  position: absolute;
  left: -26px;
  top: 20px;
  border: 1px solid #fff;
  border-radius: 40px;
  width: 30px;
  height: 30px;
  background-image: url("../images/close.png");
  background-color: #1B6DBA;
  border: 2px solid #FFFFFF;
  border-radius: 14px;
}
.colorpicker-main {
  margin-top: 6px;
  border: 1px solid #ededed;
  width: 190px;
  padding: 4px 7px;
}
.offcanvas-title {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 20px;
  margin-top: 5px;
}
/*Upload image preview*/
.box {
  display: block;
  height: 190px;
  background-color: white;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  border: 2px dashed #ccc;
  border-radius: 8px;
  width: 50%;
  margin: 10px auto 0 auto;
  position: relative;
}

.upload-options {
  background-color: #1b6dba;
  cursor: pointer;
  overflow: hidden;
  transition: background-color ease-in-out 150ms;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50px;
  text-align: center;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
.upload-options:hover {
  background-color: #7fb1b3;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.upload-options label::after {
  content: "+";
  font-size: 29px;
  color: #ffffff;
  margin: 0 auto;
}
.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(custom.css);
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 231px;
  text-align: center;
}
.js--image-preview::after {
  content: "Upload";
  position: relative;
  font-size: 23px;
  color: rgb(49 123 193);
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 73%;
  text-transform: uppercase;
  font-weight: 500;
}
.js--image-preview.js--no-default::after {
  display: none;
}
.js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
          animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.branding-wrapper .box + p {
  text-align: center;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 29px;
}
.brandingfeature button.btn.btn-primary {
  margin-top: 0px;
  background: #FDFCFF;
  color: #3b3b3b;
  border: 1px dashed #c0c0c0;
  height: 90px;
  width: 320px;
  text-transform: uppercase;
}
.settingtab-container > .row > .col-lg-6 + .col-lg-6 {
  padding-right: 0;
}

.settingtab-container > .row > .col-lg-6 {
  padding-right: 14%;
}

/*AD Setting*/
.check-box {
  transform: scale(0.6);
  transform-origin: left top;
}

.toggleswitch input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 100px;
    height: 50px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.toggleswitch input:checked[type="checkbox"] {
  background: rgb(27 109 186);
}

.toggleswitch input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.toggleswitch input:checked[type="checkbox"]::after {
    left: 50%;
}

.toggleswitch label.form-check-label {
  font-size: 14px;
  position: relative;
  top: -17px;
}
.settingfilter > .col-lg-12 > ul {
  list-style: none;
  padding-left: 0;
  margin-left: 5px;
}

.settingfilter > .col-lg-12 > ul > li a {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  color: #000;
  padding: 5px 4px 5px 15px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.settingfilter > .col-lg-12 > ul > li > a:hover {
  background-color: #96a9bb;
  color: #fff;
}
.settingfilter {
  padding-right: 0;
  margin-top: 16px;
}
.settingfilter > .col-lg-12 > ul > li > a.active {
  background-color: #1b6dba;color: #fff;
}
.settingfilter > .col-lg-12 > ul > li > ul > li > a {
  color: #000;
  font-weight: 600;
}
.settingsidebar li ul {
  margin-left: 10px;
  background-color: #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 6px;
}
.settingfilter > .col-lg-12 > ul > li > ul > li > a:hover {
  color: #1b6dba !important;
}

.settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul {
  border-radius: 0;
  border: 0;
  transform: translate(0px, 0px) !important;
  margin-top: 8px !important;
  background-color: transparent;
  color: #2c2c2c;
  padding-top: 0;
  padding-left: 19px;
  position: relative !important;
}
.settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul > li {
  margin-bottom: 8px !important;
  position: relative;
}
.settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul > li > a {
  white-space: inherit;
  font-size: 16px;
}
.settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul > li > a:hover{
  background-color: #96a9bb;
  color: #fff;
}
.settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul > li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #CDCDCD;
  border-radius: 50px;
  position: absolute;
  left: -7px;
  top: 14px;
}
.settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul::before {
  content: "";
  display: block;
  height: 90%;
  width: 1px;
  background-color: rgb(204, 204, 204);
  position: absolute;
  top: 13px;
  left: 16px;
}
.btn-group.dropright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 12px;
}
.dropdown.btn-group {
  display: block;
  position: relative;
}
span.dropdown-toggle {
  position: absolute;
  right: 16px;
  top: 6px;
  font-size: 18px;
  width: 60px;
  text-align: right;
}

/*App Setting*/
.settingtab-container {
  margin-top: 21px;
}
.settingtab-container h5 {
  font-size: 19px;
  font-weight: 700;
}
.settingtab-container p {
  font-size: 14px;
  font-weight: 500;
}
.settinggrid-inner .input-group > input {
  font-size: 14px;
  font-weight: 900;
}
.settingtab-container select.form-select {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}
.AdditionalSetting h6 {
  font-weight: 600;
}

.sectionmaintitle {
  display: flex;
  align-items: self-end;
  margin-bottom: 10px;
}
.sectionmaintitle > h4 {
  font-weight: 700;
  font-size: 21px;
  margin-right: 15px;
  line-height: 1;
}
.sectionmaintitle > h4 {
  margin-right: 15px;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 700;
}
.sectionmaintitle > button.btn > a {
  color: #fff;
}
.sectionmaintitle > button.btn {
  padding: 6px 17px;
  color: #fff;
  font-size: 14px;
}
.sectionmaintitle + p {
  font-size: 14px;
  font-weight: 500;
}
.userwrapper table p {
  font-size: 14px;
  margin-bottom: 0;
}
.userwrapper table h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 6px;
}

.envelop-innergrid p {
  margin-bottom: 0;
}

.envelop-innergrid > .row {
  align-items: center;
}
.envelop-innergrid .col > img {
  margin-top: -11px;
}
.envelop-innergrid {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 14px;
  padding: 17px 10px;
  margin-bottom: 24px;
  display: block;
}
.envelop-innergrid h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2C2C2C;
}
.envelop-innergrid p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #3B3B3B;
}
.branding-wrapper label {
  font-weight: 700;
  font-size: 18px;
}

/*Off Canvas CSS*/
.offcanvas.offcanvas-end.show {
  width: 100%;
  max-width: 627px;
}
.dataretentionpolicy-container .col-lg-12 > h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #2C2C2C;
}
.dataretentionpolicy-container .col-lg-12 > h4 > span > img {
  width: 28px;
  position: relative;
  top: -1px;
}
.dataretentionpolicy-container {
  padding: 0 14px;
}
.unprocessed-envelopes h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #2C2C2C;
}
.dataretentionpolicy-container p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #1B6DBA;
}
.unprocessed-envelopes p {
  text-align: center;
}
.unprocessed-envelopes .input-group > input + .input-group-text {
  background-color: #fff;
}
.unprocessed-envelopes .input-group {
  height: 50px;
  width: 160px;
  margin: 0 auto;
}
.unprocessed-envelopes .mb-3.form-check > label {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #2C2C2C;
}
.unprocessed-envelopes .mb-3.form-check > input.form-check-input {
  margin-right: 8px;
}
.unprocessed-envelopes .mb-3.form-check {
  display: flex;
  justify-content: center;
}
.dataretentionpolicy-container ul.nav.nav-pills {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 14px;
}
.dataretentionpolicy-container ul.nav.nav-pills > li > button.active {
  background: #1B6DBA;
  border: 1px solid #E9E9E9;
  border-radius: 14px;
}
.dataretentionpolicy-container ul.nav.nav-pills > li {
  width: 50%;
}
.dataretentionpolicy-container ul.nav.nav-pills > li > button {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: rgba(44, 44, 44, 0.6);
  height: 50px;
}
.dataretentionpolicy-container ul.nav.nav-pills > li > button.active {
  background: #1B6DBA;
  border: 1px solid #E9E9E9;
  border-radius: 14px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.unprocessed-envelopes {
  text-align: center;
  margin-top: 22px;
  position: relative;
}
.optiongrids > span:nth-child(1) {
  margin-right: 10px;
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #2C2C2C;
}
.optiongrids {
  display: flex;
}
.optiongrids > span > .form-check > label {
  font-size: 11px;
  color: #2C2C2C;
}
.showcaseui {
  background: #F8EDC9;
  border: 1px dashed #F4D775;
  border-radius: 14px;
  width: 170px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: rgba(44, 44, 44, 0.6);
  padding: 16px 0;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
p.graceinfo {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #2C2C2C;
  margin-bottom: 0;
}
.dataretentionpolicy-container .row > .col-lg-12 > p {
  color: #2C2C2C;
}
.processedEnvelopes-container .mb-3.form-check {
  margin-bottom: 0 !important;
  margin-top: 13px;
}
.processedEnvelopes-container .col-lg-6 > .input-group {
  height: 53px;
}
.disabled {
  filter: blur(2px);
}
.lockedservice {
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  top: 50px;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #cfcece;
}
.lockedservice > p {
  font-size: 16px;
  color: #2C2C2C;
}

/*send policy css*/
.dataretentionpolicy-container .col-lg-9 > h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #2C2C2C;
}
.dataretentionpolicy-container .row > .col-lg-9 > p{
   color: #2C2C2C;
}
.form-check-input.checkbox-big {
  width: 4.5em;
  height: 2.3em;
  border: 1px solid #A3A3A3;
}

.form-control.custom-txt-box {
  border: 1px solid #E9E9E9;
  border-radius: 14px 0px 0px 14px;
  width: 307px;
  height: 48px;
  padding: 10px 23px;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
}
.form-control.custom-txt-box::placeholder{
 font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
}
.form-control.custom-txt-box .input-group-text {
  padding: 13px;
  background: #fff !important;
}
.editable_txt .input-group-text {
  padding: 13px;
  background: #fff !important;
  border: 1px solid #E9E9E9;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 48px;
  border-radius: 14px;
}
.form-control.custom-txt-box.disable-txtbox {
  background: #EFEFEF;
  color: #6F6F6F;
}
.form-control.custom-txt-box.disable-txtbox::placeholder{
  color: #6F6F6F;
}
.editable_txt {
  margin-bottom: 10px;
}
.side-heading-sp {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #2C2C2C;
}
.dataretentionpolicy-container  .side-para-sp{
  color: #2C2C2C;
  width: 378px;
}
.dataretentionpolicy-container .editable_txt .input-group {
  width: 86%;
}

.btn-config {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #1B6DBA;
  display: flex;
  gap: 5px;
  align-items: center;
}
.btn-config span {
  margin-left: 2px;
}
.dataretentionpolicy-container .col-lg-12  .side-heading-sp-two{
  font-family: 'Quicksand';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 25px;
color: #2C2C2C;
}
.side-heading-sp-two{
  font-family: 'Quicksand';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 25px;
color: #2C2C2C;
}
.form-control.custom-number-txt {
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 14px;
  height: 68px;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2em;
  color: #2C2C2C;
}
.form-control.custom-number-txt::placeholder{
   font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2em;
  color: #2C2C2C;
}
.txt-box-bdy {
  margin-top: 14px;
}
/*css 28-3*/
input.form-check-input.checkbox-big-box {
    width: 2.1em;
    height: 2.1em;
}


.mainsearchbar.d-flex.sidebar-search > input {
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  width: 100%;
  padding-left: 23px;
  padding-right: 51px;
  height: 68px;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #A9A9A9;
  margin-bottom: 36px;
  border-radius: 14px;
}
.mainsearchbar.d-flex.sidebar-search > input::placeholder{
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #A9A9A9;
}
.mainsearchbar.d-flex.sidebar-search {
  width: 100%;
}

form.mainsearchbar.d-flex.sidebar-search > img {
  top: 24px;
  opacity: 0.7;
  right: 23px;
  left: auto;
}

.ct-box {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 14px;
  padding: 22px 23px;
  margin-bottom: 23px;
}

/*.img-body-outer:after {
  background-color: #DADADA;
  content: "";
  position: absolute;
  width: 1px;
  height: 72px;
  right: -8px;
}*/
.img-body-outer {
  position: relative;
  width: 100%;
  padding-right: 4px;
  display: flex;
  align-items: center;
}
.side-heading-sp-three {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #7E7E7E;
}
.checkbox-bdy {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.border-right-ct{
  border-right: 1px solid #DADADA;
}
.checkbox-bdy .form-check > label.form-check-label {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}
.progress-img {
  text-align: center;
  margin-top: 132px;
margin-bottom: 152px;
}
.settingfilter > .col-lg-12 > ul > li >.dropdown > a.active {
  background-color: #1b6dba;
  color: #fff;
}
span.dropdown-toggle img.img-fluid.img-drop-close {
    display: none;
}

span.dropdown-toggle.show img.img-fluid.img-drop-open {
    display: none;
}

span.dropdown-toggle.show img.img-fluid.img-drop-close {
    display: block;
}

span.dropdown-toggle:after {
    display: none;
}

span.dropdown-toggle {
    width: unset;
    right: 10px;
    top: 6px;
    display: flex;
}
.dropdown-toggle.show > img {
  /* transform: rotate(-180deg); */
}

.settingfilter > .col-lg-12 > ul > li > .dropdown > a + .dropdown-toggle .img-fluid.img-drop-img-white {
  display: none;
  transform: rotate(-180deg);
}
.settingfilter > .col-lg-12 > ul > li > .dropdown > a.active + .dropdown-toggle .img-fluid.img-drop-img-black {
  display: none;
}
.settingfilter > .col-lg-12 > ul > li > .dropdown > a.active + .dropdown-toggle .img-fluid.img-drop-img-white {
  display: block;
  
}
.settingfilter > .col-lg-12 > ul > li > .dropdown > a.active + .dropdown-toggle.show .img-fluid.img-drop-img-white {
  display: block;
  transform: rotate(0deg);
}
.lockedservice.new {
  top: 20px;
}
.settingfilter > .col-lg-12 > ul > li a:hover {
  background-color: #1b6dba;
  color: #fff;
}
.settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul.dropdown-menu.menu-less::before {
  height: 50%;
}
/*.form-switch .form-check-input{
    --bs-form-switch-bg: url(../images/grey-radio.svg);
}
.form-switch .form-check-input:checked {
  
  --bs-form-switch-bg: url(../images/blue-radio.svg);
}
.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url(../images/blue-radio.svg);
  background-color: #FFF;
  border: 1px solid #1B6DBA;
  border-radius: 18px;
  background-image: var(--bs-form-switch-bg);
  background-position: top right;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url(../images/grey-radio.svg);
  background-image: var(--bs-form-switch-bg);
  background-position: top left;
  background-color: #FFF;
  border: 1px solid #A3A3A3;
  border-radius: 18px;
}*/
/*.form-switch .form-check-input + label:after{
      content: "";
    position: absolute;
    display: block;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    -moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    -o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: whitesmoke;
    height: 28px;
    width: 28px;
    top: 1px;
    left: -12px;
    border-radius: 60px;
}
.form-switch .form-check-input + label:before {
    content: "";
    position: absolute;
    display: block;
    -moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    -o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 30px;
    width: 51px;
    top: 0;
    left: 0px;
    border-radius: 30px;
}
.form-switch .form-check-input + label{
    position: relative;
    display: inline-block;
    user-select: none;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-tap-highlight-color: black;
    height: 30px;
    width: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 60px;
}*/
.form-switch .form-check-input{
    background-color: #FFF;
  border: 1px solid #A3A3A3;
  border-radius: 18px;
   
}
.form-switch .form-check-input:after{
   position: absolute;
  content: "";
  left: -6px;
  background: #A3A3A3;
  top: -2px;
  line-height: 20px;
  background: #A3A3A3;
  border-radius: 64px;
 width: 20.43px;
height: 20.43px;
}

.form-switch input.form-check-input[type="checkbox"]:checked:after{
   position: absolute;
  content: "";
  right: -6px;
  /*! background-image: var(--bs-form-switch-bg); */
  
  background: #1b6dba;
  top: -2px;
  line-height: 20px;
  background: #1B6DBA;
  border-radius: 64px;
  width: 20.43px;
  height: 20.43px;
  left: auto;
}

.form-switch .form-check-input {
  position: relative;
  background: #FFFFFF;
border: 1px solid #A3A3A3;
border-radius: 14px;
}
.form-switch .form-check-input:checked {
  background-color: #FFF;
  border: 1px solid #1B6DBA;
  border-radius: 18px;
}

/*beg size switch*/
.form-switch .form-check-input.checkbox-big{
    background-color: #FFF;
  border: 1px solid #A3A3A3;
  border-radius: 18px;
   
}
.form-switch .form-check-input.checkbox-big:after{
   position: absolute;
  content: "";
  left: -2px;
  background: #A3A3A3;
  top: -5px;
  line-height: 20px;
  background: #A3A3A3;
  border-radius: 64px;
 width: 38px;
height: 38px;
}

.form-switch input.form-check-input.checkbox-big[type="checkbox"]:checked:after{
   position: absolute;
  content: "";
  right: 0px;
  /*! background-image: var(--bs-form-switch-bg); */
  
  background: #1b6dba;
  top: -5px;
  line-height: 20px;
  background: #1B6DBA;
  border-radius: 64px;
  width: 38px;
  height: 38px;
  left: auto;
}
.form-check-input.checkbox-big{
  width: 4.5em;
height: 2em;
}

.form-switch .form-check-input.checkbox-big {
  position: relative;
  background: #FFFFFF;
border: 1px solid #A3A3A3;
border-radius: 14px;
}
.form-switch .form-check-input.checkbox-big:checked {
  background-color: #FFF;
  border: 1px solid #1B6DBA;
  border-radius: 18px;
}
.form-check-input:checked[type="checkbox"]{
  background-image: url(../images/check-bg.svg)!important;
}
.unprocessed-envelopes .mb-3.form-check > input.form-check-input:checked[type="checkbox"] {
  
  background-color: #1B6DBA;
  border-radius: 5px;
}
.settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul li a:hover {
    background: #1b6dba;
}
/*29-3*/
 .password-setting-bdy .input-group {
  width: 246px;
  height: 51px; 
   margin-bottom: 0px;
}

 .password-setting-bdy .input-group > input + .input-group-text {
  background-color: #fff;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
border-radius: 14px;
  color: #2C2C2C;
}
.password-setting-bdy h5 {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #2C2C2C;
}
.sectiontitle-two > h3 {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #2C2C2C;
}
.form-control.password-txtbox {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2em;
  color: #2C2C2C;
  border-radius: 14px;
}
.form-control.password-txtbox::placeholder {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2em;
  color: #2C2C2C;
}
.password-setting-bdy + hr {
  border-color: #DADADA;
  opacity: 1;
  width: 78%;
}
.side-heading-pe {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #2C2C2C;
}
.side-para-pe {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #2C2C2C;
  width: 464px;
}
.border-right-pe {
  border-right: 1px solid #DADADA;
}
.grey-line-right {
  background-color: #DADADA;
  width: 100%;
  height: 1px;
  display: block;
  margin: 0px 12px;
}
.checkbox-listing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
.special-heading {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #2C2C2C;
  white-space: nowrap;
  text-transform: capitalize;
}
.checkbox-listing:last-child {
  margin-bottom: 0px;
}
.checkbox-listing .form-check .form-check-input {
  width: 38px;
  height: 38px;
}
.settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul > li > a.dropdown-item.active {
  background: transparent;
  color: #1b6dba;
}
.settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul > li > a.dropdown-item:hover{
  background: transparent;
  color: #1b6dba;
}
.progress-img-new {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 250px);
}
.quick-access-bdy {
  background: #EEE;
  border-radius: 14px;
  padding: 12px 31px;
}

.quick-accessgrid {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 14px;
  padding: 16px 25px;
}
.quick-accesscontent >h3 {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2C2C2C;
}
.quick-accesscontent >p {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2C2C2C;
}
.sectiontitle-quick > h3 {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #2C2C2C;
}
.quick-accessgmaincontainer {
  width: 100%;
  margin-left: 20px;
  margin-top: 12px;
  max-width: calc(83% - 249px);
  
}
.sectionui.quick-reportswrapper {
 
  margin-top: 1.8rem !important;
  border: 1px solid #ececec;
  padding: 33px 29px;
}

.bottom_list > ul {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 10px;
}
.bottom_list > ul li {
  border-right: 1px solid #8F8F8F;
  padding-right: 11px;
}
.bottom_list > ul li:last-child{
  border-right: none;
}
.small-grey-txt {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #2C2C2C;
}
.innertitle-quick-report >h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000000;
}


.tamplate_nav .nav-tabs .nav-link.active {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #2C2C2C;
  background: transparent;
  border: none;
  border-bottom: 1px solid #1B6DBA;
}
.tamplate_nav .nav-tabs .nav-link {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #2C2C2C;
  background: transparent;
  border: none;  
}
.tamplate_nav {
  border-bottom: 1px solid #D8D8D8;
  display: flex;
justify-content: space-between;
}
.tamplate_nav .nav-tabs {
  border: none;
}
.btn.btn-filter {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 7px;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(44, 44, 44, 0.46);
  padding: 11px 10px;
}
.btn.btn-export {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 7px;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(44, 44, 44, 0.46);
  padding: 11px 10px;
  min-width: 100px;
}
.search-filter {
  background: #F7F7F7;
  border-radius: 14px;
  padding: 9px 12px;
  margin-top: 12px;
  min-width: 100px;
}
.search-filter .btn.btn-filter {
  margin-right: 25px;
}
.search-filter .tablesearchmain > input {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 19px;
  color: rgba(44, 44, 44, 0.4);
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 7px;
}
.search-filter .search-filter-main input {
  font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
font-size: 15px !important;
line-height: 19px;
color: rgba(44, 44, 44, 0.4);
background: #FFFFFF;
border: 1px solid #D8D8D8 !important;
border-radius: 7px !important;
padding: 0px 53px !important;
height: 45px !important;
width: 100%;
}
.search-filter .search-filter-main input:placeholder {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 19px;
  color: rgba(44, 44, 44, 0.4);
  background: #FFFFFF;
  border: 1px solid #D8D8D8 !important;
  border-radius: 7px !important;
}
.search-filter-main > img {
  top: 11px;
  opacity: 0.7;
  width: 23px;
  position: absolute;
  left: 18px;
}
.search-filter-main{
  margin: 10px 0;
  width: 100%;
  position: relative;
}

.apexcharts-toolbar{
  display: none !important;
}


/* .modal-dialog.modal-dialog-centered.modal-xl {
  max-width: 47%;
} */

.modal-dialog.modal-dialog-centered.modal-xl {
  max-width: fit-content;
}

.envelopedetail-wrapper .midsec-info h3 {
  font-size: 19px;
  font-weight: 500 !important;
  text-transform: capitalize;
  margin-bottom: 0;
}

/*Pagination*/
.paginationwrapper {
  display: flex;
  justify-content: space-between;
  background-color: #f3f3f3;
  margin-top: -10px;
  padding-top: 10px;
  padding-left: 9px;
  padding-right: 19px;
}
.innerpagination ul.ngx-pagination li.current {
  background-color: #2170b6;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.pagecount > select {
  border-color: #2170b6;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
}
.ngx-pagination a:hover, .ngx-pagination button:hover {
  background: transparent !important;
}
.innerpagination ul.ngx-pagination li:hover {
  background-color: #ccc;
  line-height: 1.4;
  border-radius: 7px;
}
.innerpagination ul.ngx-pagination li{
  display: inline-table;
  margin-right: 12px;
  width: 30px;
  height: 30px;
}
.ngx-pagination li{
  margin-right: 12px;
}
.ngx-pagination .small-screen {
  display: none !important;
}

.table-wrapper table tbody tr:hover {
  background-color: #1b6dba;
}

.table-wrapper table tbody tr:hover svg path,
.table-wrapper table tbody tr:hover {
  fill: white;
}
.table-wrapper table tbody tr:hover a, .table-wrapper table tbody tr:hover p, .table-wrapper table tbody tr:hover td {
  color: #fff;
}

.innerpagination li.pagination-next > a {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.innerpagination li.pagination-next > a:after {
  font-size: 16px;
  background-color: #2170b6;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 7px;
  margin: 0;
}
li.pagination-next {
  position: relative;
  top: -2px;
}

.innerpagination li.pagination-previous > a {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.innerpagination li.pagination-previous > a:before {
  font-size: 16px;
  background-color: #2170b6;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 7px;
  margin: 0;
}
li.pagination-previous {
  position: relative;
  top: -2px;
}

ul.ngx-pagination {
  margin-bottom: 11px;
  padding-left: 21px;
}
.totalpage-wrapper > span {
  margin-right: 6px;
}
.totalpage-wrapper {
  margin-top: 3px;
}
.managemainwrapper .table.table-bordered {
  margin-bottom: 10px;
}
.btn-close:focus{
  box-shadow: none !important;
}

.apexcharts-legend-text {
    position: relative;
    font-size: 16px !important;
}
.apexcharts-legend.apexcharts-align-center.apx-legend-position-bottom {
  /* bottom: -11px !important; */
}

.dashbaordyearsdropdown > .dropdown > button .namegrid {
  font-size: 13px;
}
.dashbaordyearsdropdown > .dropdown > button {
  padding: 0px 9px 9px;
  background-color: #eeeeee !important;
  color: #000;
  border-radius: 12px;
}
/* .managemainwrapper > .row > .col-lg-2, .managemainwrapper > .row > .col-lg-10 {
  border-bottom: 1px solid #dfdfdf;
} */

/* Loader CSS */

h1.loadercontent {
  padding: 30px 0px 10px;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
}

.animate > p > p, .load > p:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
  overflow: hidden;
}

.load {
  max-width: 500px;
  margin: 8px auto 2em auto;
  height: 13px;
  position: relative;
}
.load > p {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 0;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#91f25f", endColorstr="#00cefb", GradientType=1);
  position: relative;
  overflow: hidden;
  background: rgb(27 109 181);
  background: linear-gradient(90deg, rgb(10 72 126) 0%, rgb(26 102 169) 35%, rgb(87 169 241) 100%);
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.loadercontainer {
  background-color: rgb(0 0 0 / 70%);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 10000;
}

.innerloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loader CSS ends*/

/* ngb-modal-window.d-block.downlaodmodal.modal {
  z-index: 1;
} */


/*Popover*/
.popovertable > table {
  min-width: 540px;
}
.popover {
  display: inline-table;
  width: 100%;
}
.popovertable {
  width: 100%;
}
.popover .popover-body {
  padding: 12px 16px;
}

.popovertable table tr td {
  padding-right: 21px !important;
}
.popovertable table th, .popovertable table td {
  padding: 11px 15px !important;
  position: relative;
  font-size: 13px;
}
.popovertable .copyicon {
  position: absolute;
  right: 7px;
  top: 3px;
}
.popovertable .copyicon > img {
  width: 16px;
}

.commentoption > button > img {
  width: 21px;
  margin-top: -5px;
}
.commentoption > button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.popovertable table tbody tr th:first-child, .popovertable table tbody tr td:first-child {
  border-right: 1px solid #ccc;
}
.popovertable table th {
  width: 141px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.popovertable table tbody tr:last-child {
  border: 0 !important;
}
.popovertable table tbody tr {
  border-bottom: 1px solid #ccc;
}
.popovertable table tbody tr:last-child {
  border: 0;
}
.midsec-info p.numberofsign:first-child {
  border-left: 0;
  padding-left: 0;
}

.midsec-info p.numberofsign {
  border-left: 1px solid #d3d3d3;
  padding-left: 10px;
}
.commentoption ngb-popover-window .popover-body {
  padding: 4px 0;
}

.popovertable thead tr > th {
  padding: 7px 15px !important;
  font-weight: 400;
  font-size: 14px;
}
.popovertable thead tr > th:first-child {
  border-right: 1px solid #ccc;
}

.popovertable thead {
  background-color: #e5e5e5;
  color: #000;
}

/* NoRecord Found*/
p.norecordfound {
    text-align: center;
    height: 65vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #2170b6;
    position: relative;
}

p.norecordfound:before {
    content: "";
    display: block;
    border: 1px solid #ccc;
    width: 60px;
    margin-right: 20px;
}

p.norecordfound:after {
    content: "";
    display: block;
    border: 1px solid #ccc;
    width: 60px;
    margin-left: 15px;
} 

.table-wrapper table tbody tr:hover .copyicon.copy-id > img {
  filter: invert(1);
}

.copyicon.copy-id > img {
  width: 17px;
  margin-top: -3px;
  margin-left: 4px;
  cursor: pointer;
}

span.name > span.innername > svg {
  width: 21px;
  margin-top: -1px;
}
span.name > span.greentext > svg > path {
  fill: #02925b;
}
span.innername.redtext svg > path {
  fill: #b10000;
}
span.innername.yellowtext svg > path {
  fill: #b36322;
}
span.innername:last-child {
  border-right: 0;
}
span.innername {
  border-right: 1px solid #c7c7c7 !important;
  padding-right: 5px;
  margin-right: 5px;
  color: #7e7e7e;
  font-size: 14.5px;
  text-transform: capitalize;
}
.table-wrapper table tbody tr:hover span.innername {
  color: #fff;
}
span.innername.greentext.row1 {
  border: 0 !important;
}
span.innername:last-child {
  border: 0 !important;
}
.maincount {
  border-radius: 4px;
  width: 25px;
  height: 25px;
  padding: 3px 6px;
  display: inline-block;
  color: #2170b6 !important;
  font-weight: 800;
  cursor: pointer;
  background-color: #f5efb4;
  font-size: 14px;
}
.table-wrapper table tbody tr:hover span.name .maincount {
  border: 1px solid #fff;
  color: #fff;
}
.statusrow {
    display: flex;
    align-items: center;
}

.userprofile ul.dropdown-menu.show>li>a:focus {
  color: white !important;
}
span.name span.innername.greentext.row1:after {
  content: '\A';
  white-space: pre;
}
span.morecount {
  display: flex;
  justify-content: center;
}
.removecount > span.morecount {
  font-size: 20px;
  line-height: 1;
  align-items: center;
}
footer {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  border-top: 1px solid #e2e2e2;
}