@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/* font-family: 'Roboto', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
/* font-family: 'Marcellus', serif; */
@supports (-moz-appearance: none) {
  /* special attributes for mozilla only */
}
[focus] {
  transition: 0.2s ease-in-out;
}
[focus]:active {
  transform: scale(0.9);
}

.buttonPrimary {
  border-radius: 3px;
  border: 0;
  padding: 12px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  background-image: linear-gradient(#2e376b, #111b56);
  transition: 0.2s ease-in-out;
}
.buttonPrimary:hover {
  color: #f3f3f3;
}
.buttonPrimary:focus {
  box-shadow: 0 0 1px 2px rgba(46, 55, 107, 0.301);
}
.buttonPrimary:active {
  transform: scale(0.9);
}

.buttonPrimaryOutline {
  border-radius: 3px;
  border: 2px solid #2e376b;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  background: none;
  color: #fff;
  cursor: pointer;
  outline: none !important;
  box-shadow: 0px -1px #2e376b;
  border-top: 1px solid rgba(255, 255, 255, 0.63);
  transition: 0.2s ease-in-out;
}
.buttonPrimaryOutline:focus {
  box-shadow: 0 0 1px 2px rgba(46, 55, 107, 0.301);
}
.buttonPrimaryOutline:active {
  transform: scale(0.9);
}

.buttonSecondary {
  border-radius: 4px;
  border: 0;
  padding: 12px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  background-image: linear-gradient(#cf434e, #ab1c27);
  transition: 0.2s ease-in-out;
}
.buttonSecondary:focus {
  box-shadow: 0 0 1px 2px rgba(207, 67, 79, 0.301);
}
.buttonSecondary:active {
  transform: scale(0.9);
}

.buttonSecondaryOutline {
  border-radius: 4px;
  border: 2px solid #cf434e;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  background: none;
  color: #cf434e;
  cursor: pointer;
  outline: none !important;
  transition: 0.2s ease-in-out;
}
.buttonSecondaryOutline:focus {
  box-shadow: 0 0 1px 2px rgba(207, 67, 79, 0.301);
}
.buttonSecondaryOutline:active {
  transform: scale(0.9);
}

::-webkit-scrollbar {
  width: 0 !important;
}

::-webkit-scrollbar-thumb {
  background: none !important;
}

body {
  padding: 0;
  margin: 0;
  background: #f5f5f5;
}

body,
div,
ul,
li,
a,
p,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.list-initial li {
  list-style: initial;
}

.bg-none {
  background: none !important;
}

.bg-primary {
  background: #2e376b !important;
}

.text-primary {
  color: #2e376b !important;
}

.bg-secondary {
  background: #cf434e !important;
}

.text-secondary {
  color: #cf434e !important;
}

.bg-black {
  background: #343a40 !important;
}

.text-black {
  color: #000 !important;
}

.bg-yellow {
  background: #ee9e08 !important;
}

.text-yellow {
  color: #ee9e08 !important;
}

.bg-white {
  background: #fff !important;
}

.text-white {
  color: #fff !important;
}

.bg-red {
  background: #ff707d !important;
}

.text-red {
  color: #e63344 !important;
}

.bg-gray {
  background: #f4f4fa !important;
}

.text-gray {
  color: #5f5f5f !important;
}

.letter-spacing-2 {
  letter-spacing: 6px;
}

.clear-both {
  clear: both !important;
}

.object-cover {
  width: 100%;
  object-fit: cover;
  display: table;
}

.font-700 {
  font-weight: 700 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-stylish {
  font-family: "Marcellus", serif;
}

.border-t-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-r-light {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-b-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-l-light {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-light {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.min-h-100 {
  min-height: 100px !important;
}

.min-h-150 {
  min-height: 150px !important;
}

.min-h-200 {
  min-height: 200px !important;
}

.min-h-204 {
  min-height: 204px !important;
}

.min-h-250 {
  min-height: 250px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.max-h-100 {
  max-height: 100px !important;
}

.max-h-150 {
  max-height: 150px !important;
}

.max-h-200 {
  max-height: 200px !important;
}

.max-h-250 {
  max-height: 250px !important;
}

.max-h-300 {
  max-height: 300px !important;
}

.max-h-350 {
  max-height: 350px;
}

.max-h-400 {
  max-height: 400px;
}

.max-h-450 {
  max-height: 450px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-550 {
  max-height: 550px;
}

.max-h-600 {
  max-height: 600px;
}

.height-100-vh {
  height: 100vh;
}

.w-350px {
  min-width: 350px;
  max-width: 350px;
  width: 350px;
}

.w-300px {
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}

.w-200px {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}

.w-150px {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}

.w-100px {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}

.w-50px {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
}

.w-30px {
  min-width: 30px;
  max-width: 30px;
  width: 30px;
}

.w-100 {
  width: 100%;
}

.rounded-btn {
  border-radius: 40px;
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

.right {
  right: 0;
}

.left {
  left: 0;
}

.font-xs {
  font-size: 12px !important;
}

.font-sm {
  font-size: 14px !important;
}

.font-md {
  font-size: 16px !important;
}

.font-lg {
  font-size: 18px !important;
}

.font-xl {
  font-size: 25px !important;
}

.font-2x {
  font-size: 40px !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
}

.align-center {
  align-items: center !important;
}

.d-center {
  display: grid !important;
  display: -webkit-grid !important;
  align-items: center !important;
}

.d-inline-block {
  display: inline-block !important;
}

.outline-none,
.outline-none:focus {
  outline: none !important;
  box-shadow: none;
}

.pointer {
  cursor: pointer !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }
}
@media (min-width: 992px) {
  .desktop-none {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .mobile-none {
    display: none !important;
  }
}
.modal {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.762);
    overflow: auto;
}
.modal .modal-dialog {
  max-width: 95%;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal .close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-weight: 300;
  font-size: 30px;
  opacity: 1;
}

.modalContent .heading {
  font-weight: 700;
  font-size: 22px;
  color: #343a40;
}

button,
a {
  outline: none;
}
button:active,
a:active {
  outline: none;
  transform: scale(0.9);
}

/* input checkbox and radio */
.checkboxLabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxLabel input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkboxLabel input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkboxLabel .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.checkboxLabel.radioLabel .checkmark {
  border-radius: 50%;
}

.checkboxLabel:hover input ~ .checkmark {
  background-color: #fff;
}

.checkboxLabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxLabel input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

.checkboxLabel input[type=radio]:checked ~ .checkmark:after {
  display: block;
}

.checkboxLabel .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkboxLabel.radioLabel .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

.checkboxLabel input:checked ~ .checkmark {
  background-color: #4169e1;
}

.checkboxLabel input:checked ~ .checkmark.success {
  background-color: #28a745;
}

.checkboxLabel input:checked ~ .checkmark.danger {
  background-color: #dc3545;
}

.checkboxLabel input:checked ~ .checkmark.warning {
  background-color: #ffc107;
}

.checkboxLabel input:checked ~ .checkmark.info {
  background-color: #17a2b8;
}

.changeColor {
  background: red;
  height: 100px;
  width: 100px;
}

input:checked ~ .changeColor {
  background: yellow !important;
}

/* input checkbox and radio end */
/* toggle button */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* toggle button end */
/* DEFAULT ATTRIBUTE END */
/* CODE FOR MAIN STRUCTURE 'IMPORTANT'*/
/* header, nav and search */
.header-menu {
  padding: 15px;
  background: #2e376b;
  color: #fff;
  box-shadow: 0px -2px 8px #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.headerLogo {
  padding: 15px !important;
  display: block !important;
}
.headerLogo img {
  float: left;
  margin-right: 20px;
}
.headerLogo .content .heading {
  color: #fff;
  font-size: 16px;
}
.headerLogo .content .subheading {
  color: #fff;
  font-size: 12px;
}

.headerLogo {
  background: #cf434e;
}

.closeSearch {
  color: #ff0000;
}

.header-menu img {
  width: 40px;
}

.header-icons {
  margin: 0;
  padding: 0;
  float: right;
}

.header-icons li {
  float: right;
  list-style: none;
  margin-left: 15px;
}

.header-icons li a {
  display: block;
}

.header-title-icon svg {
  font-size: 21px;
}

.header-title {
  font-size: 16px;
}

.toggleMenu {
  margin-right: 5px;
}

.menu-ul {
  overflow: auto;
  box-shadow: 0px 8px 10px #000;
  background: #0e1111;
  position: fixed;
  left: 0;
  width: 0;
  height: 100vh;
  z-index: 9999999;
  transition: 0.2s ease-in-out;
}

.open-menu {
  width: 250px;
}

.search-div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.search-input {
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  border: 0;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
}

.search-div .icon-search {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 9999;
  font-size: 18px;
}

.search-div .fa-times {
  display: none;
}

@media (min-width: 768px) {
  body {
    overflow: hidden;
  }

  .menu-ul {
    width: 250px;
    position: fixed;
    z-index: 8;
    box-shadow: none;
  }

  .container-wrapper {
    overflow: auto;
    max-height: calc(100vh - 45px);
  }

  .toggleMenu {
    display: none;
  }
}
/* focus */
.header-title-icon span:active {
  display: inline-block;
}

.toggleMenu svg:active,
a:active,
.header-title-icon span:active,
.btn-anchor:active,
.header-icons li svg:active,
.header-icons li img:active,
button:active,
input[type=submit]:active,
.focus:active {
  transform: scale(0.95);
}

/* focus end*/
/* main container = content area */
.container-wrapper {
  height: 100vh;
  min-height: calc(100vh - 45px);
  padding-top: 54px;
  margin-bottom: 45px;
  overflow-y: auto;
  overflow-x: hidden;
}

.container-wrapper.no-tab {
  min-height: 100vh;
  margin-bottom: 0;
}

.scrollup {
  background: #ffc107;
  border: 1px solid #c3a445;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 5px;
  position: fixed;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  display: none;
  text-align: center;
}

.list-counter {
  background: #ffc107;
  box-shadow: 2px 2px 9px -5px #000;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 5px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 9999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-tab ~ .list-counter,
.no-tab .list-counter {
  bottom: 10px;
}

/* footer*/
.footer-tab {
  background: #090d25;
  height: 45px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 9px -4px #000;
  z-index: 999999;
}

.footer-tab table {
  margin: 0;
  padding: 0;
}

.footer-tab table td {
  padding: 0;
  color: #fff;
  text-align: center;
  min-width: 50px;
  max-width: 50px;
}

.footer-tab table td > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}

.footer-tab table td a {
  opacity: 0.7;
}

.footer-tab table td svg {
  font-size: 18px;
}

.footer-tab table td p {
  margin: 0;
  font-size: 10px;
  line-height: 10px;
}

.activeTab {
  opacity: 1 !important;
}

.activeTab svg {
  font-size: 20px !important;
}

.activeTab p {
  font-size: 11px !important;
}

/* CODE FOR MAIN STRUCTURE 'IMPORTANT' END*/
/* login page */
.login-body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: url(../images/login-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
}
.login-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgba(207, 67, 78, 0.88), rgba(46, 55, 107, 0.91));
  z-index: -1;
}

.detail-login {
  color: #fff;
}

.loginDiv-wrapper {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(35, 8, 21, 0.17);
}
.loginDiv-wrapper img {
  height: 80%;
  width: 80%;
}

.heading {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}

.subheading {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 5px;
}

.login-input {
  position: relative;
  margin-bottom: 15px;
}
.login-input label {
  color: #fff;
}
.login-input label input {
  width: 15px;
}

.login-input input {
  border-radius: 4px;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  padding: 7px 7px 7px 40px;
  width: 100%;
  outline: none;
  font-weight: 300;
  font-size: 14px;
}
.login-input input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.login-input button,
.login-input input[type=submit] {
  border-radius: 4px;
  border: 0;
  padding: 12px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  background-image: linear-gradient(#cf434e, #ab1c27);
  transition: 0.2s ease-in-out;
}
.login-input button:focus,
.login-input input[type=submit]:focus {
  box-shadow: 0 0 1px 2px rgba(207, 67, 79, 0.301);
}
.login-input button:active,
.login-input input[type=submit]:active {
  transform: scale(0.9);
}

.login-input svg {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #fff;
}

/* dashboard page */
.z-index-alert {
  position: fixed;
  top: 15px;
  right: 15px;
  min-width: 300px;
  width: auto;
  z-index: 99999999;
}

.modal-dialog {
  margin: 0 !important;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.modal-short {
  background: rgba(0, 0, 0, 0.7);
}

.z-index-top {
  z-index: 99999999;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.black-body {
  background: #000;
}

.black-body .container-wrapper {
  background: #000 !important;
}

.black-body .header-menu {
  background: #000 !important;
  color: #fff !important;
}

/* component page */
.profileSec {
  width: 100%;
}
.profileSec .profileDetails {
  padding: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
  background: url(../images/login-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  padding-bottom: 50px;
}
.profileSec .profileDetails .name {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.profileSec .profileDetails .desg {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 12px;
}
.profileSec .profileDetails::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(207, 67, 78, 0.91);
  z-index: -1;
}
.profileSec .searchingInput {
  background: #2e376b;
  color: #fff;
  position: relative;
}
.profileSec .searchingInput .form-floating > label {
  color: #343a40;
  padding: 0.7rem 0.75rem;
  font-size: 12px;
}
.profileSec .searchingInput .form-floating > .form-control,
.profileSec .searchingInput .form-floating > .form-select {
  height: calc(2.5rem + 2px);
  padding: 1rem 0.75rem;
  font-size: 14px;
}
.profileSec .searchlogo {
  width: 100%;
  padding: 15px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.profileSec .searchlogo .images {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #2e376b;
  padding: 10px;
  float: left;
  text-align: center;
  margin-right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.profileSec .searchlogo .images img {
  height: 80%;
  width: 80%;
  object-fit: contain;
}
.profileSec .searchlogo .content .heading {
  font-size: 12px;
  color: #fff;
  margin-bottom: 14px;
}
.profileSec .searchlogo .content .heading:first-child {
  color: #2e376b;
}
.profileSec .searchlogo .content .heading:last-child {
  color: #ff7882;
}

.inputDiv {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.inputDiv p {
  font-size: 12px;
  font-weight: 300;
  color: #343a40;
  margin: 0;
  margin-bottom: 5px;
}
.inputDiv input,
.inputDiv select,
.inputDiv textarea {
  border-radius: 0;
  background: none;
  border: 0;
  border-bottom: 2px solid #343a40;
  color: #343a40;
  padding: 4px 0;
  width: 100%;
  font-size: 14px;
  outline: none;
}
.inputDiv input option,
.inputDiv select option,
.inputDiv textarea option {
  color: #343a40;
}
.inputDiv input::placeholder,
.inputDiv select::placeholder,
.inputDiv textarea::placeholder {
  color: #343a40;
}
.inputDiv button[type=button] {
  border-radius: 4px;
  border: 0;
  color: #343a40;
  padding: 4px 4px;
  width: 100%;
  font-size: 14px;
  outline: none;
}
.inputDiv .selectize-input {
  border: 0 !important;
  border-radius: 0 !important;
  width: 100%;
  box-shadow: none !important;
  border-bottom: 2px solid #343a40 !important;
  background: none !important;
  padding-left: 0 !important;
}

.inputDiv.file input {
  padding: 30px 10px;
  border-radius: 10px;
  height: 100px;
  border: 2px dashed #343a40;
}

.searchButton {
  background: #cf434e;
  text-align: center;
}
.searchButton img {
  height: 20px;
  filter: brightness(100);
}

.inputDiv.light p {
  color: #fff;
}
.inputDiv.light input,
.inputDiv.light select,
.inputDiv.light textarea {
  border-bottom: 2px solid #fff;
  color: #fff;
}
.inputDiv.light input option,
.inputDiv.light select option,
.inputDiv.light textarea option {
  color: #343a40;
}
.inputDiv.light input::placeholder,
.inputDiv.light select::placeholder,
.inputDiv.light textarea::placeholder {
  color: #fff;
}
.inputDiv.light button[type=button] {
  color: #fff;
}
.inputDiv.light .searchButton {
  background: #cf434e;
  text-align: center;
}
.inputDiv.light .searchButton img {
  height: 20px;
}

.mainHeading {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}

.boxShadow {
  border-radius: 7px;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
  margin-top: 15px;
}
.boxShadow .mainHeading {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 10px;
  background: #f4f4fa;
  padding: 15px 12px;
  border-radius: 4px;
}

.counterdiv {
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  z-index: 1;
  height: 100px;
  margin-bottom: 15px;
}
.counterdiv .value {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
}
.counterdiv .heading {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
}
.counterdiv .value-text {
  font-size: 60px;
  position: absolute;
  z-index: -1;
  right: 10px;
  bottom: 0;
  margin: 0;
  opacity: 0.1;
  font-weight: 600;
}

.wrapperheading {
  background: #fff;
  padding: 10px 10px;
  margin-bottom: 15px;
}

.list-table {
  padding: 10px;
  border-radius: 7px;
}

.list-table {
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  font-size: 14px;
}

.list-table table {
  margin: 0;
  padding: 0;
}

.list-table table td:first-child {
  width: 140px;
}

 .list-table table td:last-child {
    word-break: break-all
}

.list-table table td,
.list-table table th {
  border: 0;
  padding: 3px;
}

.list-table table td svg {
  min-width: 15px;
}

.list-table table .date-list {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #cf434e;
}

.list-table table tfoot td ul {
  margin: 0;
  padding: 0;
  float: right;
}

.list-table table td h3 {
  padding: 10px 0 !important;
  font-size: 20px !important;
}

.list-table table tfoot td ul li {
  float: left;
  margin-right: 10px;
}

.list-table table tfoot td ul li:last-child {
  margin-right: 0;
}

.list-table table tfoot td ul li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e376b;
}

.search-row {
  background: #fff;
  padding-top: 15px;
  position: sticky;
  top: -54px;
  left: 0;
  width: 100%;
  z-index: 999999;
  box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.25);
}


.dtp {
    z-index: 99999999 !important;
}
.z-index-alert { position: fixed;top: 15px;right: 15px;z-index: 999999999 !important;width: auto;}
.error {color: #dc3545; font-size: 12px; }
.error-input {color: #dc3545; font-size: 12px; }

.input-field-checkbox {padding-top: 0;margin-top: -10px;}
  .input-field-checkbox p {float: left;
    line-height: 1;
    margin-left: 13px;}
.input-field-checkbox input {width: 15px; height: 15px;}


.tableSmall th, .tableSmall td{
    font-size: 12px !important;
}
.errorpositive {color: #008000; font-size: 12px; }
.errorpositive {color: #008000; font-size: 12px; }


.loaderDive {
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 45%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.loaderDive img {
    height: 30px;
    object-fit: contain;
}


.select2 {
    width: 100% !important;
}