/*
Template Name: Steex - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

:root {
  --primary-color: #0062FF;
  --pale-color: #01C5BE;
  --hover-color: #91C0FF;
  --secondary-color: #91C0FF;
  --bg-light-color: #F4F4F4;
  --text-color: black;
  --white-color: white;
  --sidebar-width-expanded: var(--tb-vertical-menu-width);
  --sidebar-width-collapsed: 92px;
  --logo-margin: 18px;
  --scheme-error: #ff0000;
  --light-black:#191b24ca;
  --pale-blue-color: #BDE9FF;
  --tertiary-color: #2B609B;
  --pale-purple:#DBE1FF;
  --dark-green:#00174B;
  --light-white:#FAF8FF;
}


:root {
  --primary-gradient: red;
}

::-webkit-scrollbar {
  background-color: transparent;
  width: 4px !important;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 10px;
  width: 3px;
  height: 3px;
  border: 1px solid transparent;
}

* {
  font-weight: 400 !important;
  font-size: 14px !important;
}

:root {
  --primary-gradient: linear-gradient(83.85deg,#383adf 0,#82419a 41.33%,#d2484f 100%);
}

::-webkit-scrollbar {
  background-color: transparent;
  width: 3px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 10px;
  width: 3px;
  height: 3px;
  border: 1px solid transparent;
}

.div-gradient {
  background: var(--primary-gradient);
  min-height: 100%;
}
.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: var(--primary-color);
  color: #fff !important;
  border-color: var(--primary-color);
}
.div-gradient-border {
  border: 5px solid;
  border-image-slice: 1;
  border-image-source: var(--primary-gradient);
}

.div-gradient-border > img {
  width: 3vw;
  height: 3vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-gradient {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-dark-green{
  color: var(--dark-green);
}

.btn-pri {
  background: linear-gradient(83.85deg, #383ADF 0%, #82419A 41.33%, #D2484F 100%);
}

::-webkit-input-placeholder {
  color: #A0AEC0;
  font-weight: 500;
}

::-moz-placeholder {
  color: #A0AEC0;
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #A0AEC0;
  font-weight: 500;
}

::-ms-input-placeholder {
  color: #A0AEC0;
  font-weight: 500;
}

::placeholder {
  color: #A0AEC0;
  font-weight: 500;
}

/* For Intake Form */
.intake_logo {
  height: auto;
  width: 10%;
}

.intake_rounded_right {
  border-top-right-radius: 2.375rem !important;
  border-bottom-right-radius: 2.375rem !important;
  font-size: 18px;
}

.intake_rounded_left {
  border-top-left-radius: 2.375rem !important;
  border-bottom-left-radius: 2.375rem !important;
  font-size: 18px;
}

.intake_detials {
  color: white;
  background-image: var(--primary-gradient);
}

.h-35 {
  height: 35px;
}

.p-7 {
  padding: 7px;
}

.progress_div .progress .progress-bar {
  background-image: var(--primary-gradient);
}

.form-label_intake {
  font-size: 20px !important;
  color: #2D3748;
  margin-left: 10px;
  margin-bottom: 2px;
  font-weight: bold !important;
}

.form-control_intake {
  padding: 9px 20px 9px 20px;
  border-radius: 10px;
  line-height: 35px;
  background: #fafafa;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header_static {
  position: static;
  z-index: 1;
}

.btn-intake {
  background-image: var(--primary-gradient);
  color: white;
}

.bg-light-white{
  background-color: var(--light-white);
}
.btn-intake:hover {
  color: white;
}

.ml-20 {
  margin-left: 20px;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none;
}

html,
body {
  /* overflow:hidden; */
  height: 100vh;
  overflow: auto;
}

.div-gradient {
  background: var(--primary-gradient);
  min-height: 100%;
}

.div-gradient-border {
  border: 5px solid;
  border-image-slice: 1;
  border-image-source: var(--primary-gradient);
}

.div-gradient-border > img {
  width: 3vw;
  height: 3vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-gradient {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fc-col-header-cell,
.text-primary{
  color: var(--primary-color) !important;
}

.text-balance {
  text-wrap: balance;
}

.ps-10 {
  padding-left: 10rem;
}

.btn-pri {
  background: linear-gradient(83.85deg, #383adf 0, #82419a 41.33%, #d2484f 100%);
}

::-webkit-input-placeholder {
  color: #A0AEC0;
  font-weight: 500;
  opacity: 1;
}

::-moz-placeholder {
  color: #A0AEC0;
  font-weight: 500;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #A0AEC0;
  font-weight: 500;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #A0AEC0;
  font-weight: 500;
  opacity: 1;
}

::placeholder {
  color: #A0AEC0;
  font-weight: 500;
  opacity: 1;
}

.dash-sidebar {
  width: 240;
  overflow-y: auto;
  overflow-x: hidden;
}

.img-wrapper {
  width: 10vh;
}

.min-height-0 {
  min-height: 0% !important;
}

.sidebar-help {
  background-image: var(--primary-gradient);
  position: relative;
}

.sidebar-help::before {
  position: absolute;
  content: url(help-vector.png);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.social-logo-wrapper > a img {
  width: 3vw;
}

.top-nav a {
  color: rgb(45, 55, 72);
  font-weight: 700;
  text-decoration: none;
}

.top-nav-underbar {
  height: 5px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.025) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.025) !important;
}

.text-gray-50 {
  color: rgb(45, 55, 72);
}

.youtube-video {
  aspect-ratio: 16/9;
  width: 100%;
}

.card-img {
  width: 5vw;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: rgb(248, 249, 250);
  border: 0px solid transparent;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  border-radius: var(--bs-border-radius) !important;
}

.accordion-button {
  background-color: #f9f8f8;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #f9f8f8;
  -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 transparent;
          box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 transparent;
}

.shadow-primary {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.025) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.025) !important;
}

.profile-img-wrapper > img {
  width: 6vw;
  height: 6vw;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-floating > label {
  font-weight: 500;
  color: #b6bec9;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
}

.navbar-menu {
  background: var(--primary-gradient);
  border: 0px solid transparent;
}

.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
  color: var(--tb-vertical-menu-item-active-color);
  background-color: rgba(34, 35, 40, 0.1882352941);
}

.navbar-menu .navbar-nav .nav-link.active {
  color: var(--tb-vertical-menu-item-active-color);
  background-color: rgba(34, 35, 40, 0.1882352941);
}

[data-layout=vertical][data-sidebar-size=sm] .navbar-brand-box {
  background-color: transparent;
}

.menu-title {
  color: #e9e9ef;
}

.box {
  width: 423px;
  height: 90px;
  background-color: #b0102d;
  color: white;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
          clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.parent {
  -webkit-filter: url("#goo");
          filter: url("#goo");
  overflow: hidden;
  position: fixed;
  right: -50px;
  z-index: 1;
  margin-top: 10vw;
}

.file-manager-actions {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.file-manager-actions > * {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.file-manager-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.file-item {
  position: relative;
  z-index: 1;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  border: 1px solid #dad9d9;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 5px lightgray;
          box-shadow: 5px 5px 5px lightgray;
  border-radius: 10px;
}

.file-item:hover,
.file-item.focused {
  border-color: rgba(0, 0, 0, 0.05);
}

.file-item.focused {
  z-index: 2;
}

.file-item * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
}

.dark-style .file-item:hover,
.dark-style .file-item.focused {
  border-color: rgba(255, 255, 255, 0.2);
}

.file-item-checkbox {
  margin: 0 !important;
}

.file-item-select-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.file-item-img {
  background-color: transparent;
  background-position: center center;
  background-size: cover;
}

.file-item-name {
  display: block;
  overflow: hidden;
}

.file-manager-col-view .file-item {
  margin: 0 0.25rem 0.25rem 0;
  padding: 1.25rem 0 1rem 0;
  width: 9rem;
  text-align: center;
}

[dir=rtl] .file-manager-col-view .file-item {
  margin-right: 0;
  margin-left: 0.25rem;
}

.file-manager-col-view .file-item-img,
.file-manager-col-view .file-item-icon {
  display: block;
  margin: 0 auto 0.75rem auto;
  width: 4rem;
  height: 4rem;
  font-size: 2.5rem;
  line-height: 4rem;
}

.file-manager-col-view .file-item-level-up {
  font-size: 1.5rem;
}

.file-manager-col-view .file-item-checkbox,
.file-manager-col-view .file-item-actions {
  position: absolute;
  top: 6px;
}

.file-manager-col-view .file-item-checkbox {
  left: 6px;
}

[dir=rtl] .file-manager-col-view .file-item-checkbox {
  right: 6px;
  left: auto;
}

.file-manager-col-view .file-item-actions {
  right: 6px;
}

[dir=rtl] .file-manager-col-view .file-item-actions {
  right: auto;
  left: 6px;
}

.file-manager-col-view .file-item-name {
  width: 100%;
}

.file-manager-col-view .file-manager-row-header,
.file-manager-col-view .file-item-changed {
  display: none;
}

.file-manager-row-view .file-manager-row-header,
.file-manager-row-view .file-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 0.125rem 0;
  padding: 0.25rem 3rem 0.25rem 2.25em;
  width: 100%;
}

[dir=rtl] .file-manager-row-view .file-manager-row-header,
[dir=rtl] .file-manager-row-view .file-item {
  padding-right: 2.25em;
  padding-left: 3rem;
}

.file-manager-row-view .file-item-img,
.file-manager-row-view .file-item-icon {
  display: block;
  margin: 0 1rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2rem;
}

.file-manager-row-view .file-item-level-up {
  font-size: 1rem;
}

.file-manager-row-view .file-item-checkbox,
.file-manager-row-view .file-item-actions {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.file-manager-row-view .file-item-checkbox {
  left: 10px;
}

[dir=rtl] .file-manager-row-view .file-item-checkbox {
  right: 10px;
  left: auto;
}

.file-manager-row-view .file-item-actions {
  right: 10px;
}

[dir=rtl] .file-manager-row-view .file-item-actions {
  right: auto;
  left: 10px;
}

.file-manager-row-view .file-item-changed {
  display: none;
  margin-left: auto;
  width: 10rem;
}

[dir=rtl] .file-manager-row-view .file-item-changed {
  margin-right: auto;
  margin-left: 0;
}

.file-manager-row-view .file-item-name {
  width: calc(100% - 4rem);
}

.file-manager-row-view .file-manager-row-header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  font-weight: bold;
}

.file-manager-row-view .file-manager-row-header .file-item-name {
  margin-left: 4rem;
}

[dir=rtl] .file-manager-row-view .file-manager-row-header .file-item-name {
  margin-right: 4rem;
  margin-left: 0;
}

.light-style .file-item-name {
  color: #4e5155 !important;
}

.light-style .file-item.selected .file-item-select-bg {
  opacity: 0.15;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: 20px auto;
  display: none;
  /* Initially hide the loader */
}

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .light-style .file-manager-row-view .file-item-changed {
    display: block;
  }
  .light-style .file-manager-row-view .file-item-name {
    width: calc(100% - 15rem);
  }
}
@media (min-width: 992px) {
  .light-style .file-manager-col-view .file-item-checkbox,
  .light-style .file-manager-col-view .file-item-actions {
    opacity: 0;
  }
  .light-style .file-manager-col-view .file-item:hover .file-item-checkbox,
  .light-style .file-manager-col-view .file-item.focused .file-item-checkbox,
  .light-style .file-manager-col-view .file-item.selected .file-item-checkbox,
  .light-style .file-manager-col-view .file-item:hover .file-item-actions,
  .light-style .file-manager-col-view .file-item.focused .file-item-actions,
  .light-style .file-manager-col-view .file-item.selected .file-item-actions {
    opacity: 1;
  }
}
.material-style .file-item-name {
  color: #4e5155 !important;
}

.material-style .file-item.selected .file-item-select-bg {
  opacity: 0.15;
}

@media (min-width: 768px) {
  .material-style .file-manager-row-view .file-item-changed {
    display: block;
  }
  .material-style .file-manager-row-view .file-item-name {
    width: calc(100% - 15rem);
  }
}
@media (min-width: 992px) {
  .material-style .file-manager-col-view .file-item-checkbox,
  .material-style .file-manager-col-view .file-item-actions {
    opacity: 0;
  }
  .material-style .file-manager-col-view .file-item:hover .file-item-checkbox,
  .material-style .file-manager-col-view .file-item.focused .file-item-checkbox,
  .material-style .file-manager-col-view .file-item.selected .file-item-checkbox,
  .material-style .file-manager-col-view .file-item:hover .file-item-actions,
  .material-style .file-manager-col-view .file-item.focused .file-item-actions,
  .material-style .file-manager-col-view .file-item.selected .file-item-actions {
    opacity: 1;
  }
}
.dark-style .file-item-name {
  color: #fff !important;
}

.dark-style .file-item.selected .file-item-select-bg {
  opacity: 0.15;
}

@media (min-width: 768px) {
  .dark-style .file-manager-row-view .file-item-changed {
    display: block;
  }
  .dark-style .file-manager-row-view .file-item-name {
    width: calc(100% - 15rem);
  }
}
@media (min-width: 992px) {
  .dark-style .file-manager-col-view .file-item-checkbox,
  .dark-style .file-manager-col-view .file-item-actions {
    opacity: 0;
  }
  .dark-style .file-manager-col-view .file-item:hover .file-item-checkbox,
  .dark-style .file-manager-col-view .file-item.focused .file-item-checkbox,
  .dark-style .file-manager-col-view .file-item.selected .file-item-checkbox,
  .dark-style .file-manager-col-view .file-item:hover .file-item-actions,
  .dark-style .file-manager-col-view .file-item.focused .file-item-actions,
  .dark-style .file-manager-col-view .file-item.selected .file-item-actions {
    opacity: 1;
  }
}
.table > thead {
  background-color: #0559a1 !important;
  border-color: #4b4e69 !important;
}

tr > th {
  color: #fff !important;
}

.indi-card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 15px;
  border: 1px solid rgba(248, 235, 235, 0.6392156863);
  color: 626262;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(rgba(248, 235, 235, 0.6392156863)));
  background: linear-gradient(-180deg, #FDFDFD 0%, rgba(248, 235, 235, 0.6392156863) 100%);
  -webkit-box-shadow: 1px 1.5px 0.5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1.5px 0.5px 0px rgba(0, 0, 0, 0.12);
}

.indi-num {
  border-radius: 15px 0px 10px 0px;
  left: -1px;
  top: -1px;
  color: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3.5000002384px 5.5000004768px 0px rgba(0, 0, 0, 0.32) inset;
          box-shadow: 0px 3.5000002384px 5.5000004768px 0px rgba(0, 0, 0, 0.32) inset;
}

.indi-card > a {
  text-wrap: nowrap;
  max-inline-size: 20ch;
  text-align: center;
}

.indi-card1 {
  border: 1px solid #ccc;
  padding: 10px;
  width: 200px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.indi-card1:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 10px #d9accf;
          box-shadow: 0 0 10px #d9accf;
}

.request {
  background-color: #626262 !important;
}

.submit {
  background: #ECB22E !important;
}

.revision {
  background: #f04040 !important;
}

.approved {
  background-color: #48BB78 !important;
  color: #fff;
}

.request.side-bar {
  border-radius: 12px;
  border: 1px solid #E1E1E1;
  background: #F8F9FA !important;
  -webkit-box-shadow: 0px 3.5000002384px 5.5000004768px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 3.5000002384px 5.5000004768px 0px rgba(0, 0, 0, 0.02);
}

.submit.side-bar {
  border-radius: 12px;
  border: 1px solid #F7BA00;
  background: #F8F9FA !important;
  -webkit-box-shadow: 0px 3.5000002384px 5.5000004768px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 3.5000002384px 5.5000004768px 0px rgba(0, 0, 0, 0.02);
}

.approved.side-bar {
  border-radius: 12px;
  border: 1px solid #48BB78;
  background: #48BB78 !important;
}

.approved-color {
  color: #48BB78 !important;
}

th.dtfc-fixed-left {
  background-color: #0559a1 !important;
  border-color: #4b4e69 !important;
}

table.calendar td{
  padding:34px!important;
}

td:not(:has(button)) {
  padding: 0 10px !important;
  vertical-align: middle;
}

.progress-sm {
  height: 5px !important;
}

:root {
  --c-grey-100: #f4f6f8;
  --c-grey-200: #e3e3e3;
  --c-grey-300: #b2b2b2;
  --c-grey-400: #7b7b7b;
  --c-grey-500: #3d3d3d;
  --c-blue-500: #688afd;
}

.timeline {
  width: 85%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 2px solid var(--c-grey-200);
}

.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.timeline-item + * {
  margin-top: 24px;
}
.timeline-item + .extra-space {
  margin-top: 48px;
}

.timeline-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 6px #fff;
          box-shadow: 0 0 0 6px #fff;
}
.timeline-item-icon svg {
  width: 20px;
  height: 20px;
}
.timeline-item-icon.faded-icon {
  background-color: var(--c-grey-100);
  color: var(--c-grey-400);
}
.timeline-item-icon.filled-icon {
  background-color: var(--c-blue-500);
  color: #fff;
}

.timeline-item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  gap: 8px;
  color: var(--c-grey-400);
}
.timeline-item-description img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.timeline-item-description a {
  color: var(--c-grey-500);
  font-weight: 500;
  text-decoration: none;
}
.timeline-item-description a:hover, .timeline-item-description a:focus {
  outline: 0;
  color: var(--c-blue-500);
}

.circleavatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.circleavatar.small {
  width: 28px;
  height: 28px;
}
.circleavatar img {
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  z-index: 1000;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: transparent;
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  background-color: transparent;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: transparent;
}

input.form-control.border-0.editable-field.w-auto:hover {
  border: 0.01px solid #d9d3d3 !important;
}

.pl-25 {
  padding-left: 25px;
}

.custom-dropdown-items {
  padding: 0.5rem 3em !important;
  text-align: center !important;
  border-radius: 0.5rem;
  padding: 0px !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-right: 3rem !important
}

.cust-dropdown {
  margin-bottom: 1rem;
}

.dropdown-item.abondoned {
  background-color: #A25DDC;
  color: white;
}

.dropdown-item.yes {
  background-color: #037F4C;
  color: white;
}

.dropdown-item.no {
  background-color: #E2445C;
  color: white;
}

.dropdown-item.tbd {
  background-color: #C4C4C4;
  text-transform: uppercase;
  color: white;
}

.dropdown-item.email {
  background-color: #A25DDC;
  color: white;
}

.dropdown-item.text {
  background-color: #FF5AC4;
  color: white;
}

.dropdown-item.phone {
  background-color: #784BD1;
  color: white;
}

.dropdown-item.not.known {
  background-color: #808080;
  color: white;
}

.dropdown-item.unreachable {
  background-color: #7F5347;
  color: white;
}

.dropdown-item.voicemail {
  background-color: #FF7575;
  color: white;
}

.dropdown-item.texted {
  background-color: #CAB641;
  color: white;
}

.dropdown-item.contacted {
  background-color: #9CD326;
  color: white;
}

.dropdown-item.not.yet {
  background-color: #808080;
  color: white;
}

.dropdown-item.requested {
  background-color: #808080;
  color: white;
  text-transform: capitalize;
}

.dropdown-item.submitted {
  background-color: #FF642E;
  text-transform: capitalize;
  color: white;
}

.dropdown-item.revision {
  background-color: #FF7575;
  text-transform: capitalize;
  color: white;
}

.dropdown-item.needsrevision {
  background-color: #FF7575;
  color: white;
}

.dropdown-item.approved {
  background-color: #00C875;
  text-transform: capitalize;
  color: white;
}

.lost {
  color: white;
  background: #E2445C;
}

.dnq {
  color: white;
  background: #CAB641;
}

.couldnotreached {
  color: white;
  background: #FF7575;
}

.send {
  color: white;
  background: #00C875;
}

.first {
  color: white;
  background: #7F5347;
}

.tune {
  color: white;
  background: #0086C0;
}

.call {
  color: white;
  background: #7E3B8A;
}

.phone-ad {
  color: white;
  background: #BB3354;
}

.phone-web {
  color: white;
  background: #FAA1F1;
}

.affiliate {
  color: white;
  background: #FFADAD;
}

.website {
  color: white;
  background: #66CCFF;
}

.facebook {
  color: white;
  background: #CAB641;
}

.facebook-bill {
  color: white;
  background: #CAB641;
}

.custom-dropdown-menu {
  min-width: 200px;
  padding: 1rem !important;
  border-radius: 2rem !important;
  background-color: rgba(0, 0, 0, 0.768627451) !important;
  position: absolute;
  max-height: 300px;
  overflow: auto;
  scrollbar-width: 1px;
}

.pri {
  color: white;
  background: #00C875;
}

.sta {
  color: white;
  background: #7F5347;
}

.mai {
  color: white;
  background: #0086C0;
}

.sent {
  color: white;
  background: #00C875;
}

.ns {
  color: white;
  background: #808080;
}

.isactive {
  color: white;
  background: #00C875;
}

.inactive {
  color: white;
  background: #FF7575;
}

.sick {
  color: white;
  background: #CAB641;
}

.ohio {
  color: white;
  background: #FF7575;
}

.utah {
  color: white;
  background: #CAB641;
}

.mt-1px {
  margin-top: 2px;
}

.font-blod {
  font-weight: bolder !important;
  font-size: 15px !important;
}

.hide-view {
  display: none;
}

.filled-column {
  background-color: #f1f171 !important;
}

.left-align {
  text-align: left !important;
  text-transform: capitalize;
}

.crm-table-container .dataTables_scrollBody {
  padding-bottom: 250px;
  min-height: calc(70vh - 50px) !important;
}

.dataTables_scrollBody {
  min-height: calc(70vh - 50px) !important;
}

.page-content {
  padding: 0;
  margin-top: calc(var(--tb-header-height) + var(--tb-grid-gutter-width)) !important;
  margin-right: calc(var(--tb-grid-gutter-width) * 0.5) !important;
  margin-left: calc(var(--tb-grid-gutter-width) * 0.5) !important;
}

table .left-align span.custom-app {
  display: inline-block;
}
tr{
  vertical-align: middle !important;
}
div.dtfc-right-top-blocker {
  background-color: transparent;
}

.wrapper-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background: white;
  z-index: 999999;
}

.insta {
  color: white;
  background: #ec9813;
}

.sas {
  color: white;
  background: #FAA1F1;
}

.tik {
  background-color: #9CD326;
  color: white;
}

.purple {
  background-color: purple;
}

.orange {
  background-color: orangered;
}

.update-container {
  border: 1px solid #ddd;
  width: 75%;
  min-width: 75%;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-control:disabled {
  color: #000;
  background-color: var(--tb-tertiary-bg);
  opacity: 1;
}

tbody tr {
  border: #838383;
}

td button {
  text-transform: capitalize;
}

.cp, .u, .op {
  color: white;
  background: #a22a96;
}

.mv, .m, .dnq_acc {
  color: white;
  background: #cf62c4;
}

.erc-dropdown-menu {
  max-width: 32rem;
  padding: 2rem;
  border-radius: 2rem;
  background-color: rgba(0, 0, 0, 0.768627451);
  position: absolute;
}

.a, .h, .vi {
  color: white;
  background: #cf62c4;
}

.e, .wn {
  color: white;
  background: #8f0881;
}

.form-select-intake {
  color: #666 !important;
}

.o, .con {
  color: white;
  background: #d413c1;
}

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

.erc_heading {
  font-size: 25px !important;
  color: #2D3748;
  margin-left: 10px;
  margin-bottom: 2px;
  font-weight: bold !important;
}

.form_heading_section {
  font-size: 19px !important;
}

.form-intake_options {
  font-size: 17px !important;
  color: #2D3748;
  margin-left: 10px;
  margin-bottom: 2px;
}

.form-intake_subheading {
  font-size: 17px !important;
}

.form-intake_fields {
  font-size: 17px !important;
  color: #2D3748;
  margin-left: 10px;
  margin-bottom: 2px;
  font-weight: bold !important;
}

.form_intakepayroll {
  font-size: 15px !important;
  color: #2D3748;
  margin-left: 10px;
  margin-bottom: 2px;
  font-weight: bold !important;
}

.scrollToColumn {
  background-color: transparent !important;
  color: var(--primary-color) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid var(--primary-color);
  border-radius: var(--tb-border-radius-lg) !important;
}
.btn-outline-secondary{
  background-color: transparent !important;
  color: var(--secondary-color) !important;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid var(--secondary-color) !important;
  border-radius: var(--tb-border-radius-lg) !important;

}
.bg-secondary{
  background-color: var(--secondary-color) !important;
}
.bg-pale-blue{
  background-color: var(--pale-blue-color) !important;
}
.bg-tertiary{
  background-color: var(--tertiary-color) !important;
}
.bg-pale-purple{
  background-color: var(--pale-purple) !important;
}

.scrollToColumn:hover {
  border: 1px solid var(--primary-color);
  color: black !important;
  background-color: var(--primary-color) !important;
}

.opp-contact, .opp-veri, .opp-follow, .opp-appr, .opp-pend,
.opp-won, .opp-lost, .opp-dnq,
.g, .co {
  background-color: #ED7D31;
  color: black;
}

.c {
  background-color: #B3A492;
  color: black;
}

.v {
  background-color: #98E4FF;
  color: black;
}

.d {
  background-color: #232D3F;
  color: white;
}

.bd, .new {
  background-color: #B2C8BA;
  color: black;
}

.l, .uf, .co {
  background-color: #8E8FFA;
  color: black;
}

.text-dark-gray {
  color: #5A5A5A !important;
}

.progress-info .stage.progress-bar.active {
  color: #fff;
  background-color: #063c8b !important;
}

.progress-info .dis.progress-bar.active {
  color: #fff;
  background-color: #0391cd !important;
}

.progress-info .progress-bar.active::after {
  border-left-color: #0559a1;
}

.progress-step-arrow .progress-bar::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  bottom: 13px;
  right: -20px;
  z-index: 1;
}

.progress-info .progress-bar.pending:not(:nth-child(1))::after {
  border-left-color: transparent;
}

.progress-info .progress-bar.pending:not(:nth-child(1)) {
  background-color: var(--tb-info-bg-subtle) !important;
  color: #48797f !important;
}
.bg-primary,
.btn-primary {
  background-color: var(--primary-color) !important;
}

.btn-secondary{
  background-color: var(--secondary-color) !important;
  color: black !important;
  border:0px !important
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--tb-nav-pills-link-active-color);
  background-color: var(--primary-color) !important;
}

.cust_dis {
  background-color: white;
  color: black;
}

[class*=opp], [class*=add], [class*=lead-] {
  background-color: white;
  color: black;
}

.google, .f {
  background-color: #D2DE32;
}

.checkbox-wrapper-11 {
  --text: #414856;
  --check: #4F29F0;
  --disabled: #C3C8DE;
  --border-radius: 10px;
  border-radius: var(--border-radius);
  position: relative;
  padding: 5px;
  display: grid;
  grid-template-columns: 30px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-wrapper-11 label {
  color: var(--text);
  position: relative;
  cursor: pointer;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.checkbox-wrapper-11 label::before,
.checkbox-wrapper-11 label::after {
  content: "";
  position: absolute;
}

.checkbox-wrapper-11 label::before {
  height: 2px;
  width: 8px;
  left: -27px;
  background: var(--check);
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.checkbox-wrapper-11 label:after {
  height: 4px;
  width: 4px;
  top: 8px;
  left: -25px;
  border-radius: 50%;
}

.checkbox-wrapper-11 input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  height: 15px;
  width: 15px;
  outline: none;
  border: 0;
  margin: 0 15px 0 0;
  cursor: pointer;
  background: var(--background);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-wrapper-11 input[type=checkbox]::before, .checkbox-wrapper-11 input[type=checkbox]::after {
  content: "";
  position: absolute;
  height: 2px;
  top: auto;
  background: var(--check);
  border-radius: 2px;
}

.checkbox-wrapper-11 input[type=checkbox]::before {
  width: 0px;
  right: 60%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.checkbox-wrapper-11 input[type=checkbox]::after {
  width: 0px;
  left: 40%;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.checkbox-wrapper-11 input[type=checkbox]:checked::before {
  -webkit-animation: check-01-11 0.4s ease forwards;
  animation: check-01-11 0.4s ease forwards;
}

.checkbox-wrapper-11 input[type=checkbox]:checked::after {
  -webkit-animation: check-02-11 0.4s ease forwards;
  animation: check-02-11 0.4s ease forwards;
}

.checkbox-wrapper-11 input[type=checkbox]:checked + label {
  color: var(--disabled);
  -webkit-animation: move-11 0.3s ease 0.1s forwards;
  animation: move-11 0.3s ease 0.1s forwards;
}

.checkbox-wrapper-11 input[type=checkbox]:checked + label::before {
  background: var(--disabled);
  -webkit-animation: slice-11 0.4s ease forwards;
  animation: slice-11 0.4s ease forwards;
}

.checkbox-wrapper-11 input[type=checkbox]:checked + label::after {
  -webkit-animation: firework-11 0.5s ease forwards 0.1s;
  animation: firework-11 0.5s ease forwards 0.1s;
}

@-webkit-keyframes move-11 {
  50% {
    padding-left: 8px;
    padding-right: 0px;
  }
  100% {
    padding-right: 4px;
  }
}
@keyframes move-11 {
  50% {
    padding-left: 8px;
    padding-right: 0px;
  }
  100% {
    padding-right: 4px;
  }
}
@-webkit-keyframes slice-11 {
  60% {
    width: 100%;
    left: 4px;
  }
  100% {
    width: 100%;
    left: -2px;
    padding-left: 0;
  }
}
@keyframes slice-11 {
  60% {
    width: 100%;
    left: 4px;
  }
  100% {
    width: 100%;
    left: -2px;
    padding-left: 0;
  }
}
@-webkit-keyframes check-01-11 {
  0% {
    width: 4px;
    top: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    width: 5px;
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes check-01-11 {
  0% {
    width: 4px;
    top: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    width: 5px;
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes check-02-11 {
  0% {
    width: 4px;
    top: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    width: 10px;
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes check-02-11 {
  0% {
    width: 4px;
    top: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    width: 10px;
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes firework-11 {
  0% {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
            box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
            box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
  }
}
@keyframes firework-11 {
  0% {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
            box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
            box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
  }
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  /* border: 1px solid #aaa; */
  border-radius: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 4px;
  padding-right: 5px;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  /* box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px; */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  /* border-right: 1px solid #aaa; */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 4px 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: transparent;
  color: #333;
  outline: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #4f29f0 1px;
  outline: 0;
}

.select2-container--default .select2-selection--multiple {
  border: var(--tb-border-width) solid var(--tb-border-color-translucent);
}

#mailForm label {
  cursor: pointer;
}

#mailForm input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  height: var(--radio-size);
  width: var(--radio-size);
  outline: none;
  margin: 0;
  cursor: pointer;
  border: 2px solid var(--radio);
  background: transparent;
  border-radius: 50%;
  display: grid;
  justify-self: end;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

#mailForm input[type=radio]::before, #mailForm input[type=radio]::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  border-radius: 50%;
}

#mailForm input[type=radio]::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  z-index: 1;
  opacity: var(--opacity, 1);
}

#mailForm input[type=radio]::after {
  position: relative;
  width: 50%;
  height: 50%;
  background: var(--radio-checked);
  top: var(--y, 100%);
  -webkit-transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
  transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}

#mailForm input[type=radio]:checked {
  --radio: var(--radio-checked);
}

#mailForm input[type=radio]:checked::after {
  --y: 0%;
  -webkit-animation: stretch-animate 0.3s ease-out 0.17s;
          animation: stretch-animate 0.3s ease-out 0.17s;
}

#mailForm input[type=radio]:checked::before {
  --opacity: 0;
}

#mailForm input[type=radio]:checked ~ input[type=radio]::after {
  --y: -100%;
}

#mailForm input[type=radio]:not(:checked)::before {
  --opacity: 1;
  -webkit-transition: opacity 0s linear 0.5s;
  transition: opacity 0s linear 0.5s;
}

@-webkit-keyframes stretch-animate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  28% {
    -webkit-transform: scale(1.15, 0.85);
            transform: scale(1.15, 0.85);
  }
  50% {
    -webkit-transform: scale(0.9, 1.1);
            transform: scale(0.9, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes stretch-animate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  28% {
    -webkit-transform: scale(1.15, 0.85);
            transform: scale(1.15, 0.85);
  }
  50% {
    -webkit-transform: scale(0.9, 1.1);
            transform: scale(0.9, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}







/* General Styles */
.badge {
  background-color: var(--hover-color);
  color: var(--text-color);
}

.sidebar-item {
  color: var(--text-color);
  transition: all 0.3s;
}

.sidebar-item.active {
  background-color: var(--primary-color);
  color: var(--white-color) !important;
  border-radius: 8px;
}

.sidebar-dropdown-item.active {
  color: var(--primary-color) !important;
  border-left: 3px solid var(--primary-color) !important;
}

.sidebar-item:hover {
  color: var(--white-color) !important;
  border-radius: 8px;
  background-color: var(--hover-color);
}

.sidebar-item:hover .icon, .sidebar-item.active .icon {
    filter: brightness(0) invert(1);
}

.sidebar-dropdown-item {
    border-left: 3px solid var(--text-color);
}
.sidebar-dropdown-item:hover {
    color: var(--hover-color);
}

.icon {
  width: 25px;
  height: 25px;
}

.bg-pale {
  background-color: var(--pale-color);
}

.bg-gray {
  background-color: var(--bg-light-color);
}

.border-primary {
  border-color: var(--primary-color) !important;
}

/* Sidebar Styling */
#sidebar {
  transition: width 0.3s ease;
  z-index: 1;
}

#sidebar.expanded {
  width: var(--sidebar-width-expanded) !important;
}
.custom-dropdown-menu::-webkit-scrollbar,
.hide-scrollbar::-webkit-scrollbar {
    display: none; /* For Webkit browsers (Chrome, Safari, etc.) */
  }

 

#sidebar.collapsed {
  width: var(--sidebar-width-collapsed);
}

#sidebar.collapsed .nav-text, 
#sidebar.collapsed .dropdown-arrow, 
#sidebar.collapsed .logo-lg {
  display: none;
  transition: opacity 0.3s ease-in-out;
}

#sidebar.collapsed .logo-sm {
  display: block;
}

#sidebar.expanded .logo-sm {
  display: none;
}

#sidebar.expanded .logo-lg {
  display: block;
}

#sidebar.collapsed .sidebar-item img {
  margin: auto !important;
}
#sidebar.collapsed .list-unstyled {
    background: white;
    min-width: 200px;
    max-height: 300px;
    overflow-y: auto;
    position: absolute; /* Ensures it positions relative to the sidebar */
    left:80px; /* Moves it right outside the sidebar */
    top: 0;
    padding: var(--logo-margin);
    border-radius: 8px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    margin-top: -40px;
    display: none;
    z-index: 1050; /* Higher z-index to appear above other elements */
}

/* Ensures dropdown stays visible when hovered */
#sidebar.collapsed li.nav-item:hover > .list-unstyled,
#sidebar.collapsed li.nav-item .list-unstyled:hover {
    display: block;
}
.collapsed .dropend .profile{
  top: -80px;
}

.expanded .dropend .profile{
  position: fixed;
  bottom: 10px !important;
  height: 100px;
  left: 224px;
  top: 80% !important;
}


/* Fix the positioning to make sure the dropdown is aligned with the sidebar */
#sidebar.collapsed li.nav-item {
    position: relative;
}

/* Add overflow visible to the sidebar to ensure no cropping */
#sidebar.collapsed {
    overflow: visible !important;
}


/* Ensure it stays visible when hovering over the submenu itself */
#sidebar.collapsed .list-unstyled:hover {
    display: block;
}


#sidebar.collapsed .sidebar-item {
  justify-content: center;
}

/* Main Content Styling */
.main-content {
  height: calc(100vh - 60px);
  overflow: hidden;
  margin-left: var(--sidebar-width-expanded);
}

.main-content.expanded {
  margin-top: 51px !important;
  margin-left: var(--sidebar-width-expanded);
  transition: margin-left 0.3s ease;

}

.content-wrapper {
  max-height: 100vh;
  overflow-y: auto; /* Enable scrolling inside content */
}


.main-content.collapsed {
  margin-top: 53px !important;
  margin-left: var(--sidebar-width-collapsed);
  transition: margin-left 0.3s ease;

}

/* Topbar Styling */
.topbar.expanded {
  margin-left: var(--sidebar-width-expanded);
  transition: width 0.3s ease;

}

.topbar.collapsed {
  margin-left: var(--sidebar-width-collapsed);
  transition: width 0.3s ease;

}


/* Responsive Handling */
@media (max-width: 768px) {
  #sidebar.expanded {
    width: var(--sidebar-width-expanded) !important;
  }

  #sidebar.collapsed {
    display: none;
  }

  .main-content.expanded {
    margin-top: 51px !important;
    margin-left: 0 !important;
  }

  .main-content.collapsed {
    margin-top: 53px !important;
    margin-left: 0 !important;
  }

  
 
  .topbar.collapsed {
    margin-left: 0px;
    transition: width 0.3s ease;

  }


}
.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.rotate-reverse {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
}

.customised-table {
  border-collapse: separate;
  border-spacing: 0 10px; /* Add spacing between rows */
}
.customised-table th, .customised-table td {
  padding: 4px 4px !important; /* Add padding to cells */
  text-align: left;
}
.customised-table thead {
  color: var(--secondary-color) !important;
  border-color: transparent !important;
  background: rgba(79, 70, 187, 0) !important; /* Light header background */
}
.customised-table th {
  padding: 13px 4px !important; /* Add padding to cells */
  background: var(--secondary-color) !important;
  color: black !important;
}
.customised-table tbody td {
  background-color: white;
  padding: 6px !important;
}
.customised-table tbody tr {
  border: 1px solid rgba(200, 200, 200, 0.5);
}
.customised-table tbody tr:hover {
  background-color: rgba(240, 240, 240, 0.9);
}
.customised-table th:first-child,
.customised-table td:first-child {
  border-radius: 8px 0 0 8px;
}
.customised-table th:last-child,
.customised-table td:last-child {
  border-radius: 0 8px 8px 0;
}

/* Make the table responsive for small screens */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Ensure table columns don't shrink too much */
.customised-table th, .customised-table td {
  white-space: nowrap;
}

/* Allow horizontal scrolling on mobile */
.customised-table-wrapper {
  max-height: 70vh; 
  min-height: 50vh; 
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;  /* Smooth scrolling on mobile */
}
.customised-table {
  border-collapse: separate;
  border-spacing: 0px 10px;  /* Keep spacing for tbody only */
  margin-top: -10px;  /* Adjust this value to remove the gap */
}

/* Prevent columns from becoming too narrow */
.customised-table th, 
.customised-table td {
  min-width: 150px;  /* Adjust as needed */
  white-space: nowrap;  /* Prevent text wrapping */
}

/* Ensure inputs take full width inside cells */
.customised-table td input {
  width: 100%;
}

.page-link.active{
  background-color: var(--primary-color) !important;
  border: var(--primary-color) !important;
}

.search-input{
  border: 1px solid #b6b6b6 !important;
}
/* Style the scrollbar */
.customised-table-wrapper::-webkit-scrollbar {
  width: 2px;  /* Adjust the width for thin scrollbar */
  height: 8px;  /* For horizontal scrollbar */
}

/* Style the track (background) of the scrollbar */
.customised-table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;  /* Light gray background for track */
}

.text-secondary{
  color: var(--secondary-color) !important;
}

  /* Reduce calendar size */
  .calendar-container {
    width: 100%; /* Full width on smaller screens */
    max-width: 95%; /* Limit width on larger screens */
    height: 80vh; /* Maintain a good height */
    max-height: 80vh;
    margin: 0 auto;
    overflow-y: auto;
}

/* Improve display for smaller screens */
@media (max-width: 768px) {
  .calendar-container {
      max-width: 100%;
      height: 70vh; /* Adjust height */
      overflow-x: auto; /* Enable horizontal scroll */
      overflow-y: auto; /* Enable vertical scroll */
  }
  
  .fc-scrollgrid {
      min-width: 1200px; /* Prevent squeezing on mobile */
  }
  .fc-view-harness.fc-view-harness-active{
    overflow-y: auto !important;
  }
}



/* Add space between events for better visibility */
.fc-timegrid-event-harness {
    margin-bottom: 5px; /* Create space between events */
}
.fc-timeGridWeek-button,
.fc-dayGridMonth-button,
.fc-timeGridDay-button,
.fc-toolbar-chunk .fc-today-button{
  background: transparent !important;
  color: var(--primary-color) !important;
  margin-right: 5px !important;
 
  border: 1px solid var(--primary-color) !important;
  border-radius: var(--tb-border-radius-lg) !important;
}

.fc-toolbar-title{
  color: var(--primary-color) !important;
  font-weight: 600 !important;
}

.modal{
  z-index: 10000;
  background-color: #272e3784 !important;
}
.modal-backdrop{
  display: none !important;

}
.fc-timegrid-event-harness{
  width: 100px !important;
}

.text-danger{
  color: var(--scheme-error) !important;
  
}


.custom-form-floating {
  position: relative;
}

.custom-form-floating input {
  border: 1px solid var(--light-black) !important;
  background: transparent !important;
  padding: 8px;
}

.custom-form-floating label {
  position: absolute;
  top: 50% !important;
  left: 1em !important;
  transform: translateY(-50%) !important;
  transition: all 0.3s ease !important;
  padding: 0 5px !important;
  height: 20px !important;
  font-size: 1rem;
  color: var(--light-black) !important;
  background-color: var(--bg-light-color) !important;
  pointer-events: none; /* Prevent interaction issues */
}

/* Ensure placeholder-shown works correctly */
.custom-form-floating input.form-control:focus + label,
.custom-form-floating input.form-control:not(:placeholder-shown) + label {
  top: 0.2ex !important;
  left: 1em !important;
  font-size: 0.8rem;
  color: black !important;
}




/* reminder section */

.calendar.list-group-item.active{
  background: var(--primary-color) !important;
}

.rounded-right-20{
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.rounded-left-20{
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}


.reminder-tabs .nav-link.active {
  background-color:transparent !important;
  border: 0px !important;
  border-bottom: 2px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.reminder-tabs .nav-link {
  border: 0px !important;
  
}
.reminder-left-container,
.reminder-right-container
{
  height: 600px;
}


#page-header-notifications-dropdown{
  box-shadow: none !important;
}

/* Changes icon color when dropdown is open */
#page-header-notifications-dropdown.show
{
  background-color: var(--primary-color)!important;

}
#page-header-notifications-dropdown.show svg path {
  fill: white !important;
}

@keyframes breath {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

.breathing {
  animation: breath 1.5s infinite ease-in-out;
}

.lh-1{
  line-height: 16px !important;
}

body,
.text-black{
  color: #2E303A !important;
}

.w-40{
  width: 40px;
}
.h-40{
  height: 40px;
}