@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=cabin&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");

html,
body,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
table,
a,
th,
td,
li,
ol {
  color: black !important;
  font-family: "Rubik", sans-serif !important;
}

.canvasjs-chart-credit {
  display: none !important;
}

.content-wrapper {
  background-color: white !important;
}

.user-panel {
  margin-left: 0.7rem !important;
}

.user-panel img {
  height: auto !important;
  width: 1.8rem !important;
  margin-top: 0.1rem !important;
}

.user-panel:hover {
  box-shadow: 0px 0px 2px rgb(0, 0, 0) !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: black !important;
}

.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active>i {
  color: white !important;
}

.reminder-img {
  width: 15px;
  height: 15px;
}

.flex-s-b {
  display: flex !important;
  justify-content: space-between !important;
}

.fs-11 {
  font-size: 11px !important;
}

.lead-status {
  padding: 0.1rem 0.5rem !important;
  font-size: 09px !important;
  box-shadow: 0px 0px 1px grey !important;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  font-weight: 700;
  background-color: aliceblue;
}

.right-btn-i {
  width: 12px !important;
}

.desc-desc {
  padding: 0.4rem;
  border-bottom-style: groove;
  border-width: thick;
  border-color: var(--app-component-active-bg);
  border-bottom-left-radius: 1rem !important;
  box-shadow: 0px 0px 1px var(--app-component-active-bg);
  border-radius: 0.2rem;
}

.calling-list {
  list-style-type: none !important;
  padding-left: 0px !important;
  font-size: 0.71rem !important;
  margin-top: 0.45rem !important;
}

.calling-list li span {
  width: 20%;
  padding-top: 1rem !important;
}

.calling-list li p {
  width: 80% !important;
}

.calling-list li span img {
  background-color: white;
  box-shadow: 0px 0px 0px grey;
  border-radius: 0rem !important;
  -webkit-border-radius: 0rem !important;
  -moz-border-radius: 0rem !important;
  -ms-border-radius: 0rem !important;
  -o-border-radius: 0rem !important;
  width: 3rem !important;
  height: auto !important;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 10% auto;
  border-radius: 0.5rem !important;
  padding: 0.4rem !important;
}

.calling-list p {
  width: 90% !important;
  margin-bottom: 0px !important;
  padding-left: 0.4rem !important;
  line-height: 0.9rem !important;
}

.calling-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem !important;
  box-shadow: 0px 0px 2px grey;
  margin-bottom: 0.5rem !important;
  border-radius: 0.5rem !important;
}

.reminder-img {
  width: 17px !important;
  height: 17px !important;
  margin-top: -4px;
}

.btn-xs {
  padding: 0.2rem 0.5rem !important;
  font-size: 0.7rem;
  border-radius: 4px;
}

.data-display {
  box-shadow: 0px 0px 1px grey;
  padding: 0.5rem !important;
  border-radius: 0.2rem;
}

.data-display ul {
  height: 30rem;
  overflow-y: scroll;
  margin-bottom: 1rem !important;
  padding-top: 0.5rem !important;
  scrollbar-width: thin;
  scrollbar-color: #fd0000 #e0e0e0;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  padding: 0.3rem !important;
}

.data-display ul::-webkit-scrollbar {
  width: 0.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.data-display ul::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 255);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.data-display ul::-webkit-scrollbar-thumb {
  box-shadow: inset 10px 10px 10px rgb(0, 0, 0);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.popup-background {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  background-color: #00000099;
  z-index: 1111111111111;
  top: 0px;
  left: 0px;
  display: none;
}

.action-area {
  width: 50% !important;
  background-color: white !important;
  height: max-content;
  max-width: 390px;
  min-width: 245px;
  margin: 2% auto;
  border-radius: 0.5rem !important;
  -webkit-border-radius: 0.5rem !important;
  -moz-border-radius: 0.5rem !important;
  -ms-border-radius: 0.5rem !important;
  -o-border-radius: 0.5rem !important;
  padding: 1rem;
}

.ref-image {
  width: 100% !important;
  text-align: center !important;
  padding: 1rem;
}

.ref-image .pop-img {
  width: 50% !important;
}

.activity-action {
  width: 100% !important;
  text-align: center;
  padding: 1rem;
  display: flex;
  justify-content: space-around;
}

.action-title {
  padding: 0.5rem !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  animation: action-text 1.5s linear infinite;
  -webkit-animation: action-text 1.5s linear infinite;
}

@keyframes action-text {
  0% {
    opacity: 0;
    color: red;
  }

  50% {
    opacity: 0.7;
    color: black;
  }

  100% {
    opacity: 0;
    color: blue;
  }
}

.action-desc {
  width: 100% !important;
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem !important;
}

.blink-data {
  animation: blinker 0.5s linear infinite;
  -webkit-animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.image-header img {
  width: 5rem !important;
  height: 5rem !important;
}

.image-header {
  text-align: center;
  width: 100% !important;
  background: linear-gradient(45deg, #1cc7bf, #90ebb4);
  padding: 0.5rem;
  border-radius: 0.4rem !important;
  margin-bottom: -0.3rem !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.list {
  padding-left: 0px !important;
}

.list li {
  list-style-type: none !important;
}

.list li input {
  width: 12px !important;
  height: 12px !important;
}

.project-teams {
  padding-left: 0px !important;
}

.project-teams li {
  list-style-type: none !important;
  display: flex;
  justify-content: start;
  border-bottom-style: groove;
  border-width: thin;
  border-color: #ececec;
  margin-bottom: 0.5rem;
}

.project-teams li div img {
  width: 3rem;
  height: 3rem;
}

.flex-s-b span.text {
  font-size: 0.9rem !important;
  font-weight: 600;
  text-align: right;
}

.lead-stage-status {
  list-style-type: none;
  padding-left: 0px !important;
}

.lead-stage-status span.text-black {
  color: black !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
}

.lead-stage-status p {
  line-height: 1.1rem !important;
  margin-left: 0.1rem !important;
}

.lead-stage-status p.desc-date {
  border-right-style: groove;
  border-width: thin;
  font-size: 0.6rem !important;
  width: 100% !important;
}

.popup-background {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  background-color: #00000099;
  z-index: 1111111111111;
  top: 0px;
  left: 0px;
  display: none;
}

.action-area {
  width: 40% !important;
  background-color: white !important;
  height: max-content;
  max-width: 390px;
  min-width: 245px;
  margin: 5% auto;
  border-radius: 0.5rem !important;
  -webkit-border-radius: 0.5rem !important;
  -moz-border-radius: 0.5rem !important;
  -ms-border-radius: 0.5rem !important;
  -o-border-radius: 0.5rem !important;
  padding: 1rem;
}

.ref-image {
  width: 100% !important;
  text-align: center !important;
  padding: 1rem;
}

.ref-image .pop-img {
  width: 71% !important;
}

.activity-action {
  width: 100% !important;
  text-align: center;
  padding: 1rem;
  display: flex;
  justify-content: space-around;
}

.action-title {
  padding: 0.5rem !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  animation: action-text 1.5s linear infinite;
  -webkit-animation: action-text 1.5s linear infinite;
}

@keyframes action-text {
  0% {
    opacity: 0;
    color: red;
  }

  50% {
    opacity: 0.7;
    color: black;
  }

  100% {
    opacity: 0;
    color: blue;
  }
}

.login-box,
.register-box {
  width: 380px;
}

.login-box .card,
.register-box card {
  padding: 0.5rem !important;
}

.action-desc {
  width: 100% !important;
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem !important;
}

.blink-data {
  animation: blinker 0.5s linear infinite;
  -webkit-animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

button.btn-lg,
button.btn-md {
  margin-top: 1rem !important;
}

.hidden {
  display: none;
}

.app-heading {
  background-color: #d0222b !important;
  color: white !important;
  padding: 0.4rem !important;
  margin-bottom: 0.7rem !important;
  border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -ms-border-radius: 0.3rem !important;
  margin-top: 0.4rem !important;
  -o-border-radius: 0.3rem !important;
  font-size: 1.3rem !important;
}

.app-sub-heading {
  background-color: #000000 !important;
  color: white !important;
  padding: 0.35rem !important;
  margin-bottom: 0.7rem !important;
  border-radius: 0.3rem !important;
  -webkit-border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  -ms-border-radius: 0.3rem !important;
  -o-border-radius: 0.3rem !important;
  margin-top: 0.4rem !important;
  font-size: 1rem !important;
}

.form-control {
  margin-bottom: 0.3rem !important;
}

.pull-right {
  float: right !important;
}

.remind-btn {
  margin-top: -0.9rem !important;
  font-size: 0.6rem !important;
}

.brand-link .brand-image {
  float: left;
  line-height: 0.8;
  margin-left: 0.1rem !important;
  margin-right: 0.5rem;
  margin-top: -7px !important;
  max-height: 40px !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0.3rem !important;
}

.config-logo {
  width: 100% !important;
}

.upload-icon {
  position: relative;
  width: 4rem !important;
  margin-top: 8px;
  float: right;
  right: -6.2rem;
  top: -3.1rem;
  border-radius: 1rem;
  cursor: pointer;
}

.btn-primary {
  background-color: #000000 !important;
  color: white !important;
  border: none !important;
}

.content {
  padding-top: 1rem !important;
}

.calling-list p span span.text-grey {
  font-weight: 700 !important;
  color: red !important;
}

.text-primary {
  color: rgb(0, 147, 192) !important;
}

.text-grey {
  color: rgb(48, 48, 48) !important;
}

.desc {
  line-height: 0.8rem !important;
}

.desc span span.text-grey {
  font-size: 0.75rem !important;
  color: grey !important;
}

.desc span span.text {
  font-size: 0.9rem !important;
}

.user-list-icon {
  width: 15px !important;
  height: 15px !important;
}

.data-list {
  font-size: 0.85rem !important;
}

.display-6 {
  font-size: 1rem !important;
}

.card-body {
  padding: 0.5rem !important;
}

.config-menu {
  padding: 0px !important;
  padding-left: 0px !important;
}

.config-menu li {
  list-style-type: none !important;
}

.config-menu li a {
  color: black !important;
  background-color: rgb(235, 249, 253) !important;
  display: inline-block;
  width: 100% !important;
  padding: 0.4rem 0.6rem !important;
  font-size: 0.9rem !important;
  margin-bottom: 0.2rem !important;
  border-radius: 0.2rem !important;
  -webkit-border-radius: 0.2rem !important;
  -moz-border-radius: 0.2rem !important;
  -ms-border-radius: 0.2rem !important;
  -o-border-radius: 0.2rem !important;
  font-weight: 600 !important;
}

.config-menu li a:hover,
.config-menu li a.active {
  background-color: black !important;
  color: white !important;
}

.config-menu li a i {
  font-size: 1rem !important;
  float: right !important;
}

.data-list {
  padding: 0.3rem 0.5rem !important;
  box-shadow: 0px 0px 1px grey !important;
  border-radius: 0.2rem !important;
  -webkit-border-radius: 0.2rem !important;
  -moz-border-radius: 0.2rem !important;
  -ms-border-radius: 0.2rem !important;
  -o-border-radius: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}

.data-list span.text-grey {
  color: rgb(94, 94, 94) !important;
  font-weight: 500 !important;
  font-style: italic;
}

.data-list .data-count {
  padding: 0.2rem;
  font-weight: 800 !important;
}

.data-list .count {
  box-shadow: 0px 0px 1px grey;
  padding: 0rem 0.3rem !important;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  margin-right: 0.1rem;
  background-color: black;
  color: white;
}

.data-list .data-name {
  padding: 0.5rem !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

a:hover {
  cursor: pointer !important;
}

P {
  margin-bottom: 0px !important;
  line-height: normal !important;
}

.right-btn-m {
  margin-top: -0.2rem !important;
}

.h1 {
  font-size: 2rem !important;
}

a {
  color: black;
}

.flex-start {
  display: flex;
  justify-content: start;
}

.preloader::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  margin: -15px;
  box-shadow: 0 4px 0 0 #000;
  transition: all 1s linear;
  animation: lds-eclipse 1s linear infinite;
}

@keyframes spinning {
  0% {
    transform: translate(-50%, -50%) scale(1) translateZ(0);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1) translateZ(0);
  }

  100% {
    transform: translate(-50%, -50%) scale(1) translateZ(0);
  }
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.text-grey {
  color: rgb(192, 192, 192) !important;
}

.follow-up-reminder {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.37) !important;
  z-index: 99999;
}

.reminder-box {
  width: auto;
  border-radius: 0.5rem !important;
  margin: 2% auto !important;
  padding: 0.5rem !important;
}

.lead-actions {
  position: fixed;
  z-index: 999;
  bottom: 7rem;
  right: 0.5rem !important;
  width: max-content;
}

.lead-actions ul {
  list-style-type: none !important;
  display: inline-flex;
  flex-direction: column;
  background-color: white !important;
  margin-bottom: 0px !important;
  box-shadow: 0px 0px 50px grey;
  border-radius: 0.5rem;
  padding: 0.8rem !important;
}

.lead-actions ul li {
  margin: 0.6rem !important;
}

.lead-actions li img:hover {
  transform: scale(1.2);
  box-shadow: 0px 0px 2px black !important;
  border-radius: 0.5rem;
}

.call-activity {
  list-style-type: none;
  padding-left: 0px !important;
}

.call-activity {
  list-style-type: none;
  display: inline-flex;
  float: right;
  margin-top: -2.7rem !important;
}

.call-activity li {
  margin-left: 1rem !important;
  margin-right: 0.2rem !important;
}

.call-activity li img {
  width: 2rem !important;
}

.fs-10 {
  font-size: 10px !important;
}

.birthday-dear {
  font-family: "Dancing Script", cursive !important;
}

.birthday-msg {
  font-family: "Lobster", cursive !important;
}

.birthday-box {
  position: fixed;
  bottom: 2rem;
  right: 2.5rem;
}

.birthday-box img.text {
  width: 7rem;
  float: right;
  margin-top: -5rem;
  margin-left: -6rem;
  z-index: 1;
}

.birthday-box img.cake {
  width: 5rem;
  border-radius: 2rem;
  box-shadow: 0px 0px 2px orange !important;
  padding: 0.8rem;
  background-color: white;
}

.birthday-list {
  position: fixed;
  bottom: 1.5rem;
  right: 10rem;
  background-color: white !important;
  width: 30%;
  min-width: 230px;
  max-width: 320px;
  box-shadow: 0px 0px 5px rgb(250, 105, 105);
  border-radius: 1rem;
  padding: 1rem;
  font-size: 0.9rem !important;
}

.birthday-list ul {
  padding-left: 0px !important;
  list-style-type: none !important;
  padding: 0.2rem;
}

.birthday-list ul li {
  background-color: rgb(245, 245, 245) !important;
  border-radius: 0.5rem;
  margin-bottom: 0.2rem;
  padding: 0.3rem;
}

.birthday-list img {
  border-radius: 1rem !important;
}

.bold {
  font-weight: 800 !important;
}

.w-15 {
  width: 15% !important;
}

.w-85 {
  width: 85% !important;
}

.birth-scroll-area {
  overflow-y: scroll;
  height: 27rem;
}

::-webkit-scrollbar {
  width: 0.7rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  position: fixed !important;
  z-index: 99999999999999999999;
  top: 0px !important;
  right: 0px !important;
}

::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 255);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 10px 10px 10px rgb(0, 0, 0);
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.card-window {
  background-image: linear-gradient(310deg, #beedff21, transparent) !important;
}

.card-window:hover {
  background-color: #050404 !important;
  color: white !important;
}

.card-window span {
  margin-top: 0.5rem !important;
}

.card-window:hover .text-black {
  color: white;
}

.card-window h2 {
  font-size: 1.5rem !important;
}

.card-window:hover h2,
.card-window:hover span,
.card-window:hover p,
.card-window:hover p.text-black {
  color: white !important;
}

.flex {
  display: flex !important;
}

.page-numbers {
  display: flex;
}

.page-numbers label {
  width: 60% !important;
  padding: 0.4rem !important;
  font-size: 0.8rem !important;
}

.page-numbers input {
  width: 40% !important;
}

b {
  color: black !important;
}

.media-list div {
  width: 33% !important;
  box-shadow: 0px 0px 1px black;
  border-radius: 0.2rem;
  padding: 0.2rem;
}

.media-list div img {
  width: 100% !important;
  height: 7rem !important;
  border-radius: 0.2rem;
}

.media-list div p {
  font-size: 1rem !important;
}

.media-list iframe {
  width: 100% !important;
  border-radius: 0.4rem;
}

.pop-section {
  position: fixed;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  background-color: rgba(29, 29, 29, 0.753) !important;
  z-index: 999999999;
  height: 100%;
  overflow-y: scroll;
}

.action-window {
  width: 70% !important;
  margin: 1% auto;
  background-color: white !important;
  height: auto;
  padding: 0.5rem;
}
.action-window2 {
  width: 50% !important;
  margin: 1% auto;
  background-color: white !important;
  height: auto;
  padding: 0.5rem;
}

.pop-section .action-window div.form-group {
  margin-bottom: 0.2em !important;
}

.nav-sidebar .nav-item>.nav-link,
.form-group {
  margin-bottom: 0px !important;
}

.nav-link {
  padding: 0.35rem 0.9rem !important;
  font-size: 1rem !important;
}

.tox .tox-notification--warn,
.tox .tox-notification--warning {
  display: none !important;
}

.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
  display: none !important;
}

.table td,
.table th {
  padding: 0.15rem !important;
  font-size: 0.9rem !important;
}

.steps div {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: normal;
  background: azure;
  padding: 0.4rem 1rem;
  border-radius: 1rem;
  width: 16%;
}

.steps div.active {
  background: #4caf50;
  color: white;
}

.steps div.active>.name {
  color: white;
}

.steps div .no {
  font-size: 1.5rem;
}

.steps div .name {
  font-size: 0.8rem;
  color: grey;
}

label {
  font-size: 0.8rem !important;
}

.form-group {
  margin-bottom: 0.3rem !important;
}

.shadow-sm {
  box-shadow: 0px 0px 2px grey !important;
  border-radius: 0.3rem !important;
}

#content-container {
  height: 18rem !important;
  padding: 0.3rem;
  overflow-y: scroll;
}

.main-footer {
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 99999;
  margin-left: 0px !important;
  padding: 0.2rem !important;
  text-align: center !important;
  color: black !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
}

.content {
  padding-bottom: 10rem !important;
  margin-bottom: 1.5rem !important;
}

.content-wrapper>.content {
  padding: 0.45rem 0 0 0 !important;
}

.app-heading .btn {
  margin-top: -0.29rem !important;
  font-size: 0.65rem !important;
}

.iframe {
  width: 100%;
  min-height: max-content;
  max-height: 37rem;
  height: 33rem;
  border-style: none;
  text-align: center;
  padding: 1rem;
}

.sidebar {
  padding-bottom: 2rem !important;
}

.btn-primary,
.btn-dark {
  color: white !important;
}

.steps .active .no {
  color: white !important;
}

.sidebar {
  float: left !important;
}

.btn-default {
  background-color: #06088e1c !important;
}

.nav-icon {
  color: #06088e !important;
  text-align: center !important;
  border-radius: 0.5rem;
}

.iframe-style-docs {
  border: none !important;
  border-radius: 0.5rem !important;
  box-shadow: 0px 0px 1px grey !important;
  padding: 0.25rem;
  width: 100%;
  scrollbar-width: none;
  /* Firefox 64+ supports this property */
  -webkit-scrollbar: none;
}

.iframe-style-docs::-webkit-scrollbar {
  display: none !important;
}

.new-bg-color {
  background-image: linear-gradient(90deg, #1618ba, transparent) !important;
}

.new-light-bg-color {
  background-color: #5454e640 !important;
}

/* .card-window:hover {
  background-color: #7506cb97 !important;
  color: white !important;
} */

.new-outline-hover:hover {
  outline: 2px solid #322a7d !important;
  box-shadow: none !important;
}

.move {
  position: fixed;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  bottom: 150px;
  left: 10px;
  z-index: 99999999;
  perspective: 1000px;
}

.icon-container {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  border-radius: 50%;
  background-color: #4caf50;
  transform-style: preserve-3d;
  animation: flip 10s infinite;
}

.icon {
  font-size: 54px;
  color: white !important;
  margin-bottom: 4px;
}

@keyframes flip {

  0%,
  100% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }
}

.move:hover {
  border: 1px solid;
  border-radius: 5px;
  cursor: move;
}

.new-option {
  outline: none !important;
  border: none !important;
  padding: .5rem !important;
  background: transparent !important;
}

.payment-reminder {
  position: fixed;
  top: .5rem;
  z-index: 9999;
  text-align: center;
}

.payment-reminder marquee {
  border-style: groove;
  border-width: thin;
  border-color: red;
  padding: 0.5rem;
  width: 50%;
  border-radius: 0.5rem;
  background-color: white;
}

.payment-reminder h4 {
  margin-bottom: -2px !important;
}
.main-navigation-bar {
  display: flex;
  list-style-type: none;
  margin-bottom: 0.5rem !important;
  width: 100%;
  overflow-y: scroll;
  flex-direction: row;
  padding: 0.25rem;
}

.main-navigation-bar::-webkit-scrollbar {
  display: none !important;
}

.main-navigation-bar li {
  width: auto;
  min-width: 7rem;
  max-width: 12rem;
  text-align: center;
  margin-right: 0.5rem;
}

.main-navigation-bar li a {
  box-shadow: 0px 0px 2px #000000;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem !important;
}

.main-navigation-bar li a:hover,
.main-navigation-bar li a.active {
  background-color: #000000;
}

.main-navigation-bar li a:hover p,
.main-navigation-bar li a:hover i,
.main-navigation-bar li a.active p,
.main-navigation-bar li a.active i {
  color: white !important;
}

.main-navigation-bar li a i {
  font-size: 1.2rem;
  color: #ee0a0a !important;
}

.main-navigation-bar li a p {
  font-size: 1rem;
}.popup {
  visibility: hidden !important;
  position: absolute !important;
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  width: 20%;
  border-radius: 5px;
  padding: 10px !important;
  top: 10% !important;
  right: 8% !important;
  transition: visibility 0.2s;
  z-index: 9999 !important;
}

.popup-btn:hover+.popup {
  visibility: visible !important;
}.user-rows {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  overflow-x: scroll;
  list-style: none;
  padding: 0.25rem;
}

.user-rows::-webkit-scrollbar {
  width: 0.5rem !important;
  height: 0.5rem !important;
}

.user-rows li {
  width: auto;
  min-width: 12%;
  max-width: 12%;
  box-shadow: 0px 0px 1px #000000;
  text-align: center;
  padding: 0.5rem;
  margin: 0.2rem;
  border-radius: 0.5rem;
}

.user-rows li:hover,
.user-rows li.active {
  background-color: #000000;
}

.user-rows li:hover h5,
.user-rows li.active h5,
.user-rows li.active p,
.user-rows li:hover p {
  color: white !important;
}

.user-rows li a img {
  width: 30% !important;
}

.user-rows li a h5 {
  font-size: 0.75rem;
  color: #06088e !important;
  font-weight: 600;
  margin-bottom: 0px;
}

.user-rows li a p {
  font-size: 0.6rem !important;
}.cursor-default{
  cursor: default !important;
}

.high-priority {
  border-left-style: groove;
  border-color: red;
  border-width: 0.7rem;
}

.medium-priority {
  border-left-style: groove;
  border-color: rgb(0, 204, 0);
  border-width: 0.7rem;
}

.low-priority {
  border-left-style: groove;
  border-color: rgb(219, 219, 0);
  border-width: 0.7rem;
}

.other-priority {
  border-left-style: groove;
  border-color: grey;
  border-width: 0.7rem;
}
.flex-btn{
  width: fit-content !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  display:flex !important;

}
.checkboxdiv {
  margin: .9rem !important;
}
.checkboxdiv label{
  cursor: pointer !important;
}
.checkboxdiv label input[type="checkbox"]{
   display: none !important;
}
.checkboxdiv label span{
  position: relative;
  display: inline-block;
  /* background: #06088e1c; */
  background: #000;
  padding: .3rem 0.8rem ;
  color: white;
  border-radius: .3rem;
}
.checkboxdiv label input[type="checkbox"]:checked ~ span{
  background-color: red !important;
  color: white !important;
  box-shadow: 0 0 10px black;
}
.fix-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* =======================================invoice css========================================= */
.bill-receipt-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.receipt-area {
  width: 90%;
  border: 1px dashed;
}

.compony-details {
  display: flex;
  align-items: center;
  padding: 0 2%;
  gap: 10px;
}

.compony-details img {
  width: 227px;
  margin: 1px;
  box-shadow:none !important;
}

.compony-description h2 {
  font-weight: bold;
  font-size: 16px !important;
}

@media (max-width: 491px) {
  .compony-details {
    display: block;
  }

  .compony-details img {
    width: 70px;
  }

  .compony-details {
    text-align: justify;
  }
}

.pay-receipt {
  padding: 0 2%;
}

.pay-receipt h2 {
  text-align: center;
  font-size: 22px !important;
  font-weight: bold;
}

.user-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-details img {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.user-details p {
  font-size: 14px !important;
  text-align: left;
}

.bill-details {
  padding: 0 2%;
}

.bill-details h2 {
  text-align: center;
  font-size: 14px !important;
  font-weight: bold;
}

.bill-details table {
  width: 100%;
  text-align: left;
}

th {
  padding: 5px;
  font-size: 12px !important;
}

td {
  font-size: 12px !important;
  padding: 5px;
}

.payment-details {
  padding: 0 2%;
}

.payment-details .plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-details hr {
  border-top: 2px solid;
}

.plan h2 {
  font-weight: bold;
  font-size: 16px !important;
}

.plan h3 {
  font-weight: bold;
  font-size: 12px !important;
}

.plan p {
  font-size: 13px !important;
}

.signature {
  min-height: 80px;
  padding: 0 2%;
  text-align: right;
  top: 60px;
  position: relative;
}

.footer {
  text-align: center;
  padding: 10px 2%;
  margin: 0 0 15px 0 !important;
}

.skip {
  background-color: transparent;
  color: black;
  border: none;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0px 0px 3px black;
  right: 0;
  position: fixed;
  top: 0;

  background-color: black;
  color: white;
  color: white !important;
  padding: 0 5px;
}
.current_plan {
  border-radius: 7px;
}

.upper_part {
  width: 100%;
  height: 30px;
  background-color: #2db241;
  border-radius: 5px 5px 0 0;
  padding: 10px;
}

.lower_part {
  width: 100%;
  height: 70px;
  border-radius: 0px 0px 5px 5px;
  padding: 30px 10px !important;
}

.my-plan-border {
  border: 2px solid #322A7D;
  border-radius: 10px;
  flex-wrap: wrap !important;
}

.plan_amount {
  background-color: #322A7D;
  padding: 15px 1px;
  border-radius: 7px 7px 0 0;
  height: 200px !important;
  background-size: cover !important;
}

.plan_discription p {
  padding: 10px 0;
}

.logo-image {
  width: 10% !important;
}

.phone {
  font-size: 10px;
  right: 29px;
  font-weight: 400;
}

.plan-select {
  border: 2px solid #4d13a2 !important;
  border-radius: 3px;
  display: flex;
  gap: 5px !important;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.plan-select .radio {
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-select .radio input[type="radio"] {
  display: none;
}

.plan-select .radio .checkmark {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #4d13a2;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.plan-select .radio input[type="radio"]:checked+.checkmark::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #4d13a2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px #4d13a2;
}

.RECOMMENDED {
  background: #4d13a2;
  color: white;
  padding: 0px;
  position: relative;
  top: 3px;
  border-radius: 5px 5px 0 0;
}

.bottom-div {
  margin-top: 1rem;
  background: #5400ff24;
  padding: 7px;
  border-radius: 4px;
}

.offercoupan {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
margin-bottom: 20px; */
  gap: 0px;
}

.offercoupan input[type="text"] {
  padding: 8px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  /* border:none; */
  border-radius: 8px 0 0 8px;
  flex: 70%;
  transition: all 0.3s ease;
}

.offercoupan input[type="text"]:focus {
  border-color: #28a745;
  outline: none;
}

.offercoupan span {
  padding: 8px 20px;
  font-size: 16px;
  border: 1px solid #28a745;
  background-color: #28a745;
  color: white;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  flex: 30%;
  transition: all 0.3s ease;
}

.offercoupan button:hover {
  background-color: #218838;
}

#couponMessage {
  margin-top: 10px;
  font-size: 16px;
  color: #dc3545;
  text-align: center;
}


/* =========================================== */
               /* EPT CSS  */
/* =========================================== */
.profile-img img{
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}

.user-profile{
  display: flex;
  justify-content: space-evenly;
  padding: 1rem 0;
}

.user-profile .user-details{
  align-items: center;
  justify-content: center;
}

.user-profile .social-icons ul{
  list-style-type: none;
}

.user-profile .social-icons ul li .fa{
  margin: 0.3rem 0;
}

.rating{
  text-align: center;
  justify-content: center;
  direction: rtl;
  display: flex;
  margin: 1rem 0;
}

.rating input{
  display: none;
}

.rating input + label{
  font-size: 20px;
}

.rating input:checked + label,
.rating input:checked + label ~ label {
  color: yellow;
}

.rating label:active{
  transform: scale(0.8);
  transition: all 0.3s;
}

.rating-2{
  text-align: center;
  justify-content: center;
  direction: rtl;
  display: flex;
  margin: 1rem 0;
}

.rating-2 input{
  display: none;
}

.rating-2 input + label{
  font-size: 20px;
}

.rating-2 input:checked + label,
.rating-2 input:checked + label ~ label {
  color: yellow;
}

.rating-2 label:active{
  transform: scale(0.8);
  transition: all 0.3s;
}

.rating-3{
  text-align: center;
  justify-content: center;
  direction: rtl;
  display: flex;
  margin: 1rem 0;
}

.rating-3 input{
  display: none;
}

.rating-3 input + label{
  font-size: 20px;
}

.rating-3 input:checked + label,
.rating-3 input:checked + label ~ label {
  color: yellow;
}

.rating-3 label:active{
  transform: scale(0.8);
  transition: all 0.3s;
}

.reading-card{
  margin: 1rem 0;
  background-color: rgb(206, 234, 243);
}

.reading-card .label{
  background: rgb(118, 180, 201);
  padding: 0.3rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid black;
}

.reading-card .file-upload{
  padding: 2rem 0.5rem;
  text-align: center;
  margin: 1rem 0;
}

.reading-card .file-upload input{
  margin-left: 4rem;
  margin-top: 1rem;
}

.footer{
  padding: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.footer input{
  width: 100%;
  height: 2.5rem;
  padding-left: 1rem;
}

.writing-card{
  margin: 1rem 0;
  background-color: rgb(241, 200, 241);
}

.writing-card .label{
  background: rgb(219, 108, 219);
  padding: 0.3rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid black;
}

.writing-card .file-upload{
  padding: 2rem 0.5rem;
  text-align: center;
  margin: 1rem 0;
}

.writing-card .file-upload input{
  margin-left: 4rem;
  margin-top: 1rem;
}

.speaking-card{
  margin: 1rem 0;
  background-color: rgb(245, 220, 174);
}

.speaking-card .label{
  background: rgb(218, 159, 51);
  padding: 0.3rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid black;
}

.speaking-card .file-upload{
  padding: 2rem 0.5rem;
  text-align: center;
  margin: 1rem 0;
}

.speaking-card .file-upload input{
  margin-left: 4rem;
  margin-top: 1rem;
}

.submit-btn{
  text-align: center;
}

.submit-btn button{
  position: relative;
  width: 10rem;
  height: 3rem;
  border-radius: 3px;
  border: none;
  background-color: rgb(23, 23, 61);
  color: white;
  font-weight: 600;
  margin: 1rem 0;
  z-index: 1;
}

.submit-btn button::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: green;
  border-radius: 3px;
  z-index: -1;
  transform-origin: left;
  transition: transform 0.5s ease;
  transform: scaleX(1);
}

.submit-btn button:hover::before{
  transform-origin: right;
  transition: transform 0.5s ease;
  transform: scaleX(0);
}

/* =========================================== */
               /* EPT CSS END */
/* =========================================== */