@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

/* src/styles.css */
a {
  text-decoration: none;
  outline: none;
}
input:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important;
}
body {
  font-family: "Poppins", serif !important;
  font-weight: 400;
  background-color: #ffffff;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Poppins", serif !important;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Poppins", serif !important;
}
button:focus {
  box-shadow: none;
  outline: none;
}
.selectpicker {
  background-color: #ecf6ff;
  border: 1px solid #1b6dba;
  color: #1b6dba;
  padding: 2px 6px 2px 6px;
  border-radius: 50px;
  cursor: pointer;
}
.w-20 {
  width: 20px;
}
button.btn.btn-primary {
  background-color: #1b6dba;
  border-radius: 14px;
  padding: 9px 35px;
  font-weight: 600;
  font-size: 17px;
}
button.btn.btn-secondary {
  border-radius: 40px;
  padding: 9px 18px;
  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: 1030;
}
a.navbar-brand > img {
  width: 249px;
  margin: -7px 0;
}
ul.navbar-nav > li > a {
  font-weight: 500;
  margin: 0 0px;
  padding: 10px 20px !important;
  border-radius: 14px;
  line-height: 50px;
  color: #595959 !important;
  font-size: 17px;
  cursor: pointer;
}
ul.navbar-nav > li > a.nav-link.active {
  color: #1b6dba;
  font-weight: 800;
  border-bottom: 1px solid #1b6dba;
  background-color: transparent;
  border-radius: 0px;
}
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 0px 0 !important;
}
.appname > p {
  font-weight: 500;
  font-size: 12px;
  max-width: 110px;
  text-align: right;
  border-right: 0;
  padding-right: 16px;
  text-transform: capitalize;
}
.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;
  align-items: center;
}
.userprofile ul.dropdown-menu.show {
  right: 20px;
  left: auto;
  background-color: #ffffff;
  border-top-right-radius: 0 !important;
  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: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: 34px;
}
.userprofile span.username > i {
  color: #000;
}
span.username {
  color: #000;
  font-weight: 700;
  display: grid;
  text-align: left;
  margin-left: 10px;
  margin-top: 4px;
}
.profilegrid {
  font-size: 12px;
}
.namegrid {
  font-size: 15px;
  font-weight: 500;
}
.namegrid > i {
  font-size: 14px;
  position: relative;
  top: -2px;
  right: -7px;
}
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: 15px;
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal;
  line-height: normal;
  display: block;
  font-weight: 500;
  margin-bottom: .5rem;
  font-size: .875rem;
  color: #182433;
}
.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 {
  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: 800;
  border: 0;
  padding: .5rem .5rem !important;
}
table tr td:first-child {
  padding: 5px 12px !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;
}
.actionbuttons ul.dropdown-menu.show {
  padding: 0;
}
.actionbuttons ul.dropdown-menu.show li > a {
  border-bottom: 1px solid #ccc;
  padding: 12px 17px;
}
.actionbuttons ul.dropdown-menu.show li:last-child > a {
  border-bottom: 0;
}
.signed-documnet {
  width: auto;
}
.statuslabel {
  display: inline-grid;
  padding: 5px 22px;
  color: #fff;
  font-size: 14px;
  border-radius: 43px;
  margin-top: -5px;
  min-width: 82px;
  text-align: center;
}
.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;
}
.form-check-input:checked[type=checkbox] {
  background-color: #2673b2;
  box-shadow: 3px 7px 10px rgb(27 109 181 / 13%) !important;
}
.form-check > input {
  background-color: #ffffff;
  border: 1px solid #2673b2;
  cursor: pointer;
}
.form-check-input {
  width: 1.1em;
  height: 1.1em;
}
input#flexCheckDefault {
  width: 18px;
  height: 18px;
}
.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: 0;
  font-size: 17px;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 4px;
}
.filterpanel .filterlist ul > li input {
  margin-right: 10px;
}
.filterpanel .filterlist ul > li span {
  margin-top: 1px;
  display: inline-flex;
  text-transform: capitalize;
}
.filterpanel-body {
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-left: 39px !important;
  height: calc(100vh - 100px);
  padding-right: 24px !important;
}
.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;
}
.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;
}
.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 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.buttongroup > .btn-download {
  display: flex;
  font-weight: 600;
  background-color: #1b6db5;
  padding: 6px 19px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 0;
  margin: 14px 0;
  font-size: 14px;
}
.buttongroup > .btn-download > img {
  width: 17px;
  filter: invert(1);
  margin-right: 10px;
}
.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;
}
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 #ccc;
  border-top: 1px solid #fff;
  position: sticky;
  top: -0.1px;
  background-color: #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: 14px !important;
  text-align: center;
}
td.subjecttd > p:nth-child(1) > a {
  width: 370px;
  max-height: 87px;
  margin-bottom: 0;
  display: block;
}
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: 0px 0px 0px 0px;
  list-style: none;
  background: #ffffff;
  display: flex;
  border-radius: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0px auto 10px auto;
  border-bottom: 1px solid #d3d3d3;
  gap: 36px;
}
.tabwrapper .tabs a.completed > img {
  width: 26px;
  margin-bottom: -12px;
  position: relative;
  top: -7px;
  margin-left: 1px;
  display: inline !important;
}
.tabwrapper .tabs a {
  text-decoration: none;
  color: #2c2c2c;
  text-transform: capitalize;
  padding: 10px 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition-duration: 0.6s;
  font-weight: 500;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  font-family: Quicksand;
}
.tabwrapper .tabs a.active {
  border-bottom: 1px solid #1b6dba;
}
.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: 500;
}
.btn.btn-create:hover {
  background-color: #1b6dba;
  color: #fff;
}
.table-responsive .table tbody tr:hover {
  background-color: #f6f6f6;
}
.activity-log-bdy .btn.btn-create {
  width: 100px;
}
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: fit-content;
  padding-right: 50px;
}
.settingmaincontainer .sectiontitle > h3 {
  font-size: 19px;
}
.settingrightrow {
  background: #ebebeb;
  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 3px;
}
.actiondelete-button {
  width: max-content;
}
.action_button > .actiondelete-button > a {
  cursor: pointer;
}
.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("./media/close-A4SQ3ERN.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-form {
  right: 200px;
  top: 200px;
}
.search-field {
  background-color: transparent;
  background-image: url("./media/search-icon-EGQTHQ72.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;
}
section.loginflow-wrapper {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
section.loginflow-wrapper:after {
  content: "";
  display: block;
  width: 850px;
  height: 850px;
  border-radius: 100%;
  background: rgba(27, 109, 186, 0.06);
  position: absolute;
  right: -110px;
  bottom: -190px;
  z-index: -1;
}
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%;
  margin-top: 12px;
}
.logininner-wrapper {
  width: 70%;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 120px 0px #e9f2ff;
  margin: 0 auto;
  padding: 50px 50px;
}
.signupline > p {
  font-weight: 300 !important;
}
.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: 400;
  text-transform: capitalize;
  font-size: 16px;
}
.loginlogo > img {
  width: 330px;
  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 {
  box-sizing: border-box;
  height: 56px;
  background: #f8f8f8;
  border-radius: 14px;
  padding: 0 24px;
  border: 0px;
}
.logininner-wrapper > p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 28px;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 57px;
  color: #75797d !important;
}
.graphicarea > img {
  height: 100vh;
  width: auto;
  max-width: none;
  float: right;
}
.signupline {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
.signupline > p > a {
  color: #0063ba;
  font-weight: 300;
}
.rememberme > label {
  font-size: 14px !important;
  position: relative;
  top: 1px;
}
.rememberme {
  display: flex;
  align-items: center;
}
.rememberme > input {
  margin-right: 7px;
}
.rememberme > label {
  margin-top: 3px;
  font-size: 15px !important;
  font-weight: 500 !important;
}
.forgetpassword > a {
  font-weight: 400;
  font-size: 15px;
  color: #393939;
}
.signupline > p {
  font-weight: 500;
}
.forgetpassword {
  text-align: right;
}
.logininner-wrapper > h3 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}
input.form-control.otp-input {
  box-sizing: border-box;
  height: 56px;
  background: #f8f8f8;
  border-radius: 14px;
  padding: 0 24px;
}
.userwrapper .actiondelete-button > a > img {
  width: 29px;
}
.profilephoto > img {
  width: 53px;
  margin-right: 25px;
  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: 329px;
}
.AppEnvelope input.form-control {
  background-color: #f8f9fa;
}
.sectiontitle {
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-size: 14px;
  line-height: 22px;
  color: #2c2c2c;
  font-weight: 500;
  color: #182433 !important;
}
.sectiongrid {
  border-bottom: 1px solid rgb(217 217 217);
  margin-bottom: 19px;
  padding-bottom: 21px;
}
.form-label {
  text-transform: capitalize;
}
.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;
  right: 37px;
  top: 26px;
  width: 20px;
  height: 20px;
  color: #525B66 !important;
}
button.createrulebtn {
  opacity: 1;
  position: absolute;
  right: -12px;
  left: auto;
  top: -10px;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 14px;
  z-index: 9999 !important;
}
.colorpicker-main {
  margin-top: 6px;
  border: 1px solid #e8e8e8;
  padding: 4px 7px;
  width: fit-content;
}
input.colorpicker {
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 0px;
  overflow: hidden;
  border: aliceblue;
  margin-right: 10px;
}
input.hexcolor {
  color: #000 !important;
  display: block;
  font-weight: 800;
  font-size: 16px;
  border: 0;
  margin: 0;
  padding: 0;
}
.offcanvas-title {
  text-transform: capitalize;
}
.settingtab-container .offcanvas-title {
  font-size: 23px;
  font-weight: 700;
  margin-left: 5px;
}
.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-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: #f2f2f2;
  color: #3b3b3b;
  height: 52px;
  width: 253px;
  border-radius: 14px;
  border: 1px dashed #f4d775;
  background: #f8edc9;
  color: #2c2c2c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.settingtab-container > .row > .col-lg-6 + .col-lg-6 {
  padding-right: 0;
}
.settingtab-container > .row > .col-lg-6 {
  padding-right: 14%;
}
.check-box {
  transform: scale(0.6);
  transform-origin: left top;
}
.toggleswitch input[type=checkbox] {
  position: relative;
  appearance: none;
  width: 60px;
  height: 30px;
  background: #fff;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid #a3a3a3;
}
.toggleswitch input:checked[type=checkbox] {
  background: rgb(255 255 255);
}
.toggleswitch input[type=checkbox]::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  top: -4px;
  left: -2px;
  background: #a3a3a3;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}
.toggleswitch input:checked[type=checkbox]::after {
  left: 50%;
  background: #1b6dba;
}
.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: 500;
  text-transform: capitalize;
  display: block;
  color: #2c2c2c;
  padding: 9px 4px 9px 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  margin-top: 4px;
}
.settingfilter > .col-lg-12 > ul > li > a:hover {
  background-color: #96a9bb;
  color: #fff;
}
.settingfilter {
  padding-right: 0;
  margin-top: 7px;
  padding-left: 20px;
}
.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;
  padding-bottom: 0;
}
.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: 16px;
}
.settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul > li.active-sub:before {
  background-color: #1b6dba;
}
.settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul::before {
  content: "";
  display: block;
  height: 92%;
  width: 1px;
  background-color: rgb(204, 204, 204);
  position: absolute;
  top: 20px;
  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;
}
.settingtab-container {
  margin-top: 21px;
}
.settingtab-container h5 {
  font-size: 18px;
  font-weight: 600;
}
.settingtab-container p {
  font-size: 16px;
  font-weight: 500;
  max-width: 1067px;
}
.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: 700;
}
.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: 16px;
  font-weight: 500;
}
.userwrapper table p {
  font-size: 14px;
  margin-bottom: 0;
}
.userwrapper table h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
.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: 29px;
  display: block;
}
.envelop-innergrid h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #2c2c2c;
}
.envelop-innergrid p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #3b3b3b;
}
.branding-wrapper label {
  font-weight: 700;
  font-size: 18px;
}
.offcanvas.offcanvas-end.show {
  width: 100%;
  max-width: 530px;
  padding: 0;
}
.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: 32px;
  position: relative;
  top: -1px;
}
.dataretentionpolicy-container {
  padding: 0 0px;
}
.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;
  padding: 5px 6px;
}
.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: 16px;
  line-height: 18px;
  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;
}
.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;
  padding: 10px 23px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
}
.form-control.custom-txt-box::placeholder {
  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;
  pointer-events: none;
}
.form-control.custom-txt-box.disable-txtbox::placeholder {
  color: #6f6f6f;
}
.editable_txt {
  margin-bottom: 10px;
}
.side-heading-sp {
  font-weight: 600;
  font-size: 22px;
  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-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-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #2c2c2c;
}
.side-heading-sp-two {
  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-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2em;
  color: #2c2c2c;
}
.form-control.custom-number-txt::placeholder {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2em;
  color: #2c2c2c;
}
.txt-box-bdy {
  margin-top: 14px;
}
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-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #a9a9a9;
  margin-bottom: 36px;
  border-radius: 14px;
}
.mainsearchbar.d-flex.sidebar-search > input::placeholder {
  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-color: #f5f5f5;
  border-radius: 14px;
}
.ct-box > .row.p-0.w-100 {
  border: 1px solid #d5d5d5;
  border-radius: 14px;
  padding: 12px 23px 12px 23px !important;
  margin: 12px auto;
  width: 100% !important;
  background: #fff;
}
.img-body-outer {
  position: relative;
  width: 100%;
  padding-right: 4px;
  display: flex;
  align-items: center;
}
.side-heading-sp-three {
  font-weight: 600;
  font-size: 20px;
  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-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
.progress-img {
  text-align: center;
  margin-top: 132px;
  margin-bottom: 152px;
}
.progress-img > img {
  width: 150px;
}
.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: 9px;
  display: flex;
}
.dropdown-toggle.show > img {
  transform: rotate(-180deg);
}
.userprofile .dropdown-toggle.show > img {
  transform: rotate(0deg);
}
.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 {
  background-color: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 18px;
}
.form-switch .form-check-input:after {
  position: absolute;
  content: "";
  line-height: 20px;
  background: #a3a3a3;
  border-radius: 64px;
  width: 26px;
  height: 26px;
  left: -2px;
  top: -4px;
}
.form-switch input.form-check-input[type=checkbox]:checked:after {
  position: absolute;
  content: "";
  right: -3px;
  top: -5px;
  line-height: 20px;
  background: #1b6dba;
  border-radius: 64px;
  width: 26px;
  height: 26px;
  left: auto;
}
.form-switch .form-check-input {
  position: relative;
  background: #ffffff;
  border: 1px solid #a3a3a3;
  border-radius: 14px;
  width: 43px;
  height: 20px;
}
.form-switch .form-check-input:checked {
  background-color: #fff;
  border: 1px solid #2673b2;
  border-radius: 18px;
}
.form-check-input:checked {
  background-color: #2673b2;
  border-color: #2673b2;
}
.form-switch .form-check-input.checkbox-big {
  background-color: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 18px;
  width: 36px;
  height: 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: #1b6dba;
  top: -5px;
  line-height: 20px;
  background: #1b6dba;
  border-radius: 64px;
  width: 35px;
  height: 35px;
  left: auto;
}
.form-check-input.checkbox-big {
  width: 4em;
  height: 1.8em;
}
.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("./media/check-bg-K7U6J35M.svg") !important;
  background-size: 17px;
}
.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;
}
.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-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  border-radius: 14px;
  color: #2c2c2c;
}
.password-setting-bdy h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #2c2c2c;
}
.sectiontitle-two > h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #2c2c2c;
}
.form-control.password-txtbox {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2em;
  color: #2c2c2c;
  border-radius: 14px;
}
.form-control.password-txtbox::placeholder {
  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: 93%;
}
.side-heading-pe {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #2c2c2c;
}
.side-para-pe {
  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;
}
.checkbox-listing .form-check {
  margin-top: -9px;
}
.special-heading {
  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;
}
.settingmaincontainer .checkbox-listing .form-check-input:checked[type=checkbox] {
  background-size: 23px;
}
.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);
}
.progress-img-new > img {
  width: 238px;
}
.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-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2c2c2c;
}
.quick-accesscontent > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2c2c2c;
  margin-bottom: 0;
}
.sectiontitle-quick > h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #2c2c2c;
}
.quick-accessgmaincontainer {
  width: 100%;
  padding-left: 20px;
  margin-top: 12px;
  max-width: 100%;
  padding-right: 20px;
}
.bottom_list > ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.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-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #2c2c2c;
}
.innertitle-quick-report > h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000000;
}
.tamplate_nav .nav-tabs .nav-link.active {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #1b6dba;
  background: transparent;
  border: none;
  border-bottom: 1px solid #1b6dba;
}
.tamplate_nav.activity-document .nav-tabs .nav-link.active {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #1b6dba;
  background: transparent;
  border: none;
  border-bottom: 1px solid #1b6dba;
}
.tamplate_nav .nav-tabs .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #182433;
  background: transparent;
  border: none;
  min-width: 91px;
}
.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: 11px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(44, 44, 44, 0.46);
  padding: 12px 15px;
  border: 0 !important;
}
.btn.btn-filter:active {
  background: #8d8d8d;
  border: 1px solid #d8d8d8;
  color: #fff;
}
.btn.btn-export {
  background: #ffffff;
  border: none;
  border-radius: 7px;
  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: #fff;
  border-radius: 14px;
  margin-top: .5rem !important;
  min-width: 100px;
}
.search-filter .tablesearchmain > input {
  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 {
  border-radius: 8px;
  padding: 0 53px 0 12px !important;
  min-width: 100px;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 3px !important;
  color: #2c2c2c;
  height: 43px !important;
  width: 100%;
  border: 1px solid #d8d8d8 !important;
}
.button-filters-wrapper button.btn.btn-filter {
  padding: 0 19px 0 20px !important;
  color: #707a91 !important;
  font-weight: 200 !important;
  font-size: 15px !important;
  line-height: 3px !important;
  height: 43px !important;
  background: #fff;
  border: 1px solid #d8d8d8 !important;
  border-radius: 5px;
}
.search-filter .search-filter-main input:placeholder {
  font-weight: 400;
  font-size: 15px !important;
  line-height: 19px;
  color: #2c2c2c;
  background: #ffffff;
  border: 1px solid #d8d8d8 !important;
  border-radius: 7px !important;
}
.search-filter-main > img {
  top: 11px !important;
  opacity: 0.7;
  width: 23px !important;
  position: absolute;
  right: 18px !important;
}
.search-filter-main {
  width: 100%;
  position: relative !important;
  padding: 0 0px;
}
.button-filters-wrapper {
  margin-top: 0 !important;
}
.btn-add-doc {
  background-color: #e7f3ff;
  color: #1b6dba;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  padding: 16px 60px;
  border: 2px dotted #1b6dba;
}
.btn-add-doc:hover {
  background-color: #e7f3ff;
  color: #1b6dba;
  border: 2px dotted #1b6dba;
}
.advance-setting-heading > h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.advance-setting-heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.border-right-saprate::after {
  content: "";
  display: block;
  height: 56%;
  width: 0.5px;
  border-right: 1px dashed #d8d8d8;
  position: absolute;
  right: -2px;
  top: 10%;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.border-right-saprate {
  position: relative;
}
.genral-box-bdy {
  border-radius: 18.266px;
  background: #f8f8f8;
  padding: 21px 15px;
  margin-bottom: 50px;
}
.genral-box-bdy > h3 {
  color: #2c2c2c;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.genral-box-bdy > p {
  color: #2c2c2c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.617px;
}
a.btn-config {
  padding: 6px 8px;
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 7.384px;
  border: 1.055px solid #d8d8d8;
  background: #1b6dba;
  margin-top: 10px;
  display: inline-block;
}
.saprater-form {
  background-color: #dadada;
  height: 1px;
  margin: 0px auto;
  width: 91%;
}
.search-modal-bdy .search-filter-main > img {
  right: 8px;
  left: auto;
  top: 9px;
}
.checklisting-bdy-modal-inner {
  display: flex;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  padding-top: 22px;
}
.check-box-modal-desc > p {
  color: #2c2c2c;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.checklisting-bdy-modal-inner:last-child {
  border: none;
}
.heading-modal-txt {
  margin-bottom: 0px;
}
.deletepopup .btn-close {
  right: -20px !important;
  left: auto !important;
  top: -45px !important;
}
.data-previwe-popup-wrap {
  background-color: #f6f6f6;
}
.question-label-pop-wrapper > p {
  margin-top: 10px;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #182433;
}
.modal-dialog.modal-check-custom .modal-body {
  padding: 41px 38px;
}
.check-box-modal {
  margin-right: 20px;
}
.check-box-modal-desc {
  max-width: 394px;
}
.modal-dialog.modal-check-custom .modal-body {
  padding: 41px 38px;
}
.check-box-modal {
  margin-right: 20px;
}
.check-box-modal-desc {
  max-width: 394px;
}
.checklisting-bdy-modal::-webkit-scrollbar-track {
  background-color: #fff;
}
.checklisting-bdy-modal {
  max-height: 370px;
  overflow-y: auto;
}
.txt-tb {
  font-family: "Poppins", serif !important;
  font-style: normal;
  font-weight: 400;
  color: #182433;
  text-align: center;
}
#downlaodmodal .table.table-tamplate-style tbody tr td {
  padding: 14px 15px !important;
}
.completed-bages {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #1f9254;
  background: #ebf9f1;
  border-radius: 5px;
  border: 0.5px solid #1f9254;
  padding: 5px 12px;
}
.table.table-striped.table-tamplate-style {
  --bs-table-striped-bg: #f6f6f6;
}
.table.table-tamplate-style tbody tr td.font15 {
  text-align: left;
}
.table.table-tamplate-style tbody tr td.subjecttd {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #182433;
}
.table.table-tamplate-style tbody tr.selected-rw {
  background: #1b6dba;
  cursor: pointer;
}
.statuslabel.archive-bages {
  background: #ebebeb;
  border-radius: 22px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 15px;
  color: #959595;
  padding: 8px 12px;
}
.table.table-tamplate-style tbody tr.selected-rw .txt-tb {
  color: #fff;
}
.table.table-tamplate-style tbody tr.selected-rw .font15 {
  color: #fff;
}
.table.table-tamplate-style tbody tr.selected-rw .subjecttd {
  color: #fff;
}
.statuslabel.draft-bages {
  color: #a30d11;
  background: #fbe7e8;
  border: 0.5px solid #a30d11;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px 12px;
}
.statuslabel.trash-bages {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #a30d11;
  background: #fbe7e8;
  border-radius: 22px;
  padding: 8px 12px;
}
.statuslabel.pending-bages {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  color: #689bff;
  background-color: #dbe7ff;
  border-radius: 22px;
  padding: 9px 12px;
  border: 0.5px solid #689bff;
  text-transform: capitalize;
}
.selected-rw .form-check-input:checked[type=checkbox] {
  background-color: #ebebeb;
  box-shadow: 3px 7px 10px rgb(27 109 181 / 13%) !important;
  border: none;
  background-image: url("./media/checkbg2-ZU3P6F2Z.svg") !important;
}
.table.table-tamplate-style tbody tr .actiondelete-button a .img-fluid.selected-white-icon {
  display: none;
}
.table.table-tamplate-style tbody tr .actiondelete-button a .img-fluid.unselected-icon {
  display: inline-flex;
}
.table.table-tamplate-style tbody tr.selected-rw .actiondelete-button a .img-fluid.unselected-icon {
  display: none;
}
.table.table-tamplate-style tbody tr.selected-rw .actiondelete-button a .img-fluid.selected-white-icon {
  display: inline-flex;
}
.pagination-body ul li.page-item .page-link {
  background: #ffffff;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}
.pagination > li {
  margin-right: 5px;
}
.pagination > li:last-child {
  margin: 0px;
}
.pagination-body ul li.page-item .page-link.bg-transparent.border-none {
  border: none;
  color: #9e9e9e;
}
.pagination-body .pagination {
  display: flex;
  align-items: center;
}
.pagination-body ul li.page-item.active .page-link {
  background: #1b6dba;
  color: #ffffff;
}
.pagination-body {
  margin-bottom: 50px;
}
.pagination-body > nav {
  display: flex;
  justify-content: space-between;
  border-radius: 14px;
  background: #f6f6f6;
  padding: 15px 19px;
}
.pagination-body .pagination {
  margin: 0;
}
.totaltemplate {
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
}
.creater-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #2c2c2c;
}
.shared-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #2c2c2c;
}
.shared-bdy {
  margin-top: 16px;
}
.username h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000000;
}
.btn-edit-outline {
  border-radius: 100%;
  background: white;
  display: inline-block;
  text-align: center;
  line-height: 47px;
}
.creater-profile-imgs {
  margin-top: -31px;
  display: block;
}
.profile-images {
  position: relative;
}
.profile-images img {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}
.profile-images img:nth-child(1) {
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
}
.profile-images img:nth-child(2) {
  top: 0px;
  left: 30px;
}
.profile-images img:nth-child(3) {
  top: 0px;
  left: 60px;
}
.profile-img-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin: 30px 0px 0px 23px;
  position: relative;
}
.profile-img-list li a img {
  width: 58px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.profile-img-list li {
  position: static !important;
  margin-left: -20px;
  z-index: 0;
}
.last-count-number {
  background: #1b6dba;
  border: 2px solid #ffffff;
  width: 58px;
  display: block;
  height: 58px;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  font-weight: 500;
  font-size: 19px;
  color: #ffffff;
}
.timeline-list {
  position: relative;
  padding: 0;
  margin: 0;
  padding-left: 19px;
  padding-right: 19px;
  list-style: none;
  padding-top: 10px;
}
.timeline-list:before {
  display: none;
}
.timeline-list > li {
  position: relative;
  margin: 0px 17px;
  display: flex;
}
.timeline-list > li::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 28px;
  width: 1px;
  height: calc(100% - 10px);
  background-color: rgb(204, 204, 204);
}
.timeline-list > li:last-child::after {
  display: none;
}
.timeline-list > li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #1b6dba;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 18px;
}
.timeline-list .date-time {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #000000;
  display: block;
  margin-bottom: 12px;
  margin-top: 14px;
}
.content-timeline {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #000000;
  margin-left: 10px;
}
.content-timeline.conent-two-obj {
  margin-left: 23px;
}
.Creatorq_img {
  border: 1px solid #ffffff;
}
.activity-tabs > .tamplate_nav > .nav-tabs > button {
  width: 50%;
}
.activity-tabs > .tamplate_nav > .nav-tabs {
  width: 57%;
  padding-left: 15px;
}
span.user-time.conent-two-obj > img {
  margin-right: -12px;
}
span.user-time.conent-two-obj {
  position: relative;
  display: flex;
}
.detail-time-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-activity-list-wrap {
  width: 100%;
}
.user-time > img {
  width: 43px;
  border-radius: 100px;
}
.blue-text-list {
  color: #1b6dba;
}
.creater-profile {
  margin-left: 9px;
}
.username-bdy {
  display: flex;
  align-items: center;
}
.shared-bdy {
  display: flex;
  align-items: center;
}
.shared-name-content {
  display: flex;
  width: 80%;
  align-items: center;
  margin-left: 9px;
}
.shared-name-content {
  align-content: center;
}
.shared-name-content.row .col-lg-10 {
  padding: 0;
}
.shared-name-content.row .col-lg-2 {
  padding: 0px;
}
.innerpagetitle.mt-3.mb-3 > h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.innerpagetitle h3 {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.innerpagetitle {
  display: flex;
  align-items: center;
}
.settingmaincontainer .sectiontitle > h3 {
  font-size: 19px;
  margin-top: 6px;
}
.backbutton.btn.btn-primary {
  background-color: #1b6dba;
  border-radius: 14px;
  padding: 9px 26px;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  border: 1px solid #d8d8d8;
  min-width: 122px;
}
.backbutton.btn.btn-primary a > img {
  margin-right: 17px;
  width: 17px;
  margin-top: -2px;
}
.backbutton.btn.btn-primary > a {
  display: flex;
  color: #fff;
}
.backbutton {
  margin-right: 10px;
}
.clasic-cancle {
  color: #ffffff;
  background-color: #d63939;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 18px;
}
.clasic-cancle:hover {
  background-color: #e10808;
  color: #fff;
}
.clasic-cancle:focus-visible {
  background-color: #e10808;
  color: #fff;
}
.clasic-cancle:active {
  background-color: #e10808 !important;
  color: #fff !important;
}
.publish {
  background-color: #1b6dba;
  border: 0;
}
.settingmaincontainer .sectiontitle > h3 {
  font-size: 27px;
  margin-top: 6px;
  color: #2c2c2c;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.lockpaidicon > img {
  width: 48px;
  position: absolute;
  right: 10px;
  top: 87px;
  background-color: #fff;
  border-radius: 50px;
  padding: 6px;
  display: block;
}
.envelop-container .lockpaidicon > img {
  position: absolute;
  right: 14px;
  top: 2px;
  background: transparent;
}
.envelop-innergrid.disabled {
  filter: blur(0);
  cursor: not-allowed;
  pointer-events: none;
}
.paidservice-container {
  text-align: center;
  margin: 60px 0 0 0;
  display: flex;
  justify-content: center;
}
.innerpaidservice {
  border: 1px dashed #ccc;
  border-radius: 18px;
  padding: 40px 50px;
  width: 40%;
}
.innerpaidservice > p {
  font-size: 17px;
  color: #6d6d6d;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.innerpaidservice > h2 {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 500;
}
.innerpaidservice > button {
  margin-top: 17px !important;
  font-weight: 600 !important;
}
.paidservice {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-size: 21px;
  background-image: url("./media/dashed-line-6GUPHVY7.svg");
  background-repeat: repeat;
  background-size: 10px;
  margin: -5px -15px;
  position: relative;
  padding: 22px 9px;
}
.paidservice:before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 39px;
  z-index: 0;
  opacity: 0.4;
}
.paidservice > p {
  margin-bottom: 0;
  padding: 8px;
  z-index: 10;
  font-weight: 600;
}
.paidservice > a {
  margin-left: 7px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1b6dba;
  z-index: 10;
}
#downlaodmodal button.btn-close {
  left: auto;
  right: 4px;
  top: 2px;
}
.actiondelete-button > button {
  padding: 6px 20px !important;
  font-size: 14px !important;
}
#downlaodmodal .table-responsive thead tr th {
  text-align: left !important;
}
.table.table-tamplate-style tbody tr td.action_button .actiondelete-button {
  margin: 16px 0;
  padding: 0 !important;
}
.btn-close:hover {
  opacity: 1;
  filter: drop-shadow(2px 3px 5px #cccccc);
}
button.btn.btn-outline-success:hover {
  background-color: #dee2e6;
}
button.btn.btn-outline-success:active {
  border-color: #8c8c8c;
}
button.btn.btn-outline-success {
  border: 1px solid #dee2e6;
}
.me-2 {
  margin-left: 0.5rem !important;
}
#downlaodmodal > .modal-dialog {
  max-width: 50%;
}
#downlaodmodal .actiondelete-button {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#downlaodmodal > .modal-dialog {
  max-width: 45%;
}
#downlaodmodal .statuslabel {
  margin-top: 4px;
}
.buttongroups {
  display: flex;
  justify-content: end;
  gap: 10px;
}
#downlaodmodal input#flexCheckDefault {
  width: 18px;
  height: 18px;
}
#downlaodmodal th input#flexCheckDefault {
  margin-top: 7px;
}
#downlaodmodal .table-wrapper {
  overflow: auto;
  height: 50vh;
}
#reviewmodal .modal-dialog button.btn-close {
  right: 15px;
  top: 12px;
}
#reviewmodal .modal-dialog button.btn-close {
  right: 15px;
  top: 12px;
}
#reviewmodal .modal-dialog thead tr th {
  text-align: left;
  display: flex;
}
#reviewmodal .modal-dialog {
  max-width: 68%;
}
.pdfviewwrapper img {
  width: 100%;
  margin: -2px 0 0 0;
}
#reviewmodal .modal-dialog .col-lg-8 {
  overflow-y: auto;
  max-height: 80vh;
  border: 1px dashed #ccc;
}
.pdfviewwrapper {
  padding: 0 0;
}
#reviewmodal .pdfwrapper table tr td {
  padding: 0 !important;
}
#reviewmodal table tr td:hover > a {
  color: #fff;
}
#reviewmodal table tr td:hover {
  background-color: #1b6dba;
}
#reviewmodal table tr td:hover > a > .commenticon > img {
  filter: invert(1);
}
#reviewmodal .pdfwrapper table tr td > a {
  font-weight: 600;
  padding: 18px 18px !important;
  display: flex;
  text-align: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
button.reviewbutton {
  margin-top: 2px;
}
.pdfwrapper table th.text-center {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.blinking {
  animation: 1s blink ease infinite;
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
}
@keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.commentsection {
  position: sticky;
  bottom: 7px;
  right: 0;
  border: 1px dashed #e1e1e1;
  background-color: #fffbd4;
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 0px 17px #e7e7e7;
  padding: 8px 0;
}
.commentsection p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}
span.commenticon > img {
  width: 33px;
  rotate: 90deg;
}
#reviewmodal .pdfwrapper table tr td:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 40px;
  position: absolute;
  left: 14px;
  top: 28px;
  border: 1.5px solid #2271bb;
  z-index: 10;
}
#reviewmodal .pdfwrapper table tr tdq:after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background: #000;
  position: absolute;
  left: 20px;
  top: 0;
}
#reviewmodal .pdfwrapper table tr td:after {
  content: "";
  display: block;
  background: #1b6dba;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 32px;
  left: 19.3px;
}
#reviewmodal .pdfwrapper table tr:last-child td:after {
  display: none;
}
#reviewmodal .pdfwrapper table tr td {
  position: relative;
  padding-left: 20px !important;
}
i.fas.fa-eye {
  position: absolute;
  right: 20px;
  top: 45px;
  opacity: 0.8;
  color: #aaaaaa;
  cursor: pointer;
}
i.fas.fa-eye-slash {
  position: absolute;
  right: 20px;
  top: 45px;
  opacity: 0.8;
  color: #aaaaaa;
  cursor: pointer;
}
.password {
  position: relative;
}
.text-align-end-txt {
  text-align: end;
}
table.table.table-tamplate-style.table-user-style tr {
  border-bottom: 1px solid #c2c2c2;
}
table.table.table-tamplate-style.table-user-style tr {
  border-bottom: 1px solid #c2c2c2;
}
span.dropdown.table-dropdown .btn.btn-secondary.dropdown-toggle-two {
  background-color: unset;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  border: none;
  display: flex;
  width: 88px;
  gap: 10px;
  border-radius: 14px;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
}
img.user-arrow {
  border-left: 1px solid #e9e9e9;
  padding-left: 7px;
  padding-right: 5px;
}
span.image-user-name {
  margin-left: 11px;
  text-transform: capitalize;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
table.table.table-tamplate-style.table-user-style tr:nth-last-child(2):not(:last-child) {
  border-bottom: none;
}
table.table.table-tamplate-style.table-user-style.tableapi-acess-new tr:nth-last-child(2):not(:last-child) {
  border-bottom: 1px solid #c2c2c2;
}
img.user_img {
  border-radius: 51px;
  width: 51px;
  height: 51px;
}
table.table.table-tamplate-style.table-user-style tr.buy-premium {
  border: none;
}
table.table.table-tamplate-style.table-user-style tr.buy-premium td.subjecttd {
  padding: 42px;
}
span.access-count {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
span.dropdown.table-dropdown .dropdown-toggle-two::after {
  display: none;
}
.dropdown.table-dropdown .dropdown-toggle.show > img {
  transform: rotate(0);
}
.table.table-tamplate-style.table-user-style tbody tr:nth-child(odd) {
  background-color: #fff;
}
td.access-txt {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
table.table.table-tamplate-style.table-user-access {
  width: 370px;
  height: 114px;
  border-radius: 9px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
table.table.table-tamplate-style.table-user-access thead tr th {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 11px 19px !important;
}
table.table.table-tamplate-style.table-user-access tr {
  border-bottom: 1px solid #ededed;
}
table.table.table-tamplate-style.table-user-access .actiondelete-button > a > img {
  width: 16px;
}
table.table.table-tamplate-style.table-user-access tbody tr td.action_button .actiondelete-button {
  width: 16px;
  margin: unset;
}
.usersetting .search-filter {
  padding: 0 9px;
}
a.btn.btn-create > i {
  margin-right: 3px;
}
.checkbox-bdy .mb-3.form-check {
  margin-bottom: 4px !important;
}
.accessoverride .checkbox-bdy {
  gap: 2px 10px;
}
#Newuserpopup .accessoverride h4.side-heading-sp-three {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
#Newuserpopup form .col-lg-6.col-sm-12 label + .d-flex {
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 15px;
}
.appaccesspopup {
  top: 0px !important;
  left: -90px !important;
  padding: 0 0 0 0;
  overflow: hidden;
  border-radius: 9px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
.appaccesspopup tbody tr td {
  font-size: 15px;
  border-bottom: 1px solid #ccc;
}
.appaccesspopup table th {
  line-height: 8px !important;
}
.editicon > img {
  width: 20px;
}
.usersetting .settingmaincontainer .table-responsive {
  overflow-x: visible;
}
.gridinnerarea {
  margin-top: 5px;
}
.filteropencontainer > .col-lg-12 > h3 {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.filterbutton button {
  height: 33px !important;
  line-height: 0;
  font-size: 13px !important;
}
.filterbutton {
  margin-top: 17px;
  text-align: right;
}
.filtermaincontainer .card.card-body {
  padding: 8px 17px;
}
.uploaddocument-section {
  text-align: center;
  border-radius: 14px;
  border: 1px dashed #717171;
  background: #f5f8ff;
  padding: 19px 0;
  position: relative;
}
.uploaddocument-section > img {
  width: 39px;
  margin-bottom: 10px;
}
.uploaddocument-section > h6 {
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 10px;
  padding: 5px;
  overflow-wrap: break-word;
}
.uploaddocument-section > p {
  color: #989898;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.btn-primarytheme {
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: #1b6dba;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 24px;
}
.btn-primarytheme:hover {
  background: #1a65ab;
  color: #fff;
  box-shadow: none;
  outline: none;
}
.btn-secondarytheme {
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 24px;
  background: #eee;
  color: #595959;
  border: 0;
}
.btn-secondarytheme:hover {
  background: #dddddd;
}
.documentdata-wrapper .profile-img-list li {
  zoom: 0.8;
}
.uploaddocument-section input.choosefile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.sectiontitle > h1 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.navigationbutton > a {
  background-color: #1b6dba !important;
  padding-bottom: 8px;
}
.rotateleft {
  rotate: 180deg;
}
.bluerowcategory {
  border-radius: 14px;
  background: #1b6dba;
  padding: 10px 20px;
  color: #fff;
}
.bluerowcategory h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 6px;
}
span.category {
  color: #d7d7d7;
  font-size: 14px;
  font-weight: 600;
}
span.editcategory > a > img {
  filter: brightness(50);
  margin: -5px 0 0 6px;
  width: 20px;
}
.statustag {
  text-align: right;
  display: flex;
  align-self: center;
  justify-content: flex-end;
}
.settingmaincontainer.application-setting-container {
  max-width: 100%;
  margin-top: 27px;
}
.createapplication-form .sectiongrid input.form-control {
  border-radius: 11.9px;
  background: #f8f8f8;
  color: #2c2c2c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
  min-height: 42px;
  border: 0;
  padding-left: 19px;
}
.createapplication-form .sectiongrid input.form-control::placeholder {
  font-size: 15px;
}
button.btn.btn-primary.btn-tab-createapp {
  min-width: 210px;
  padding: 9px 35px;
  color: #fff;
  text-align: center;
  font-size: 13.771px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
button.btn.btn-secondary.btn-tab-createapp {
  min-width: 210px;
  color: rgba(44, 44, 44, 0.6);
  text-align: center;
  font-size: 13.771px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10.711px;
  border: 0.765px solid #e9e9e9;
  background: #fff;
}
.btn-group-create-app {
  margin-top: 54px;
  margin-bottom: 54px;
}
.input-group-text {
  border-radius: 14px;
  border: 1px solid #e9e9e9;
  background: #fff;
  height: 48px;
  border: 0;
}
.AppEnvelope input.form-control {
  color: #6f6f6f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  height: 48px;
}
.AppEnvelope input.form-control::placeholder {
  font-size: 18px;
}
.AppEnvelope .input-group-text {
  border: 1px solid #e9e9e9;
}
.settingtab-container select.form-select {
  border-radius: 11.9px;
  background-color: #f8f8f8;
  color: #aaa;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
  border: 0;
  height: 40px;
}
.settingtab-container .createapp-select select.form-select {
  background-image: url("./media/dropdown-icon-blue-VNSFIBFM.svg");
  width: 20px;
}
.settingtab-container .createapp-select {
  max-width: 307px;
}
.settingtab-container .createapp-select span.input-group-text {
  background-color: #f8f8f8;
  border-color: #e9e9e9;
  padding: 17px;
  height: 40px;
}
.settingtab-container .createapp-select span.input-group-text img {
  width: 11.688px;
}
.createapp-select {
  margin-top: 19px;
}
.Access-select select.form-select {
  background-image: url("./media/dropdown-icon-blue-VNSFIBFM.svg");
  line-height: normal;
  border-radius: 11.9px;
  border: 0.85px solid #bababa;
  color: #6c6c6c;
  font-weight: 500;
}
.Access-select span.input-group-text {
  padding: 17px;
  height: 34px;
  border: 0.85px solid #bababa;
}
.Access-select .input-group-text img {
  width: 11.688px;
}
table.table.table-bordered.table-access-no-border tbody > tr > td {
  padding: 14px;
}
table.table.table-bordered.table-access-no-border tbody > tr > td.padding-left-zero {
  padding-left: 0px !important;
}
table.table.table-bordered.table-access-no-border tbody > tr {
  border: none;
}
.Access-select {
  max-width: 188px;
}
.account-setup-modal .createapp-select select.form-select {
  -webkit-appearance: none;
  background-image: none;
  line-height: normal;
}
.account-setup-modal .createapp-select span.input-group-text {
  background-color: #f8f8f8;
  border-color: #e9e9e9;
  padding: 17px;
  height: 40px;
}
.account-setup-modal .createapp-select span.input-group-text img.w-20 {
  width: 14px;
}
.account-setup-modal .modal-content {
  border-radius: 50px;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 23px;
}
.account-setup-modal .modal-header {
  justify-content: center;
  text-align: center;
}
.account-setup-modal .modal-header h1 {
  color: #2c2c2c;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.account-setup-modal .modal-footer {
  justify-content: center;
}
.account-setup-modal a.btn.btn-primary {
  background-color: #1b6dba;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 14px;
  padding: 14px 10px;
  display: inline-block;
  width: 205px;
}
.module-txt-labl {
  border-radius: 22px;
  border: 0.5px solid #60b2ff;
  background: #60b2ff;
  height: 22px;
  padding: 4px 12px 5px 12px;
  flex-shrink: 0;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
}
span.access-key-bdy-txt {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: Montserrat;
}
button.copy-btn-txt {
  background-color: transparent;
  border: none;
}
.module-txt-labl {
  display: inline-flex;
}
.table-wrapper table.table.table-bordered.table-access-no-border.apiaccess-tbl th {
  padding: 14px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
span.access-key-bdy-txt {
  display: inline-block;
}
span.access-key-sec {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
table.table.table-bordered.table-access-no-border.apiaccess-tbl .actiondelete-button > a > img {
  width: 24px;
}
span.secret-txt {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.table-wrapper table.table.table-bordered.table-access-no-border.apiaccess-tbl td h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
  font-family: Montserrat;
  white-space: nowrap;
}
span.created-date-txt {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: Montserrat;
}
.id-txt-table {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: Montserrat;
}
td.alldisabled {
  filter: opacity(0.2);
}
.actiondelete-button.add-more-bdy {
  display: flex;
  justify-content: center;
  width: 96px;
}
.table-wrapper table.table.table-bordered.table-access-no-border.apiaccess-tbl td .actiondelete-button {
  width: 70px;
  justify-content: space-around;
  display: flex;
}
h5.offcanvas-title.infopopiconbdy,
h2.offcanvas-title.infopopiconbdy {
  display: flex;
  justify-content: space-between;
  width: 95%;
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5rem;
}
.acess-key-popup-input {
  position: relative;
}
span.copy-icon-popup {
  position: absolute;
  top: 40px;
  right: 11px;
}
.popup-form-bdy select {
  background-color: #f8f8f8;
  color: #2c2c2c;
  border: 1px solid #f8f8f8;
}
.popup-form-bdy textarea.form-control {
  border-radius: 11.9px;
  background: #f8f8f8;
  color: #aaa;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
  border: 0px;
}
.popup-form-bdy .checkbox-bdy .form-check > label.form-check-label {
  color: #595959;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.button-wrapper-filter {
  position: fixed;
  bottom: 0px;
  background-color: #fff;
  padding: 12px;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: -webkit-fill-available;
}
button.btn.save-btn-filter {
  width: 140px;
  color: #f6f8fb;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 5px;
  margin-top: 8px;
  background-color: #1b6dba;
  font-size: 14px;
  font-weight: 500;
}
.close-btn-filter {
  color: #1b6dba;
  background-color: #fff;
  border: 1px solid #E9E9E9;
  width: 140px;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 5px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.close-btn-filter:hover {
  border: 1px solid #e9e9e9;
}
.close-btn-filter:active {
  border: 1px solid #e9e9e9;
}
.button-clear-filter {
  color: #1b6dba;
  font-size: 17px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #E9E9E9;
}
.filter-key {
  color: #1b6dba;
}
.button-clear-filter:hover {
  background-color: #fff;
  border: 1px solid #E9E9E9;
}
label.form-check-label.inactive-txt {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 50px;
  text-transform: capitalize;
}
.inactact-pop-bdy .form-check.form-switch {
  display: flex;
  align-items: center;
}
.inactact-pop-bdy {
  display: flex;
  align-items: center;
  margin-top: 20px;
  height: 0px;
}
.dataretentionpolicy-container .inactact-pop-bdy .form-check.form-switch {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  padding-left: 0;
}
label.form-check-label.active-txt {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 8px;
  text-transform: capitalize;
}
span.regenrate-btn-bdy {
  position: absolute;
  right: 9px;
  top: 37px;
}
button.btn.regenrate-btn {
  background-color: #f8edc9;
  color: #2c2c2c;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 155px;
}
.ct-box.ct-box-style-two .checkbox-bdy .form-check label.form-check-label {
  color: #ccc;
}
.ct-box.ct-box-style-two .checkbox-bdy .form-check > input {
  border: 1px solid #dbdbdb;
}
.ct-box.ct-box-style-two .form-check-input:checked[type=checkbox] + label.form-check-label {
  color: #595959;
}
.checkbox-bdy.popup-usetting {
  gap: 13px;
}
.ct-box.ct-box-style-two .checkbox-bdy.popup-usetting .form-check label.form-check-label {
  font-weight: 400;
}
span.grey-badges-txt {
  border-radius: 14px;
  background: #eee;
  width: 148px;
  display: block;
  text-align: center;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 6px 10px;
}
.search-filter.usser-setting-filtr {
  margin-bottom: 28px;
}
.background-grey-table {
  background-color: #f6f6f6 !important;
}
.backg-check-toggle {
  border-radius: 11.9px;
  background: #f8f8f8;
  height: 41px;
  display: flex !important;
  justify-content: start;
  padding-left: 10px;
}
.form-check-input:checked[type=checkbox] + label.form-check-label.active-txt {
  color: #1b6dba;
}
.ct-box.ct-box-style-two {
  background-color: transparent;
  margin-bottom: 25px;
}
.ct-box.ct-box-style-two > .row.p-0.w-100 {
  padding: 0px !important;
}
.ct-box.ct-box-style-two .statuslabel.completed-bages {
  min-width: 74px;
  padding: 2px;
}
.ct-box.ct-box-style-two .statuslabel.draft-bages {
  min-width: 74px;
  padding: 2px;
}
.ct-box.ct-box-style-two .statuslabel.draft-bage {
  min-width: 74px;
  padding: 2px;
}
.ct-box.ct-box-style-two > .row.p-0.w-100 {
  align-items: center;
}
.ct-box.ct-box-style-two .col-lg-2.border-right-ct {
  height: 100%;
  padding: 15px 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ct-box.ct-box-style-two .col-lg-2.border-right-ct span.img-body-outer {
  margin-bottom: 14px;
  display: unset;
  padding-right: unset;
}
.ct-box.ct-box-style-two.ct-disabled {
  opacity: 0.5;
  filter: blur(0.8px);
}
.createapplication-form label.form-label {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.row.business-bdy-input input.form-control {
  width: 350px;
}
.row.business-bdy-input {
  gap: 47px;
}
.tabwrapper-two .tabs ul {
  font-size: 15px;
  padding: 7px 0px 0px 0px;
  list-style: none;
  background: transparent;
  display: flex;
  border-radius: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 2px auto 10px auto;
  border-bottom: none;
  gap: 0px;
}
.tabwrapper-two li.nav-item button.nav-link.active {
  border-right: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4;
  background: #f0f0f0;
  width: 100%;
  color: #1b6dba;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-top: 1px solid #1b6dba;
  border-bottom: none;
}
.tabwrapper-two li.nav-item button.nav-link {
  border-right: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  background: #f0f0f0;
  width: 100%;
  color: #2c2c2c;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 0;
  padding: 20px;
  height: 100%;
}
.tabwrapper-two li.nav-item {
  width: 49.9%;
  background: #f0f0f0;
}
table.role-first-heading-table {
  width: 100%;
  background: #eaeaea;
}
table.role-first-heading-table input.form-control {
  background-color: transparent;
  border: 0px;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 19px;
  color: rgba(44, 44, 44, 0.4);
  border: 1px solid #d8d8d8 !important;
  border-radius: 7px !important;
  padding: 0px 35px !important;
  width: 100%;
  border: none !important;
}
table.role-first-heading-table .search-filter-main > img {
  top: -2px;
  opacity: 0.7;
  width: 23px;
  position: absolute;
  left: 0px;
}
td.border-right-grey {
  border-right: 1px solid #cdcdcd;
}
td.border-right-grey-one {
  border-right: 1px solid #cdcdcd;
}
td.border-right-blue {
  border-right: 1px solid #1b6dba;
}
span.table-drop-heading {
  color: #2c2c2c;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
}
span.second-txt-drop {
  color: #2c2c2c;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  display: block;
}
span.tbal-drop-body {
  display: flex;
  justify-content: space-between;
}
span.tbal-drop-body.tble-new {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.accordion.table-inner-accordion .accordion-item .accordion-header .accordion-button {
  background: #e3f0f8;
  border-radius: 0px;
  border: 0px;
  color: #2c2c2c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  outline: none;
}
.accordion.table-inner-accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
}
.accordion.table-inner-accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
}
.accordion.table-inner-accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion.table-inner-accordion .accordion-item .accordion-body {
  padding: 0px;
}
span.item-count-accor {
  padding: 6px 19px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 11px;
  border: 1px solid #cbcbcb;
}
span.img-icon-angle {
  margin-right: 10px;
}
table.role-first-inner-table {
  width: 100%;
}
table.role-first-inner-table > td:last-child {
  max-width: 43px;
}
table.role-first-inner-table tr > td:first-child {
  background: #f8f8f8;
  width: 368px;
  border-right: 1px solid #d5d5d5;
}
table.role-first-inner-table tr > td .form-check {
  display: flex;
  justify-content: center;
}
table.role-first-inner-table tr > td:last-child {
  width: 3%;
}
.accordion-button:not(.collapsed) span.img-icon-angle {
  transform: rotate(180deg);
}
.status-dropdown-box select.form-control {
  border: none;
  color: #ffffff;
  padding: 10px 0px 9px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.status-dropdown-box.active-status select.form-control {
  border-radius: 11.9px;
  border: 0.85px solid #1f9254;
  background-color: #ebf9f1;
  color: #1f9254;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.25px;
  text-transform: capitalize;
  width: 140px;
}
span.table-drop-icon {
  padding-right: 10px;
}
span.select-icon {
  position: absolute;
  right: 46px;
  top: 1px;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 40px;
  width: 36px;
  justify-content: center;
  border-radius: 0px 11.9px 11.9px 0px;
}
.status-dropdown-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 185px;
}
.status-dropdown-box.active-status span.select-icon {
  border-left: 1px solid #1f9254;
}
.status-dropdown-box.inactive-status select.form-control {
  border-radius: 11.9px;
  border: 0.85px solid #a30d11;
  background-color: #fbe7e8;
  color: #a30d11;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.25px;
  text-transform: capitalize;
  width: 140px;
}
.status-dropdown-box.inactive-status span.select-icon {
  border-left: 1px solid #a30d11;
}
.img-box-inner-bdy {
  width: 342px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
span.table-drop-in-heading {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 29px;
}
.country-select select.form-select {
  line-height: normal;
  border-radius: 11.9px;
  background-color: #f8f8f8;
  color: #aaa;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
  border: 0;
  height: 42px;
}
.country-select select.form-select {
  background-image: url("./media/dropdown-icon-blue-VNSFIBFM.svg");
  width: 20px;
}
.country-select label.form-label {
  margin-top: 8px;
  margin-bottom: 13px;
}
.country-select span.input-group-text {
  background-color: #f8f8f8;
  border-color: #e9e9e9;
  padding: 17px;
  height: 40px;
}
.country-select span.input-group-text img.w-20 {
  width: 11.688px;
}
.contactbody-form input.form-control {
  border-radius: 11.9px;
  background-color: #f8f8f8;
  color: #aaa;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
  border: 0;
  height: 42px;
}
.contactbody-form input.form-control::placeholder {
  font-size: 15px;
}
.contactbody-form h5.sectiontitle {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
h3.contact-heading-info {
  color: #2c2c2c;
  font-size: 25.5px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.Billing-management-bdy {
  padding-top: 65px;
}
.contact-heading {
  margin-bottom: 22px;
}
.plus-table-bdy .btn-plus-table {
  position: absolute;
  right: 7px;
  top: -33px;
  display: block;
}
.plus-table-bdy {
  position: relative;
  margin-bottom: 42px;
}
.billing-body-disable {
  opacity: 0.2;
}
.check-box-billing {
  display: flex;
  gap: 9px;
}
.contact-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check-box-billing label.form-check-label.active-txt {
  color: #1b6dba;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-transform: capitalize;
}
.contactbody.contact-billing-first {
  border-right: 1px solid #f0f0f0;
  padding-right: 40px;
}
.contactbody.contact-billing-second {
  padding-left: 23px;
}
.Subscription-access-bdy {
  border-radius: 11.9px;
  background: #f8f8f8;
  padding: 26px 25px;
  max-width: 99%;
  margin: auto;
  margin-bottom: 18px;
}
.Subscription-access-bdy {
  border-radius: 11.9px;
  background: #f8f8f8;
  padding: 26px 25px;
  max-width: 99%;
  margin: auto;
  margin-bottom: 18px;
  margin-top: 42px;
}
.Subscription-access-inner > h3 {
  color: #2c2c2c;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.Subscription-access-inner > p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.available-access-inner .progress-bar {
  border-radius: 20px;
  background: #1b6dba;
  max-width: 347px !important;
}
.available-access-inner .progress-bar {
  border-radius: 20px;
  background: #1b6dba;
  max-width: 347px !important;
}
.available-access-inner > h3 {
  color: #2c2c2c;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 23px;
}
.available-access-inner > h3 > span {
  color: #1b6dba;
}
span.total-value-progress {
  color: #2c2c2c;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.available-access-bdy {
  border-radius: 11.9px;
  background: #f8f8f8;
  padding: 25px 26px;
}
.available-access-inner .progress {
  height: 12px;
  margin-bottom: 12px;
}
.numberineer-input-bdy input {
  color: #cdcdcd;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  border: 0.167px solid #fff;
  background: #ededed;
  max-width: 168px;
  height: 40px;
}
.numberineer-input-bdy {
  margin-bottom: 20px;
}
.numberineer-bdy .btn-create {
  max-width: 168px;
}
.numberineer-bdy {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
.tabwrapper-two {
  max-width: 91%;
  margin-bottom: 31px;
}
table.role-first-heading-table tbody tr td {
  padding: 10px 29px !important;
}
table.role-first-heading-table tbody tr td:last-child {
  padding: 10px 16px !important;
}
table.nextedtable-bodey {
  width: 100%;
  background: #eaeaea;
}
table.nextedtable-bodey input.form-control {
  background-color: transparent;
  border: 0px;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 19px;
  color: rgba(44, 44, 44, 0.4);
  border: 1px solid #d8d8d8 !important;
  border-radius: 7px !important;
  padding: 0px 35px !important;
  width: 100%;
  border: none !important;
}
table.nextedtable-bodey .search-filter-main > img {
  top: -2px;
  opacity: 0.7;
  width: 23px;
  position: absolute;
  left: 0px;
}
th.border-right-grey-one {
  border-right: 1px solid #cdcdcd;
}
th.border-right-blue {
  border-right: 1px solid #1b6dba;
}
table.nextedtable-bodey .accordion-header .accordion-button {
  background: #e3f0f8;
  border-radius: 0px;
  border: 0px;
  color: #2c2c2c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  outline: none;
  padding: 14px;
  margin-bottom: 10px;
}
table.nextedtable-bodey .accordion-header .accordion-button.accodion_open {
  margin-bottom: 0px;
}
table.nextedtable-bodey .accordion-header .accordion-button.margin-bottom-none {
  margin-bottom: 0px;
}
tr.accordian-tab td {
  padding: 0px !important;
}
table.nextedtable-bodey tr > td .form-check {
  display: flex;
  justify-content: center;
}
table.nextedtable-bodey tr > td:first-child {
  background-color: #f8f8f8;
  width: 368px;
  border-right: 1px solid #d5d5d5;
}
table.nextedtable-bodey thead tr th:first-child {
  width: 368px;
}
table.nextedtable-bodey tr > td {
  background-color: #fff;
}
table.nextedtable-bodey tr.accordian-tab > td {
  background-color: white;
}
[data-toggle=toggle] {
  display: none;
}
tbody.acor-hide {
  display: none;
}
table.nextedtable-bodey tbody.accor-labels tr td {
  padding: 0px !important;
  background-color: #fff;
}
td.strip-font {
  color: #2c2c2c;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
td.strip-font {
  color: #2c2c2c;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.invoice-subscription-bdy {
  border-radius: 11.9px;
  background-color: #f8f8f8;
  padding: 25px 26px;
  margin-top: 14px;
  margin-bottom: 47px;
}
table.table.table-stripe.table-subinvoice {
  border: none;
  margin: unset;
}
.invoice-subscription-heading > h3 {
  color: #2c2c2c;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
table.table.table-stripe.table-subinvoice thead {
  border-top: none;
  border-bottom: none;
}
table.table.table-stripe.table-subinvoice thead > tr > th {
  background-color: #f0f0f0;
  padding: 11px !important;
}
table.table.table-stripe.table-subinvoice tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.table.table-stripe.table-subinvoice tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
table.table.table-stripe.table-subinvoice tbody tr td {
  padding: 11px !important;
  white-space: nowrap;
}
.invoice-subscription-inner .table-responsive {
  border-radius: 11px 11px;
  border: 1px solid #cbcbcb;
}
.table-wrapper.simple-bdy-tble .table-responsive {
  border-radius: 14px;
  border: 1px solid #d6d6d6;
}
table.simple-table tbody tr {
  border-top: 0.75px solid #d6d6d6;
  border-bottom: 0.75px solid #d6d6d6;
}
.simple-table td.simple-tble-txt {
  padding-left: 18px !important;
}
table.simple-table thead tr th {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  padding-left: 18px !important;
}
td.simple-tble-txt {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
table.simple-table {
  width: 100%;
}
.table-wrapper.simple-bdy-tble {
  max-width: 989px;
  margin-top: 32px;
}
p.simple-one {
  width: 330px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
span.simple-inner-one {
  color: #7d7d7d;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
span.simple-inner-two {
  color: #7d7d7d;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
span.simple-two-last-two {
  color: #7d7d7d;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
span.simple-two-last-one {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
.padding-left-zero {
  padding-left: 0px !important;
}
.table-wrapper table tr th.padding-left-zero {
  padding-left: 0px !important;
}
.createapplication-wrapper .tabwrapper {
  margin-top: 40px;
}
.createapplication-wrapper .tabwrapper .tabs ul li:first-child a {
  padding-left: 0;
}
.createapplication-wrapper .sectiontitle {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.createapplication-form .sectiongrid .suit-inner-input {
  max-width: 285px;
}
.row.suit-inner-input-bdy {
  column-gap: 48px;
}
.userwrapper.user-acces-tble table.table.table-bordered.table-access-no-border tbody > tr > td:first-child {
  width: 335px;
}
.userwrapper.user-acces-tble table.table.table-bordered.table-access-no-border tbody > tr > td:nth-child(2) {
  width: 160px;
}
.userwrapper.user-acces-tble table.table.table-bordered.table-access-no-border tbody > tr > td:nth-child(3) {
  width: 290px;
}
.offcanvas-body .form-check > input {
  border: 1px solid #dbdbdb;
}
.row.top-45-ups {
  margin-top: 30px;
}
.side-menu {
  max-width: 300px;
  position: fixed;
  height: 86%;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: auto;
}
.right-pannel {
  position: static;
  margin-left: auto;
}
.activity-log-bdy .tamplate_nav .nav-tabs .nav-link {
  color: #595959 !important;
}
.activity-log-bdy .tamplate_nav .nav-tabs .nav-link.active {
  color: #2c2c2c !important;
}
.contactbody.contact-billing-first:before {
  content: "";
  display: block;
  height: 100%;
  width: 0.5px;
  background-color: #f0f0f0;
  position: absolute;
  right: -12px;
  top: 0;
}
.contactbody.contact-billing-first {
  position: relative;
}
.contactbody.contact-billing-first {
  position: relative;
  border-right: none;
}
footer {
  position: sticky;
  z-index: -1;
}
main {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 90vh;
}
footer {
  position: fixed;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}
.table-wrapper table tr th.padding-left-zero .form-check {
  font-size: 17px;
}
.table-wrapper table tr td.padding-left-zero {
  padding-left: 0px !important;
}
.module-bdy-sec {
  display: flex;
  max-width: 320px;
  flex-wrap: wrap;
  gap: 9px;
}
table.table.table-tamplate-style.table-user-style.table-user-seting thead tr th {
  vertical-align: middle;
}
.dataretentionpolicy-container .input-group > input + .input-group-text {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  height: 100%;
}
.dataretentionpolicy-container .input-group > input.form-control {
  color: #2c2c2c;
  text-align: center;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.2px;
}
.dataretentionpolicy-container .input-group > input + span.input-group-text {
  color: #2c2c2c;
  text-align: center;
  font-family: Quicksand;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dataretentionpolicy-container .lockedservice.new {
  top: 1px;
  padding: 20px 10px;
  background-color: rgb(255 255 255 / 50%);
}
.dataretentionpolicy-container ul.nav.nav-pills > li > button {
  color: rgba(44, 44, 44, 0.6);
  text-align: center;
  font-family: Quicksand;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.form-switch .form-check-input.checkbox-big:after {
  width: 20px;
  height: 20px;
  top: -2px;
  line-height: 36px;
}
.form-switch input.form-check-input.checkbox-big[type=checkbox]:checked:after {
  width: 20px;
  height: 20px;
  top: -2px;
  line-height: 36px;
}
.form-check-input.checkbox-big {
  width: 5.2em;
  height: 2.2em;
}
.form-switch .form-check-input.checkbox-big:checked {
  border-radius: 14px;
  width: 36px;
  height: 18px;
}
.form-switch input.form-check-input.checkbox-big[type=checkbox]:checked:after {
  right: -3px;
}
.dataretentionpolicy-container .editable_txt .input-group > input.form-control {
  color: #6f6f6f;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
  text-align: left;
  width: 76%;
  height: 50px;
  letter-spacing: 0;
  background: #f8f8f8;
}
.dataretentionpolicy-container .editable_txt .input-group > .input-group-text.disable-txtbox {
  background-color: #f8f8f8 !important;
}
.dataretentionpolicy-container .editable_txt .input-group > input.form-control.custom-txt-box.expr-txtbox {
  color: #000;
}
.dataretentionpolicy-container .editable_txt .input-group > input.form-control.expr-txtbox.disable-txtbox {
  color: #000;
}
.offcanvas-body .dataretentionpolicy-container input.form-check-input.checkbox-big-box {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid #1b6dba;
  margin-top: 0px;
}
.offcanvas-body .dataretentionpolicy-container .side-heading-sp-two {
  font-size: 18px;
}
.ct-box.ct-box-style-two.ct-box-three > .row.p-0.w-100 {
  padding-right: 11px !important;
}
.ct-box.ct-box-style-two.ct-box-three > .row.p-0.w-100 .side-heading-sp-three {
  color: #7e7e7e;
  font-family: Quicksand;
  font-size: 24px;
}
.ct-box.ct-box-style-two.ct-box-three .col-lg-2.border-right-ct {
  padding: 22px 10px;
}
.btn-group-create-app.btn-dataenv button.btn.btn-primary.btn-tab-createapp {
  min-width: 210px;
  padding: 0px 20px;
  color: #fff;
  text-align: center;
  font-family: Quicksand;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.btn-group-create-app.btn-dataenv button.btn.btn-secondary.btn-tab-createapp {
  min-width: 210px;
  padding: 0px 20px;
  text-align: center;
  font-family: Quicksand;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.offcanvas-body {
  position: relative;
}
.pie-chart {
  position: relative;
  font-size: 2em;
  border-radius: 50%;
}
.pie-chart--donut:after {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  content: "";
}
.pie-chart__value {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  transform: translate(-50%, -50%);
  z-index: 1;
}
[data-chart="2"] .pie-chart {
  width: 200px;
  height: 200px;
  background-color: #f2f2f2;
  background:
    conic-gradient(
      #3c2bff 0deg,
      #3c2bff 9deg,
      #9f97f7 9deg,
      #9f97f7 20deg,
      #ffb44f 20deg,
      #ffb44f 50deg,
      #f99bab 50deg,
      #f99bab 110deg,
      #9bdfc4 110deg,
      #9bdfc4 200deg,
      #1b6dba 200deg,
      #1b6dba 300deg);
}
[data-chart="2"] .pie-chart--donut:after {
  width: 130px;
  height: 130px;
}
[data-chart="2"] .pie-chart__value {
  font-size: 53.3333333333px;
}
span.chart-heading {
  color: #222529;
  font-family: Quicksand;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  display: block;
}
span.chart-subheading {
  color: #8c97a7;
  text-align: center;
  font-family: Quicksand;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  display: block;
}
.donate-wrapper {
  display: flex;
  align-items: center;
  gap: 28px;
}
ul.color-donate-list-inner li {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
span.color-dot {
  width: 10.8px;
  height: 10.8px;
  display: inline-block;
  border-radius: 100%;
}
.all-color {
  background-color: #62b2fd;
}
span.color-value {
  color: #000;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.2px;
}
span.color-numeric-value {
  color: #2a2e33;
  font-size: 16.2px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.9px;
  text-align: left;
}
span.pece-grey {
  color: #8c97a7;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.2px;
}
.sent-color {
  background-color: #9bdfc4;
}
.inprogress-color {
  background-color: #f99bab;
}
.completed-color {
  background-color: #ffb44f;
}
.annotated-color {
  background-color: #9f97f7;
}
.declined-color {
  background-color: #3c2aff;
}
span.left-sec {
  width: 49%;
}
.envo-dash-heading h3 {
  color: #000;
  font-family: Quicksand;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.overlay {
  fill: #3d70b2;
  opacity: 0.1;
  display: none;
  pointer-events: none;
}
.line {
  stroke-width: 2;
  stroke: #ff00ff;
  fill: none;
  pointer-events: none;
}
.axis path {
  stroke: #5a6872;
}
.tick line {
  stroke: #5a6872;
}
.tick text {
  fill: #5a6872;
}
.graph-container {
  position: relative;
}
.tooltip {
  font-weight: 700;
  padding-left: 1rem 2rem;
  background-color: #fff;
  position: absolute;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dfe3e6;
  padding: 0.25rem 0.5rem;
  pointer-events: none;
  display: none;
}
.tooltip:after {
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.y path {
  display: none;
}
.label {
  font-size: 10px;
  font-weight: 700;
  fill: #5a6872;
  text-anchor: middle;
}
.semi-donut {
  --percentage: 0;
  --fill: #ff0;
  width: 300px;
  height: 150px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  color: var(--fill);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}
.semi-donut:after {
  content: "";
  width: 300px;
  height: 300px;
  border: 50px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
  -webkit-animation: fillAnimation 1s ease-in;
  animation: fillAnimation 1s ease-in;
}
.semi-donut-model-2 {
  width: 300px;
  height: 150px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  color: var(--fill);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}
.graph-container svg.graph {
  max-width: 93%;
}
span.semidonat-conten-big {
  color: #2c2c2c;
  text-align: center;
  font-family: Quicksand;
  font-size: 44.672px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
span.semidonat-conten-small {
  color: #2c2c2c;
  font-family: Quicksand;
  font-size: 19.544px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
ul.profile-img-list.document li a img {
  width: 37px;
  height: 37px;
  border-radius: 100%;
  border: 1px solid #fff;
}
ul.profile-img-list.document .last-count-number {
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.profile-img-list.document li {
  margin-left: -15px;
}
span.txt-tb.norehire-txt {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 317px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
span.info-tooltip img {
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.info-tooltip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
}
.profile-img-list.document {
  margin: 30px 0px 0px 11px;
  flex-wrap: nowrap;
}
.document-hub-heading > h3,
.quetions-category-heading > h3 {
  color: #182433;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.table-tamplate-style thead tr th {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  background: #f6f8fb;
  color: #6c7a91;
  padding-bottom: .5rem;
  vertical-align: middle;
}
tr {
  border: 1px solid #0420451a;
}
.document-hub-heading {
  margin-bottom: 6px;
}
img.bottom-img-pdficon {
  width: 20px;
}
td.subjecttd.docum-date span.name,
td.subjecttd.docum-name span.name {
  color: #182433;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  width: 140px;
}
.sectionui.quick-reportswrapper.document-reprtwrapper {
  margin-left: auto;
}
.sectionui.quick-reportswrapper.document-reprtwrapper .username h3 {
  color: #182433;
  font-size: 18px;
  text-transform: capitalize;
}
.sectionui.quick-reportswrapper.document-reprtwrapper .content-timeline {
  color: #182433;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.sectionui.quick-reportswrapper.document-reprtwrapper .content-timeline.conent-two-obj {
  margin-left: 29px;
}
.sectionui.quick-reportswrapper.document-reprtwrapper span.user-time.conent-two-obj > img {
  margin-right: -25px;
}
.sectionui.quick-reportswrapper.document-reprtwrapper .timeline-list li {
  margin: 0px 4px 0px 17px;
  display: flex;
}
.sectionui.quick-reportswrapper.document-reprtwrapper .user-time > img {
  width: 37px;
  border-radius: 100px;
}
.listing-doc-sec.version.text-version-wrap > div {
  padding-bottom: 6px;
  padding-top: 10px;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}
.caption.new-layer-box.caption-section {
  background: #f6f8fb !important;
}
.listing-doc-sec.version.text-version-wrap > div:last-child {
  border: none;
}
.listing-doc-sec .step {
  position: relative;
  min-height: 43px;
  color: grey;
}
.listing-doc-sec .step + .step {
  margin-top: 20px;
}
.listing-doc-sec .step > div:first-child {
  position: static;
  height: 0;
}
.listing-doc-sec .step > div:not(:first-child) {
  margin-left: 19px;
  width: 100%;
}
.listing-doc-sec .step.step-active {
  color: #4285f4;
}
.listing-doc-sec .step.step-active .circle {
  background-color: #0069b4;
}
.listing-doc-sec .circle {
  background: #0069b4;
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 3px #fff;
  margin-top: 140%;
}
.listing-doc-sec .circle:after {
  content: " ";
  position: absolute;
  display: block;
  top: 0px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 100%;
  width: 2px;
  transform: scale(1, 4);
  transform-origin: 50% -46%;
  border-left: 0.5px dotted #000000;
  z-index: -1;
}
.listing-doc-sec .step:last-child .circle:after {
  border: 1px dotted transparent;
}
.listing-doc-sec .step:first-child .circle:after {
  height: 100%;
  z-index: -1;
}
p.lay-box-bottom:last-child {
  margin-bottom: 0px;
}
.listing-doc-sec .title {
  line-height: 1.5em;
  font-weight: bold;
}
.listing-doc-sec .caption {
  font-size: 0.8em;
}
.listing-doc-body {
  padding: 17px 30px 46px 30px;
  border-radius: 11px;
  background-color: #f9f9f9;
  position: relative;
  z-index: -1;
}
.listing-doc-sec .caption {
  border: 1px solid #ececec;
  padding: 8px 11px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  background-color: #fff;
  color: #000;
}
.listing-doc-sec.version {
  margin-top: 20px;
}
.new-layer-box-one > h4 {
  color: #313131;
  margin-bottom: 0px;
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 17px;
}
.new-layer-box-two {
  text-align: center;
}
.new-layer-box-two > span {
  color: #aaa;
  text-align: center;
  width: auto;
  display: block;
  margin-bottom: 0px;
  font-size: 12px;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 17px;
}
.new-layer-box-three > span {
  color: #aaa;
  text-align: center;
  width: auto;
  display: block;
  margin-bottom: 0px;
  font-size: 12px;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 17px;
}
.new-layer-box-three {
  text-align: center;
}
.new-layer-box-two > h6 {
  color: #313131;
  margin-bottom: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.new-layer-box-three > h6 {
  margin-bottom: 0px;
  color: #313131;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
p.lay-box-bottom {
  color: #c1c1c1;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.119px;
  margin-bottom: 29px;
}
.listing-doc-sec.version .step {
  display: flex;
  width: 100%;
}
.listing-doc-sec .step + .step {
  margin-top: 30px;
}
.standared-form-bdy {
  margin-top: 31px;
  border-radius: 14px;
  border: 1px dashed #f4d775;
  background: #f8edc9;
  padding: 8px 18px;
}
p.standared-txt {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 0px;
}
.button-bottom-standared a.btn.btn-primary.btn-tab-createapp {
  min-width: 274.562px;
  padding: 14px 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 14px;
  background: #1b6dba;
}
.button-bottom-standared {
  position: absolute;
  bottom: 17px;
  width: 92%;
}
section.standared-form-sec {
  margin-left: 20px;
  margin-right: 20px;
}
.btn-view-light {
  border-radius: 14px;
  border: 1px dashed #f4d775;
  background: #f8edc9;
  color: #2c2c2c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.btn-view-light:hover {
  border: 1px dashed #f4d775;
  background: #f8edc9;
  color: #2c2c2c;
}
input.form-control.standared-form-contol,
textarea.form-control.standared-form-contol {
  height: 40px;
  color: #182433 !important;
  padding: 0.4375rem 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4285714286;
  color: #8A97AB;
  box-shadow: rgb(229 229 231 / 25%) 0px 2px 5px -1px, rgb(255 255 255 / 30%) 0px 1px 3px -1px;
  background: #fff;
  border-radius: 4px !important;
  font-style: normal;
  text-transform: capitalize;
  border: 1px solid #d1d1d1;
}
.form-group.row {
  margin-bottom: 20px;
  align-items: center;
}
.col-form-label-sm {
  padding-right: 0px;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-size: 15px !important;
  line-height: 22px;
  font-weight: 500;
  color: #182433 !important;
}
.set-signing-check-bdy {
  border-radius: 14px;
  border: 1px dashed #f4d775;
  background: #f8edc9;
  padding: 11px 21px;
  max-width: 228px;
  margin-left: auto;
}
.set-signing-check-bdy .form-switch .form-check-input:after {
  width: 27px;
  height: 27px;
  left: -2px;
  top: -4px;
}
.set-signing-check-bdy .form-switch input.form-check-input[type=checkbox]:checked:after {
  width: 27px;
  height: 27px;
  top: -4px;
  right: -2px;
}
.set-signing-check-bdy .form-switch .form-check-input {
  width: 49px;
  height: 21px;
}
.form-check-input:checked[type=checkbox] + label.form-check-label.active-txt {
  color: #2c2c2c;
}
.particular-sec > h3 {
  color: #2c2c2c;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.row.prticular-bdy-top {
  margin-top: 62px;
}
.standared.new-layer-box {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
}
.standared.new-layer-box {
  display: flex;
  justify-content: space-between;
  padding: 19px 25px;
}
.standared.new-layer-box {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
}
.standared.new-layer-box {
  padding: 14px;
}
.standared.new-layer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
button.setting-button {
  border: none;
  background-color: transparent;
}
.box-white-st {
  width: 90%;
  display: inline-block;
}
.listing-doc-sec .step > div.box-btn-st {
  margin-left: 0px;
  display: inline-block;
}
.listing-doc-sec.standared-from-listing {
  margin-top: 20px;
}
.listing-doc-sec .step > div.box-white-st {
  margin-left: 27px;
}
.listing-doc-sec.standared-from-listing .step {
  display: flex;
  align-items: baseline;
}
.caption.new-layer-box {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 30px;
  justify-content: space-between;
}
.caption.new-layer-box {
  border-radius: 8.625px;
  background: #f6f8fb;
  padding: 12px 11px;
}
.listing-doc-sec.version-popup .caption.new-layer-box {
  justify-content: space-between;
}
.version-update-wrapper-box {
  width: 100%;
}
.doc-version-icon {
  width: 20px;
}
.versio-icon-text-wrap {
  display: flex;
  gap: 10px;
}
.listing-doc-sec.version-popup .new-layer-box-one > h4 {
  color: #313131;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.listing-doc-sec.version-popup .new-layer-box-two > h6 {
  color: #313131;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.listing-doc-sec.version-popup .new-layer-box-two > span {
  color: #aaa;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 45px;
}
.listing-doc-sec.version-popup .new-layer-box-three > h6 {
  color: #313131;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.listing-doc-sec.version-popup .new-layer-box-three > span {
  color: #aaa;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 75px;
}
.listing-doc-sec.version-popup p.lay-box-bottom {
  color: #c1c1c1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.listing-doc-sec.version-popup .circle:after {
  transform: scale(1, 5);
  transform-origin: 50% -34%;
}
.listing-doc-sec.version-popup .step > div:not(:first-child) {
  margin-left: 23px;
  padding-left: 0;
}
.listing-doc-sec.version-popup .step {
  display: flex;
  align-items: baseline;
}
.listing-doc-sec.version-popup .step > div:last-child {
  width: 100%;
}
.dataretentionpolicy-container p.sub-para {
  color: #2c2c2c;
}
.input-group.heading-input-bdy input.form-control {
  border-radius: 11.9px;
  background-color: #f8f8f8;
  color: #aaa;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  padding: 15px 20px;
  letter-spacing: 0px;
  text-align: left;
  border: none;
}
textarea.form-control,
input.form-control {
  font-weight: 400 !important;
  font-size: 15px !important;
}
button.btn-delete-pop {
  background-color: transparent;
  border: none;
}
button.btn-plus-pop {
  background-color: transparent;
  border: none;
}
textarea.form-control.custom-pop-inpt {
  border-radius: 11.9px;
  background-color: #f8f8f8;
}
p.sub-para-bold {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.sharing-box {
  color: #aaa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  padding-right: 18px;
}
span.email-id-txt {
  border-radius: 12px;
  border: 0.5px solid #373737;
  padding: 2px 7px;
  margin: 5px;
  display: inline-block;
}
.sharing-box-bdy {
  border-radius: 7.9px;
  background: #f8f8f8;
  padding: 7px 8px;
  min-height: 68px;
}
.close-share {
  position: absolute;
  right: 12px;
  top: 1px;
}
.sharing-box-bdy {
  position: relative;
}
.setting-button {
  margin-left: 20px;
}
.btn-secondary-theme {
  border-radius: 5px;
  background-color: #eee;
  color: #595959;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 11px 20px;
}
.btn-secondary-theme:hover {
  background-color: #eee;
  color: #595959;
}
.plist-item {
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #dbdbdb;
  background: #fafafa;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
span.plist-item-icon {
  width: 39px;
  height: 41px;
  display: inline-block;
  padding: 6px;
}
.bg-blue {
  background-color: #1b6dba;
  text-align: center;
}
.bg-orange {
  background-color: #de6a15;
  text-align: center;
}
.bg-purple {
  background-color: #aa4499;
  text-align: center;
}
.bg-green {
  background-color: #117733;
  text-align: center;
}
.bg-lite-yellow {
  background-color: #ddcc77;
  text-align: center;
}
.bg-lite-pink {
  background-color: #cc6677;
  text-align: center;
}
span.plist-item-content {
  display: inline-block;
  color: #182433;
  font-size: 15px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 75%;
}
.particular-heading-asid {
  margin-bottom: 14px;
}
.particular-heading-asid > h3 {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.particular-heading-asid > h3 > img {
  margin-right: 14px;
}
.view-all-pl {
  text-align: center;
}
.btn.btn-view-all-pl {
  color: #1b6dba;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.q-items {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(223, 223, 223, 0.25);
  display: flex;
  align-items: center;
  padding: 12px 7px;
  margin-bottom: 12px;
}
span.q-items-watch {
  display: inline-block;
}
span.q-items-drag {
  display: inline-flex;
}
span.q-items-content {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 10px;
  display: block;
}
.search-filter-main.ques-search > img {
  right: 10px;
  position: absolute;
  left: unset;
  top: 8px;
}
.aside-left-sec .questions-bdy .accordion-flush .accordion-item .accordion-button {
  padding-left: 0;
}
div#accordionhQuestion {
  padding: 0px 16px;
}
span.question-accordion {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  width: -webkit-fill-available;
  display: flex;
  align-items: end;
  gap: 8px;
  color: #182433;
  padding: 0 10px;
  font-style: normal;
  line-height: normal;
}
.questions-bdy .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.questions-bdy .accordion-button:focus {
  border: none;
  box-shadow: unset;
}
span.q-items-watch {
  margin-right: 10px;
}
aside.aside-left-sec {
  position: fixed;
  height: 100%;
  z-index: 99;
  max-width: 19%;
  overflow-y: scroll;
  background-color: #fff;
  width: 100%;
}
.aside-left-sec .questions-bdy .accordion-body {
  padding-left: 5px;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #1b6dba #ffffff;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: #ffffff;
}
*::-webkit-scrollbar-thumb {
  background-color: #1b6dba;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.id-box-sec {
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 19px;
  flex-wrap: wrap;
}
span.id-box-sec-txt {
  color: #1b6dba;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
span.requiredtxt {
  color: #2c2c2c;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
div#accordionFlushExample-2 button.accordion-button.collapsed {
  border: none;
  margin: 7px 0;
}
p.allow-validation {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}
.rule-bg {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(223, 223, 223, 0.25);
  padding: 10px 0px;
}
.form-setting-ac input.form-control {
  border: none;
  color: #aaa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
label.form-check-label {
  color: #212529 !important;
}
.questions-bdy .accordion-flush .accordion-item {
  border: none;
}
.pdf-bdy {
  text-align: center;
}
.pdf-viewer-bdy {
  background-color: #f5f5f5;
  max-width: 90%;
  margin: auto;
}
.particular-heading-asid-bdy {
  margin-top: 15px;
}
.edit-document aside.aside-right-sec {
  width: 20% !important;
}
aside.aside-right-sec {
  position: fixed;
  height: 100%;
  z-index: 99;
  overflow-y: scroll;
  background-color: #fff;
  width: 26%;
  right: 0;
}
.pdf-bdy-bg {
  background-color: #f5f5f5;
}
.col-xl-6.pdf-bdy-bg {
  margin: auto;
}
.pdf-bdy > img {
  max-width: 100%;
}
.search-user-name .search-filter-main > img {
  top: 11px;
  left: 9px;
}
.search-user-name input.form-control {
  border-radius: 11.9px;
  background-color: #f8f8f8;
  color: #aaa;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-indent: 20px;
  height: 42.5px;
  border: none;
}
span.manager-pop {
  color: #ababab;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid #ababab;
  padding: 4px 4px;
  margin-right: 10px;
}
.user-cross-listing {
  padding: 16px 17px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
span.close-pop-ic {
  margin-left: 4px;
}
span.image-user-pop {
  border-radius: 8px;
  background: #d9d9d9;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 20px;
}
.user-name-pop-bdy {
  display: flex;
  align-items: center;
}
.row.user-cross-listing.input-search {
  align-items: center;
  border: none;
}
.user-search-bdy input.form-control {
  border-radius: 11.9px;
  background-color: #f8f8f8;
  border: none;
  padding: 6px 16px;
}
.aside-right-sec .questions-bdy .accordion-body {
}
.row.rule-engine-wrapper {
  margin-top: 20px;
  max-height: 480px;
  overflow: hidden auto;
}
aside.aside-right-sec .search-filter-main.ques-search {
  margin-top: 11px;
}
button.accordion-button.blue-border {
  border-left: 10px solid #1b6dba !important;
}
button.accordion-button.orange-border {
  border-left: 10px solid #efb48a !important;
}
button.accordion-button.pink-border {
  border-left: 10px solid #d4a1cc !important;
}
button.accordion-button.green-border {
  border-left: 10px solid #88bb99 !important;
}
button.accordion-button.yellow-border {
  border-left: 10px solid #eee5bb !important;
}
button.accordion-button.red-border {
  border-left: 10px solid #e5b3bb !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}
.tags-input-wrapper {
  background: transparent;
  border-radius: 4px;
  max-width: 100%;
}
.tags-input-wrapper input {
  border: none;
  background: transparent;
  outline: none;
  width: 140px;
  margin-left: 8px;
}
.tags-input-wrapper .tag {
  border-radius: 12px;
  border: 0.5px solid #373737;
  padding: 2px 7px;
  margin: 5px;
  display: inline-block;
  color: #aaa;
}
.tags-input-wrapper .tag a {
  margin: 0 7px 3px;
  display: inline-block;
  cursor: pointer;
}
.evlop-container {
  max-width: 1825px;
  margin: auto;
  padding-top: 38px;
}
.semidonat-bottom-right > h3 {
  color: #1b6dba;
  font-size: 107.886px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.semidonat-bottom-right > h3 > span {
  color: #1b6dba;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.envo-dash-heading {
  margin-bottom: 30px;
}
.envo-donatchart_bdy {
  border-right: 2px dotted #e0e0e0;
  height: 100%;
}
.graph-vertical-bdy {
  height: 100%;
  border-right: 2px dotted #e0e0e0;
}
.semidonat-sec {
  display: flex;
  justify-content: center;
  padding-bottom: 46px;
}
.semidonat-bottom-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.semidonat-bottom-left > p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  max-width: 263px;
}
.semidonat-bottom-right {
  margin-left: 97px;
}
.row.envolope-tabs {
  border-top: 2px dotted #e0e0e0;
}
.dataretentionpolicy-container a.btn-config {
  background-color: transparent;
  color: #1b6dba;
  border: unset;
}
.semidonate-bdy .envo-dash-heading {
  padding-left: 10%;
}
.dataretentionpolicy-container a.btn-config {
  background-color: transparent;
  color: #1b6dba;
  border: none;
  margin-top: 0px;
}
.bx--graph-header {
  font-weight: 300;
  font-size: 24px;
}
.overlay {
  fill: #3d70b2;
  opacity: 0.1;
  display: none;
  pointer-events: none;
}
.line {
  stroke-width: 2;
  stroke: #ff00ff;
  fill: none;
  pointer-events: none;
}
.axis path {
  stroke: #5a6872;
}
.tick line {
  stroke: #5a6872;
}
.tick text {
  fill: #5a6872;
}
.graph-container {
  position: relative;
}
.tooltip {
  font-weight: 700;
  padding-left: 1rem 2rem;
  background-color: #fff;
  position: absolute;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dfe3e6;
  padding: 0.25rem 0.5rem;
  pointer-events: none;
  display: none;
  &:after {
    content: "";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
  }
}
.y path {
  display: none;
}
.label {
  font-size: 10px;
  font-weight: 700;
  fill: #5a6872;
  text-anchor: middle;
}
input.form-control.custom-pop-inpt {
  color: #6d6d6d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: lowercase;
  border-radius: 11.9px;
  background: #f8f8f8;
  border: none;
  padding: 16px 14px;
  width: 100%;
}
nav.tamplate_nav.three-tab .nav-tabs .nav-link {
  width: unset;
}
ul.doc-que-list {
  list-style: none;
  padding-left: unset;
  margin-bottom: 0px;
  margin-top: 14px;
}
span.doc-que-list {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
span.blue-bg-round {
  border-radius: 50px;
  background: #1b6dba;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 10px;
}
ul.doc-que-list > li {
  margin-bottom: 25px;
}
ul.doc-que-list > li:last-child {
  margin-bottom: 0px;
}
.activity-tabs > .tamplate_nav.three-tab > .nav-tabs {
  justify-content: space-between;
}
a.basic-buttons {
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  background: #fafafa;
  color: #182433 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 17px 15px;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  overflow: hidden;
  padding: 6px 15px;
}
.basic-element > h3 {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #182433;
  font-style: normal;
}
a.basic-buttons > img {
  margin-right: 15px;
  width: 20px;
  height: 20px;
}
.qus-hub-inner {
  padding-bottom: 142px;
}
.ques-hub-mid-bdy {
  max-width: 90%;
  margin: auto;
}
.section-toggle-sec {
  display: flex;
  align-items: baseline;
  column-gap: 10px;
}
.ques-hub-blue-bx {
  padding: 0px 19px;
}
button.btn.btn-primary.question-hidebtn {
  border: 1px solid #2673b2 !important;
  padding: 2px 11px !important;
  border-radius: 4px;
}
.que-inner select.form-select {
  border-radius: 11.9px;
  background: #f8f8f8;
  border: none;
  padding: 10px 19px;
  color: #aaa;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
  background-image: url("./media/dropdown-icon-blue-VNSFIBFM.svg");
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.que-inner textarea.form-control {
  display: block;
  background: #fff !important;
  padding: 0.4375rem 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4285714286;
  color: #182433 !important;
  box-shadow: rgb(229 229 231 / 25%) 0px 2px 5px -1px, rgb(255 255 255 / 30%) 0px 1px 3px -1px;
  background: #fff;
  border-radius: 4px !important;
  font-style: normal;
  text-transform: capitalize;
  border: 1px solid #d1d1d1;
}
span.show-txt {
  color: #929292;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.show-checkbox input.form-check-input {
  border: 0.778px solid #1b6dba;
}
button.btn-upload-btn {
  background-color: #1b6dba;
  display: flex;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
  border: none;
  border-radius: 6px;
  padding: 6px 11px;
  align-items: center;
}
button.btn-upload-btn > svg {
  margin-right: 4px;
}
.show-button-bdy {
  display: flex;
  justify-content: right;
}
.input-box-bdy-ques {
  border-radius: 11.9px;
  background: #1b6dba;
  padding: 11px 12px;
  margin: unset;
}
.edit-descr-question input.form-control {
  border-radius: 11.9px;
  border: 1.16px dashed #cae5ff;
  background-color: transparent;
  position: relative;
}
.dropbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
}
button.btn-delete-qus {
  background-color: transparent;
  border: none;
}
.ques-img {
  display: inline-block;
  margin-right: 2px;
}
.edit-descr-question {
  display: inline-block;
  width: 100%;
}
.NgxEditor {
  border: none !important;
}
.NgxEditor__Content p,
button.NgxEditor__MenuItem--Icon svg {
  color: #182433 !important;
}
.input-box-bdy-ques {
  background-color: #fff;
  margin: unset;
  display: block;
  padding: .4375rem .75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4285714286;
  color: #182433 !important;
  box-shadow: rgb(229 229 231 / 25%) 0px 2px 5px -1px, rgb(255 255 255 / 30%) 0px 1px 3px -1px;
  border-radius: 4px !important;
  font-style: normal;
  text-transform: capitalize;
  border: 1px solid #d1d1d1;
}
.dropdown.dropdwn .dropdown-toggle::after {
  display: none;
}
button.btn-delete-qus.toogle-sidebar {
  box-shadow: none;
  background: none;
  margin: 0 0px;
  padding: 0px;
}
.dropdown.dropdwn > a.btn-dropbox.dropdown-toggle {
  color: #8a8a8a;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.edit-descr-question input.form-control {
  display: block;
  background: #fff !important;
  padding: .4375rem .75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4285714286;
  color: #182433 !important;
  box-shadow: rgb(229 229 231 / 25%) 0px 2px 5px -1px, rgb(255 255 255 / 30%) 0px 1px 3px -1px;
  height: 43px !important;
  background: #fff;
  border-radius: 4px !important;
  font-style: normal;
  text-transform: capitalize;
  border: 1px solid #d1d1d1;
}
.edit-descr-question input.form-control::placeholder {
  color: #fff;
}
.result-input-table {
  margin-top: 4px;
  display: block;
  background: #fff !important;
  padding: .4375rem .75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4285714286;
  color: #182433 !important;
  box-shadow: rgb(229 229 231 / 25%) 0px 2px 5px -1px, rgb(255 255 255 / 30%) 0px 1px 3px -1px;
  border-radius: 4px !important;
  font-style: normal;
  text-transform: capitalize;
  border: 1px solid #d1d1d1;
}
.result-input-table-inner {
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  padding: 0px 0px;
  justify-content: space-between;
}
.result-icon-btn li a img {
  width: 15px;
}
.result-icon-btn ul li {
  display: inline-block;
  margin-right: 10px;
}
.f-result-input-col {
  width: 87%;
}
span.re-value-txt {
  margin-left: 10px;
  color: #182433;
  font-style: normal;
  text-transform: capitalize;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4285714286;
}
.result-icon-btn > ul {
  padding-left: 0;
}
.que-inner {
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 30px;
}
.result-input-table-inner:last-child {
  border-bottom: none;
}
.statuslabel.inactive-bages {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #1f9254;
  background: #f6f6f6;
  border-radius: 22px;
  border: 0.5px solid #f6f6f6;
  padding: 5px 12px;
}
.statuslabel.drraft-bages {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #cd6200;
  background: #fef2e5;
  border-radius: 22px;
  border: 0.5px solid #fef2e5;
  padding: 5px 12px;
}
p.blue-txt-dy {
  margin-bottom: 0px;
  color: #1b6dba;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.statuslabel.active-bages {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #1f9254;
  background: #ebf9f1;
  border-radius: 22px;
  border: 0.5px solid #ebf9f1;
  padding: 5px 12px;
}
.btn.btn-whitetheme {
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 24px;
  border: 0.84px solid #e9e9e9;
  background: #fff;
  color: rgba(44, 44, 44, 0.6);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.rule-he-txt > h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.col.two-con > span {
  display: contents;
}
.col.two-con > span select.form-select {
  border-radius: 11.9px;
  background: #f8f8f8;
  border: none;
  padding: 6px 19px;
  color: #aaa;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
  background-image: url("./media/dropdown-icon-blue-VNSFIBFM.svg");
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  width: 100%;
}
.col.two-con > span select.form-select {
  width: 80%;
}
.col.two-con {
  display: flex;
  align-items: center;
  gap: 11px;
}
.col.two-con > span:first-child {
  padding-right: 12px;
  color: #aaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
  white-space: nowrap;
}
span.rule-short {
  color: #aaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
}
.rule-bdy-btn-container {
  align-items: center;
}
.multiple-inp-box > .row .col {
  border-right: 1px solid #dddd;
}
.rule-id-bdy.col-xl-1 {
  border-right: 1px solid #ddd;
}
.rule-he-txt-new {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 19px;
}
.questions-bdy.rule-ac-bdy h2.accordion-header {
  border-radius: 5px;
  background: #f2f2f2;
  border: none;
  padding: 0px 0px 0px 15px;
}
.questions-bdy.rule-ac-bdy .accordion-flush .accordion-item {
  margin-bottom: 12px;
}
.bg-grey-rule {
  background-color: #f5f5f5;
  height: 100%;
}
.innerbox-rule {
  height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerbox-rule-para {
  border-radius: 8.115px;
  border: 1.623px dashed #1b6dba;
  background: #e7f3ff;
  display: block;
  padding: 44px 0px;
  width: 600px;
  text-align: center;
}
.innerbox-rule-para > p {
  color: #124e86;
  font-size: 25.969px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.override-bdy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.standared.box-listing-bdy {
  background-color: #fff;
  border: 0.5px solid #ececec;
  font-weight: 400;
  line-height: 21.25px;
  text-transform: capitalize;
  padding: 8px 11px;
  border-radius: 6px;
  color: #182433;
  font-size: 14px;
  font-style: normal;
}
.standared.box-listing-bdy > p {
  margin-bottom: 0px;
}
.list-document-bdy {
  padding: 15px 30px;
  position: relative;
  z-index: -1;
  width: 96%;
  margin-left: auto;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  background: #fafafa;
  margin-bottom: 5px;
}
.list-document-bdy .listing-doc-sec .circle:after {
  transform: scale(1, 3);
}
.list-document-bdy .listing-doc-sec .step + .step {
  margin-top: 8px;
}
.box-white-st-cn {
  width: 100%;
}
.crete-nv-bdy {
  max-width: 95%;
}
.border-ri-create {
  border-right: 1px solid #cfcfcf;
}
.box-white-st.right-listwtbox {
  width: 100%;
}
.sign-inpt-bdy {
  display: flex;
  gap: 14px;
}
.standared.new-layer-box.sign-inpt-content {
  align-items: center;
}
.doc-delivery-bdy {
  display: flex;
  column-gap: 10px;
}
.side-heading-sp-new {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2c2c2c;
}
.dataretentionpolicy-container .side-para-sp-new {
  color: #2c2c2c;
  width: 378px;
  font-size: 13px;
  margin-bottom: 5px;
}
.form-switch input.form-check-input.checkbox-mid {
  position: relative;
  background: #ffffff;
  border: 1px solid #a3a3a3;
  border-radius: 14px;
}
.form-switch .form-check-input.checkbox-mid:after {
  width: 28px;
  height: 28px;
  top: -3px;
  line-height: 28px;
}
.form-switch input.form-check-input.checkbox-mid[type=checkbox]:checked:after {
  width: 28px;
  height: 28px;
  top: -3px;
  line-height: 28px;
}
.form-check-input.checkbox-mid {
  width: 3.5em;
  height: 1.5em;
}
.form-switch .form-check-input.checkbox-mid:checked {
  border-radius: 14px;
}
.form-switch input.form-check-input.checkbox-mid[type=checkbox]:checked:after {
  right: -3px;
}
.dataTables_wrapper.form-inline.dt-bootstrap.no-footer {
  display: unset !important;
}
.dataTables_wrapper.form-inline.dt-bootstrap.no-footer .row {
  margin: unset;
}
.dataTables_filter {
  text-align: right;
}
input.form-control.pop-txt-box {
}
.poplisting-box-inner-icon {
  text-align: right;
}
.listing-doc-sec.standared-from-listing.white-box .step + .step {
  margin-top: 10px;
}
.listing-doc-sec.standared-from-listing.white-box .circle:after {
  transform: scale(1, 5);
}
.pop-sel {
  margin-top: 13px;
}
.envlop-ri > .btn {
  width: 100%;
}
.btn-secondrytheme {
  border-radius: 14px;
  border: 1px solid #1b6dba;
  color: #1b6dba;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 24px;
}
.btn-secondrytheme:hover {
  border: 1px solid #1b6dba;
  color: #1b6dba;
  background-color: #fff;
}
.bottom-total-box {
  display: flex;
  column-gap: 21px;
  margin-top: 20px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.bottom-total-box-in > h5 {
  font-size: 20px;
  font-weight: 600;
}
.test-envol-bdy > h5 {
  font-size: 20px;
  font-weight: 600;
}
.test-envol-bdy > p {
  font-size: 18px;
}
.ea-hub-heading > h3 {
  padding-left: 30px;
}
.row.pading-re {
  padding-left: 30px;
  padding-bottom: 27px;
}
.row.border-bottom-er {
  border-bottom: 1px solid #cfcfcf;
}
.reception-sect .table-wrapper thead {
  border: none;
}
td.docum-date > p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.table-wrapper table td > p > a.get-btn {
  color: #1b6dba;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  border-radius: 22px;
  border: 0.5px solid #1b6dba;
  padding: 7px 12px;
}
td.docum-date > p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
td.docum-date > p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.heaing-reci > h3 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.btn-bdy-modal button.btn-close {
  position: absolute;
  top: 7px;
  left: unset;
  right: 4px;
}
.check-box-modal-btn {
  margin-left: auto;
}
span.active-head {
  font-size: 17px;
  font-weight: 700;
  width: 200px;
  display: block;
  text-align: center;
}
.checklisting-bdy-modal.m-nvolp > .row {
  margin: unset;
}
.checklisting-bdy-modal.m-nvolp .listing-doc-sec .circle {
  z-index: 1;
}
.checklisting-bdy-modal.m-nvolp .listing-doc-sec .step + .step {
  margin-top: 42px;
}
.standared.box-listing-bdy.m-nvolp {
  background-color: unset;
  border: unset;
  padding-top: unset;
  padding-bottom: unset;
}
.checklisting-bdy-modal.m-nvolp .listing-doc-sec.standared-from-listing .step {
  align-items: unset;
}
.doc-vox-new-bdy.row {
  border-bottom: 1px solid #dadada;
}
h5.doc-vox-new-heading {
  font-weight: 700;
  color: #000;
}
.standared.box-listing-bdy.m-nvolp > p {
  font-size: 16px;
}
.checklisting-bdy-modal.m-nvolp .listing-doc-sec.standared-from-listing {
  max-height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.checklisting-bdy-modal {
  scrollbar-width: thin;
}
span.search-number {
  margin-left: 10px;
}
button.navbar-toggler.collapsed:focus {
  box-shadow: none !important;
}
button:focus:not(:focus-visible) {
  box-shadow: none;
}
aside.aside-left-sec {
  scrollbar-width: thin !important;
}
button.navbar-toggler {
  border: none;
}
a.btn.btn-plus-table:active {
  border: none;
}
.ques-hub-mid-bdy ul.dropdown-menu.show {
  transform: translate3d(0px, 34px, 0px) !important;
}
.document-main td.subjecttd.docum-date span.name {
  font-size: 17px;
}
.document-main td.subjecttd.docum-name p span.name {
  font-size: 17px;
  font-weight: 500;
}
.document-main span.txt-tb {
  font-size: 17px;
}
.question-main span.txt-tb {
  font-size: 14px;
}
.question-main td.subjecttd.docum-date span.name {
  font-size: 17px;
}
.question-main td.subjecttd.docum-name span.name {
  font-size: 17px;
  font-weight: 500;
}
.template-main span.txt-tb {
  font-size: 17px;
}
.template-main .table.table-tamplate-style tbody tr td.font15,
.template-main .table.table-tamplate-style tbody tr td.subjecttd > p:nth-child(1) > span {
  color: #182433;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}
.rules-main span.txt-tb {
  font-size: 17px;
}
.rules-main td.subjecttd.docum-date span.name {
  font-size: 17px;
}
.rules-main .table.table-tamplate-style tbody tr td.font15 {
  font-size: 17px;
}
.envolop-dashboard-wrapper .txt-tb {
  font-size: 17px;
}
.envolop-dashboard-wrapper .table.table-tamplate-style tbody tr td.font15 {
  font-size: 17px;
}
table.table.table-tamplate-style td {
  vertical-align: middle;
}
.table > :not(caption) > * > * {
  padding: 0 12px !important;
}
.rules-main table.table.table-tamplate-style.tbledocument thead tr th:nth-child(4) {
  min-width: fit-content;
}
table.table.table-tamplate-style.tbledocument thead tr th:nth-child(4) {
  min-width: fit-content;
}
a {
  text-decoration: none !important;
}
.question-main span.txt-tb.norehire-txt {
  white-space: normal;
}
.question-main span.txt-tb {
  white-space: nowrap;
}
.btn-group-create-app.btn-dataenv button.btn.btn-primary.btn-tab-createapp {
  min-width: 48%;
  padding: 14px 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.btn-group-create-app.btn-dataenv button.btn.btn-secondary.btn-tab-createapp {
  min-width: 48%;
  padding: 14px 20px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.btn-footer-popup.bottom-fix {
  position: sticky;
  width: 100%;
  bottom: -1px;
  padding-top: 10px;
}
.offcanvas-body {
  position: relative;
}
.table-wrapper.table-responsive table.table.table-bordered.table-access-no-border.apiaccess-tbl tbody > tr > td {
  padding: 13px 6px !important;
}
.btn-footer-popup .row {
  margin-left: unset;
  margin-right: unset;
}
.btn-footer-popup .row .col-lg-12.col-sm-12.text-center {
  width: 90%;
}
.user-manager-pop-bdy {
  display: flex;
  justify-content: flex-end;
}
.right-content-pop.row .form-switch input.form-check-input[type=checkbox]:checked:after {
  position: absolute;
  content: "";
  right: -3px;
  top: -3px;
  line-height: 20px;
  background: #1b6dba;
  border-radius: 64px;
  width: 20px;
  height: 20px;
  left: auto;
}
.right-content-pop.row .form-switch .form-check-input:after {
  position: absolute;
  content: "";
  line-height: 20px;
  background: #a3a3a3;
  border-radius: 64px;
  width: 20px;
  height: 20px;
  left: -3px;
  top: -3px;
}
.right-content-pop.row .form-switch .form-check-input {
  height: 17px;
  width: 32px;
}
.right-content-pop.row .col-lg-3 {
  max-width: 12%;
  text-align: center;
  padding: unset;
  display: flex;
  justify-content: center;
}
.right-content-pop.row {
  justify-content: end;
}
.listing-doc-sec.version-popup .step + .step {
  margin-top: 20px;
}
.listing-doc-sec.version-popup .circle {
  margin-top: unset;
}
.listing-doc-sec.version-popup .circle {
  margin-top: -20px;
}
.accordion-body .form-switch input.form-check-input[type=checkbox]:checked:after {
  position: absolute;
  content: "";
  line-height: 20px;
  background: #1b6dba;
  border-radius: 64px;
  width: 20px !important;
  height: 20px !important;
  right: -4px;
  top: -2px !important;
  left: auto;
}
.accordion-body .form-switch .form-check-input:after {
  position: absolute;
  content: "";
  line-height: 20px;
  background: #a3a3a3;
  border-radius: 64px;
  width: 20px;
  height: 20px;
  left: -4px;
  top: -2px;
}
.accordion-body .form-switch .form-check-input {
  height: 17px;
  width: 32px;
}
.btn-yellow {
  border-radius: 14px;
  border: 1px dashed #f4d775;
  background: #f8edc9;
  padding: 11px 21px;
  max-width: 228px;
  margin-left: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  color: #2c2c2c;
}
.btn-yellow:hover {
  border: 1px dashed #f4d775;
  background: #f8edc9;
}
.set-singing-btn {
  text-align: right;
}
.inactact-pop-bdy .form-switch input.form-check-input[type=checkbox]:checked:after {
  position: absolute;
  content: "";
  right: -3px;
  top: -3px;
  line-height: 20px;
  background: #1b6dba;
  border-radius: 64px;
  width: 20px;
  height: 20px;
  left: auto;
}
.inactact-pop-bdy .form-switch .form-check-input:after {
  position: absolute;
  content: "";
  line-height: 20px;
  background: #a3a3a3;
  border-radius: 64px;
  width: 20px;
  height: 20px;
  left: -3px;
  top: -3px;
}
.inactact-pop-bdy .form-switch .form-check-input {
  height: 17px;
  width: 32px;
}
.right-content-pop.row .col {
  max-width: 17%;
  text-align: center;
  padding: unset;
  display: flex;
  justify-content: center;
}
.right-content-pop.row .col button.btn-plus-pop {
  padding: unset;
}
.right-content-pop.row .col button.btn-delete-pop {
  padding: unset;
}
.tag {
  display: inline-block;
  background-color: transparent;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #000;
  border-radius: 40px;
}
.tag .add-icon {
  cursor: pointer;
  margin-left: 5px;
}
input.tag-input {
  border: 0;
  background-color: transparent;
}
.send-signed-radio .form-switch input.form-check-input[type=checkbox]:checked:after {
  position: absolute;
  content: "";
  right: -3px;
  top: -3px;
  line-height: 20px;
  background: #1b6dba;
  border-radius: 64px;
  width: 20px;
  height: 20px;
  left: auto;
}
.send-signed-radio .form-switch .form-check-input:after {
  position: absolute;
  content: "";
  line-height: 20px;
  background: #a3a3a3;
  border-radius: 64px;
  width: 20px;
  height: 20px;
  left: -3px;
  top: -3px;
}
.send-signed-radio .form-switch .form-check-input {
  height: 17px;
  width: 32px;
}
.search-user-name .search-filter-main > img {
  top: 11px;
  left: 19px;
}
.search-user-name input.form-control {
  text-indent: 36px;
  font-size: 17px;
}
.search-user-name input.form-control::placeholder {
  font-size: 17px;
}
.row.user-cross-listing.input-search .col-xl-2 {
  max-width: 12%;
  padding-right: unset;
}
.row.user-cross-listing.input-search {
  flex-wrap: nowrap;
}
.row.user-cross-listing.input-search .col-xl-10 {
  max-width: 88%;
  padding-left: unset;
}
.listing-doc-sec.standared-from-listing.white-box .circle {
  margin-top: unset;
}
.listing-doc-sec.standared-from-listing.white-box .step + .step {
  margin-top: 5px;
}
.listing-doc-sec.standared-from-listing.white-box .circle:after {
  transform-origin: 50% -19%;
  height: 135%;
}
.listing-doc-sec.standared-from-listing.white-box .step:first-child .circle:after {
  height: 135%;
}
table.template-ac {
  width: 100%;
}
table.template-ac thead tr {
  border-bottom-width: 1px;
  border-spacing: 60px;
  border-style: dashed;
  border-color: #b3b3b3;
}
table.template-ac thead tr td {
  padding-left: 0px !important;
}
span.icon-box-tem-txt {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}
.search-user-name.tmacc .search-filter-main > img {
  width: 13px;
}
.search-user-name.tmacc input.form-control {
  text-indent: 26px;
  font-size: 14px;
  height: 33px;
  color: #000;
  font-weight: 400;
}
.search-user-name.tmacc input.form-control::placeholder {
  font-size: 12px;
}
table.template-ac tbody tr td {
  padding-left: 0px !important;
}
table.template-ac tbody tr td button.btn.btn-grey {
  background-color: #f8f8f8;
  width: 100%;
  border-radius: 11.9px;
}
table.template-ac thead tr td:nth-child(2) {
  width: 145px;
}
table.template-ac thead tr td:nth-child(2) {
  width: 145px;
}
.search-user-name.tmacc.without-img input.form-control {
  text-indent: 2px;
}
.right-box-btn .btn-secondary-theme {
  height: 48px;
}
button.btn.btn-setting-pop img {
  width: 28px;
}
.show-button-bdy button.btn-upload-btn:hover {
  background-color: #1b6dba;
  color: #fff;
}
.rules-main .document-hub-heading {
  margin-bottom: 20px;
}
.list-r-wrap .col-xl-9 {
  width: 75%;
}
.list-r-wrap .col-xl-3 {
  width: 25%;
}
.modal-dialog.modal-check-custom .modal-body .que-inner {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.multiple-inp-box > .row .col:last-child {
  border: none;
}
.multiple-inp-box .inactact-pop-bdy {
  width: 147px;
}
.multiple-inp-box label.form-check-label.inactive-txt {
  margin-right: 6px;
}
.rule-struct-bdy.row {
  flex-wrap: nowrap;
}
.rule-engin-wrapper.rule-fix-wrap {
  position: fixed;
  width: 100%;
}
.questions-bdy .d-flex.search-filter-main.ques-search {
  width: 100%;
}
.rule-he-txt-new {
  padding-right: 17px;
}
.d-flex.search-filter-main.ques-search {
  width: 97%;
}
.aside-left-sec .questions-bdy .accordion-body {
  padding: unset;
  overflow-x: hidden;
}
.aside-left-sec .questions-bdy .d-flex.search-filter-main.ques-search {
  width: 99%;
}
span.rule-he-txt-new-hea {
  color: #000;
  font-family: Quicksand;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
span.rule-short {
  line-height: 33.25px;
}
.questions-bdy.rule-ac-bdy h2.accordion-header {
  margin-right: 16px;
}
.aside-left-sec .q-items {
  margin-right: 16px;
  justify-content: space-between;
}
.result-icon-btn ul li:last-child {
  margin-right: 13px;
}
.row.mt-1.upload-sec-wrap {
  justify-content: space-between;
}
.password-setting-bdy .input-group > input + .input-group-text {
  border: 1px solid #e9e9e9 !important;
  height: unset;
}
.pdf-top-left ul {
  list-style: none;
  padding: 0px;
  display: flex;
  margin-bottom: 0px;
}
.pdf-top-left ul > li {
  display: inline-block;
  margin-right: 8px;
}
.pdf-top-right .btn-clear {
  color: #000000;
  font-size: 14px;
  text-transform: capitalize;
}
.pdf-top-header-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdf-view-top-header {
  background-color: #f8efcf;
  padding: 5px 10px;
  margin-bottom: 12px;
  position: sticky;
  width: 100%;
  top: 0px;
}
.pdf-viewer-bdy.two {
  margin-top: 15px;
}
.data-ent-heading {
  text-align: left;
}
.data-entry-box {
  background-color: #fff;
  padding: 22px;
  min-height: calc(100vh - 200px);
}
.data-cros-bdy {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  border-radius: 5px;
  display: flex;
  padding: 5px 10px;
  align-items: flex-start;
}
.data-cros-bdy p {
  font-size: 14px;
  padding-right: 13px;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 500;
}
.data-ent-heading h3 {
  font-size: 20px;
}
.data-ent-heading {
  margin-bottom: 20px;
}
.data-ent-heading h3 span img {
  width: 24px;
  margin-left: 5px;
}
.blue-box-data {
  margin-top: 77px;
}
.bottom-data-btn {
  margin-top: 20%;
}
a.btn.btn-data-form {
  background-color: #1b6dba;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 14px;
}
a.btn.btn-data-form > img {
  margin-left: 25px;
}
.col-xl-9.pdf-bdy-bg.p-0 {
  width: 75%;
  margin-left: auto;
}
.preview-data-aside-bdy .listing-doc-sec.standared-from-listing .step {
  align-items: flex-start;
}
.preview-data-aside-bdy .standared.box-listing-bdy {
  border: none;
  font-size: 16px;
  line-height: normal;
  padding: unset;
}
.preview-data-aside-bdy .listing-doc-sec .circle {
  margin-top: unset;
}
.preview-data-aside-bdy .listing-doc-sec .circle:after {
  transform: scale(1, 3);
}
.preview-data-aside-bdy .listing-doc-sec .step .circle {
  background: #e0e0e0;
}
.preview-data-aside-bdy .listing-doc-sec .step.active .circle {
  background: #0069b4;
}
a.btn.btn-data-preview {
  background-color: #1b6dba;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 14px;
}
a.btn.btn-data-preview img {
  width: 10px;
  margin-left: 20px;
}
.preview-txt > h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #2c2c2c;
  text-transform: uppercase;
}
.pdf-view-top-header.data-pre {
  padding: 11px 10px;
}
.data-pre-box {
  background-color: #ffff;
  border-radius: 20px;
  padding: 73px 90px;
}
.right-input-box-dp input {
  border-radius: 11.9px;
  background: #f8f8f8;
  border: 0px;
  padding: 10px 16px;
  color: #aaa;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
  width: 100%;
}
.data-pre-box-he {
  text-align: left;
}
.data-pre-box-he > h3 {
  font-size: 16px;
  font-weight: 600;
}
.data-pre-box-light {
  background-color: #f8edc9;
  border-radius: 14px;
  text-align: left;
  padding: 10px 13px;
  border: 1px dashed #f4d775;
  max-width: 340px;
}
.data-pre-box-top {
  display: flex;
  justify-content: space-between;
}
.data-pre-box-top span {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}
.data-pre-box-top > a {
  font-size: 14px;
  color: #1b6dba;
  font-weight: 500;
}
.data-pre-box-btm p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0px;
}
.row.data-pre-m {
  margin-bottom: 50px;
}
.semidonat-sec {
  display: flex;
  flex-direction: column;
}
.semidonate-bdy {
  display: flex;
  justify-content: center;
}
.semidonat-bottom-left {
  margin-top: 10px;
}
ul.color-donate-list-inner {
  padding-left: 0px;
}
p.pull-right > a.btn.btn-collapse.btn-sm {
  background-color: #1b6dba;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0px;
  border-radius: 14px;
  line-height: 22px;
  width: 120px;
}
.top-inside-head {
  display: flex;
  justify-content: space-between;
}
.right-box-btn {
  display: flex;
  justify-content: end;
  column-gap: 6px;
}
table.template-ac thead td {
  width: 110px;
}
.pull-left {
  margin-top: 7px;
}
.securitypolicy .settingmaincontainer.right-pannel {
  margin-left: 0px;
}
.signed-documnet {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.form-switch .form-check-input {
  width: 32px;
  height: 17px;
}
.form-switch input.form-check-input[type=checkbox]:checked:after {
  right: -3px;
  top: -3px;
  width: 20px;
  height: 20px;
  left: auto;
}
input#exampleCheck2 {
  margin-left: 0;
}
input#exampleCheck3 {
  margin-left: 0;
}
.admin-one {
  padding-left: 0;
}
.pointerClass {
  cursor: pointer;
}
.ngx-pagination .ng-star-inserted.current {
  height: 100% !important;
}
li.pagination-previous a {
  display: flex !important;
}
ul.ngx-pagination li.current {
  height: 100%;
}
ul.ngx-pagination li.pagination-next.disabled {
  display: flex;
}
.pagination-body .pagination {
  display: flex;
  padding-top: 4px;
}
ul.ngx-pagination {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
li.pagination-previous {
  display: flex !important;
}
li.pagination-previous {
  display: flex;
}
li.pagination-next {
  display: flex;
}
li.pagination-next > a {
  display: flex;
}
.count-page-wrapper {
  display: flex;
  align-items: flex-start;
}
.mat-typography {
  height: auto !important;
}
#sidebar-container {
  height: 72vh;
  background-color: #fff;
  padding: 0;
  border-radius: 12px;
  margin: 16px;
  margin-right: 0px;
}
.sidebar-expanded {
  width: 40%;
}
.sidebar-collapsed {
  width: 60px;
}
#sidebar-container .list-group a {
  height: 50px;
  color: black;
}
.fa-angle-double-left {
  margin-right: 10px;
  font-size: 25px;
}
.fa-angle-double-right {
  margin-right: 10px;
  font-size: 25px;
}
div#body-row {
  justify-content: space-between;
}
.list-group-item.list-group-item-action {
  border: none;
  background: none;
}
.rule-navigation-row {
  height: 90px;
  padding: 19px 12px 19px 25px;
}
.rule-navigation-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rule-navigation-left {
  display: flex;
  flex-wrap: wrap;
}
.ruletext {
  border-right: 1px solid #F2F2F2;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
p.ruleid-text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
p.rule-id {
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #AAAAAA;
}
p.rule-options {
  font-size: 15px;
  font-weight: 500;
  color: #AAAAAA;
  margin-bottom: 0;
  white-space: nowrap;
}
.rule-options-wrapper {
  display: flex;
}
.rule-dropdown {
  width: 139px !important;
  border-radius: 11.9px !important;
  background-color: #F8F8F8;
  border: none !important;
}
.ruledropdown-wrapper {
  margin-left: 15px;
}
.form-check .form-check-input {
  float: right;
  margin-left: 0;
}
.rule-check {
  margin-left: 4px !important;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
.rule-form-check {
  display: flex;
  background: #F8F8F8;
  border-radius: 139px;
}
.check-wrapp {
  padding-left: 13px;
}
.check-wrapp2 {
  padding-right: 13px;
}
.rule-form-check {
  display: flex;
  background: #F8F8F8;
  border-radius: 139px;
  margin-left: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.rule-switch {
  padding-left: 0;
  margin-top: 23px;
}
.rule-switch-text {
  font-size: 14px;
  font-weight: 500;
  color: #AAAAAA;
  padding-right: 5px;
  padding-left: 5px;
}
.rule-navigation-right {
  display: flex;
  align-items: baseline;
}
.signpl-backbtn {
  width: 144px;
  height: 35px;
  padding: 4px 0px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
img.back-btn {
  padding-right: 5px;
}
.rule-toggle {
  height: 32px !important;
  margin: -4px 0 !important;
  vertical-align: middle;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: #c9c6c6 !important;
}
.save-as {
  width: 144px;
  height: 35px;
  background-color: #A1A1A1;
  border-radius: 12px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.links-btn {
  text-align: center;
  border-radius: 12px;
  display: flex;
  width: 191px;
  height: 43px;
  background-color: #EDEDED;
  align-items: center;
  padding: 24px 8px;
}
.rule-toggle {
  background-color: transparent !important;
  border: none;
  padding-top: 1px;
}
li.rule-button-wrapp {
  display: flex;
  justify-content: center;
}
.rule-class {
  width: 177px !important;
  border: 1px solid #e0dcdc;
}
img.collapseicon {
  transform: rotate(180deg);
}
.sidebar-expanded img.collapseicon {
  transform: rotate(0deg);
}
.linetoconnect3 {
  position: absolute;
  border: 1.5px dashed #C5C5C5;
  height: 80px;
  left: 30px;
  top: 34px;
  z-index: 9999;
}
.interconnect5 {
  position: absolute;
  border: 1.5px dashed #C5C5C5;
  width: 8px;
  bottom: 86px;
  left: 33px;
}
.interconnect6 {
  position: absolute;
  border: 1.5px dashed #C5C5C5;
  width: 8px;
  bottom: 131px;
  left: 33px;
}
.edit-rulepage {
  margin-right: 10px;
}
.top-bar {
  min-height: 55px;
  background: #F5F5F5;
  padding: 6px 18px;
}
.que-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.preview-btn {
  display: flex;
  align-items: baseline;
}
.que-previous {
  margin-right: 17px;
  background: #F8EFCF !important;
  border: none;
  color: black;
}
.back-que-img {
  filter: invert(1);
}
button.btn.btn-primary.signpl-backbtn.que-previous:hover {
  color: #000;
}
.question-topbar-back {
  text-decoration: none;
  color: white;
}
.cur-no-allow {
  cursor: not-allowed;
}
.cur-none {
  pointer-events: none;
}
.description-counter-text {
  float: right;
  color: #6f6f6f;
  font-weight: 500;
  margin-bottom: 0px;
}
.NgxEditor {
  border-bottom: none !important;
  border-radius: 0px !important;
}
.ngx-editor-menus {
  border: 1px solid rgb(0 0 0 / 20%);
}
.tab-pane.fade .table-wrapper .table-responsive {
  max-height: 52vh;
  min-height: 52vh;
}
.variable-tabs {
  position: relative;
}
.listing-doc-sec {
  position: relative;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
td.no-rec-found-wrap.no-records {
  top: 70px;
  right: 20%;
}
.no-rec-found-wrap {
  position: absolute;
  top: 25%;
  right: 30%;
  left: auto;
}
.table-wrapper td.no-rec-found-wrap {
  position: absolute;
  top: 40%;
  right: 40%;
  left: auto;
}
.dropdown-select-wraper .dropdown > .dropdown-toggle {
  background-color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}
.multi-selector-dropdown > .ng-select.ng-select-multiple > .ng-select-container {
  margin-left: 15px;
  color: #212529;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0.4375rem 0.75rem !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #000000;
  box-shadow: rgb(229 229 231 / 25%) 0px 2px 5px -1px, rgb(255 255 255 / 30%) 0px 1px 3px -1px;
  background: #fff;
  border-radius: 4px;
  font-style: normal;
  text-transform: capitalize;
  border: 1px solid #d1d1d1;
}
.multi-selector-dropdown-wrapper .ng-dropdown-panel.ng-select-bottom {
  width: 95%;
  left: auto;
  right: 0px;
}
.key-highlight {
  background-color: yellow;
}
.description-muted {
  padding-right: 10px;
  color: #6c7a91;
  text-align: left;
  text-align: left;
  white-space: normal;
  width: 407px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding-top: 3px !important;
  padding-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ngx-editor-menus ngx-editor-menu .NgxEditor__MenuBar {
  background-color: #f8f8f8;
}
.ngx-editor-menus ngx-editor .NgxEditor {
  min-height: 100px;
}
.activity-text-img-wrap {
  display: flex;
  align-items: center;
}
.version-update-detail {
  display: flex;
  align-items: center;
  gap: 6px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  white-space: nowrap;
}
.version-update-detail > .version-no {
  font-size: 16px;
  font-weight: 400;
  color: #0093ff;
}
.version-update-detail > .version-text {
  font-size: 14px;
  font-weight: 400;
  color: #182433;
}
.sectiontitle > h3 {
  font-size: 30px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #2C2C2C;
  display: flex;
  margin-bottom: 20px;
}
h6.inputtitle-que {
  margin-bottom: 14px;
  font-style: normal;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 22px;
  color: #2c2c2c;
  font-weight: 500;
  color: #182433 !important;
}
.que-inner {
  border-radius: 0px;
  padding: 10px 19px;
  color: #000 !important;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
}
select.que-inner {
  background-color: #f8f8f8;
  border-color: #d1d1d1;
}
.que-inner {
  margin-bottom: 6px;
}
textarea.que-inner.form-control {
  padding: 0.4375rem 0.75rem;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4285714286;
  box-shadow: rgb(229 229 231 / 25%) 0px 2px 5px -1px, rgb(255 255 255 / 30%) 0px 1px 3px -1px;
  background: #fff;
  border-radius: 4px !important;
  font-style: normal;
  text-transform: capitalize;
  border: 1px solid #d1d1d1;
}
.send-pack-radio {
  display: flex;
  gap: 20px;
}
.send-pack-radio .form-check {
  display: flex;
  gap: 10px;
  padding-left: 2px;
}
input.time-input-send {
  border-radius: 11.9px;
  background: #f8f8f8;
  padding: 10px 19px;
  color: #000;
  font-family: Quicksand;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.25px;
  text-transform: capitalize;
  border: 1px solid #d1d1d1;
}
.input-days-wrapper span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #6f6f6f;
}
td.subjecttd.docum-date p span.name {
  text-align: center;
}
table tbody tr td:nth-child(5),
table thead tr th:nth-child(5),
table tbody tr td:last-child,
table thead tr th:last-child {
  text-align: center !important;
  vertical-align: middle !important;
}
td.subjecttd.docum-name p span.name,
td.subjecttd.docum-date p span.name {
  margin: 0 auto !important;
}
table tbody tr:last-child td {
  vertical-align: middle;
}
th:nth-child(3),
td:nth-child(3),
th:nth-child(4),
td:nth-child(4),
th:nth-child(5),
td:nth-child(5) {
  text-align: center !important;
}
div#filterSideOverlay .offcanvas-body {
  padding: 1.5rem;
}
div#filterSideOverlay .popup-form-bdy {
  padding: 0px 0px;
}
td.subjecttd.docum-date p span.name {
  text-align: center !important;
}
div#filterSideOverlay .button-wrapper-filter {
  position: relative;
  bottom: auto;
  background-color: #fff;
  justify-content: center;
  padding: 14px 0px;
}
.modal-footer {
  background: #f6f8fb;
  border-top: 1px solid #dce1e7 !important;
}
.btn.btn-filter {
  color: #2c2c2c75 !important;
}
.appliedFilter {
  background-color: #1b6dba !important;
  color: #f8f8f8;
}
div#activity-tabs-inner .tamplate_nav .nav-tabs .nav-link.active {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #1b6dba;
  background: transparent;
  border: none;
  border-bottom: 1px solid #1b6dba;
}
.offcanvas-header {
  border-bottom: 1px solid #0420451a;
  padding: 1.5rem;
}
input.form-control,
.que-inner input.form-control,
.search-filter-main.ques-search input,
.form-setting-ac input.form-control,
section.add-template-section input.template-input {
  line-height: 1.4285714286;
  padding: 0.4375rem 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4285714286;
  color: #000000;
  box-shadow: rgb(229 229 231 / 25%) 0px 2px 5px -1px, rgb(255 255 255 / 30%) 0px 1px 3px -1px;
  background: #fff;
  border-radius: 4px !important;
  font-style: normal;
  text-transform: none !important;
  border: 1px solid #d1d1d1;
}
.form-control,
input,
textarea {
  text-transform: none !important;
}
::placeholder,
input.date-type::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #8A97AB !important;
}
input::placeholder,
input[type=date]::placeholder,
select option::placeholder,
textarea::placeholder,
input.form-control::placeholder {
  color: #8A97AB !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Poppins", serif;
}
select#floatingSelect {
  background-color: #ffffff;
  padding: 0.4375rem 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4285714286;
  color: #000000 !important;
  box-shadow: rgb(229 229 231 / 25%) 0px 2px 5px -1px, rgb(255 255 255 / 30%) 0px 1px 3px -1px;
  border-radius: 4px !important;
  font-style: normal;
  text-transform: capitalize;
  border: 1px solid #d1d1d1;
}
label {
  font-size: 14px !important;
}
a.btn-dropbox.dropdown-toggle {
  font-size: 14px !important;
  border-radius: 4px !important;
  border: 1px solid #d1d1d1;
  padding: 5px 18px;
  margin-left: 18px;
  background: #F8EFCF !important;
  font-weight: 600 !important;
  color: #182433 !important;
}
td.action_button {
  display: flex;
  justify-content: space-evenly;
}
section.cdk-drop-list {
  background: #eff1f3;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
}
button.accordion-button {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
.accordion-body {
  padding: 0 20px;
}
button.accordion-button {
  padding: 12px 10px;
}
.search-box {
  width: 96% !important;
}
.qus-hub-bdy .accordion-item {
  border: none !important;
}
.instruction-wrap {
  display: flex;
}
.multiple-uses {
  margin-top: -16px;
}
[class*=icono-arrow4] {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid;
  border-right: 7px solid;
  margin: 7px;
  transform: rotate(45deg);
}
[class*=icono] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #2673b2;
  box-sizing: border-box;
}
.form-check-inline {
  margin-right: 0;
}
.arrow.is-bottom {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow {
  margin: 2px;
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
  margin-left: 8px;
}
.arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0px;
  position: absolute;
  top: 0;
  width: 12px;
}
span.arrow.is-bottom.showIcon {
  top: 5px;
  width: 12px;
}
span.arrow.is-bottom.showIcon {
  transform: rotate(225deg) !important;
}
button.accordion-button.collapsed {
  padding: 13px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}
span.user-time.activity-text-img-wrap span.content-timeline,
a.user-activity-list-wrap span.date-time {
  font-weight: 400 !important;
}
.top-inside-head {
  margin-top: 1.5rem !important;
}
.table-wrapper {
  margin-top: .5rem !important;
}
span.item-name-multi-nested {
  color: #182433 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 2px 7px;
}
.cdk-drag.accordion-item.cdk-drag-disabled button.accordion-button.collapsed {
  border-bottom: none;
}
.col.left-column {
  flex: 3 !important;
}
.col.right-column.justify-content-end.d-flex {
  flex: 1;
}
.accordion-body.sub-bar-inside.sub-bar-dynamic-inside {
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 12px 7px;
  margin-top: 12px;
  background-color: #fff;
}
.accordion-body.sub-bar-inside.sub-bar-dynamic-inside.active-inside-detail {
  background-color: #c5c5c5;
}
main.edit-document2 .edit-document div#flush-collapseThree {
  background: #fff;
  max-height: 320px;
  overflow-y: auto;
}
.search-filter-main.ques-search input.form-control {
  background: #fff !important;
  text-transform: capitalize;
  width: 100%;
  padding: 9px 43px 9px 12px !important;
}
button.btn.btn-add-doc.search-add-doc {
  right: 15% !important;
  top: 19% !important;
}
.modal-content.deletepopup button.btn-close.doc-popuup-close {
  position: absolute;
  top: 10px !important;
  right: 15px !important;
  left: unset !important;
}
.modal-dialog.downloadbtnrow .deletepopup .btn-close {
  right: 2px !important;
  left: auto !important;
  top: -19px !important;
}
.modal-body.body-pop-u-doc {
  padding: 0 23px !important;
}
.modal-dialog.downloadbtnrow.doc-pop-up-body .modal-content.deletepopup {
  padding: 0;
}
th.update-dates {
  text-align: center;
}
h5.modal-title.headingdel-sec {
  font-size: 15px;
  font-weight: 500;
  color: #182433 !important;
}
.right-docli-heading > h3 {
  color: #182433;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
td.docum-date > p {
  margin-bottom: 0 !important;
}
.table-wrapper table td > p {
  margin-bottom: 0 !important;
}
td.fonts-n3 span.txt-tb {
  font-size: 15px !important;
  font-weight: 400 !important;
}
p.btn-filter-txt {
  font-size: 17px;
  font-weight: 500;
}
.description-muted.messaging-description-template {
  color: #6c7a91;
  text-align: left;
  white-space: normal;
  width: 407px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding-bottom: 4px;
  padding-top: 1px !important;
  padding-right: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sectiontitle.edit-messaging-template h3,
.add-participant h3 {
  font-size: 25px !important;
  font-weight: 500 !important;
}
main.edit-main-template select.que-inner {
  background-color: #ffffff;
  padding: 0.4375rem 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4285714286;
  box-shadow: rgb(229 229 231 / 25%) 0px 2px 5px -1px, rgb(255 255 255 / 30%) 0px 1px 3px -1px;
  border-radius: 4px !important;
  font-style: normal;
  text-transform: capitalize;
  border: 1px solid #d1d1d1;
}
main.edit-main-template h6.inputtitle-que {
  margin-bottom: .5rem;
  font-size: 14px;
  font-weight: 500;
}
.question-preview-div .heading-modal-txt h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #2c2c2c !important;
}
table tbody tr td:last-child,
table thead tr th:last-child {
  text-align: center !important;
  vertical-align: middle !important;
  padding: .75rem !important;
  vertical-align: sub !important;
}
span.singer-name-txt {
  font-size: 14px;
}
textarea.form-control.standared-form-contol.envelope-textarea {
  height: auto;
}
select.form-select.envelope-select {
  background-color: #ffffff;
  padding: 0.4375rem 0.75rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4285714286;
  color: #8A97AB !important;
  box-shadow: rgb(229 229 231 / 25%) 0px 2px 5px -1px, rgb(255 255 255 / 30%) 0px 1px 3px -1px;
  border-radius: 4px !important;
  font-style: normal;
  text-transform: capitalize;
  border: 1px solid #d1d1d1;
}
.rule-id-select-wrapper.add-rules-selection select#floatingSelect {
  padding: .375rem 2.25rem .375rem .75rem !important;
}
.modal-content.rule-modal button.btn-close.createrulebtn {
  right: 14px;
  left: auto;
  top: 10px;
  width: 30px;
}
.add-rule-details-modal .modal-header.heading-modal-txt h3,
.modal-header.heading-modal-txt h3,
.modal-header.heading-modal-txt {
  color: #182433;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  line-height: 1.4285714286;
}
.heading-modal-txt > h3 {
  margin-bottom: 0 !important;
}
.modal-header {
}
.modal-header p.modal-text-wrapper {
  margin-bottom: 0px !important;
}
.modal-body {
  padding: 0;
}
.modal-body.search-modal-bdy.createcategorymodal {
  padding: 1rem;
}
button.btn.btn.btn-secondary.pop-up-delete {
  border: 1px solid #1b6dba !important;
  color: #1b6dba !important;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 24px;
  border-radius: 5px;
}
.modal-body h5.inputtitle-que {
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #182433;
}
.modal-header.heading-modal-txt {
  font-weight: 500;
  font-size: 18px !important;
}
.edit-dynamic-functions-modal button.btn-close.createrulebtn {
  right: 14px;
  left: auto;
  top: 10px;
  width: 30px;
}
.btn-close:focus {
  box-shadow: 0px 0px 0 0 rgba(13, 110, 253, 0.25);
}
button.btn.btn-filter.appliedFilter {
  color: #fff !important;
}
.custome-offcanvas-lg.offcanvas.offcanvas-end.show {
  width: 85vw !important;
  max-width: 95vw;
}
.df-popover {
  min-width: 240px;
  max-width: 320px;
  padding: 12px 16px;
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      #1b6dba 0%,
      #1e3a8a 100%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(2, 26, 61, 0.35);
}
.df-popover__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.df-popover__meta {
  margin: 0 0 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  opacity: 0.85;
}
.df-popover__meta span {
  font-weight: 500;
}
.df-popover__description {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #e2ecff;
}
.df-popover__status {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.df-popover__status.is-draft {
  background: rgba(255, 180, 0, 0.25);
  color: #ffd36b;
}
table.table.table-tamplate-style.template-table-listing td:nth-child(3) {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 317px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
}
.phone-show {
  display: none !important;
}
.phone-hide {
  display: flex !important;
}
button.btn.btn-filter {
  display: flex !important;
  align-items: center !important;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid #ddd !important;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.search-filter-ui {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 53%;
}
.search-box {
  position: relative;
  flex: 1;
}
@media only screen and (min-width: 1200px) {
  main.edit-document2 > .edit-document {
    max-width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 1920px) {
  main {
  }
  .settingmaincontainer.application-setting-container {
    max-width: 100%;
    margin-top: 27px;
  }
  .table-wrapper.simple-bdy-tble {
    max-width: 84%;
    margin-top: 32px;
  }
  header {
    max-width: 100%;
  }
  footer {
    max-width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 1880px) {
  .settingmaincontainer.right-pannel {
    padding-left: 30px !important;
  }
  .pull-left {
    padding-left: 30px;
  }
  .padding-25-envolop {
    padding-right: 40px;
  }
  .filterpanel-body {
    max-width: 300px;
    height: 86%;
  }
}
@media only screen and (min-width: 1600px) {
  .settingmaincontainer {
    max-width: fit-content;
  }
  .quick-accessgmaincontainer {
    margin: 0 auto;
    max-width: 92% !important;
  }
  .filterpanel-body {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1600px) {
  .settingmaincontainer {
    max-width: fit-content;
  }
  .quick-accessgmaincontainer {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .instruction-wrap {
  }
}
@media only screen and (max-width: 1880px) {
  .settingmaincontainer.right-pannel {
    padding-left: 20px;
  }
  .pull-left {
    padding-left: 20px;
    margin-top: 7px;
  }
  .aside-left-sec .questions-bdy .d-flex.search-filter-main.ques-search {
    width: 96%;
  }
  .aside-left-sec .questions-bdy .d-flex.search-filter-main.ques-search {
    width: 97%;
  }
  span.q-items-watch img {
    width: 22px;
  }
  span.q-items-drag img {
    width: 12px;
  }
  .q-items {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1880px) {
  .semidonat-bottom-right {
    margin-left: 20px;
  }
  .col-lg-7.mb-3.max-width-branding {
    max-width: 450px;
  }
  .rule-id-bdy.col-xl-1 {
    width: 10%;
  }
  .rule-name-bdy.col-xl-11 {
    width: 89%;
  }
}
@media only screen and (max-width: 1810px) {
  .last-count-number {
    width: 48px;
    height: 48px;
    line-height: 46px;
  }
  .profile-img-list li a img {
    width: 48px;
  }
}
@media only screen and (max-width: 1750px) {
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new tbody tr td {
    min-width: 200px;
  }
  .f-result-input-col {
    width: 84%;
  }
  table.simple-table thead tr th {
    padding-left: 18px !important;
  }
  .settingmaincontainer.application-setting-container {
    max-width: 100%;
    margin-top: 27px;
  }
  .envelop-innergrid {
    padding: 8px 10px;
  }
  .envelop-innergrid .col > img {
    margin-top: -41px;
  }
  .right-pannel {
    position: static;
  }
  .sign-inpt-bdy {
    display: flex;
    gap: 9px;
    width: 70%;
  }
  span.doc-que-list {
    font-size: 13px;
  }
  .blue-box-data-in .btn-add-doc {
    padding: 19px;
  }
}
@media only screen and (max-width: 1620px) {
  section.m-0.mt-0.mb-0.quick-accessgmain-wrapper .col-lg-3.col-sm-12.side {
    width: 27%;
  }
}
@media only screen and (max-width: 1600px) {
  .dropbox {
    padding-right: 0;
  }
  .semidonat-bottom-right {
    margin-left: 0px;
  }
  .managemainwrapper td.subjecttd {
    width: 40%;
  }
  .filterpanel-body {
    padding-left: 22px;
  }
  .settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul > li > a {
    white-space: inherit;
    font-size: 14px;
  }
  span.second-txt-drop {
    font-size: 13px;
  }
  .plus-table-bdy .btn-plus-table {
    right: 9px;
  }
  ul.navbar-nav > li > a {
    padding: 10px 17px !important;
  }
  span.image-user-name {
    font-size: 13px;
    margin-left: 7px;
    white-space: nowrap;
  }
  .txt-tb {
    font-size: 13px;
    line-height: normal;
  }
  .table.table-tamplate-style tbody tr td.font15 {
    font-size: 13px;
  }
  img.user_img {
    width: 36px;
    height: 36px;
  }
  .col.two-con > span:first-child {
    font-size: 14px;
  }
  .col.two-con > span select.form-select {
    font-size: 11.6px;
  }
}
@media only screen and (max-width: 1590px) {
  .editable_txt > .input-group {
    flex-wrap: nowrap;
    width: 94%;
  }
  .quick-accessgmaincontainer {
    width: 100%;
    padding-left: 20px;
    margin-top: 12px;
    max-width: 100%;
  }
  button.btn.btn-primary {
    padding: 9px 15px;
    font-size: 14px;
  }
  .numberineer-bdy .btn-create {
    max-width: 168px;
    height: 39px;
    padding: 7px 0px;
    font-size: 14px;
  }
  .row.business-bdy-input input.form-control {
    width: 100%;
  }
  span.color-value {
    font-size: 12.5px;
  }
  ul.color-donate-list-inner {
    padding-left: 1px;
  }
  span.rule-short {
    font-size: 14px;
  }
  .password-setting-bdy h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1500px) {
  .semi-donut:after {
    content: "";
    width: 250px;
    height: 250px;
    border: 28px solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
    animation: fillAnimation 1s ease-in;
  }
  .semi-donut {
    width: 250px;
    height: 150px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
  }
  .semidonat-bottom-left > p {
    color: #000;
    font-family: Quicksand;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    max-width: 263px;
  }
  .semidonat-bottom-right > h3 {
    color: #1b6dba;
    font-family: Quicksand;
    font-size: 90px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
  }
  .semidonat-bottom-right {
    margin-left: 0;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new tbody tr td {
    min-width: 200px;
  }
  section.m-0.mt-0.mb-0.quick-accessgmain-wrapper .col-lg-3.col-sm-12.side {
    width: 32%;
  }
  .bottom_list > ul li {
    border-right: 1px solid #8f8f8f;
    padding-right: 6px;
  }
  .logininner-wrapper {
    width: 100%;
  }
  ul.navbar-nav > li > a {
    padding: 10px 9px !important;
  }
  .envelop-innergrid .col > img {
    margin-top: -61px;
  }
  .filterpanel-body {
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1440px) {
  a.basic-buttons {
    font-size: 14px;
  }
  .profile-img-list {
    margin-top: 31px;
  }
  .table-wrapper table tr th {
    padding: 14px 7px !important;
    font-size: 14px;
  }
  .settingmain-wrapper .settingmaincontainer.application-setting-container.right-pannel .table-wrapper table.table.table-bordered.table-access-no-border.apiaccess-tbl th {
    padding: 14px 7px !important;
  }
  .managemainwrapper td.subjecttd {
    width: 30%;
  }
  .table-wrapper table td > p {
    font-size: 13px;
    width: 140px;
  }
  .table-wrapper td {
    padding: 5px 7px !important;
  }
  .settingmain-wrapper .table-wrapper td {
    padding: 5px 7px !important;
  }
  .right-pannel {
    position: static;
  }
  span.rule-short {
    font-size: 12px;
  }
  .col.two-con > span select.form-select {
    background-size: 11px 11px;
  }
  .blue-box-data-in .btn-add-doc {
    padding: 19px 10px;
    font-size: 16px;
  }
  .data-cros-bdy p {
    font-size: 12px;
  }
  .side-heading-sp {
    font-size: 22px;
  }
  .dataretentionpolicy-container p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .multiple-inp-box .inactact-pop-bdy {
    width: 147px;
  }
  .bottom_list > ul li {
    border-right: 1px solid #8f8f8f;
    padding-right: 6px;
  }
  td.simple-tble-txt.name-surname-txt {
    white-space: nowrap;
    padding: 5px 14px 5px 18px !important;
    min-width: 160px;
  }
  .simple-table td.simple-tble-txt {
    padding-left: 18px !important;
  }
  .btn-group-create-app button.btn.btn-primary.btn-tab-createapp {
    min-width: 160px;
  }
  .btn-group-create-app button.btn.btn-secondary.btn-tab-createapp {
    min-width: 160px;
  }
  .profile-img-list li a img {
    width: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
  }
  .last-count-number {
    background: #1b6dba;
    border: 2px solid #ffffff;
    width: 40px;
    display: block;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
  }
  span.creater-profile.col-lg-8 {
    margin-left: 8px;
  }
  img.Creator_img {
    width: 40px;
  }
  .profile-img-list {
    margin-top: 29px;
    margin-left: 23px;
  }
  .small-grey-txt {
    font-size: 12px;
  }
  ul.navbar-nav > li > a {
    padding: 10px 5px !important;
  }
  .plus-table-bdy .btn-plus-table {
    right: 7px;
  }
  span.second-txt-drop {
    font-size: 12px;
    line-height: normal;
  }
  ul.color-donate-list-inner {
    padding-left: 6px;
  }
  .donate-wrapper {
    gap: 10px;
  }
  .right-box-btn .btn-secondary-theme {
    font-size: 11px;
  }
  .right-box-btn .btn-primarytheme {
    font-size: 11px;
  }
  .right-box-btn .btn.btn-whitetheme {
    font-size: 11px;
  }
  .genral-box-bdy > h3 {
    font-size: 16px;
  }
  .standared.box-listing-bdy {
    font-size: 14px;
  }
  .genral-box-bdy > p {
    font-size: 14px;
    line-height: 23.617px;
  }
  a.btn-config {
    font-size: 13px;
    margin-top: 0px;
  }
  .quick-accessgrid {
    padding: 16px 13px;
  }
  .template-main .table.table-tamplate-style tbody tr td.font15 {
    font-size: 14px;
    font-weight: 500;
  }
  .template-main span.txt-tb {
    font-size: 14px;
  }
  .template-main .table.table-tamplate-style tbody tr td.subjecttd > p:nth-child(1) > span {
    font-size: 14px;
  }
  .table-wrapper table tr th {
    font-size: 13px;
  }
  .quick-accesscontent > h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .question-main span.txt-tb.norehire-txt {
    white-space: pre-wrap;
  }
  .question-main span.txt-tb {
    font-size: 14px;
    white-space: nowrap;
  }
  .question-main td.subjecttd.docum-date span.name {
    font-size: 14px;
    white-space: nowrap;
  }
  .question-main td.subjecttd.docum-name span.name {
    font-size: 14px;
    white-space: nowrap;
  }
  .document-main span.txt-tb {
    font-size: 14px;
    white-space: nowrap;
  }
  .document-main span.txt-tb.norehire-txt {
    white-space: pre-wrap;
  }
  .document-main td.subjecttd.docum-date span.name {
    font-size: 14px;
    white-space: nowrap;
  }
  .document-main td.subjecttd.docum-name p span.name {
    font-size: 14px;
    white-space: nowrap;
  }
  .rules-main span.txt-tb {
    font-size: 14px;
    white-space: nowrap;
  }
  .rules-main td.subjecttd.docum-date span.name {
    font-size: 14px;
    white-space: nowrap;
  }
  .envolop-dashboard-wrapper .txt-tb {
    font-size: 14px;
    white-space: nowrap;
  }
  .envolop-dashboard-wrapper td.subjecttd.docum-date span.name {
    font-size: 14px;
    white-space: nowrap;
  }
  .top-inside-head {
    margin-top: 5px !important;
  }
}
@media only screen and (max-width: 1366px) {
  ul.navbar-nav > li > a {
    padding: 10px 9px !important;
    font-size: 15px;
  }
  .settingfilter > .col-lg-12 > ul > li .dropdown-toggle + ul > li > a {
    white-space: inherit;
    font-size: 13px;
  }
  .settingsidebar li ul {
    margin-left: 0px;
  }
  .envelop-innergrid .col > img {
    margin-top: -66px;
  }
  h3.contact-heading-info {
    font-size: 18.5px;
  }
  .contactbody-form input.form-control::placeholder {
    font-size: 12px;
  }
  .country-select label.form-label {
    margin-top: 8px;
    margin-bottom: 11px;
    font-size: 12px;
  }
  td.access-key-bdy {
    min-height: 106px;
  }
  .module-txt-labl {
    height: unset;
    font-size: 13px;
    line-height: 13px;
  }
  table.table.table-tamplate-style.table-user-style.table-user-seting tbody tr td.fonts-n3 {
    white-space: nowrap;
    padding: 5px 10px !important;
  }
  .table-wrapper table.table.table-tamplate-style.table-user-style.table-user-seting tbody tr td.font15 {
    font-size: 13px;
    padding: 5px 7px !important;
  }
  table.table.table-tamplate-style.table-user-style.table-user-seting thead tr th.background-grey-table {
    padding: 5px 7px !important;
  }
  table.table.table-bordered.table-access-no-border tbody > tr > td.module-bdy {
    min-width: 220px;
  }
  td.simple-tble-txt.name-surname-txt {
    white-space: nowrap;
    padding: 5px 14px 5px 18px !important;
    min-width: 160px;
  }
  .form-switch input.form-check-input.checkbox-big[type=checkbox]:checked:after {
    width: 28px;
    height: 28px;
    top: -4px;
    line-height: 27px;
  }
  .form-switch input.form-check-input.checkbox-big[type=checkbox]:checked:after {
    right: -4px;
    width: 23px;
    height: 23px;
  }
  .form-check-input.checkbox-big {
    width: 4.2em;
    height: 1.6em;
  }
  .form-switch .form-check-input.checkbox-big:after {
    right: -4px;
    width: 23px;
    height: 23px;
  }
  span.color-value {
    font-size: 11.5px;
  }
  [data-chart="2"] .pie-chart {
    width: 214px;
    height: 214px;
  }
  [data-chart="2"] .pie-chart--donut:after {
    width: 121px;
    height: 120px;
  }
  .right-box-btn .btn-secondary-theme {
    font-size: 14px;
    padding: 11px 24px;
  }
  .right-box-btn .btn-primarytheme {
    font-size: 14px;
    padding: 11px 24px;
  }
  .right-box-btn .btn.btn-whitetheme {
    font-size: 11px;
    padding: 11px 10px;
  }
  .quick-accessgrid {
    padding: 16px 13px;
  }
  .quick-accesscontent > h3 {
    font-size: 13px;
  }
  .que-inner {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  span.singer-name-txt {
    font-size: 15px;
  }
  .standared.new-layer-box {
    padding: 14px 18px;
  }
  .col.two-con > span select.form-select {
    background-size: 11px 11px;
    padding-left: 7px;
    font-size: 10px;
  }
  .multiple-inp-box .inactact-pop-bdy {
    width: 147px;
  }
  .multiple-inp-box label.form-check-label.inactive-txt {
    font-size: 11px;
    margin-right: 6px;
  }
  .multiple-inp-box label.form-check-label.active-txt {
    font-size: 11px;
  }
  span.rule-short {
    font-size: 10px;
  }
  .col.two-con > span:first-child {
    font-size: 11px;
  }
  .rule-bdy-btn-container {
    align-items: center;
    flex-wrap: nowrap;
  }
  .rule-bdy-btn-container .col-xl-9 {
    max-width: 75%;
  }
  .rule-bdy-btn-container .right-box-btn .btn-secondary-theme {
    font-size: 11px;
    padding: 6px 12px;
    height: 37px;
  }
  .rule-bdy-btn-container .right-box-btn .btn-primarytheme {
    font-size: 11px;
    padding: 6px 18px;
    height: 37px;
  }
  .rule-bdy-btn-container .right-box-btn .btn.btn-whitetheme {
    font-size: 11px;
    padding: 6px 18px;
    height: 37px;
    line-height: 25px;
  }
  .aside-left-sec .questions-bdy .d-flex.search-filter-main.ques-search {
    width: 96%;
  }
  .questions-bdy.rule-ac-bdy h2.accordion-header {
    margin-right: 13px;
  }
  .tbledocument th:nth-child(6),
  .tbledocument td:nth-child(6) {
    text-align: center;
    vertical-align: middle;
  }
  table.table.table-tamplate-style.template-table-listing tr th {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1300px) {
  .semidonat-bottom-left > p {
    font-size: 16px;
  }
  .semi-donut:after {
    content: "";
    width: 220px;
    height: 220px;
    border: 22px solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
    animation: fillAnimation 1s ease-in;
  }
  .semi-donut {
    width: 223px;
  }
  span.semidonat-conten-small {
    font-size: 18px;
  }
  span.semidonat-conten-big {
    font-size: 40px;
  }
  a.basic-buttons {
    font-size: 15px;
  }
  p.side-para-pe {
    display: contents;
  }
  span.rule-short {
    font-size: 10px;
  }
  .col.two-con > span:first-child {
    font-size: 12px;
  }
  .col.two-con {
    align-items: center;
  }
  .col.two-con > span select.form-select {
    background-size: 7px 11px;
  }
  .qus-hub-inner .col-xl-6.col-lg-12 {
    width: 90%;
  }
  .d-flex.search-filter-main.ques-search {
    width: 90%;
  }
  .aside-left-sec .d-flex.search-filter-main.ques-search {
    width: 97%;
  }
  .qus-hub-inner {
    margin-top: 10px;
  }
  .sign-inpt-bdy {
    width: 67%;
  }
  .data-pre-box {
    padding: 73px 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .no-rec-found-wrap {
    position: absolute;
    top: 25%;
    right: 30%;
    left: auto;
  }
  .btn-add-doc {
    padding: 16px 20px;
  }
  [data-chart="2"] .pie-chart {
    width: 220px;
    height: 220px;
  }
  .tamplate_nav .nav-tabs .nav-link {
    width: auto;
  }
  .f-result-input-col {
    width: 81%;
  }
  .small-grey-txt {
    font-size: 10px;
  }
  .appname > p {
    font-size: 10px;
  }
  .envelop-innergrid .col > img {
    margin-top: 0;
  }
  .envelop-innergrid > .row {
    align-items: baseline;
  }
  .envelop-innergrid > .row > .col {
    width: 100%;
    flex: 87%;
    margin-bottom: 10px;
  }
  .envelop-innergrid > .row > .col-lg-10 {
    width: 100%;
  }
  .rule-id-bdy.col-xl-1 {
    width: 10%;
  }
  .rule-name-bdy.col-xl-11 {
    width: 99%;
  }
  .sectionui.quick-reportswrapper {
    padding: 0px 8px;
  }
  .unprocessed-envelopes .mb-3.form-check > label {
    font-size: 13px;
  }
  .quick-accessgrid {
    padding: 16px 9px;
  }
  .quick-accesscontent > h3 {
    font-size: 14px;
    line-height: 22px;
  }
  .tamplate_nav .nav-tabs .nav-link {
    font-size: 15px;
    line-height: 22px;
    width: auto;
  }
  .tamplate_nav .nav-tabs .nav-link.active {
    font-size: 15px;
    line-height: 22px;
  }
  .countercontent > p {
    font-size: 10px;
  }
  a.navbar-brand > img {
    width: 212px;
  }
  ul.navbar-nav > li > a {
    padding: 10px 6px !important;
    font-size: 15px;
  }
  .settingmaincontainer.application-setting-container {
    max-width: 100%;
    margin-top: 27px;
  }
  .table-wrapper table.table.table-tamplate-style.table-user-style.table-user-seting tr th {
    white-space: nowrap;
  }
  table.table.table-tamplate-style.table-user-style.table-user-seting tbody tr td.fonts-n3 {
    white-space: nowrap;
    padding: 5px 10px !important;
  }
  .table-wrapper table.table.table-tamplate-style.table-user-style.table-user-seting tbody tr td.font15.background-grey-table {
    font-size: 13px;
  }
  .settingmaincontainer.application-setting-container.right-pannel .sectiontitle.mt-3.mb-0 {
    margin-top: 0px !important;
  }
  .table-wrapper table tr th {
    font-size: 12px;
  }
  .btn.btn-create {
    width: 175px;
  }
  .quick-accesscontent > p {
    font-size: 12px;
  }
  .standared.box-listing-bdy {
    font-size: 12px;
  }
  .standared.new-layer-box {
    padding: 9px 13px;
  }
  span.requiredtxt {
    font-size: 15px;
  }
  span.id-box-sec-txt {
    font-size: 11px;
  }
  .rule-bdy-btn-container .right-box-btn .btn-secondary-theme {
    font-size: 11px;
    padding: 6px 12px;
    height: 37px;
  }
  .rule-bdy-btn-container .right-box-btn .btn-primarytheme {
    font-size: 11px;
    padding: 6px 18px;
    height: 37px;
  }
  .rule-bdy-btn-container .right-box-btn .btn.btn-whitetheme {
    font-size: 11px;
    padding: 6px 18px;
    height: 37px;
    line-height: 25px;
  }
  .rule-bdy-btn-container .right-box-btn {
    margin-top: 15px;
  }
  .questions-bdy.rule-ac-bdy h2.accordion-header {
    margin-right: 11px;
  }
  .special-heading {
    font-size: 17px;
  }
  .password-setting-bdy h5 {
    font-size: 14px;
  }
  .checkbox-listing {
    margin-bottom: 36px;
  }
  p.rule-id.rule-p {
    max-width: 269px !important;
  }
}
@media only screen and (max-width: 1250px) {
  .quick-accessgmaincontainer {
    max-width: 100%;
  }
  .col-lg-2.col-md-3.col-sm-12.filterpanel-body.settingsidebar {
    width: 23%;
  }
  .settingmaincontainer {
    max-width: fit-content;
  }
  .right-pannel {
    position: static;
  }
  span.id-box-sec-txt {
    font-size: 11px;
  }
  aside.aside-right-sec {
    top: 0;
    margin-top: 75px;
  }
  .donate-wrapper {
    gap: 0px;
    flex-wrap: wrap;
  }
  .settingmaincontainer.application-setting-container {
    margin-top: 27px;
  }
  .tamplate_nav .nav-tabs {
    border: none;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: 50%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .template-main span.txt-tb {
    font-size: 12px;
  }
  .template-main .table.table-tamplate-style tbody tr td.font15 {
    font-size: 12px;
  }
  .template-main .table.table-tamplate-style tbody tr td.subjecttd > p:nth-child(1) > span {
    font-size: 12px;
  }
  .id-box-sec .btn-secondary-theme {
    padding: 14px 14px;
  }
  p.answer-feild-wrap {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .description-muted {
    font-size: 13px !important;
  }
  .btn-group-create-app button.btn.btn-primary.btn-tab-createapp {
    min-width: 160px;
  }
  .crete-nv-bdy {
    max-width: 100%;
  }
  table.simple-table thead tr th {
    padding-right: 18px !important;
  }
  .btn-group-create-app button.btn.btn-secondary.btn-tab-createapp {
    min-width: 160px;
  }
  .tamplate_nav .nav-tabs .nav-link {
    width: auto;
  }
  h3.contact-heading-info {
    font-size: 16.5px;
  }
  .border-ri-create {
    border-right: unset;
  }
  .rule-he-txt > h4 {
    font-size: 11px;
  }
  span.rule-short {
    font-size: 7px;
  }
  .col.two-con {
    gap: 6px;
  }
  .col.two-con > span:first-child {
    font-size: 10px;
  }
  .multiple-inp-box label.form-check-label.inactive-txt {
    font-size: 9px;
    margin-right: 6px;
  }
  .multiple-inp-box label.form-check-label.active-txt {
    font-size: 9px;
  }
  .rule-bdy-btn-container .right-box-btn .btn-secondary-theme {
    font-size: 9px;
    padding: 6px 7px;
    height: 27px;
  }
  .rule-bdy-btn-container .right-box-btn .btn-primarytheme {
    font-size: 9px;
    padding: 6px 16px;
    height: 27px;
  }
  .rule-bdy-btn-container .right-box-btn .btn.btn-whitetheme {
    font-size: 9px;
    padding: 6px 18px;
    height: 27px;
    line-height: 13px;
  }
  .data-cros-bdy {
    justify-content: space-between;
  }
  .data-pre-box-in {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  #downlaodmodal > .modal-dialog {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1199px) {
  .semi-donut:after {
    width: 350px;
    height: 350px;
    border: 30px solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
  }
  .semi-donut {
    width: 349px;
  }
  .semidonat-bottom-right > h3 {
    font-size: 60px;
  }
  .ques-hub-mid-bdy {
    max-width: 48%;
    margin: auto;
  }
  .que-inner {
    padding-bottom: 10px;
  }
  .upload-sec-wrap {
    margin-top: 10px !important;
  }
  .semidonate-bdy {
    display: flex;
  }
  .semidonat-sec {
    border-bottom: unset;
  }
  .graph-vertical-bdy {
    border-right: unset;
  }
  .donate-wrapper {
    gap: 38px;
  }
  span.doc-que-list {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1150px) {
  .editable_txt .input-group-text > img.img-fluid {
    width: 30px;
  }
  .dataretentionpolicy-container .editable_txt .input-group-text > img.img-fluid {
    width: 22px;
  }
  .form-control.custom-txt-box {
    padding: 10px 10px;
  }
  .editable_txt > .input-group {
    flex-wrap: nowrap;
    width: 100%;
  }
  .countergrid {
    height: auto;
    padding-bottom: 10px;
  }
  td.subjecttd > p:nth-child(1) > a {
    width: 230px;
  }
}
@media only screen and (max-width: 1188px) {
  a.navbar-brand > img {
    width: 190px;
  }
  .btn.btn-create {
    width: 174px;
    font-size: 16px;
    font-weight: 500;
  }
  .list-document-bdy {
    width: 100%;
  }
  .quick-accesscontent > h3 {
    font-size: 12px;
    line-height: 20px;
  }
  .quick-accesscontent > p {
    font-size: 10px;
  }
  .template-main span.txt-tb {
    white-space: nowrap;
  }
  .template-main .table.table-tamplate-style tbody tr td.font15 {
    white-space: nowrap;
  }
  .template-main .table.table-tamplate-style tbody tr td.subjecttd > p:nth-child(1) > span {
    white-space: nowrap;
  }
  section.m-0.mt-0.mb-0.quick-accessgmain-wrapper.template-main .table-wrapper table tr th:nth-child(4) {
    white-space: nowrap;
    min-width: 124px;
  }
  .row.user-cross-listing {
    flex-wrap: nowrap;
  }
  .row.user-cross-listing .col-xl-8 {
    max-width: 60%;
  }
  .row.user-cross-listing .col-xl-4 {
    max-width: 40%;
  }
}
@media only screen and (max-width: 1120px) {
  img.user_img {
    border-radius: 51px;
    width: 35px;
    height: 35px;
  }
  section.m-0.mt-0.mb-0.quick-accessgmain-wrapper .col-lg-3.col-sm-12.side {
    width: 38%;
  }
}
@media only screen and (max-width: 1113px) {
  button.btn.btn-secondary.dropdown-toggle {
    padding: 9px 26px 9px 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .graph-wrapper {
    padding: 0px;
  }
  .settingtab-container .col-lg-4.col-sm-12 label.form-label {
    font-size: 14px;
  }
  .quick-accesscontent > h3 {
    font-size: 12px;
    line-height: 17px;
  }
  .template-main span.txt-tb {
    white-space: nowrap;
  }
  .template-main .table.table-tamplate-style tbody tr td.font15 {
    white-space: nowrap;
  }
  .template-main .table.table-tamplate-style tbody tr td.subjecttd > p:nth-child(1) > span {
    white-space: nowrap;
  }
  .tamplate_nav .nav-tabs {
    border: none;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: 50%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .tamplate_nav .nav-tabs .nav-link.active {
    font-size: 15px;
    line-height: 22px;
    border-bottom: 2px solid #1b6dba;
  }
  nav.tamplate_nav.user-activity-tab-menu .nav-tabs {
    width: 100%;
    overflow: unset;
  }
  nav.tamplate_nav.user-activity-tab-menu .nav-tabs .nav-link {
    width: unset;
    padding: 7px 2px;
    font-size: 15px;
  }
  nav.tamplate_nav.user-activity-tab-menu .nav-tabs {
    justify-content: space-between;
  }
  img.user_img {
    width: 21px;
    height: 21px;
  }
  span.image-user-name {
    margin-left: 0;
    white-space: nowrap;
  }
  .table.table-tamplate-style.table-user-style tbody tr td.font15 {
    font-size: 12px;
    white-space: nowrap;
  }
  ul.navbar-nav > li > a {
    padding: 10px 2px !important;
    font-size: 15px;
  }
  a.navbar-brand > img {
    width: 170px;
  }
  .btn.btn-create {
    width: 152px;
  }
  .quick-access-bdy {
    padding: 12px 10px;
  }
  .popup-form-bdy {
    padding: 0px 0px;
  }
  .side-heading-sp-three {
    font-size: 13px;
  }
  .ct-box.ct-box-style-two .col-lg-10 {
    width: 65%;
  }
  .ct-box.ct-box-style-two .col-lg-2.border-right-ct {
    width: 24%;
  }
  .popup-form-bdy .checkbox-bdy .form-check > label.form-check-label {
    font-size: 12px;
  }
  .popup-form-bdy .checkbox-bdy .mb-3.form-check .form-check-input {
    width: 0.9em;
    height: 0.9em;
  }
  .checkbox-bdy.popup-usetting {
    gap: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .no-rec-found-wrap {
    position: absolute;
    top: 25%;
    right: 15%;
    left: auto;
  }
  span.doc-que-list {
    font-size: 12px;
  }
  span.blue-bg-round {
    width: 6px;
    height: 6px;
    margin-right: 2px;
  }
  .input-box-bdy-ques {
    padding: 11px 8px;
  }
  .edit-descr-question input.form-control {
    padding: 13px 10px;
  }
  .ques-img > img {
    margin-right: 4px;
  }
  .f-result-input-col {
    width: 78%;
  }
  .quick-accessgmaincontainer {
    max-width: calc(83% - 177px);
  }
  .appname {
    padding: 2px 1px 0px 3px;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-right: 3px !important;
  }
  .appname a.btn.btn-secondary.dropdown-toggle::after {
    margin-top: 0;
    font-size: 18px;
  }
  .appname > p {
    padding-right: 9px;
  }
  ul.navbar-nav > li > a {
    font-size: 15px;
  }
  ul.navbar-nav > li > a {
    padding: 4px 3px !important;
  }
  .appname a.btn.btn-secondary.dropdown-toggle {
    height: 34px;
  }
  .quick-accessgrid {
    margin-bottom: 18px;
  }
  .countergrid_ {
    padding: 5px 12px;
  }
  #navbarSupportedContent {
    margin-left: 30px;
    margin-top: 13px;
  }
  #navbarSupportedContent > ul > li {
    margin-right: 7px;
  }
  table.nextedtable-bodey input.form-control {
    min-width: 337px;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new tbody tr td {
    min-width: 200px;
  }
  button.btn.btn-secondary.dropdown-toggle {
    padding: 9px 0px 9px 10px;
  }
  section.m-0.mt-0.mb-0.quick-accessgmain-wrapper .col-lg-3.col-sm-12.side {
    width: 33%;
  }
  .sign-inpt-bdy {
    display: flex;
    gap: 36px;
    width: 80%;
    justify-content: center;
  }
  .rule-bdy-btn-container .right-box-btn {
    margin-top: 18px;
  }
  .rule-s span:nth-child(2) svg {
    width: 6px;
  }
  span.rule-short {
    line-height: normal;
  }
  .rule-s {
    display: flex;
    align-items: center;
    margin-top: 8px;
    gap: 5px;
  }
  .questions-bdy.rule-ac-bdy h2.accordion-header {
    margin-right: 10px;
  }
  p.rule-id.rule-p {
    max-width: 145px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .caption.new-layer-box {
    column-gap: 11px;
  }
  .btn-group-create-app button.btn.btn-primary.btn-tab-createapp {
    min-width: 140px;
  }
  .btn-group-create-app.btn-dataenv button.btn.btn-primary.btn-tab-createapp {
    min-width: 200px;
  }
  .btn-group-create-app.btn-dataenv button.btn.btn-secondary.btn-tab-createapp {
    min-width: 200px;
  }
  .btn-group-create-app button.btn.btn-secondary.btn-tab-createapp {
    min-width: 140px;
  }
  .userprofile .dropdown > button > img {
    width: 38px;
  }
  span.username {
    margin-top: 0px;
  }
  .navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
  }
  div#navbarSupportedContent {
    margin-left: 0px;
  }
  .btn.btn-create {
    background-color: #1b6dba;
    color: #fff;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 0.375rem;
    width: 162px;
    height: 46px;
    line-height: 22px;
    font-size: 14px;
  }
  ul.navbar-nav > li > a {
    padding: 0px 3px !important;
  }
  .quick-accessgmaincontainer {
    max-width: 100%;
  }
  .col-lg-2.col-sm-12.settingrightrow {
    position: relative;
    width: 65px;
  }
  .row.business-bdy-input input.form-control {
    width: 220px;
  }
  .row.suit-inner-input-bdy {
    column-gap: 0px;
  }
  .col-lg-7.mb-3.max-width-branding {
    max-width: 300px;
  }
  .module-txt-labl {
    height: unset;
    font-size: 12px;
    line-height: normal;
  }
  td.access-key-bdy {
    min-height: 183px;
  }
  .tabwrapper .tabs a {
    white-space: nowrap;
  }
  .role-management-bdy {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .plus-table-bdy .btn-plus-table {
    right: -167px;
    top: 10px;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new .status-dropdown-box.active-status select.form-control {
    font-size: 13px;
    line-height: normal;
    padding: 6px 0px 7px 8px;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new .status-dropdown-box.active-status span.select-icon {
    height: 28px;
    right: 1px;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new .status-dropdown-box.active-status {
    width: 120px;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new .status-dropdown-box.inactive-status select.form-control {
    font-size: 13px;
    line-height: normal;
    padding: 6px 0px 7px 8px;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new .status-dropdown-box.inactive-status span.select-icon {
    height: 28px;
    right: 1px;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new .status-dropdown-box.inactive-status {
    width: 120px;
  }
  .Billing-management-bdy {
    padding-top: 15px;
  }
  .contact-heading {
    margin-bottom: 4px;
  }
  .Subscription-access-bdy {
    margin-top: 18px;
  }
  table.table.table-stripe.table-subinvoice tbody tr td:first-child {
    white-space: nowrap;
  }
  .numberineer-input-bdy input {
    padding: 9px 14px;
    height: 46px;
  }
  .numberineer-input-bdy {
    margin-right: 5px;
  }
  .userwrapper.user-acces-tble table.table.table-bordered.table-access-no-border thead tr th {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .userwrapper.user-acces-tble table.table.table-bordered.table-access-no-border thead tr th.padding-left-zero {
    padding-left: 0px !important;
  }
  table.table.table-bordered.table-access-no-border tbody > tr > td.module-bdy {
    min-width: 200px;
  }
  .semi-donut:after {
    width: 350px;
    height: 350px;
    border: 30px solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
  }
  .semi-donut {
    width: 349px;
  }
  .semidonat-bottom-right > h3 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .plus-table-bdy .btn-plus-table {
    right: -32px;
    top: 10px;
  }
}
@media only screen and (max-width: 1010px) {
  a.navbar-brand > img {
    width: 160px;
  }
  .plus-table-bdy .btn-plus-table {
    right: -28px;
    top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .modal-dialog.modal-check-custom {
    max-width: 700px;
  }
}
@media only screen and (max-width: 992px) {
  .plus-table-bdy .btn-plus-table {
    right: -15px;
    top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .envo-donatchart_bdy {
    border-right: none;
  }
  .editable_txt .input-group-text > img.img-fluid {
    width: 25px;
  }
  .editable_txt > .input-group {
    flex-wrap: nowrap;
    width: 78%;
  }
  .dropbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
  }
  .side-menu {
    height: 89%;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-right: 3px !important;
    display: flex;
    justify-content: space-around;
  }
  div#navbarSupportedContent {
    margin-top: 0px;
  }
  ul.navbar-nav > li > a {
    font-size: 16x;
  }
  .appname a.btn.btn-secondary.dropdown-toggle {
    height: 40px;
  }
  .appname ul.dropdown-menu.show {
    top: 40px;
    font-size: 13px;
    border: 1px solid #0d6fc752;
    left: -111px;
    right: auto;
  }
  .appname a.btn.btn-secondary.dropdown-toggle::after {
    margin-top: 11px;
    font-size: 18px;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 73.333333%;
  }
  .filterpanel-body .sectiontitle.mb-3 > h3 {
    font-size: 15px;
  }
  .filterpanel .filterlist ul > li {
    font-size: 14px;
  }
  .quick-accessgmaincontainer {
    max-width: 100%;
  }
  .settingmaincontainer {
    max-width: fit-content;
  }
  .appname {
    padding: 5px 1px 5px 3px;
    width: 153px;
  }
  .rightcontainer.d-flex {
    display: flex !important;
  }
  .userprofile ul.dropdown-menu.show {
    left: 20px;
    right: auto;
  }
  .logininner-wrapper {
    width: 100%;
    transform: unset;
    position: relative;
    top: unset;
    left: unset;
  }
  .graphicarea > img {
    height: unset;
    width: 76%;
    float: none;
    margin: auto;
    display: block;
  }
  section.loginflow-wrapper {
    height: unset;
  }
  .right-pannel {
    position: static;
  }
  .table-wrapper table.table.table-tamplate-style.table-user-style tr td {
    padding: 5px 7px !important;
    vertical-align: middle;
  }
  .table-wrapper table.table.table-tamplate-style.table-user-style tr td.padding-left-zero {
    padding-left: 0px !important;
  }
  .paidservice {
    font-size: 18px;
  }
  .col-lg-7.mb-3.max-width-branding {
    max-width: 100%;
  }
  #navbarSupportedContent ul.navbar-nav > li > a.nav-link.active {
    width: auto;
    padding-bottom: 0px;
    width: 151px;
  }
  a.btn-edit-outline > img.img-fluid {
    width: 40px;
  }
  p.blue-txt-dy {
    font-size: 12px;
  }
  section.m-0.mt-0.mb-0.quick-accessgmain-wrapper .col-lg-3.col-sm-12.side {
    width: 34%;
  }
  .semi-donut:after {
    width: 350px;
    height: 350px;
    border: 30px solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
  }
  .semi-donut {
    width: 349px;
  }
  .envelop-container {
    margin-left: 10px;
    margin-right: 10px;
  }
  .semidonat-bottom-right > h3 {
    font-size: 60px;
  }
  .check-box-billing label.form-check-label.active-txt {
    color: #1b6dba;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
  }
  .justify-content-end {
    justify-content: flex-end !important;
    width: auto;
  }
  .sectiontitle-two > h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    color: #2c2c2c;
  }
  .password-toggle {
    width: auto;
  }
  .checkbox-listing .form-check .form-check-input {
    width: 30px;
    height: 30px;
  }
}
@media only screen and(max-width: 960px) {
  footer {
    width: 100%;
    background-color: #fff;
  }
}
@media only screen and (max-width: 991px) {
  [data-chart="2"] .pie-chart {
    width: 250px;
    height: 250px;
  }
  [data-chart="2"] .pie-chart--donut:after {
    width: 160px;
    height: 160px;
  }
  .donate-wrapper {
    gap: 54px;
    justify-content: center;
  }
  .graph-container {
    display: flex;
    justify-content: center;
  }
  .quick-accessgmain-wrapper > .row {
    flex-wrap: nowrap;
  }
  .quick-accessgmaincontainer {
    max-width: 100%;
  }
  .quick-accessgmain-wrapper .col-lg-3.col-sm-12.side {
    width: 33%;
  }
  .last-count-number {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
  }
  .profile-img-list li a img {
    width: 33px;
  }
  .creater-profile-imgs {
    margin-top: -23px;
  }
  .btn-edit-outline img.img-fluid {
    width: 14px;
  }
  .shared-name-content.row .col-lg-10 {
    padding: 0;
    width: 56%;
  }
  .shared-name-content.row .col-lg-2 {
    padding: 0px;
    text-align: right;
    width: 33%;
  }
  section.loginflow-wrapper .col-lg-6.col-md-6.col-sm-12 {
    margin-top: 14px;
    width: 90%;
  }
  .logininner-wrapper > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .logininner-wrapper > form .mb-3 label {
    font-weight: 500;
    font-size: 14px;
  }
  .logininner-wrapper form > .mb-3 > label + input {
    box-sizing: border-box;
    height: 51px;
  }
  .rememberme {
    display: none;
  }
  .table-wrapper table.table.table-tamplate-style.table-user-style tr th {
    white-space: nowrap;
    vertical-align: middle;
  }
  .contactbody.contact-billing-second {
    padding-left: 0px;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new tbody tr td {
    min-width: 200px;
  }
  .btn-group-create-app.btn-dataenv button.btn.btn-secondary.btn-tab-createapp {
    min-width: 176px;
  }
  .btn-group-create-app.btn-dataenv button.btn.btn-primary.btn-tab-createapp {
    min-width: 176px;
  }
}
@media only screen and (max-width: 919px) {
  .plus-table-bdy .btn-plus-table {
    right: -255px;
    top: 10px;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new tbody tr td.fonts-n3 {
    white-space: nowrap;
  }
  .contactbody.contact-billing-first:before {
    display: none;
  }
  .contactbody.contact-billing-second {
    margin-top: 20px;
    margin-bottom: 17px;
  }
  .numberineer-input-bdy {
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .numberineer-input-bdy input {
    padding: 9px 14px;
    height: 41px;
  }
  nav.tamplate_nav.user-activity-tab-menu .nav-tabs .nav-link {
    min-width: unset;
    font-size: 14px;
  }
  .statuslabel.pending-bages {
    min-width: 61px;
    padding: 9px 10px;
  }
  .table-wrapper td.no-rec-found-wrap {
    position: static;
    text-align: center !important;
    padding: 20px 10px !important;
  }
}
@media only screen and (max-width: 820px) {
  .plus-table-bdy .btn-plus-table {
    right: -346px;
    top: 10px;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new tbody tr td.fonts-n3 {
    white-space: nowrap;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new tbody tr td {
    padding: 10px 15px !important;
  }
  .createapplication-wrapper .tabwrapper .tabs ul {
    width: 100%;
    overflow-y: auto;
    gap: 17px;
  }
  .sign-inpt-bdy {
    display: flex;
    gap: 36px;
    width: 70%;
    justify-content: center;
  }
  nav.tamplate_nav .form-check.form-check-inline {
    display: flex;
    align-items: center;
  }
  nav.tamplate_nav input.form-check-input {
    margin-top: 0;
  }
  nav.tamplate_nav .form-check.form-check-inline {
    gap: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .no-rec-found-wrap {
    position: absolute;
    top: 25%;
    right: 15%;
    left: auto;
  }
  .btn-add-doc {
    padding: 16px 20px;
  }
  .plus-table-bdy .btn-plus-table {
    right: -355px;
    top: 10px;
  }
  .offcanvas.offcanvas-end.show {
    width: 100%;
    max-width: 450px;
  }
  .ct-box.ct-box-style-two > .row.p-0.w-100 .col-lg-10 {
    width: 100%;
  }
  .popup-form-bdy button.btn.btn-primary.btn-tab-createapp {
    min-width: 152px;
  }
  .popup-form-bdy button.btn.btn-secondary.btn-tab-createapp {
    min-width: 178px;
  }
  .genral-box-bdy > h3 {
    font-size: 15px;
    white-space: nowrap;
  }
  .row.user-cross-listing.input-search .col-xl-2 {
    max-width: 20%;
  }
  .add-que-btn.d-flex.phone-hide a.btn.btn-create {
    width: max-content;
  }
}
@media screen and (min-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 25%;
  }
  .row-offcanvas-left {
    left: 25%;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -25%;
    background-color: rgb(255, 255, 255);
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -25%;
    background-color: rgb(255, 255, 255);
  }
  .row-offcanvas-right.active {
    right: 0;
  }
  .row-offcanvas-left.active {
    left: 0;
  }
  .row-offcanvas-right.active .sidebar-offcanvas {
    background-color: rgb(254, 254, 254);
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    background-color: rgb(254, 254, 254);
  }
  .row-offcanvas .content {
    width: 75%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas.active .content {
    width: 100%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
  }
  .row-offcanvas-right.active {
    right: 50%;
  }
  .row-offcanvas-left.active {
    left: 50%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
  }
  .pull-left {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 767px) {
  .quick-accessgmain-wrapper > .row {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  td.subjecttd > p:nth-child(1) > a {
    width: auto;
  }
  .dataretentionpolicy-container .side-para-sp {
    color: #2c2c2c;
    width: 100%;
  }
  .dataretentionpolicy-container .editable_txt .input-group {
    width: 100%;
  }
  .border-right-ct {
    border-right: none;
  }
  .side-heading-sp-three {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #7e7e7e;
  }
  .img-body-outer {
    margin-bottom: 10px;
  }
  .ct-box {
    padding: 12px 13px;
  }
  .quick-accessgmain-wrapper > .row {
    flex-wrap: nowrap;
  }
  .quick-accessgmaincontainer {
    max-width: 100%;
  }
  .quick-accessgmain-wrapper .col-lg-3.col-sm-12 {
    width: 33%;
  }
  header > .container-fluid > nav.navbar.navbar-expand-lg #navbarSupportedContent {
    margin-left: 0;
    margin-top: 14px;
  }
  header > .container-fluid > nav.navbar.navbar-expand-lg #navbarSupportedContent a.nav-link.active {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }
  .logininner-wrapper {
    margin: 0 auto;
    padding: 14px 26px;
    border-radius: 10px;
  }
  section.loginflow-wrapper button.btn.btn-primary > a {
    font-size: 14px;
  }
  section.loginflow-wrapper .col-lg-6.col-md-6.col-sm-12 {
    margin-top: 14px;
    width: 100%;
  }
  .button-bottom-standared {
    width: 90%;
  }
  .right-box-btn .btn-secondary-theme {
    padding: 11px 12px;
  }
}
@media only screen and (max-width: 919px) {
  a.btn.btn-secondary.dropdown-toggle {
    font-size: 10px;
  }
  .statuslabel {
    font-size: 7px;
    padding: 4px 7px;
  }
  .statuslabel.completed-bages {
    font-size: 12px;
    min-width: 61px;
  }
  .statuslabel.draft-bages {
    font-size: 12px;
    min-width: 61px;
    padding: 4px 8px;
  }
  .statuslabel.pending-bages {
    min-width: 61px;
    padding: 8px 8px;
  }
  .quick-accessgrid {
    margin-bottom: 18px;
    width: auto;
  }
  .createapplication-wrapper .tabwrapper ul#pills-tab > li {
    width: 32%;
  }
  button.completedlabel.statuslabel.reviewbutton {
    padding: 5px 22px;
    font-size: 14px;
  }
  .row.business-bdy-input input.form-control {
    width: 100%;
  }
  .row.business-bdy-input {
    gap: 0;
  }
  .col-lg-7.mb-3.max-width-branding {
    max-width: 100%;
  }
  .createapplication-form .sectiongrid .suit-inner-input {
    max-width: 100%;
  }
  a.navbar-brand > img {
    width: 160px;
  }
  header > .container-fluid > nav.navbar.navbar-expand-lg {
    padding: 4px 0 4px 0 !important;
  }
  header > .container-fluid ul.navbar-nav > li > a {
    font-size: 18px;
    padding: 0px !important;
  }
  table.nextedtable-bodey input.form-control {
    width: 308px;
  }
  .settingmaincontainer .sectiontitle > h3 {
    margin-top: 0px;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new tbody tr td {
    padding: 10px 7px !important;
    min-width: 200px;
  }
  section.m-0.mt-0.mb-0.quick-accessgmain-wrapper .col-lg-3.col-sm-12.side {
    width: 35%;
  }
  span.singer-name-txt {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 820px) {
  .f-result-input-col {
    width: 74%;
  }
  .editable_txt > .input-group {
    flex-wrap: nowrap;
    width: 68%;
  }
  .settingmaincontainer {
    max-width: fit-content;
  }
  .filterpanel-body {
    padding-left: 6px;
  }
  .col-lg-9.col-md-9.col-sm-12.ps-4.settingmaincontainer {
    max-height: 93vh;
    overflow: scroll;
  }
  .col-lg-2.col-sm-12.settingrightrow {
    height: 80vh;
  }
  .quick-accessgrid {
    margin-bottom: 18px;
    width: 162px;
  }
  .quick-accessgmaincontainer {
    max-width: 100%;
  }
  .quick-accessgmain-wrapper .col-lg-3.col-sm-12.side {
    width: 37%;
  }
  .createapplication-wrapper .tabwrapper ul#pills-tab > li {
    width: 32%;
  }
  section.m-0.mt-0.mb-0.quick-accessgmain-wrapper .col-lg-3.col-sm-12.side {
    width: 40%;
  }
  .innertitle-quick-report > h4 {
    font-size: 17px;
  }
  .col-lg-10.col-sm-9.col-sm-12.ps-4 {
    width: 100%;
  }
  section.m-2.mt-0.mb-0.managemainwrapper .col-lg-10.col-sm-9.col-sm-12.ps-4 {
    width: 73.333333%;
  }
  html {
    overflow-x: hidden;
  }
  section.loginflow-wrapper .col-lg-6 {
    overflow: unset;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new tbody tr td.fonts-n3 {
    white-space: nowrap;
  }
  table.table.table-tamplate-style.table-user-style.tableapi-acess-new tbody tr td {
    padding: 10px 7px !important;
    min-width: 200px;
  }
  .userwrapper.user-acces-tble table.table.table-bordered.table-access-no-border tbody > tr > td:first-child {
    width: 335px;
    white-space: nowrap;
  }
  .userwrapper.user-acces-tble table.table.table-bordered.table-access-no-border tbody > tr > td .profilephoto {
    margin-right: 11px;
  }
  .Access-select select.form-select {
    width: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .quick-accessgrid {
    margin-bottom: 18px;
    width: unset;
  }
  .small-grey-txt {
    font-size: 9px;
  }
  .innertitle-quick-report > h4 {
    font-size: 14px;
  }
  .quick-accessgmaincontainer {
    max-width: 100%;
  }
  .quick-accessgmain-wrapper .col-lg-3.col-sm-12.side {
    width: 37%;
  }
  .btn.btn-create {
    background-color: #1b6dba;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 9px;
    border-radius: 0.375rem;
    width: unset;
    height: unset;
    line-height: 21px;
  }
  .activity-tabs > .tamplate_nav > .nav-tabs {
    width: 80%;
  }
  .button-bottom-standared a.btn.btn-primary.btn-tab-createapp {
    font-size: 16px;
    font-weight: 500;
  }
  .dataretentionpolicy-container ul.nav.nav-pills > li > button,
  .dataretentionpolicy-container ul.nav.nav-pills > li > button.active {
    font-weight: 500;
    font-size: 16px;
  }
  .table-wrapper table tr th {
    white-space: nowrap;
  }
  nav.tamplate_nav .form-check.form-check-inline {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  nav.tamplate_nav input.form-check-input {
    margin-top: 0;
  }
  .phone-show {
    display: flex !important;
  }
}
@media (max-width: 576px) {
  .pagination-body > nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .listing-doc-sec.version.text-version-wrap > div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sectionui.quick-reportswrapper {
    padding: 0px 5px;
  }
  .tamplate_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .phone-hide {
    display: none !important;
  }
  nav.tamplate_nav .d-flex.align-items-center {
    margin-left: 0 !important;
    margin-top: 9px;
  }
  .search-filter-ui {
    max-width: 100%;
  }
  p.btn-filter-txt {
    display: none;
  }
  .document-hub-heading > h3,
  .quetions-category-heading > h3 {
    font-size: 24px;
  }
  .listing-doc-sec .step + .step {
    margin-top: 15px;
  }
  .listing-doc-sec .step > div:not(:first-child) {
    margin-left: 12px;
  }
  .caption.new-layer-box {
    padding: 6px 10px;
  }
  button.btn.btn-secondary.dropdown-toggle {
    padding: 14px 0px 15px 0px;
  }
}
@media only screen and (max-width: 450px) {
  .tamplate_nav .nav-tabs .nav-link {
    min-width: 60px;
  }
  .pagination-body nav {
    padding: 10px 0px;
  }
  .count-page-wrapper {
    align-items: center;
  }
  .ngx-pagination a,
  .ngx-pagination button {
    padding: 2px 5px !important;
  }
  .count-page-wrapper .pagecount .form-select {
    padding: 6px 25px 6px 6px;
  }
  a.btn.btn-create.messaging-template-btn {
    margin-top: 12px;
  }
  .rightcontainer.d-flex {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 430px) {
  .no-rec-found-wrap {
    top: 70px;
    right: 20%;
  }
}
@media only screen and (max-width: 375px) {
  .listing-doc-sec .step > div:not(:first-child) {
    margin-left: 10px;
  }
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-TNIXJ5LR.css.map */
