* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}

@font-face {
  font-family: 'Roboto Regular';
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Medium';
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Bold';
  src: url(../fonts/Roboto-Bold.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Light';
  src: url(../fonts/Roboto-Light.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Black';
  src: url(../fonts/Roboto-Black.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

/* custom checkbox */
.form-check-input:checked {
  background-color: #15283c !important;
  border-color: #15283c !important;
}

.form-check-input {
  border-color: #7B809A !important;
  width: 18px;
  height: 18px;
  box-shadow: none !important;
  cursor: pointer;
}

.form-check-label span {
  user-select: none;
  cursor: pointer;
  margin-left: 5px;
  color: #4F4F52;
  font-size: 16px;
  font-family: "Roboto Regular";
}

.form-check-label {
  margin-bottom: 10px;
}

input[type="file"] {
  line-height: 24px;
  padding-left: 12px;
}

/* placehoder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7B809A !important;
  font-family: "Roboto Regular" !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7B809A !important;
  font-family: "Roboto Regular" !important;
}

input::placeholder,
textarea::placeholder {
  color: #7B809A !important;
  font-family: "Roboto Regular" !important;
}

/* buttons */
button:disabled {
  background: #E9EAED !important;
  color: #7B809A !important;
  cursor: not-allowed;
}

button:disabled svg path {
  fill: #7B809A !important;
}

.btn-primary,
.btn-danger,
.btn-add {
  background: #15283c !important;
  border-radius: 8px !important;
  border: none !important;
  height: 35px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 2.4;
  font-family: 'Roboto Bold';
  box-shadow: none !important;
  font-size: 14px !important;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  transition: all .3s;
}

.btn-primary:hover {
  background: #27394c !important;
}

.btn-default:hover {
  border-color: #27394c !important;
  color: #000000 !important;
  background-color: #27394c0f !important;
}

.btn-add {
  color: #4F4F52 !important;
  background: #fff !important;
  border: 1px solid #4F4F52 !important;
  font-family: 'Roboto Medium' !important;
}

.btn-danger {
  background: #E91F63 !important;
}

.btn-default {
  background: #fff !important;
  border-radius: 8px !important;
  border: 1px solid #15283c !important;
  height: 35px;
  color: #15283c;
  padding: 0 15px;
  font-size: 15px;
  line-height: 2.4;
  font-family: 'Roboto Bold';
  box-shadow: none !important;
  font-size: 14px !important;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.text-underline {
  text-decoration: underline !important;
}

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

.bottom-1 {
  bottom: 1px;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.min-w-90 {
  min-width: 90px;
}

/* colors */
.c-primary {
  color: #15283c !important;
}

.c-gr {
  color: #4F4F52 !important;
}

.c-7b {
  color: #7B809A !important;
}

.c-36 {
  color: #364868 !important;
}

.c-34 {
  color: #344767 !important;
}

.c-16 {
  color: #16C0E8 !important;
}

.c-e9 {
  color: #E91F63 !important;
}

.c-19 {
  color: #191919 !important;
}

.c-43 {
  color: #439DEE !important;
}

.c-4b {
  color: #4BA64F !important;
}

.c-fb {
  color: #FB8E03 !important;
}

.c-4c {
  color: #4C26AA !important;
}

.c-46 {
  color: #46679D !important;
}

.c-3e {
  color: #3e4b5b !important;
}

/* fonts */
.f-10 {
  font-size: 10px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-36 {
  font-size: 36px !important;
}


/* font family */
.f-300 {
  font-family: 'Roboto Light' !important;
}

.f-400 {
  font-family: 'Roboto Regular' !important;
}

.f-500 {
  font-family: 'Roboto Medium' !important;
}

.f-700 {
  font-family: 'Roboto Bold' !important;
}

.f-800 {
  font-family: 'Roboto Black' !important;
}



/* main loader */
.LoaderSec {
  position: fixed;
  background: #9d060600;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999999999;
}

.LoaderSec .loader {
  width: 55px;
  height: 55px;
  border: 6px solid #15283c;
  border-bottom-color: #c6367f;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  position: fixed;
  z-index: 9999999999999;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

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

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

/* main loader end*/


.devider {
  background: #F0F2F5;
  width: 100%;
  height: 1px;
  margin: 10px 0;
}

.form-group {
  margin-bottom: 15px;
}

.form-control,
.select2-search__field {
  box-shadow: none !important;
  background: #FFFFFF;
  border: 1px solid #C7CCD0;
  border-radius: 5px;
  height: 34px;
  padding: 5px 10px;
  color: #444;
  font-family: "Roboto Medium" !important;
  outline: none !important;
  font-size: 14px;
}

.select2-search__field {
  height: 34px;
  font-size: 14px;
}

.form-control:focus,
.form-control:hover {
  border-color: #15283c !important;
}


/* login */

.loginBanner {
  position: absolute;
  height: 488px;
}

.loginBanner img {
  height: 488px;
}

.loginCard .loginCardHead {
  background-image: linear-gradient(to right bottom, #a53692, #cb367d, #e34765, #ee634c, #ec8335) !important;
  box-shadow: 0px 2px 6px rgba(220, 34, 101, 0.36);
  border-radius: 8px;
  min-height: 81px;
  bottom: 40px;
}
.loginCard{
    flex: auto;
    padding: 15px;
    /* background-color: #15283c; */
    /* background-image: url('../images/pattern_h.png'); */
}
/* .loginCard .loginCardBody{
    width: 408px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 0 20px 30px;
    position: relative;
    z-index: 1;
} */
.loginCard .loginCardBody {
    width: 408px;
    border-radius: 12px;
    padding: 0 20px 30px;
    position: relative;
    z-index: 9999;
    backdrop-filter: blur(8px);
    background: #ffffff1a;
}

.loginCard form .form-group label svg {
  margin-right: 5px;
}

/* footer */

footer {
  border-top: 1px solid #F0F2F5;
  padding: 10px 30px;
}

footer a {
  color: #e91f63;
}

/* sidebar */
.sidebarOverlay {
  background: #00000047;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

aside {
  background-color: #15283c;
  /* background-image: url('../images/pattern_h.png'); */
  width: 260px;
  min-width: 260px;
  height: 100vh;
  padding: 0 0 16px;
  overflow: auto;
  transition: all .3s;
  user-select: none;
  position: absolute;
  z-index: 99999;
  box-shadow: 0 0 15px -4px #15283c;
}

aside .logoBx svg {
  min-width: 24px;
}

aside .collapseMenu .menuList li .subMenuIcn {
  min-width: 16px;
  height: 16px;
  width: 16px;
  margin-right: 18px;
}

aside .collapseMenu .menuList li:last-child {
  margin-bottom: 0;
}

aside .menuList li .arrowDown {
  transition: all .3s;
}

aside .menuList li a[aria-expanded="true"],
aside .collapseMenu.collapsing,
aside .collapseMenu.show {
  background: #577da687 !important;
}

aside .menuList li a[aria-expanded="true"] .arrowDown {
  transform: rotate(-180deg);
}

aside .menuList li a .icnBx {
  width: 35px;
  min-width: 35px;
  height: 25px;
}

aside .logoSec {
  min-height: 69px;
  padding: 0 15px;
  border-bottom: 1px solid #ffffff4f;
}

.whiteSpace {
  white-space: nowrap;
}

aside::-webkit-scrollbar-track {
  width: 6px;
  background-color: #0f1d2b;
}

aside::-webkit-scrollbar {
  width: 6px;
  background-color: #0f1d2b;
}

aside::-webkit-scrollbar-thumb {
  background-color: #9b2d9e;
}

aside .userProfile {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 10px 0;
  margin: 20px 0;
}

aside .userProfile [data-bs-toggle="collapse"] {
  padding: 10px 15px;
  border-radius: 5px;
}

aside .userProfile [data-bs-toggle="collapse"]:hover {
  background: #6666EA50;
}

aside .userProfile img {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.text-ellips {
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

aside .userProfile .arrowDown {
  min-width: 10px;
}

aside .menuList li svg {
  margin-right: 15px;
  min-width: 16px;
}

aside .menuList li {
  margin-bottom: 5px;
  position: relative;
}

aside .menuList li a {
  padding: 8px 20px 8px 10px;
  transition: all .3s;
  min-height: 41px;
  white-space: nowrap;
  color: #3a3541de;
}

aside .menuList li a.active {
  /* background: #ec6152 !important; */
  background-image: linear-gradient(to right bottom, #a53692, #cb367d, #e34765, #ee634c, #ec8335) !important;
}

aside .menuList li a:hover {
  background: #577da663;
}

/* header */
header li.middleContent.p-0 {
  padding: 0 !important;
}

@media (min-width:577px) {
  header .userMenu .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
}

header .userMenu .dropdown-menu {
  min-width: 200px;
}

header .userMenu .dropdown-menu li a {
  padding: 10px 15px !important;
  border: none;
}

header {
  border-bottom: 1px solid #F0F2F5;
  padding: 0 20px 0 20px;
  background: #15283c;
  position: sticky;
  top: 0;
  z-index: 9999;
  min-height: 70px;
}

header ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

header ul li .badges {
  background: #ec6152;
  border-radius: 19px;
  min-width: 28px;
  top: -3px;
  left: 15px;
  min-height: 20px;
  pointer-events: none;
}

/* breadcrumb */
.breadcrumb ul li {
  display: inline-block;
  margin: 0 3px;
}

.breadcrumb ul li svg {
  position: relative;
  bottom: 2px;
}

.breadcrumb {
  padding: 10px 24px 0;
  margin-bottom: 0;
}

/* middle section */

.middleContent {
  padding: 0 24px 20px;
  flex: auto;
}

.middleContent .cards {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  margin-bottom: 0;
}

.cardsHeader {
  padding: 10px 15px;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 12px 12px 0 0;
}

.cardsBody {
  padding: 15px 24px;
}

.tableCards {
  padding-bottom: 15px;
}

.tableCards .cardsHeader button {
  line-height: 2.9;
}

.tableCards .cardsHeader button svg {
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

.tableCards th,
table.dataTable th {
  background: #f1f1f1 !important;
  text-transform: uppercase;
  color: #364868 !important;
  font-size: 14px !important;
  padding: 8px 10px;
  border: none !important;
  vertical-align: middle;
}

.tableCards .cardsBody {
  padding: 0 0 20px;
  font-family: 'Roboto Bold' !important;
}

.tableCards .table>:not(:first-child) {
  border: none !important;
}

.tableCards td,
table.dataTable td {
  border-color: #F0F2F5;
  color: #000;
  font-size: 14px !important;
  padding: 5px 8px;
  font-family: 'Roboto Regular' !important;
  vertical-align: middle;
}

table.dataTable tr:last-child td {
  border: 0;
}

.tableCards .editRemove label {
  text-decoration: underline;
  margin-right: 10px;
}

.tableCards tr td .mb-2:last-child {
  margin-bottom: 0 !important;
}

.tableCards .dayBx {
  min-width: 180px;
}

.tableCards .editBtn,
.tableCards .deleteBtn,
.tableCards .cartBtn {
  background: #1A73E7;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.tableCards .deleteBtn {
  background: #dc3545;
}

/* .tableCards .deleteBtn:hover{
    background: #bb2d3b;
}
.tableCards .editBtn:hover{
    background: #3d87e7;
} */
.tableCards .cartBtn {
  background: linear-gradient(180deg, #63B967 0%, #4BA64F 100%);
}

.tableCards .editDlbtn button {
  margin-left: 10px;
}

.tableCards .editDlbtn a:first-child button {
  margin-left: 0;
}

.tableCards,
.dataTables_wrapper .col-sm-12 {
  overflow: auto;
  position: relative;
}

.tableCards::-webkit-scrollbar-track,
.dataTables_wrapper .col-sm-12::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
  width: 5px;
  background-color: #F5F5F5;
  height: 9px;
}

.tableCards::-webkit-scrollbar,
.dataTables_wrapper .col-sm-12::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  height: 9px;
  background-color: #D9D9D9;
}

.tableCards::-webkit-scrollbar-thumb,
.dataTables_wrapper .col-sm-12::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
}

.tableCards .cardsHeader {
  flex-wrap: wrap;
}

.fieldsModal .modal-body .fieldList li {
  margin-top: 15px;
  list-style: auto;
}

.modal-content {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  border: 0;
}

.modal-title {
  color: #344767;
  font-size: 18px;
  font-family: "Roboto Bold" !important;
}

.modal-header {
  padding: 15px 20px;
}

.modal-header .btn-close {
  font-size: 12px;
  box-shadow: none;
}

@media (min-width:767px) {
  .fieldsModal .modal-dialog {
    max-width: 614px;
  }
}

.modal-footer {
  padding: 8px 15px;
}

.modal-footer button {
  min-width: 100px;
}

.modal-dialog .modal-body {
  padding: 10px 1rem 0;
}

div.dataTables_filter {
  text-align: left !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0 !important;
  width: 100%;
}

div.dataTables_wrapper div.dataTables_filter label {
  width: 100%;
}

#filterInput {
  position: relative;
}

#filterInput input {
  padding-left: 40px;
}

#filterInput svg {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 22px;
  pointer-events: none;
}

@media (min-width:577px) {
  #filterInput {
    width: 328px;
  }
}

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

div.dataTables_wrapper div.dataTables_paginate ul.pagination,
table.dataTable {
  margin: 0 !important;
}

.datatableFooter {
  padding: 10px 0;
  border-top: 1px solid #F0F2F5;
  margin: 0;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0 !important;
  color: #7B809A;
  font-size: 14px;
  font-family: "Roboto Medium";
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  font-family: "Roboto Regular";
  font-size: 16px;
  color: #4C26AA;
}

.page-item.active .page-link {
  background: #15283c;
  border-color: #15283c;
  color: #fff !important;
}

.page-link {
  box-shadow: none !important;
  color: #15283c !important;
  font-family: "Roboto Medium";
}



/* notification */
.notiDropdown {
  min-width: 350px;
}

.notificationBody li a {
  padding: 15px;
  display: block;
  position: relative;
  border-bottom: 1px solid #4720a642;
}

.notificationBody li a:hover {
  background: #441ea30f;
}

.notificationBody li:last-child a {
  border: 0;
}

.notificationBody {
  top: 20px !important;
}

.notificationBody .cardsBody {
  max-height: 300px;
  overflow: auto;
}

.notificationBody .cardsBody::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

.notificationBody .cardsBody::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.notificationBody .cardsBody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4822a6;
}

.tooltip {
  z-index: 9 !important;
}

/* .tooltip{
    left: 20px !important;
}
.tooltip-inner {
    font-family: 'Roboto Regular';
    font-size: 16px;
    background-color: #6666ea;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #6666ea;
}
.tooltip.show{
    opacity: 1 !important;
} */
.settingWrpr .cardsFooter {
  padding: 20px 24px;
  border-top: 1px solid #C7CCD0;
}

.settingWrpr .cardsFooter .btn-default {
  min-width: 90px !important;
}

.settingWrpr .cardsFooter button,
.tableCards .cardsHeader button {
  margin-left: 10px;
}

.settingWrpr .cardsBody textarea {
  height: 150px;
  padding-top: 12px;
  resize: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  background-image: url('../images/chev-down.svg');
  width: 20px !important;
  height: 20px !important;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -15px !important;
  margin-top: -7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
}

.select2-container .select2-selection--single {
  height: 34px !important;
  background: #FFFFFF !important;
  border: 1px solid #C7CCD0 !important;
  border-radius: 5px !important;
  color: #4F4F52 !important;
  padding: 0 10px !important;
  font-family: 'Roboto Medium' !important;
  user-select: none !important;
  font-size: 14px;
}

.select2-container--open .select2-dropdown {
  top: 5px !important;
}

.select2-dropdown {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #FFFFFF !important;
  border: 1px solid #C7CCD0 !important;
  border-radius: 8px !important;
  font-family: 'Roboto Medium' !important;
  max-height: 205px !important;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 15%) !important;
}

.select2-results__options {
  max-height: 140px !important;
}

.select2-results__option {
  padding: 5px 15px !important;
  color: #7B809A !important;
  font-family: "Roboto Regular" !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #4821a608 !important;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #F5F5F5;
  border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #15283c;
}

.select2-results__options::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.menuicn {
  background-image: linear-gradient(to right bottom, #a53692, #cb367d, #e34765, #ee634c, #ec8335);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all .3s;
}

.customCheckbox {
  display: flex;
  flex-wrap: wrap;
}

.customCheckbox .form-check {
  margin: 0 30px 10px 0;
}

.form-check-label {
  cursor: pointer;
}

.modal-backdrop {
  z-index: 99999 !important;
}

.modal {
  z-index: 999999 !important;
}

/* dashboard */
.small-box {
  border-radius: .25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.small-box>.inner {
  padding: 10px;
}

.small-box h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
}

.small-box p {
  font-size: 1rem;
}

.small-box>.small-box-footer {
  background-color: rgba(0, 0, 0, .1);
  color: rgba(255, 255, 255, .8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

.small-box>.small-box-footer:hover {
  background-color: rgba(0, 0, 0, .15);
}

.select2-dropdown {
  top: 5px !important;
}

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

.pmModule .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  font-size: 13px;
  padding: 0;
  height: 30px;
}

.pmModule .moduleBx {
  border: 1px solid #c6c6c6;
  padding: 10px;
  border-radius: 5px;
}

.pmModule {
  padding: 20px;
}

.pmModule .select2-container .select2-selection--single {
  font-size: 13px;
  padding: 0 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #c6c6c6 !important;
  border-radius: 0 !important;
  height: 30px !important;
}

.pmModule .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -6px !important;
  margin-top: -9px !important;
}

.pmModule .cusColPm {
  padding: 4px;
}

.pmModule .Col-1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pmModule .Col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.pmModule .Col-3 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.pmModule .Col-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.pmModule .Col-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

.pmModule .Col-6 {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.pmModule .Col-7 {
  flex: 0 0 14.28%;
  max-width: 14.28%;
}

.pmModule .Col-8 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.pmModule .Col-9 {
  flex: 0 0 11.11%;
  max-width: 11.11%;
}

.pmModule .Col-10 {
  flex: 0 0 10%;
  max-width: 10%;
}

.pmModule .Col-11 {
  flex: 0 0 9.09%;
  max-width: 9.09%;
}

.pmModule .Col-12 {
  flex: 0 0 8.33%;
  max-width: 8.33%;
}

.PlBox {
  border: 1px solid #C7CCD0;
  border-radius: 8px;
  padding: 10px;
}

.PlBox .list-group-item {
  border-bottom: 1px solid #C7CCD0 !important;
}

label.error {
  color: red;
}

.badge {
  font-size: 13px;
  font-weight: normal;
}

/* .badge-success{
    background-color: #00c292;
}

.badge-danger{
    background-color: #ff5b5b;
} */

.sortableList li {
  padding: 6px 10px;
  background: #15283c;
  color: #fff;
  border-radius: 5px;
}

.sortableList .childUl li {
  background: #ec6152;
}

.sortableList .menuDiv {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px 10px;
  cursor: pointer;
}

.sortableList .subMenuDiv li {
  margin-top: 10px;
}

.form-control:disabled,
.form-control[readonly] {
  border: 1px solid #C7CCD0 !important;
}

div.dataTables_processing {
  margin: 0 !important;
  transform: translate(-50%, -50%);
  position: fixed !important;
}

select {
  cursor: pointer;
}

select:focus {
  border-color: #15283c !important;
  box-shadow: none !important;
}

.filterColumn {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}

/* notification */
.saber-toasts-containers {
  position: fixed;
  width: 320px;
}

.saber-toasts-container-top-right {
  right: 20px;
  top: 80px;
  flex-direction: column-reverse;
}

.saber-toast {
  width: 320px;
  box-shadow: 0px 4px 8px rgba(52, 170, 68, 0.15);
  border-radius: 4px;
  display: flex;
  margin-bottom: 10px;
}

.saber-toast .right-border {
  width: 6px;
  border-radius: 10px 0 0 10px;
}

.saber-toast .state-icon svg {
  min-width: 20px;
  margin: 0 10px 0 12px;
}

.saber-toast .title {
  line-height: 22px;
}

.saber-toast .close-icon-holder {
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
}

.saber-toast .close-icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.saber-toast .close-icon svg {
  color: #fff;
}

.saber-toast .text-container,
.saber-toast .state-icon {
  margin: 10px 0;
  display: block;
}

/* notification end*/

.removeTransition {
  transition: none;
}

.nowrap {
  white-space: nowrap !important;
}

.getDataFormDivs {
  border: 2px solid #868383;
  margin: 10px 0px !important;
}

.loaderOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff0;
  left: 0;
  top: 0;
  z-index: 9999999999999999;
}

div.tableHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

.tableHeading::before,
.tableHeading::after {
  content: '';
  height: 1px;
  background: #d5d5d5;
  flex: 1;
  margin: 0 0 0 20px;
}

.tableHeading::before {
  margin: 0 20px 0 0;
}

.popover-body {
  padding: 0 !important;
}

.swal2-container {
  z-index: 999999999999 !important;
}

/* search ui Start*/
.searchMenuInput {
  min-height: auto !important;
}

.searchMenuInput .searchIcn {
  position: absolute;
  top: 8px;
  right: 6px;
}

.searchMenuInput input {
  border-radius: 0;
  border: none;
  padding-right: 35px;
}

.ui-widget.ui-widget-content {
  width: 260px !important;
  max-height: 300px !important;
  overflow: auto;
  border: none !important;
  border-top: 1px solid #15283c !important;
}

.ui-menu .ui-menu-item-wrapper {
  margin: 0 !important;
  font-family: 'Roboto Medium' !important;
  font-size: 14px;
  border: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background-image: linear-gradient(to right bottom, #a53692, #cb367d, #e34765, #ee634c, #ec8335);
}

.ui-widget.ui-widget-content::-webkit-scrollbar {
  width: 8px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #15283c;
}

/* search ui End */


.accountWrpr .avatar-upload {
  position: relative;
  width: fit-content;
}

.accountWrpr .avatar-upload .avatar-edit {
  position: absolute;
  right: 3px;
  z-index: 1;
  bottom: 7px;
}

.accountWrpr .avatar-upload .avatar-edit input {
  display: none;
}

.accountWrpr .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.accountWrpr .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.accountWrpr .avatar-upload .avatar-edit input+label:after {
  content: "\f030";
  font-family: 'FontAwesome';
  color: #15283c;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.accountWrpr .avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #15283c;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 2px;
}

.accountWrpr .avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.accountWrpr .nav-link {
  border-radius: 50px;
  margin: 0 5px;
  border: 2px solid #15283c !important;
  color: #15283c !important;
  font-weight: 600;
  min-width: 190px;
  text-align: center;
  padding: 4px 0px;
  font-size: 13px;
}

.accountWrpr .nav-link.active {
  background: #15283c !important;
  color: #fff !important;
}

.dataTable th,
.dataTable td {
  text-align: center !important;
}

.newItemModalBtn {
  height: 24px;
  line-height: 0;
  padding: 0 8px;
}

.select2-selection__clear {
  width: 15px;
  height: 15px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
  position: relative;
  z-index: 1;
}

.user-profile {
  border-radius: 50%;
  object-fit: cover;
  outline: 2px solid #ffffffe6;
  padding: 2px;
}

#dataTableLoader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #e24666;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

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

div.dataTables_processing>div:last-child {
  display: none !important;
}

div.dataTables_processing.card {
  border: 0 !important;
  width: auto !important;
  background: transparent;
  margin-top: 25px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #15283c !important;
  color: #fff !important;
}
