@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
.btn {
  outline: none;
  box-shadow: none !important;
  min-height: 35px;
  padding: 0px 25px;
  font-size: 14px;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background: #4A235A !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-primary:hover {
  background: #5c2972 !important;
}
.btn-primary:focus {
  background: #5c2972 !important;
}

.btn-secondary {
  background: #0a040c !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-secondary:hover {
  background: #1e0b26 !important;
}
.btn-secondary:focus {
  background: #1e0b26 !important;
}

.btn-oth {
  background: #0e121b !important;
  border: none !important;
  color: #ffffff !important;
}

.btn-circle {
  border-radius: 100px !important;
}

.btn-round {
  border-radius: 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #5c2972 !important;
  color: #ffffff !important;
  border: none !important;
}

.btn-thm {
  background: #161d2b !important;
  color: #ffffff !important;
  border: none;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active {
  background-color: #0e121b !important;
  color: #ffffff !important;
}

.btn.btn-wht {
  background-color: #ffffff;
  color: #0a040c;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.btn-wht:hover,
.btn-wht:focus,
.btn-wht:active {
  background-color: #0a040c !important;
  color: #ffffff !important;
  transform: scale(1);
}

.no-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}

*, html {
  font-family: "Open Sans", sans-serif;
}

.img-lgo {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 200px;
  height: 39px;
}
.img-lgo .icn-lgo {
  display: none;
}

.main-sidebar-hide .img-lgo {
  display: none;
}
.main-sidebar-hide .icn-lgo {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 50px;
  height: 48px;
}
.main-sidebar-hide .main-sidebar-body .nav-item.active .nav-link:before {
  height: 30px;
  top: -30px;
}

.main-sidebar-hide.main-sidebar-open .main-sidebar-body .nav-item.active .nav-link:before {
  top: -30px;
  height: 30px;
}

.main-sidebar-sticky {
  background-color: #4A235A !important;
}

.sidemenu-logo {
  background-color: #ffffff;
  padding: 12px 21px !important;
}

.leftmenu.main-sidebar-hide .main-sidebar-body .nav-item:first-child.active .nav-link:before {
  height: 27px;
  top: -27px;
}

.leftmenu .main-sidebar-body .nav-item:first-child.active .nav-link:before {
  height: 30px;
  top: -30px;
}
.leftmenu .sidemenu-logo {
  padding: 12px 13px !important;
}

.main-sidebar-body .nav-item:first-child.active .nav-link:before {
  height: 27px;
  top: -27px;
}

.main-sidebar-body .nav-item.active .nav-link:after,
.main-sidebar-body .nav-item.active .nav-link:before {
  border-right: 20px solid #4A235A !important;
}

.main-sidebar-body .nav-item.active .nav-link:before {
  height: 30px;
  top: -30px;
}

.main-sidebar-body li.active .sidemenu-icon {
  background-color: #0a040c;
}

.main-sidebar-body li.active .sidemenu-label {
  color: #0a040c;
}

.main-sidebar-body li.active .sidemenu-icon {
  background-color: #0a040c;
}

.usr-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.header-navheading .main-notification-title {
  color: #4A235A;
}

.main-sidebar-hide .main-sidebar-body li.active .sidemenu-icon {
  background-color: #0a040c !important;
}

.mn-pag h2 span.sp-colr {
  color: #5c2972;
}

.card-item .card-item-icon.card-icon {
  background: #4A235A;
}
.card-item .card-item-icon.card-icon i {
  font-size: 25px;
  color: #ffffff !important;
}

.dash-crd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.dash-crd .crd.rev .card {
  border: 2px solid #4A235A;
}

.ql-grd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  margin-bottom: 0;
  background-color: transparent;
}
.ql-grd button.no-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  height: 107px;
}
.ql-grd button.no-btn:hover {
  background-color: #4A235A;
  color: #ffffff;
}
.ql-grd button.no-btn:hover i {
  color: #ffffff;
}
.ql-grd button.no-btn i {
  font-size: 35px;
  color: #4A235A;
  transform: scale(1);
}

.grp-grd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

table th, table td {
  font-size: 13px !important;
  text-transform: capitalize;
}
table th {
  background-color: rgba(74, 35, 90, 0.08) !important;
  padding: 8px 10px !important;
}
table td {
  padding: 5px 10px !important;
}
table td .btn {
  padding: 0;
  min-height: auto;
  height: 25px;
  width: 25px;
}
table td .btn i {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
table .filters input {
  padding: 4px 4px 4px 8px !important;
  border-radius: 4px;
  border: none;
  width: 100%;
}
table .filters input:focus {
  outline: none !important;
  box-shadow: none !important;
}

#external-events {
  display: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 10px;
}

.had-crd {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  align-items: center;
}
.had-crd .main-content-label {
  margin-bottom: 0;
}

.limit-txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
}

.nav-pills .nav-link {
  border: none;
  background-color: transparent;
  padding: 5px 10px;
  font-size: 12px;
}

.nav-pills .nav-link.active {
  background-color: #4A235A;
}

.app-crd .select2-container {
  width: 50% !important;
}

.fc .fc-button-primary {
  background-color: #4A235A !important;
  border: none !important;
}
.fc .fc-button-primary:hover {
  background-color: #5c2972 !important;
}

i.las.sidemenu-icon,
i.lar.sidemenu-icon {
  font-size: 22px !important;
}

.side-menu .nav-item {
  margin: 0 !important;
}

.dropdown-divider {
  margin: 0.2rem 0;
}

.dropdown-item {
  padding: 4px 15px;
  font-size: 12px !important;
}
.dropdown-item:hover {
  background-color: rgba(74, 35, 90, 0.1) !important;
  color: #4A235A;
}

.modal .card {
  background-color: rgba(74, 35, 90, 0.01);
}
.modal .card .card-header {
  padding: 13px 25px 0;
  background-color: rgba(74, 35, 90, 0.03);
  border-bottom: 1px solid rgba(74, 35, 90, 0.05) !important;
}

.btn-cl {
  color: #4A235A;
  font-weight: bold;
  font-size: 12px;
}

.scrl {
  height: 500px;
  overflow: auto;
}
.scrl #external-events {
  display: none;
}
.scrl ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.scrl ::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrl ::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 10px;
}

.page-item.active .page-link {
  background-color: #4A235A;
  border-color: transparent !important;
}

#back-to-top {
  background-color: #4A235A;
}
#back-to-top:hover {
  background-color: #5c2972 !important;
}

.main-sidebar-body {
  padding: 20px 0 12px;
}

.main-sidebar-body .nav-link {
  height: 43px;
}

.dlt {
  display: flex;
  justify-content: space-between;
  color: #ff5b5c;
}
.dlt i {
  color: #ff5b5c;
}
.dlt:focus, .dlt:hover {
  background-color: rgb(198, 40, 40) !important;
  color: #ffffff !important;
}
.dlt:focus i, .dlt:hover i {
  color: #ffffff;
}

.page-header {
  margin: 1rem 0 1rem;
  min-height: 38px;
}

.select2-container {
  width: 100% !important;
}

.daterangepicker.ltr {
  z-index: 9999 !important;
}

.frm-pr {
  display: flex;
}

.signn {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.signpages .details:before {
  background: #5c2972 !important;
}

.g-sn {
  position: absolute;
  width: 100%;
  left: 0;
  background: linear-gradient(40deg, #4A235A, #5c2972);
  height: 100vh;
  opacity: 0.9;
}

.grd-sgn {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
}

.signpages .card {
  border: none;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}
.signpages .login_form {
  background-color: #ffffff;
}

.fr-bcrr .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

textarea {
  resize: none;
}

.form-control {
  border: 2px solid rgba(0, 0, 0, 0.09);
  color: #6c757d;
}

.select2-container--default .select2-selection--single {
  border: 2px solid rgba(0, 0, 0, 0.09) !important;
}

.input-file {
  position: relative;
  overflow: hidden;
  padding: 0;
  display: block;
  max-width: 100%;
  cursor: pointer;
}

.input-file .no-btn i {
  font-size: 40px;
  opacity: 0.2;
}
.input-file .no-btn span {
  opacity: 0.2;
  margin-top: 10px;
}

.input-file .no-btn {
  white-space: nowrap;
  margin-right: 1em;
  vertical-align: top;
  width: 100%;
  height: 150px;
  border: 2px dashed #dddddd !important;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.input-file .material-icons {
  float: left;
  font-size: 16px;
  line-height: inherit;
  margin-right: 4px;
}

.input-file ins {
  white-space: nowrap;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  padding: 4px 5px;
  background: white;
  border-bottom: 1px solid #dddddd;
}

.input-file:after {
  content: "";
  display: block;
  clear: both;
}

.input-file input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: -100px;
  z-index: -1;
}

.br-1 {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.br-1 a {
  font-size: 12px;
}

.profile-cover__info .nav strong, .profile-tab .main-nav-line .nav-link.active {
  border-bottom: 2px solid #4A235A;
  color: #4A235A;
}

.rdo-grp {
  position: absolute;
  top: calc(50% - 10px);
}

.form input:checked + label:before, form input:checked + label:before,
.form input:checked + label:after, form input:checked + label:after {
  display: none !important;
}

.rdo-grp label {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding: 6px 8px;
  border-radius: 20px;
  float: left;
  transition: all 0.2s ease;
}

.rdo-grp.ce label {
  border-radius: 6px;
}

.rdo-grp label:hover {
  background: rgba(74, 35, 90, 0.1);
}

.rdo-grp label:not(:last-child) {
  margin-right: 16px;
}

.rdo-grp label span {
  vertical-align: middle;
}

.rdo-grp label span:first-child {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #dddddd;
  border-radius: 50%;
  transition: all 0.2s ease;
  margin-right: 8px;
}

.rdo-grp label span:first-child:after {
  content: "";
  position: absolute;
  width: 11px !important;
  height: 11px !important;
  margin: 4px !important;
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.rdo-grp.ce label span:first-child:after {
  width: 11px !important;
  height: 11px !important;
  margin: 4px !important;
}

.rdo-grp.ce label span:first-child {
  border-radius: 3px;
}

.rdo-grp label:hover span:first-child {
  background: #4A235A;
}

.rdo-grp.ce {
  top: calc(50% - 35px);
}

.rdo-grp input {
  display: none;
}

.rdo-grp input:checked + label span:first-child {
  background: #4A235A;
}

.rdo-grp input:checked + label span:first-child:after {
  transform: scale(0.5);
}

.dropdown-item {
  color: #647194 !important;
}

.addPay .scrl {
  height: 370px;
}

.select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid rgba(0, 0, 0, 0.09) !important;
  border-radius: 5px !important;
  height: 35px !important;
}

.cr-ap .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cr-ap .card-header .no-btn.remove {
  position: relative;
  top: -8px;
}
.cr-ap .card-header .no-btn.remove span {
  font-size: 25px;
  color: #999999;
}

.profile-cover__img {
  position: static;
  text-align: start;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-cover__img .img-cnt {
  width: 70%;
  height: 100px !important;
}
.profile-cover__img .img-cnt .usr-pic {
  min-width: 100px !important;
  background-size: cover;
}
.profile-cover__img .btn-profile {
  position: static;
}
.profile-cover__img .usmin-r-pic {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.profile-cover__img .img-cnt {
  display: flex;
}
.profile-cover__img .cnt-det {
  margin-left: 20px;
}
.profile-cover__img .det-in i {
  margin-right: 5px;
  color: #4A235A;
}

.cl-view.card.custom-card {
  overflow: hidden;
}
.cl-view.card.custom-card .profile-cover__info .nav {
  padding: 0;
  margin: 0;
  border: 1px solid rgba(148, 166, 170, 0.1);
  background-color: rgba(74, 35, 90, 0.02);
  align-items: center;
  height: 70px;
  justify-content: space-between;
  border-radius: 5px !important;
}
.cl-view.card.custom-card .profile-cover__info .nav strong {
  margin-bottom: 0;
  border-bottom: none;
}
.cl-view.card.custom-card .profile-cover__info .nav strong span {
  font-size: 12px !important;
}
.cl-view.card.custom-card .profile-cover__info .nav li {
  margin: 0 !important;
  padding: 0 20px;
  display: flex;
  text-transform: capitalize;
  border-right: 1px solid rgba(148, 166, 170, 0.1);
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bg-prm {
  background-color: #4A235A;
  justify-content: space-evenly;
}
.bg-prm .nav-link {
  color: rgba(148, 166, 170, 0.6) !important;
  font-weight: normal !important;
  padding: 10px 30px;
  margin-left: 0 !important;
}
.bg-prm .nav-link.active {
  color: #ffffff !important;
}
.bg-prm .nav-link.active::before {
  position: absolute;
  bottom: -2px;
  background-color: #ffffff;
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 10px 10px 0 0;
}

.profile-cover__info .nav li:first-child {
  color: rgb(148, 166, 170);
  text-transform: capitalize;
}
.profile-cover__info .nav li:first-child strong {
  color: rgb(148, 166, 170);
}

.profile-cover__info .nav li:nth-child(2) {
  color: rgba(77, 155, 24, 0.7);
  text-transform: capitalize;
}
.profile-cover__info .nav li:nth-child(2) strong {
  color: rgba(77, 155, 24, 0.7);
}

.profile-cover__info .nav li:nth-child(3) {
  color: rgba(198, 40, 40, 0.7);
  text-transform: capitalize;
}
.profile-cover__info .nav li:nth-child(3) strong {
  color: rgba(198, 40, 40, 0.7);
}

.profile-cover__info {
  display: flex;
  flex-direction: column;
}

.nav.fr-bt {
  height: 47px !important;
  justify-content: center;
  background-color: transparent !important;
  margin-bottom: 5px !important;
}
.nav.fr-bt li {
  flex-direction: row !important;
}
.nav.fr-bt li strong {
  margin-left: 10px;
}
.nav.fr-bt li:first-child {
  background-color: rgba(198, 40, 40, 0.03);
}
.nav.fr-bt li:last-child {
  background-color: rgba(77, 155, 24, 0.03);
}

.grd-prof {
  display: grid;
  grid-template-columns: 75% 25%;
}

.pddng {
  padding: 20px 20px 20px 0;
}

.rle {
  height: 20px;
  font-size: 12px;
  background-color: rgba(74, 35, 90, 0.2);
  border-radius: 5px;
  color: rgba(74, 35, 90, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-weight: bold;
}

.td-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.green {
  background-color: rgba(77, 155, 24, 0.3);
  color: #29af29;
}

.red {
  background-color: rgba(198, 40, 40, 0.3);
  color: rgb(198, 40, 40);
}

.blue {
  background-color: rgba(6, 226, 208, 0.3);
  color: #299289;
}

.grey {
  background-color: rgba(148, 166, 170, 0.3);
  color: rgb(148, 166, 170);
}

.yellow {
  background-color: rgba(221, 255, 0, 0.9);
  color: rgb(148, 166, 170);
}

.violet {
  background-color: rgba(143, 0, 255, 0.3);
  color: rgb(143, 0, 255);
}

:hover::-webkit-scrollbar-thumb {
  background: #dddddd;
}

.sts {
  width: -moz-fit-content;
  width: fit-content;
  height: 15px;
  padding: 3px;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin: auto;
}

.trsh {
  display: flex;
  justify-content: space-between;
  color: rgb(198, 40, 40) !important;
}
.trsh i {
  color: rgb(198, 40, 40);
  font-size: 15px;
}
.trsh:hover {
  background-color: rgba(198, 40, 40, 0.2) !important;
  color: rgb(198, 40, 40);
}

.modal-open .modal {
  height: 100%;
  width: 100%;
}

.sweet-alert button {
  background-color: #4A235A !important;
}

.sweet-alert button.btn-danger {
  background-color: rgb(198, 40, 40) !important;
}

.rdo-grp.fr-chhk {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 30px;
}

.addProj .scrl {
  overflow-x: hidden;
  overflow-y: auto;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.bgb {
  background-color: #0a040c;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

.dusDate_mb > div {
  margin-bottom: 5px;
}

.status_mb > div {
  background-color: #4A235A;
  font-weight: 400;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 8px 3px 8px;
  border-radius: 4px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.status_mb .rff {
  background-color: rgb(77, 155, 24);
  color: #ffffff;
}
.status_mb .as {
  background-color: #ff5b5c;
  color: #ffffff;
}

.expenseStatus .pending {
  background-color: #ff5b5c;
}
.expenseStatus .paid {
  background-color: rgb(77, 155, 24);
}

.report_page .card.fcard {
  padding: 25px;
}
.report_page .card.fcard .allAct {
  display: flex;
}
.report_page .card.fcard .allAct .btn {
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 10px;
  display: flex;
  align-items: center;
  min-height: 37px;
}
.report_page .card.fcard .allAct .btn i {
  padding-right: 5px;
  font-size: 18px;
}
.report_page .card.fcard .allAct .select2.select2-container.select2-container--default {
  min-width: 90px !important;
}

.Settings_Page .nav.main-nav-line.tabs-menu {
  border-radius: 3px;
  flex-direction: column;
  padding: 10px;
  margin-top: 10px;
}
.Settings_Page .nav.main-nav-line.tabs-menu .head {
  margin-bottom: 12px;
}
.Settings_Page .nav.main-nav-line.tabs-menu .head h4 {
  font-size: 18px;
  border-bottom: 1px solid rgba(148, 166, 170, 0.4);
  padding: 5px 0px 14px 8px;
  color: #ffffff;
}
.Settings_Page .nav.main-nav-line.tabs-menu .nav-link.active {
  border: none !important;
  color: #ffffff !important;
  border-radius: 4px;
}
.Settings_Page .nav.main-nav-line.tabs-menu .nav-link.active:before {
  content: "" !important;
  height: 0px !important;
}
.Settings_Page .nav.main-nav-line.tabs-menu .nav-link {
  padding: 3px 12px;
  margin-bottom: 20px;
  font-size: 14px;
  color: rgba(236, 235, 245, 0.6) !important;
  font-weight: 500 !important;
  padding-left: 8px !important;
  display: flex;
  align-items: center;
}
.Settings_Page .nav.main-nav-line.tabs-menu .nav-link i {
  font-size: 14px !important;
  padding-right: 6px;
}
.Settings_Page .nav.main-nav-line.tabs-menu .nav-link:last-child {
  padding-bottom: 15px !important;
}
.Settings_Page .bg-prm .nav-link {
  padding: 10px 0px;
}
.Settings_Page .content_design ._dt .head {
  background-color: #ffffff;
  border-radius: 4px;
  margin: 10px 0px;
  padding: 10px 10px;
}
.Settings_Page .content_design ._dt .head h5 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  color: #4A235A;
}
.Settings_Page .content_design ._dt .content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
}
.Settings_Page .content_design ._dt .content .input_bot_text {
  color: rgba(148, 166, 170, 0.7);
  font-size: 13px;
}
.Settings_Page .content_design ._dt .content .bg-primary {
  background-color: #4A235A !important;
}
.Settings_Page .content_design ._dt .content .colorinput-color {
  border-radius: 4px !important;
  min-width: 25px !important;
  height: 25px !important;
  position: relative;
}
.Settings_Page .content_design ._dt .content .colorinput-color:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Settings_Page .content_design ._dt .content .st_check {
  display: flex;
  align-items: center;
}
.Settings_Page .content_design ._dt .content .st_check .txt {
  margin-left: 10px;
  margin-bottom: 0px !important;
  font-size: 14px;
  white-space: pre;
}
.Settings_Page .content_design ._dt .content .rdiobox span:before {
  background-color: #4A235A !important;
}
.Settings_Page .content_design ._dt .content .send_noti {
  display: flex;
}
.Settings_Page .content_design ._dt .content .send_noti label {
  margin-right: 20px;
}
.Settings_Page .content_design ._dt .content .join_bt {
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}
.Settings_Page .setting_inerTabs .nav.main-nav-line.tabs-menu {
  flex-direction: row;
  justify-content: left;
  align-items: center;
  background-color: transparent;
  margin-top: 0px !important;
  padding: 0px !important;
  margin-bottom: 15px !important;
}
.Settings_Page .setting_inerTabs .nav.main-nav-line.tabs-menu .nav-link {
  background-color: #4A235A;
  border-radius: 4px !important;
  margin-right: 10px;
  padding: 8px 20px !important;
  font-size: 13px !important;
  margin-bottom: 0px !important;
}
.Settings_Page .user_set_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E9EBEF;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
}
.Settings_Page .user_set_head .form-group {
  margin-bottom: 0px;
}
.Settings_Page .user_set_head .form-group .colorinput st_check {
  margin: 0px !important;
}

.addUserSettings tr th > div {
  display: flex !important;
  align-items: center !important;
}
.addUserSettings tr th > div label {
  margin-bottom: 0px;
}
.addUserSettings tr th > div label .txt {
  font-size: 13px !important;
}

.modal .input_bot_text {
  color: rgba(148, 166, 170, 0.7);
  font-size: 13px;
}
.modal .bg-primary {
  background-color: #4A235A !important;
}
.modal .colorinput-color {
  border-radius: 4px !important;
  width: 25px !important;
  height: 25px !important;
  position: relative;
}
.modal .colorinput-color:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .st_check {
  display: flex;
  align-items: center;
}
.modal .st_check .txt {
  margin-left: 10px;
  margin-bottom: 0px !important;
  font-size: 14px;
  white-space: pre-line;
}
.modal .rdiobox span:before {
  background-color: #4A235A !important;
}
.modal .send_noti {
  display: flex;
}
.modal .send_noti label {
  margin-right: 20px;
}
.modal .join_bt {
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}

.badge.badge-pill {
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 8px 7px 8px;
  border-radius: 4px;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: inline-block;
}

.badge-primary-light {
  background: #6259c9;
  color: white;
}

.badge-warning-light {
  background: #ebb322;
  color: white;
}

.badge-danger-light {
  background-color: #f16d75;
  color: white;
}

.badge-success-light {
  color: white !important;
  background: rgb(25, 177, 89) !important;
}

.badge-success-unacitve {
  color: white;
  background-color: red !important;
}

.badge-info-light {
  background: rgb(1, 184, 255);
  color: white !important;
}

.chartFilter .form-group {
  position: absolute;
  top: 10px;
  right: 10px;
}
.chartFilter .form-group #reportrange {
  border-radius: 4px;
}

.range_inputs {
  display: none !important;
}

.ranges li.active {
  background-color: #4A235A !important;
  border: none !important;
  color: #ffffff !important;
}

.ranges li {
  color: #4A235A !important;
}
.ranges li:hover {
  background-color: #4A235A !important;
  color: #ffffff !important;
  border: none !important;
}

.inner_view .project-detail {
  margin-bottom: 10px;
}
.inner_view .project-detail .pro {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 11px;
  padding: 25px;
  background-color: #ffffff;
}
.inner_view .project-detail .pro .project_progress {
  background-color: #4A235A;
  padding: 5px 20px !important;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
}
.inner_view .project-detail .pro .project_progress i {
  padding-left: 5px;
  color: #ffffff;
  font-size: 16px;
}
.inner_view .info .card.custom-card .card-body .list-group a {
  padding: 10px 15px !important;
}
.inner_view .info .card.mcard {
  background-color: transparent;
}

.dark-theme ._dt .head {
  background-color: #0e0e23 !important;
  border: 1px solid hsla(0, 0%, 100%, 0.13);
}
.dark-theme ._dt .head h5 {
  color: #ffffff !important;
}
.dark-theme ._dt .content {
  background-color: #0e0e23 !important;
  border: 1px solid hsla(0, 0%, 100%, 0.13);
}
.dark-theme .main-sidebar .main-sidebar-body {
  background: #0e0e23 !important;
}
.dark-theme .main-sidebar .main-sidebar-body .nav-item.active .nav-link:after, .dark-theme .main-sidebar .main-sidebar-body .main-sidebar-body .nav-item.active .nav-link:before {
  border-right: 20px solid #0e0e23 !important;
}
.dark-theme .main-sidebar .main-sidebar-body .nav-item.active .nav-link:before {
  border-right: 20px solid #0e0e23 !important;
}
.dark-theme .main-sidebar .sidemenu-logo {
  background: #0e0e23 !important;
}
.dark-theme .table .filters input {
  padding: 4px 0px 4px 8px !important;
  border-radius: 4px;
  border: none;
  background-color: #252542 !important;
  color: #ffffff !important;
  border: 1px solid hsla(0, 0%, 100%, 0.13);
}
.dark-theme .Settings_Page .nav.main-nav-line.tabs-menu {
  background-color: #0e0e23 !important;
}
.dark-theme .ql-grd button.no-btn {
  background-color: transparent !important;
  color: #fdfeff !important;
}
.dark-theme .ql-grd button.no-btn i {
  color: #fdfeff !important;
}
.dark-theme .chartFilter #reportrange {
  background: transparent !important;
  border: 1px solid hsla(0, 0%, 100%, 0.1) !important;
}
.dark-theme .ranges li {
  background: transparent !important;
  border: 1px solid hsla(0, 0%, 100%, 0.1) !important;
  color: #fdfeff !important;
}
.dark-theme .ranges li.active {
  background-color: #4A235A !important;
}
.dark-theme .header-navheading .main-notification-title {
  color: #ffffff;
}
.dark-theme .inner_view .project-detail .pro {
  background-color: #0e0e23 !important;
}
.dark-theme .mn-pag h2 span.sp-colr {
  color: #d8a0f1;
}
.dark-theme .cke_editable {
  background-color: black !important;
}
.dark-theme .cke_top {
  background-color: black !important;
}
.dark-theme .user_set_head {
  border-bottom: 1px solid rgba(148, 166, 170, 0.4);
}

.popIcon .hovericon {
  border: 1px solid #4A235A;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-top: 6px;
  background-color: #4A235A;
}
.popIcon .hovericon i {
  font-size: 20px;
  color: #ffffff;
}
.popIcon .quickDrop {
  position: absolute;
  background: white;
  top: -236px;
  min-width: 300px;
  max-width: 250px;
  padding: 0px !important;
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.1s all linear;
  transform-origin: left bottom;
}
.popIcon .quickDrop ul {
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
  max-height: 245px;
  overflow: scroll;
}
.popIcon .quickDrop ul .head h4 {
  margin-bottom: 0px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 10px 10px 10px;
}
.popIcon .quickDrop ul li a {
  color: #747474;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popIcon .quickDrop ul li a i {
  font-size: 17px;
}
.popIcon .quickDrop ul li:last-child a {
  border-bottom: 0px !important;
}
.popIcon:hover .quickDrop {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.archive_filter_grp {
  display: flex;
  max-width: 800px;
  min-width: 200px !important;
}
.archive_filter_grp button {
  margin-right: 8px;
}
.archive_filter_grp select {
  height: 46px !important;
}
.archive_filter_grp .select2-selection__choice {
  padding: 0px !important;
}
.archive_filter_grp .select2-selection--multiple, .archive_filter_grp .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: 35px !important;
}
.archive_filter_grp span.select2-selection.select2-selection--multiple {
  height: 35px !important;
}
.archive_filter_grp li.select2-selection__choice {
  margin: 2px !important;
}
.archive_filter_grp .filter-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0px 14px !important;
  background: white !important;
  color: #3d3d3d !important;
  border: 1px solid #dedede !important;
  border-radius: 5px !important;
  cursor: unset !important;
}
.archive_filter_grp .filter-btn i {
  padding-left: 12px;
}
.archive_filter_grp input.select2-search__field {
  display: none !important;
}

.mainDivP {
  border-top: 1px solid gainsboro;
  padding-top: 20px;
}

.addUserSettings tr th > div {
  display: flex !important;
  align-items: center !important;
}
.addUserSettings tr th > div label {
  margin-bottom: 0px;
}
.addUserSettings tr th > div .st_check .txt {
  font-size: 13px !important;
}

.modal.addUserSettings .form-group {
  margin-bottom: 0px !important;
}
.modal.addUserSettings tr td .label {
  margin: 0px !important;
}
.modal.addUserSettings tr td .label .txt {
  font-size: 13px !important;
}

@media only screen and (max-width: 768px) {
  .page.main-signin-wrapper .card .grd-sgn {
    grid-template-columns: 1fr !important;
  }
  .page.main-signin-wrapper .card .grd-sgn .details {
    display: none;
  }
  .dashboard .dash-crd {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .dashboard .dash-crd {
    grid-template-columns: 1fr;
  }
  .dashboard .page-header .d-flex {
    width: 100%;
  }
  .dashboard .page-header .d-flex > div {
    margin-top: 10px;
    width: 100%;
  }
  .dashboard .ql-grd.custom-card {
    grid-template-columns: 1fr 1fr !important;
  }
  .dashboard .ql-grd.custom-card .no-btn {
    border-bottom: 1px solid #e8e8f7 !important;
    border-right: 1px solid #e8e8f7 !important;
  }
}
.st_check {
  display: flex;
  align-items: center;
}
.st_check p {
  margin-bottom: 0px;
  padding-left: 10px;
}

.colorinput-color {
  border-radius: 4px !important;
  width: 25px !important;
  height: 25px !important;
  position: relative;
}
.colorinput-color:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.colorinput-color {
  border-radius: 4px !important;
  min-width: 25px !important;
  height: 25px !important;
  position: relative;
}

.colorinput-color.bg-primary {
  background-color: #4A235A !important;
}

.editProHead {
  display: flex;
  background-color: white;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.editProHead .form-group {
  margin-right: 20px;
}

.colorinput-color.bg-primary.disabled {
  background-color: gray !important;
}

.progressBar_dyn .ready {
  font-size: 1.5em;
}
.progressBar_dyn .ui-progressbar-value {
  background: lightgreen;
}
.progressBar_dyn .progressbar-container {
  position: relative;
  width: 350px;
}
.progressBar_dyn .progressbar-bar {
  height: 25px;
  margin: 10px 0;
  border-radius: 7px;
  border: 1px solid silver;
}
.progressBar_dyn .progressbar-label {
  position: absolute;
  top: 2px;
  left: 45%;
  z-index: 2;
}

.progressBar_dyn .progress {
  margin: 10px;
  height: 30px !important;
}
.progressBar_dyn .percentageData {
  position: absolute;
  top: 3%;
  left: 50%;
  font-size: 12px;
  transform: translate(-50%, -50%);
}
.progressBar_dyn .progress-bar {
  height: 100% !important;
  background: #4A235A !important;
}

.allSameFields span.select2-selection.select2-selection--multiple {
  height: 38px !important;
}
.allSameFields .select2-container--default .select2-selection--multiple .select2-selection__choice {
  height: 31px;
  display: flex;
  align-items: center;
}
.allSameFields .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  top: 7px;
}

.stripe_Pay .card_head .client_details {
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.stripe_Pay .card_head .client_details .profile {
  min-width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4A235A;
  border-radius: 100px !important;
}
.stripe_Pay .card_head .client_details .profile i {
  color: #ffffff;
  font-size: 48px !important;
}
.stripe_Pay .card_head .client_details .data ul {
  padding-left: 15px;
  list-style: none;
}
.stripe_Pay .card_head .client_details .data ul li {
  display: flex;
  padding-bottom: 5px;
}
.stripe_Pay .card_head .client_details .data ul li i {
  color: #4A235A;
}
.stripe_Pay .card_head .client_details .data ul li span {
  color: #8898AA;
  font-size: 13px;
  font-weight: 300;
  padding-left: 8px;
}
.stripe_Pay .card_head .mlogo {
  text-align: center;
  padding-bottom: 20px;
}

.main-sidebar-body {
  overflow: auto !important;
}

.select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  max-height: 100px;
  height: unset !important;
  overflow: auto;
}

.in-line {
  width: 160px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-right: solid 1px #ced4da;
  height: 21px;
}

.in-line span {
  font-weight: 700;
}

.in-line label {
  font-weight: 700;
}

.main-div {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: baseline;
  padding-bottom: 40px;
}

.amnt-due {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.amnt-due span {
  font-weight: 600;
}

.amnt-due label {
  font-weight: 600;
}

.cl-name h3 {
  color: #ced4da;
}

.image-corner img {
  height: 58px;
  width: 300px;
}

.main-client {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.s-billing label {
  font-weight: 700;
}/*# sourceMappingURL=admin.css.map */