.user-welcome {
    color: #3C1D99
}

.dashboard-card {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px 0px #0000001F;
    box-shadow: 0px 1px 1px 0px #00000024;
    box-shadow: 0px 2px 1px 0px #00000033;
    border-radius: 10px;
    min-height: 500px;
}

.dsh-card {
    border-radius: 6px;
    border: 1px solid #D3D1DB;
    background: #ffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 272px;
}

.bright-red {
   color: #D91956;
}

.dsh-card-content .hp-btn {
    min-width: unset;
}

.btn-outline-danger.required {
    background-color: #F7F5FF !important;
    color: #6B7280 !important;
    border: 1px solid #F7F5FF !important;
}

.dsh-card-head .btn-outline-danger {
    background-color: #FFEDED;
    border:1px solid #FFEDED;
    color: #D91956;
    font-size: 14px;
    font-weight: 400;
}

.dsh-card-avtar {
    width: 80px;
    height: 80px;
    background-color: #EEECF9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dsh-card-content .hp-btn {
    min-height: 40px;
}

.dsh-card-content .btn-outline-primary {
    font-weight: 700;
    min-height: 40px;
}

.dsh-card-content .btn-outline-primary:hover img {
    filter: brightness(0) invert(1);
}


 .card-container {
     display: flex;
     flex-wrap: wrap;
     gap: 15px;
 }

 .custom-card {
     flex: 1 1 355px;
     max-width: 32%;
     min-width: 355px;
 }

 @media (max-width: 575.98px) {
    .card-container {
      justify-content: center;
    }
    .custom-card {
        min-width: 330px;
    }
 }

 @media (min-width: 768px) and (max-width: 819px) {
    .card-container {
      justify-content: center;
    }
  
    .custom-card {
      flex-basis: 100%;
      max-width: 600px; /* or something appropriate */
    }
  }

 @media (min-width: 820px) and (max-width: 1220px) {
     .custom-card {
        flex-basis: calc(50% - 20px);
        max-width: 600px;
     }
     .card-container {
        justify-content: center;
    }
 }

 @media (min-width: 1221px) {
     .custom-card {
        flex-basis: calc(33.333% - 20px);
     }
 }  
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/* body {
    background: #F7F7FC;
} */

.nav-item a {
    color: #4B5563;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 31px;
    padding: 10px 15px;
    line-height: 100%;
    font-size: 14px;
}

.nav-item a:hover {
    color: #4a22c7;
    text-decoration: none;
}

.hero-container {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #5B2CE8 1.36%, #D447FF 100%);
}

.hero-section {
    color: white;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
    padding-top: 2rem;
    position: relative;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-title {
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.hero-btn {
    background-color: white;
    color: #5B2CE8;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background-color: #f3ecff;
    color: #4a22c7;
}

.hero-image-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.lt-icon-wrapper {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background-color: #EEECF9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-text h4 {
    color: #3C1D99;
    font-weight: 600;
}

.support-text p {
    color: #4B5563;
}

.support-image {
    background-color: #EEECF9;
    border-radius: 50px;
    min-height: 447px;
}

.learn-btn {
    color: #5B2CE8;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.hp-card {
    border-radius: 10px;
    background: #EEECF9;
    padding: 15px;
}

.card-title {
    font-weight: 600;
    padding-bottom: 5px;
    color: #3C1D99;
}

.btn {
    font-size: 14px;
}

.faq-col .heading-text {
    text-align: start;
}

.heading-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.heading-text p:nth-child(1) {
    font-weight: 600;
    font-size: 18px;
    color: #D447FF;
}

.heading-text p:nth-child(3) {
    font-weight: 400;
    color: #4B5563;
    max-width: 800px;
    font-size: 18px;
}

.heading-text h1 {
    color: #3C1D99;
    font-weight: 600;
    font-size: 45px;
}

.hp-card .card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(48.15deg, #8C66FF 24.03%, #D447FF 82.29%);
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.card-text {
    color: #4B5563;
    font-weight: 400;
}

.price-card {
    background: #F7F7FC;
    border: 1px solid #D3D1DB;
    border-radius: 10px;
    color: #4B5563;
}

.price-card.blued {
    background: #5B2CE8;
    border: 1px solid #5B2CE8;
    border-radius: 10px;
    color: #FFFFFF;
}

.feature-card .card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEECF9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.price-card .card-heading {
    text-transform: uppercase
}

.head-body {
    line-height: 28px;
}

.list-heading {
    border-top: 1px solid #D3D1DB;
    padding-top: 15px;
}

.pricing-text {
    font-weight: 200;
    font-size: 14px;
}

.accordion-button::after {
    background-image: url(/home-page/accordian-plus.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(/home-page/accordian-plus.svg);
}

.accordion-item {
    border-radius: 15px !important;
    background-color: #F7F7FC;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button {
    background-color: #F7F7FC !important;
    border-radius: 15px !important;
    font-size: 18px;
    font-weight: 600;
    color: #3C1D99;
}

.policy-text {
    font-size: 15px;
    font-weight: 400;
}

.footer-copyright {
    font-weight: 400;
    font-size: 18px;
}

.accordion-button {
    padding: 26px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion {
    border-color: red !important;
}

.accordion-button:not(.collapsed) {
    color: #3C1D99;
}

.accordion-body {
    font-size: 15px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: calc(1.25rem + 1vw);
    }

    .hero-section {
        padding: 1.5rem 1rem;
        padding-bottom: 0;
    }

    .heading-text h1 {
        font-size: 32px;
    }

}

@media (max-width: 576px) {
    .hero-title br {
        display: none;
    }

    .hero-btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    .heading-text h1 {
        font-size: 32px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter_18pt-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter_18pt-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter_18pt-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter_18pt-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter_18pt-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter_18pt-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter_18pt-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

html,
body {
  font-family: "Inter", sans-serif !important;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

#wrapper {
  display: flex;
  height: 100vh;
  overflow: hidden;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.fw-300 {
  font-weight: 300 !important;
}

.fs-18 {
  font-size: 18px;
  color: #3c1d99;
}

.fs-16 {
  font-size: 16px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

#page-content-wrapper {
  flex: 1;
  overflow-y: auto;
  height: 100vh;
}

#sidebar-wrapper::-webkit-scrollbar {
  width: 2px;
}

#sidebar-wrapper::-webkit-scrollbar-thumb {
  background-color: #5b2ce8;
  border-radius: 0px;
}

#sidebar-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

.tox-toolbar__primary,
.tox-editor-header,
.tox-menubar,
.tox .tox-promotion,
.tox-toolbar {
  background-color: #f9fafb !important;
}

.tox .tox-toolbar-overlord {
  background-color: #f9fafb !important;
}

/* For Firefox */
#sidebar-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #5b2ce8 transparent;
}

.hp-btn {
  background-color: #5b2ce8;
  color: #ffffff !important;
  border-radius: 6px;
  min-width: 160px;
  border: none;
}

.hp-btn:hover {
  background-color: #4a22c7 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.major-heading {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  color: #374151;
}

.content {
  color: rgb(100, 110, 135);
  font-size: 14px;
}

.box-spacing {
  padding: 10px 20px;
}

.row-spacing {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.aos-init {
  opacity: 1 !important;
  transform: none !important;
}

.shadow-elevation-1 {
  --tw-shadow: 0px 1px 5px rgba(18, 24, 38, 0.06),
    0px 1px 2px rgba(18, 24, 38, 0.1);
  --tw-shadow-colored: 0px 1px 5px var(--tw-shadow-color),
    0px 1px 2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.border-elevation-4 {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 241 / var(--tw-border-opacity));
}

.bg-elevation-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.border {
  border-width: 1px;
}

.rounded-lg {
  border-radius: 12px;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

label {
  display: block;
}

form.formtastic li {
  list-style-type: none;
}

form.formtastic li label abbr {
  text-decoration: none;
}

form.formtastic li input[type="url"],
li input[type="text"],
li input[type="email"],
textarea {
  width: 100%;
  font-size: 14px !important;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  tap-highlight-color: hsla(0, 0%, 100%, 0);
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  font-size: 1em;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: inset 0 0 0 0 transparent;
  transition: color 0.1s ease, border-color 0.1s ease;
  color: #4b5563 !important;
}

form.formtastic li textarea.summary {
  height: 78px;
}

form.formtastic li textarea.description {
  height: 218px;
}

form.formtastic label {
  color: #4b5563;
  font-size: 12px;
  margin-bottom: 5px;
}

a.signup {
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: rgb(255, 51, 102);
  opacity: 1;
}

.home-link {
  color: #5b2ce8 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

form.formtastic ol {
  padding: 0px;
}

form.formtastic a {
  font-weight: 300 !important;
  font-size: 14px;
  color: #4b5563;
  text-decoration: none;
}

form.formtastic select {
  border: 1px solid #d3d1db;
  color: #4b5563;
  width: 100%;
  border-radius: 6px;
  /* padding: 10px; */
  height: 38px;
  font-size: 14px;
}

.form-label {
  color: #4b5563;
}

.password-toggle-group li {
  margin-top: 0 !important;
  width: calc(100% - 45px);
}

#wrapper {
  overflow-x: hidden;
}

.d-flex {
  display: flex !important;
}

#sidebar-wrapper {
  background: linear-gradient(180deg, #3c1d99 0%, #281366 100%);
  height: 100vh;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15.938rem;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
}

.nav-group-item {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-group-item-action {
  --tw-text-opacity: 1;
  padding: 15px;
  gap: 10px;
  color: #fff;
  text-align: inherit;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 5px;
  font-size: 14px;
  min-height: 47px;
}

.sidebar-dropdown.open {
  background-color: #1e0e4d;
  padding-top: 8px;
  border-radius: 10px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 8px;
}

.compliance-toggle.active {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.compliance-toggle i.fa {
  transition: transform 0.3s ease;
}

.sidebar-dropdown.open i.fa {
  transform: rotate(180deg);
}

.nav-group-item-action:focus,
.nav-group-item-action:hover {
  z-index: 1;
  color: #fff;
  text-decoration: none;
  --tw-bg-opacity: 1;
  background-color: #4b24bf;
}

.nav-group-item-action.active {
  --tw-bg-opacity: 1;
  color: #fff;
  background-color: #5b2ce8;
}
.compliance-submenu .nav-group-item-action.active {
  background-color: #5b2ce8;
}

.compliance-submenu .nav-group-item-action {
  min-height: 37px;
  padding: 12px;
}

.table a {
  color: #4b5563;
}

.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 241 / var(--tw-border-opacity));
}

.border-r {
  border-right-width: 1px;
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.hard-centered {
  margin: auto;
  text-align: center;
}

.hard-centered > * {
  text-align: left;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ring-brand-primary-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 135 247 / var(--tw-ring-opacity));
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.bg-brand-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 99 211 / var(--tw-bg-opacity));
}

.border-brand-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(124 135 247 / var(--tw-border-opacity));
}

.shadow-elevation-1 {
  --tw-shadow: 0px 1px 5px rgba(18, 24, 38, 0.06),
    0px 1px 2px rgba(18, 24, 38, 0.1);
  --tw-shadow-colored: 0px 1px 5px var(--tw-shadow-color),
    0px 1px 2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-medium-button {
  font-size: 14px;
  line-height: 143%;
  font-weight: 500;
}

.text-large-button {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.border-brand-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(124 135 247 / var(--tw-border-opacity));
}

.button-padding {
  padding: 10px 10px;
}

/*
        .table-rounded-wrapper {
           
        }
        .table-rounded-wrapper table {
          margin: auto;
          padding: 20px;
          border-collapse: separate;
          border-spacing: 0;
        }
        .table-rounded-wrapper table tr {
          border: 1px solid #E0607E;  
        }
  
        .table-rounded-wrapper table td {
          border: 1px solid #607ee0;
          padding: 10px 30px;
          background-color: #E0607E;
          color: #FFF;        
        }   
  
        .table-rounded-wrapper table tr:first-child td:first-child{
          border-top-left-radius: 10px;
        }
  
        .table-rounded-wrapper table tr:last-child td:first-child{
          border-bottom-left-radius: 10px;
        }
  
        .table-rounded-wrapper table tr:first-child td:last-child{
          border-top-right-radius: 10px;
        }
  
        .table-rounded-wrapper table tr:last-child td:last-child{
          border-bottom-right-radius: 10px;
        }     
        */
.heading {
  --tw-text-opacity: 1;
  color: rgb(147 157 184 / var(--tw-text-opacity));
  font-size: 13px;
  line-height: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;

  margin-left: 20px;
}

.table-card {
  box-shadow: 0px 1px 3px 0px #0000001f;
  box-shadow: 0px 1px 1px 0px #00000024;
  box-shadow: 0px 2px 1px 0px #00000033;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.table-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0;
  background-color: #fff;
  overflow: auto;
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
}

input[type="checkbox"] {
  width: 22px;
  height: 22px;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #d1d5db;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  background-size: 13px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

input[type="checkbox"]:checked {
  background-color: #5b2ce8;
  border: 2px solid #5b2ce8;
  background-image: url(/dripaa-images/checkbox-tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

input[type="checkbox"]:focus {
  outline: none;
}

.table-filters {
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  min-height: 75px;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-scroll table {
  min-width: 600px;
}

.training-info {
  font-size: 14px;
  color: #333;
  justify-content: space-between;
}

.training-info-text {
  font-size: 18px;
  color: #4b5563;
}

.training-item img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

table thead tr th {
  --tw-border-opacity: 1;
  border-color: rgb(223 227 234 / var(--tw-border-opacity));

  font-size: 13px;
  line-height: 100%;

  --tw-text-opacity: 1;
  color: #4b5563 !important;

  --tw-bg-opacity: 1;
  background-color: #f9fafb !important;

  padding: 12px 20px !important;
  font-weight: 700;
}

table tbody tr td h5 {
  --tw-text-opacity: 1;
  color: #4b5563 !important;
  font-weight: 600;
}

table tbody tr td {
  --tw-text-opacity: 1;
  color: #4b5563 !important;
  font-weight: 300;
  font-size: 14px;
}

h1.title {
  font-size: 28px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 2.5rem;
  color: #3c1d99;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* .modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
} */

.navbar-profile {
  border-radius: 50%;
  margin-right: 10px;
}

.navbar-link {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #4b5563 !important;
}

.btn-outline-primary:hover img {
  filter: brightness(0) invert(1);
}

.btn-check:checked + .btn-outline-primary img,
.btn-outline-primary.active img,
.btn-outline-primary.show img,
.btn-outline-primary:active img {
  filter: brightness(0) invert(1);
}

.btn-outline-primary:hover {
  color: white !important;
}

.btn-outline-primary:hover i,
.btn-outline-primary:active i,
.btn-outline-primary.active i,
.btn-outline-primary.show i,
.btn-check:checked + .btn-outline-primary i {
  color: white !important;
}

.custom-drop-menu {
  box-shadow: 0px 2px 12px 0px #0000001a;
  background: #ffffff;
  border: none;
  font-size: 14px;
  color: #4b5563;
  border-radius: 4px;

  .dropdown-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #4B5563;
    padding: 8px 8px 8px 12px;
  }

  .dropdown-item img,
  .dropdown-item i {
    vertical-align: middle;
    height: 16px;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: #eeecf9;
  }
}

.input-group-text {
  padding: 0.375rem 0.6rem;
}

.pagination img {
  margin-bottom: 2px;
}

.table-filters .input-group-text {
  border: unset;
  background-color: #fff;
}

.table-filters .input-group {
  border: 1px solid #d1d5db;
  border-radius: 6px;
}

.table-filters .input-group-text,
.table-filters .form-control {
  border: none;
  box-shadow: none;
}

.table-filters .form-control::placeholder {
  font-size: 14px;
  color: #4b5563;
  font-weight: 300;
}

#main {
  padding-top: 64px;
}


.breadcrumb {
  flex-wrap: wrap;
  gap: 4px;
}

.breadcrumb-item a,
.breadcrumb-item.active {
  text-decoration: none;
  color: #4b5563;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .breadcrumb {
    margin-top: 0.5rem;
  }

  .dropdown {
    align-self: flex-end;
    margin-top: 0.5rem;
  }
}

.breadcrumb-wrapper {
  margin-left: 200px;
}

@media (max-width: 991.98px) {
  .breadcrumb-wrapper {
    margin-left: 0;
    margin-top: 10px;
  }
}

.select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  background: #fff;
  height: 38px;
  min-width: 165px;
}

.prefix,
.suffix {
  margin: 0 5px;
  white-space: nowrap;
  color: #4b5563;
  font-weight: 600;
  font-size: 14px;
}

.select-wrapper select {
  border: none;
  appearance: none;
  background: transparent;
  padding: 5px;
  flex-grow: 1;
  color: #4b5563;
  font-weight: 400;
  font-size: 14px;
  min-width: 80px;
}

.select-wrapper .fa-chevron-down {
  position: absolute;
  right: 10px;
  font-size: 12px;
  pointer-events: none;
}

.select-wrapper select {
  border: none;
  appearance: none;
  background: transparent;
  padding: 5px;
  flex-grow: 1;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}

.member-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px #0000001f;
  box-shadow: 0px 1px 1px 0px #00000024;
  box-shadow: 0px 2px 1px 0px #00000033;
}

.member-header h2 {
  font-weight: 700;
  font-size: 28px;
  color: #3c1d99;
}

.member-card h3 {
  font-weight: 400;
  font-size: 24px;
  color: #374151;
}

.member-card-content {
  min-width: 560px;
  max-width: 590px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.3rem;
  margin-bottom: 3rem;
}

.input-form-member .card-label {
  font-weight: 300;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 0;
}

.input-form-member .card-answer {
  font-weight: 300;
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 12px;
}

.input-form-member:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url(/dripaa-images/select-arrow-down.svg);
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 50%;
}

.chart-col {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.chart-col h3 {
  font-weight: 600;
  font-size: 16px;
  color: #4b5563e3;
  margin-bottom: 0;
  text-align: center;
}

.chart-col p {
  font-weight: 400;
  font-size: 13px;
  color: #4b5563e3;
  text-align: center;
}

.chart-inner {
  justify-content: center;
  gap: 15px;
}

.chart-inner_2 {
  min-width: 154px;
}

.chart-inner {
  display: flex;
  align-items: center;
  width: 325px;
}

/* .chartjs-div {
  width: 80px;
} */

#chart-1,
#chart-2 {
  width: 100px !important;
  height: 100px !important;
}

.chartData {
  display: flex;
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

.chartjs-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #4b5563;
}

.chartjs-inner:not(:last-child) {
  border-bottom: 1px solid #d3d1db;
}

.chart-value {
  font-size: 12px;
}

.input-form-member:not(:first-child) {
  padding-top: 12px;
}

.cancel-link {
  text-decoration: none;
  color: #4b5563;
  font-weight: 400;
  font-size: 14px;
}

body {
  padding-top: 10px;
  overflow-x: hidden;
}

@media (max-width: 575.98px) {
  /* .add-padding {
    padding-top: 90px;
  } */

  .bottom-padding {
    padding-bottom: 90px;
  }

  .purchase-plan-col {
    width: 100% !important;
    padding: 20px !important;
    overflow-x: auto;
  }

  .purchase-plan-col > .d-flex {
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    gap: 20px !important;
  }

  .purchase-plan-col .card {
    width: 100% !important;
    height: auto !important;
  }

  .align-items-stretch {
    padding-top: 930px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* .add-padding {
    padding-top: 90px;
  } */

  .bottom-padding {
    padding-bottom: 90px;
  }

  .purchase-plan-col {
    width: 100% !important;
    padding: 20px !important;
    overflow-x: auto;
  }

  .purchase-plan-col > .d-flex {
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    gap: 20px !important;
  }

  .purchase-plan-col .card {
    width: 100% !important;
    height: auto !important;
  }

  .align-items-stretch {
    padding-top: 980px;
  }
  .title-padding {
    padding-left: 10px;
  }

  .button-padding {
    padding-right: 10px;
  }
}

@media (max-width: 1199px) {
  /* .add-padding {
    padding-top: 90px;
  } */

  .bottom-padding {
    padding-bottom: 90px;
  }

  .purchase-plan-col {
    width: 100% !important;
    padding: 20px !important;
    overflow-x: auto;
  }

  .purchase-plan-col > .d-flex {
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    gap: 20px !important;
  }

  .purchase-plan-col .card {
    width: 100% !important;
    height: auto !important;
  }

  .align-items-stretch {
    padding-top: 980px;
  }

}

@media (min-width: 1000px) and (max-width: 1100px) {
  .breadcrumb-wrapper {
    padding-left: 205px;
  }
}


@media (min-width: 1200px) {
  .breadcrumb-wrapper {
    padding-left: 150px;
  }
}

.sidebar {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 258px;
  background-color: #343a40;
  z-index: 9999;
  transition: transform 0.3s ease;
}

.sort-icons {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  min-height: 17px;
}

.arrow {
  width: 6px;
  margin-left: -2px;
}

.sortable {
  white-space: nowrap;
}

.sortable.asc .arrow.up,
.sortable.desc .arrow.down {
  opacity: 1;
}

.sortable.asc .arrow.down,
.sortable.desc .arrow.up {
  opacity: 0.1;
}

.table-filter-col {
  display: flex;
  align-items: center;
  justify-content: end;
}

.table-filter-col p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
}
.pagination {
  --bs-pagination-border-width: 0px;
}
.page-link {
  font-size: 14px;
  color: #6b7280;
}
.filter-select {
  .form-select {
    border-color: #d1d5db;
    border-radius: 6px;
    min-height: 38px;
    color: #4b5563;
  }
}
.edit-member {
  min-width: 320px;
}
.form-check-input[type="checkbox"] {
  border: 2px solid #d1d5db;
  min-height: 22px;
  min-width: 22px;
  border-radius: 6px;
}
.training-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: auto;
  padding: 0px;
  box-shadow: 0px 1px 3px 0px #0000001f;
  box-shadow: 0px 1px 1px 0px #00000024;
  box-shadow: 0px 2px 1px 0px #00000033;
}

.training-header {
  background-color: #3c1d99;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}

.training-header .header-image {
  object-fit: contain;
  margin-right: 2px;
}

.training-header p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.training-head-col-2 {
  display: flex;
  text-align: center;
  justify-content: end;
}

.training-head-col-2 p {
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
}

.training-card img {
  max-height: 250px;
  object-fit: cover;
}

.card-text {
  font-size: 14px;
  margin-top: 10px;
}

.training-card-inner {
  padding: 10px;
}

.training-card-inner p {
  color: #4b5563;
  font-weight: 300;
  font-size: 16px;
}

.training-btn {
  color: #5b2ce8;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.training-btn img {
  width: 16px;
  height: 16px;
}

.training-btn:hover {
  color: #5b2ce8;
}

.training-head-col-2 .training-col-1 {
  margin-right: 2.5rem;
}

.training-show-img {
  position: relative;
  max-height: 250px;
  overflow: hidden;
}

.training-show-img img {
  max-height: 250px;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.train-show-inner-text img {
  object-fit: none;
  height: 18px;
}

.training-show-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3182b2;
  pointer-events: none;
  z-index: 1;
}

.training-show-img .header-image {
  width: 40px;
}

.train-show-inner-text p {
  font-size: 18px;
  font-weight: 400;
  align-items: center;
  padding-left: 7px;
}

.train-show-inner-text img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.overlay-head-training {
  padding-left: 7px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
}

.training-show-img .overlay-text {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  color: #fff;
}

.overlay-text {
  padding: 10px;
}

.show-details-col-1 {
  padding-top: 10px;
  h3 {
    color: #3c1d99;
    font-weight: 600;
  }
}

.training-time {
  color: #4b5563;
  font-size: 16px;
}

.training-show-col {
  padding-bottom: 18px;
  padding-top: 18px;
}

.training-show-col:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

.topic-col {
  background-color: #f7f7fc;
  padding: 15px;
  border-radius: 15px;
}
.topic-col p {
  font-weight: 400;
  font-size: 16px;
  color: #4b5563;
  line-height: 100%;
}

.topic-col h5 {
  font-weight: 600;
  font-size: 21px;
  color: #3c1d99;
}

.topic-col ul {
  border-bottom: 1px solid #e5e7eb;
}

.topic-col li {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}

.info-col {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  gap: 10px;
  background-color: #eeecf9;
  min-height: 48px;
  width: 100%;
  color: #3c3182;
  font-size: 14px;
  font-weight: 600;
}

.cusrom-label label {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Style the checkboxes */
.custom-checkbox {
  width: 20px;
  height: 20px;
}
.no-training {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 235px;
  min-height: 108px;
  background-color: #eeecf9;
  border-radius: 6px;
}

.no-training-col {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.no-training-col h3 {
  color: #3c1d99;
  font-size: 1.313rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.no-training-col p {
  color: #4b5563;
  font-size: 18px;
  font-weight: 300;
}

.table-bordered {
  border-top: transparent;
  border-left: none;
}

.table-bordered tbody tr:last-child td {
  border-bottom: 2px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border-left: none;
  border-top: none;
  border-right: none;
}

input[type="tel"] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="tel"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #86b7fe;
  /* light blue border on focus */
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  /* subtle blue glow */
}

.form-control:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}

input[type="tel"]::placeholder {
  color: #6c757d;
  /* muted placeholder text */
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .sidebar {
    transform: translateX(-100%);
  }

  .sidebar.active {
    transform: translateX(0);
  }

  .content {
    margin-left: 0;
    margin-top: 25px;
  }

  .table-filter-col {
    flex-direction: column;
  }
  .training-card {
    width: 100%;
  }
  h1.title,
  .member-header h2 {
    font-size: 18px;
  }
  .btn {
    margin-top: 10px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .sidebar {
    transform: translateX(-100%);
  }

  .sidebar.active {
    transform: translateX(0);
  }

  .content {
    margin-left: 0;
  }

  .table-filter-col {
    flex-direction: column;
  }
  .training-card {
    width: 100%;
  }
  h1.title,
  .member-header h2 {
    font-size: 18px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .sidebar {
    transform: translateX(-100%);
  }

  .sidebar.active {
    transform: translateX(0);
  }

  .content {
    margin-left: 0;
  }
  .table-filter-col {
    flex-direction: column;
  }
  .training-card {
    width: 100%;
  }
  h1.title,
  .member-header h2 {
    font-size: 18px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .sidebar {
    transform: translateX(0%);
  }

  .sidebar.active {
    transform: translateX(0);
  }

  .content {
    margin-left: 250px;
  }
  .table-filter-col {
    flex-direction: row;
  }
  .training-card {
    width: 49%;
  }
  .filter-item.col-lg-2 {
    flex: 0 0 auto;
    width: 26.666667%;
  }
  h1.title,
  .member-header h2 {
    font-size: 22px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .sidebar {
    transform: translateX(0%);
  }

  .sidebar.active {
    transform: translateX(0);
  }

  .content {
    margin-left: 250px;
  }
  .table-filter-col {
    flex-direction: row;
  }
  .training-card {
    width: 49%;
  }
  .filter-item.col-lg-2 {
    flex: 0 0 auto;
    width: 22.666667%;
  }
  h1.title,
  .member-header h2 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1400px) {
  .filter-item.col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  h1.title,
  .member-header h2 {
    font-size: 28px;
  }
}

/* Tablet (up to 768px) */
@media (max-width: 768px) {
  .member-card-content {
    min-width: 100%;
  }
  .table-filter-col {
    flex-direction: column;
  }
  .training-card {
    width: 100%;
  }
  h1.title,
  .member-header h2 {
    font-size: 20px;
  }
}

/* Mobile (up to 480px) */
@media (max-width: 480px) {
  .member-card-content {
    min-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table-filter-col {
    flex-direction: column;
  }

  .training-card {
    width: 100%;
  }
  h1.title,
  .member-header h2 {
    font-size: 18px;
  }
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #6e47e3 !important;
  color: #ffffff80 !important;
  cursor: not-allowed !important;
  border: 0 !important;
  pointer-events: none !important;
  opacity: 1 !important;
}

.inline-errors {
  display: none !important;
}

.policy-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 3px 0px #0000001f;
  box-shadow: 0px 1px 1px 0px #00000024;
  box-shadow: 0px 2px 1px 0px #00000033;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 5.5rem; /* Add top/bottom + left/right padding */
}

.policy-card-content {
  width: 100%; /* Full width inside the card */
  min-width: 500px;
  max-width: 500px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.3rem 1.5rem;
}

@media (max-width: 576px) {
  .policy-card-content {
    min-width: 345px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.policy-card h3 {
  font-weight: 400;
  font-size: 22px; /* Slightly smaller heading for the policy detail */
  color: #374151;
}

.input-form-member {
  margin-bottom: 1rem; /* Space between fields */
}

.card-label {
  font-weight: 600;
  color: #6b7280;
}

.card-answer {
  color: #374151;
  font-weight: 400;
}

.centered-header {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.centered-footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

html,
body {
  background-color: rgb(243, 244, 246);
}

.privacy-center-header {
  min-height: 340px;
  background-color: #1e2835;
}

.privacy-center-card {
  background: white;
  padding: 20px 30px;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.rounded-2xl {
  border-radius: 1rem;
}
.cursor-pointer {
  cursor: pointer;
}

.tox .tox-toolbar__group .tox-tbtn {
  width: auto !important;
  user-select: none !important;
  padding: 3px !important;
}

.tox .tox-toolbar__group {
  padding: 0px 0px 0 0px !important;
}

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  width: 4em !important;
}

.tox .tox-tbtn--select {
  margin: 6px 1px 5px 0 !important;
  padding: 0px 6px !important;
  width: auto !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  background-color: #6235e9;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  border: 1px solid #6235e9;
  border-radius: 4px;
}

.nav-tabs .nav-link {
  color: #4b5563;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}

.action-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3d1db;
  border-radius: 6px;
  height: 30px;
  cursor: pointer;
  width: 30px;
}

/* app/assets/stylesheets/loader.css or application.css */

#global-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}

.loader-spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #6235e9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  z-index: 10000;
}

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

/* setting page styles */

.setting-people-table table thead tr th {
  background-color: #f5f4fb !important;
  padding: 16px 14px !important;
  border-bottom: 0px;
}

.setting-people-table table tbody tr td {
  font-weight: 400 !important;
}

.profile-name {
  display: flex;
  align-items: center;
}

.profile-avtar {
  width: 30px;
  height: 30px;
  background-color: #eeecf9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b5563;
  font-size: 15px;
}

.profile-name .table-mail {
  color: #6b7280;
  font-size: 11px;
  line-height: 100%;
}

.profile-name .table-name {
  color: #4b5563;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 3px;
}

.close-btn {
  border: 0px;
  background: transparent;
}

.modal-title {
  color: #3c1d99;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
}

.modal-body {
  padding: 45px;
}

.invite-input-group {
  border: 1px solid #d3d1db;
  border-radius: 6px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.invite-input {
  border: 1px solid #d3d1db;
  border-radius: 6px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

.invite-input-group input {
  border: none;
  outline: none;
  box-shadow: none;
  width: calc(100% - 100px);
}

.invite-input-group input:focus,
.invite-input-group input:active {
  border: none;
  outline: none;
  box-shadow: none;
}

.invite-input-group select {
  max-width: 98px;
  font-size: 14px;
  height: 30px;
  line-height: 100%;
  background-color: #eeecf9;
}

.invite-input-group select:focus,
.invite-input-group select:active {
  border: none;
  outline: none;
  box-shadow: none;
}

.invite-input-group {
  select.form-select {
    padding-right: 1.8rem;
    background-position: right 0.5rem center;
    background-size: 12px;
  }

  select.form-select {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.75rem;
  }
}

.invite-input-group {
  width: 100%;
}

.invite-group label {
  color: #4b5563;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 5px;
}

.invite-group {
  margin-top: 20px;
}

/* invoice card styles */

.invoice-card {
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px #0000001f;
  box-shadow: 0px 1px 1px 0px #00000024;
  box-shadow: 0px 2px 1px 0px #00000033;
  max-height: 615px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.setting-invoice-table table thead tr th {
  background-color: #f9fafb !important;
  padding: 14px !important;
  border-bottom: 0px;
}

.paid-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 59px;
  min-height: 32px;
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid #57d15b;
  color: #419e45;
  background-color: #d4ffd5;

  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.setting-invoice-table table tbody tr td {
  padding: 14.15px 14px 14.15px 14px !important;
}

/* purchase plan styles css */

.purchase-plan-col {
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px #0000001f;
  box-shadow: 0px 1px 1px 0px #00000024;
  box-shadow: 0px 2px 1px 0px #00000033;
  min-height: 250px;
  border-radius: 10px;
  padding: 30px;
}

.setting-purchased-table table thead tr th {
  background-color: #f5f4fb !important;
  padding: 7.5px 15px 7.5px 15px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  border-bottom: 0px !important;
}

.setting-purchased-table.modal-table table thead tr th {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  letter-spacing: 0% !important;
  padding: 15px !important;
}

.setting-purchased-table table tbody tr td {
  border: 0px;
}

.purchased-desc {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #4b5563;
}

.purchased-exp {
  font-weight: 400;
  font-size: 12.5px;
  line-height: 15.5px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #4b5563;
}

.seat-col {
  display: flex;
  align-items: center;
  gap: 7.5px;
  min-height: 52px;
}

.seat-col .btn-outline-primary {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #5b2ce8;
  min-height: 40px;
}

.seat-col .hp-btn {
  min-height: 40px;
  min-width: 85px;
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.seat-dec {
  color: #4b5563;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}

#addSeatsModal .modal-footer {
  padding: 30px;
}

.btn-cancel {
  border: none;
  outline: none;
  box-shadow: none;
  color: #4b5563;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
}

.btn-cancel:focus,
.btn-cancel:active {
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.add-plan-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #4b5563;
}

.add-seat-group {
  height: 40px;
  display: flex;
}

.add-seat-group .btn {
  background-color: #64748b;
  min-height: 40px;
  min-width: 40px;
}

.add-seat-group .btn.minus {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.add-seat-group .btn.add {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.add-sub-input {
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b5563;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  border-top: 1px solid #d1d5db;
  border-bottom: 1px solid #d1d5db;
}

.setting-purchased-table.modal-table table tbody tr td {
  border-bottom: 1px solid #d1d5db;
}

/* billing col style */

.billing-col {
  box-shadow: 0px 1px 3px 0px #0000001f;
  box-shadow: 0px 1px 1px 0px #00000024;
  box-shadow: 0px 2px 1px 0px #00000033;
  background-color: #fff;
  border-radius: 10px;
  min-height: 585px;
}

.custom-dropdown {
  position: relative;
  width: 100%;
  font-family: inherit;
  user-select: none;
}

.btn:hover {
  color: white !important;
  background-color: #4a22c7 !important;
}

.custom-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 38px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 12px;
  cursor: pointer;
}

.custom-dropdown .prefix {
  margin-right: 8px;
  font-weight: 600;
  user-select: none;
}

.custom-dropdown .selected-value {
  flex-grow: 1;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4b5563;
}

.custom-dropdown .dropdown-icon {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.custom-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: white;
  max-height: 170px;
  overflow-y: auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 1000;
  display: none;
  margin-top: 4px;
  margin-bottom: 4px;
  list-style: none;
  padding: 0;
  width: 100%;
}

.custom-dropdown .dropdown-menu.open {
  display: block;
}

.custom-dropdown .dropdown-menu li {
  padding: 10px 12px;
  cursor: pointer;
  color: #4b5563;
  font-size: 14px;
}

.custom-dropdown .dropdown-menu li.selected,
.custom-dropdown .dropdown-menu li:hover {
  background-color: #e9f1ff;
}

.alert-success {
  --bs-alert-bg: #f9f9f9;
}

form.custom-form label {
  color: #4b5563;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-family: var(--bs-body-font-family);
  text-align: left;
}

.form-control {
color: #4b5563;
font-size: 14px;
height: 38px;
width: 298px !important
}

.form-control-wide {
  width: 100% !important;
  color: #4b5563;
  font-size: 14px;
  height: 38px;
  display: block;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
 /*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
 
html,
body {
    height: 100%;
}

.center-container {
    height: 100vh;
}

.login-card {
box-shadow:
        0px 1px 3px 0px #0000001F,
        0px 1px 1px 0px #00000024,
        0px 2px 1px -2px #00000033 !important;
    border-radius: 10px;
    background-color: #fff;
}

.image-col {
    border-bottom: 1px solid #D3D1DB;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.image-col img {
    min-width: 250px;
}

.heading-text {
    font-size: 18px;
    font-weight: 600;
    color: #3C1D99;
}

.sign-up {
    .form-label {
        color: #4B5563;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .form-control {
        min-height: 38px;
        border-color: #D3D1DB;
        border-radius: 6px;
        width: 372px !important;
    }
    @media (max-width: 576px) {
        .form-control {
          max-width: 100%;
        }
      }
    .form-control::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #4B5563;
        font-size: 14px;
        opacity: 1;
        font-weight: 400;
    }

    .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #4B5563;
        font-size: 14px;
        font-weight: 400;
    }

    .form-control::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #4B5563;
        font-size: 14px;
        font-weight: 400;
    }

    .input-group {
        border: 1px solid #D3D1DB;
        border-radius: 6px;
        overflow: hidden;
        flex-wrap: inherit !important;
    }

    .input-group-text {
        min-height: 38px;
        cursor: pointer;
        border: none;
        border-radius: 0px;
        background-color: transparent;
    }

    .input-group .form-control {
        border: none;
        border-radius: 0px;
    }

    .input-group .form-control,
    .input-group .input-group-text {
        border: none;
        border-radius: 0;
    }

    .input-group .form-control {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .input-group .input-group-text {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .fz-14 {
        font-size: 14px;
        font-weight: 100;
        color: #4B5563;
    }
    .password-rules {
        line-height: 1.4;
        padding-left: 1rem;
        color: #6B7280;
        font-size: 10px;
    }

    .password-rules  li {
        list-style-type:decimal !important;
        margin-top: 0 !important;
    }

    .card-footer {
        margin-bottom: 1.7rem;
    }
    
    .custom-checkbox {
        width: 22px;
        height: 22px;
        margin: 0;
        padding: 0;
        border: 2px solid #D1D5DB;
        border-radius: 6px;
    }

    .checkbox-label {
        font-size: 14px;
        line-height: 1;
        display: flex;
        align-items: center;
    }
}
