.select-option {
  --mdb-form-outline-select-option-color: var(--mdb-surface-color);
  --mdb-form-outline-select-option-padding-left: 30px;
  --mdb-form-outline-select-option-padding-right: 20px;
  --mdb-form-outline-select-option-font-size: 1rem;
  --mdb-form-outline-select-option-font-weight: 400;
  --mdb-form-outline-select-option-hover-not-disabled-bg: var(--mdb-highlight-bg-color);
  --mdb-form-outline-select-option-active-bg: var(--mdb-highlight-bg-color);
  --mdb-form-outline-select-option-selected-active-bg: rgba(59, 113, 202, 0.45);
  --mdb-form-outline-select-option-selected-disabled-color: rgba(var(--mdb-surface-color-rgb), 0.5);
  --mdb-form-outline-select-option-disabled-color: rgba(var(--mdb-surface-color-rgb), 0.5);
  --mdb-form-outline-select-option-text-form-check-input-margin-right: 10px;
  --mdb-form-outline-select-option-secondary-text-font-size: 0.8rem;
  --mdb-form-outline-select-option-secondary-text-color: rgba(var(--mdb-emphasis-color-rgb), 0.55);
  --mdb-form-outline-select-option-icon-width: 28px;
  --mdb-form-outline-select-option-icon-height: 28px;
  --mdb-form-outline-select-white-arrow: #fff;
  --mdb-form-outline-select-option-disabled-secondary-text-color: rgba(var(--mdb-emphasis-color-rgb), 0.3);
  --mdb-form-outline-select-option-selected-bg: rgba(59, 113, 202, 0.3);
  --mdb-form-outline-select-option-selected-hover-bg: rgba(59, 113, 202, 0.45);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--mdb-form-outline-select-option-color);
  padding-left: var(--mdb-form-outline-select-option-padding-left);
  padding-right: var(--mdb-form-outline-select-option-padding-right);
  font-size: var(--mdb-form-outline-select-option-font-size);
  font-weight: var(--mdb-form-outline-select-option-font-weight);
  background-color: rgba(0,0,0,0);
  user-select: none;
}


.form-check-input[type="checkbox"]:checked::after {
  display: block;

  transform: rotate(45deg);

  border-width: .125rem;

    border-top-width: 0.125rem;
    border-left-width: 0.125rem;

  border-color: #fff;

    border-top-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);

  width: .375rem;

  height: .8125rem;

  border-style: solid;

    border-top-style: solid;
    border-left-style: solid;

  border-top: 0;

  border-left: 0;

  margin-left: .25rem;

  margin-top: -8px;

  background-color: rgba(0,0,0,0);

}

.select-option::after {
  display: none;
}

.text-color-grey {
    color: #7f8897;
}


.webinar-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #fff;
}

.webinar-container {
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

.webinar-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    width: 500px; /* Ajustez la largeur selon vos besoins */
    margin-bottom: 20px;
}

.webinar-description {
    margin: 20px 0;
    font-size: 18px;
    color: #333;
    text-align: left;
    line-height: 1.6;
}

.webinar-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
    margin-top: 20px;
}

.webinar-link:hover {
    background-color: #0056b3;
}

.rdc-text {
    color: rgba(250, 238, 007, 1);
}

.msphp-text, .anicns-text {
    color: rgba(255, 255, 255, 1);
}

.msphp-line {
    border: 2px solid rgba(255, 255, 255, 1);
    margin-left: 5rem;
    margin-right: 5rem;
}

.breadcrumb-area-card .breadcrumb-content-card {
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.icon-item-card {
    width: 40px;
    height: 40px;
    line-height: 42px;
    background-color: rgba(46, 61, 98, 0.1);
    color: #2e3d62;
    font-size: 20px;
    margin-bottom: 0px;
    margin-right: 0;
    margin-left: 10px;
}

.team-area-card .team-content-wrap-card {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100vw;
}

.rdc-text, .msphp-text {
    font-size: 1.2rem;
}

.anicns-text {
    font-size: 1.35rem;
}

.team-item-6-card {
    max-width: 100%;
}

/*.team-img-box-card {
    border: 1px solid #0b2e13;
}*/

.btn-card-actif {
    background-color: rgba(0, 123, 255, 1);
}

.btn-card-actif:hover {
    background-color: rgba(108, 92, 231, 1);
}

.btn-card-inactif {
    background-color: rgb(255, 193, 7, 1);
}

.btn-card-inactif:hover {
    background-color: rgba(154, 205, 50, 1);
}

/* Cursor */
.cursor {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
}

/* Animation */
.typewriter-animation {
    animation: typewriter 5s steps(50) 1s 1 normal both,
    blinkingCursor 500ms steps(50) infinite normal;
}

.title-form {
    font-size: 2em !important;
}

.modal-content {
    color: #6c5ce7;
}

.lds-ripple {
    width: 160px;
    height: 160px;
}

.btn-disabled, .btn-disabled:hover {
    color: #fff !important;
    background-color: rgba(108, 117, 125, .5) !important;
    border-color: #6c757d !important;
    cursor: not-allowed;
}

.spinner-select{
    position: absolute;
    right: 1.5em;
    top: 1em;
}

fieldset > legend{
    font-weight: bold;
    color: #6c5ce7;
    text-decoration: underline;
}

.link-btn-style {
    border-bottom-color: #6c5ce7 !important;
    color: #6c5ce7 !important;
}

.link-btn-style:hover {
    background-color: #6c5ce7 !important;
    color: #fff !important;
}

#cardWrapItemNew, #cardWrapItemUpdate{
    cursor: pointer;
}

.btnCardWrapItem{
    color: #fff !important;
    cursor: pointer;
}

@keyframes lds-ripple {
    0% {
        top: 56px;
        left: 56px;
        width: 38px;
        height: 38px;
        opacity: 0;
    }
    4.9% {
        top: 56px;
        left: 56px;
        width: 38px;
        height: 38px;
        opacity: 0;
    }
    5% {
        top: 56px;
        left: 56px;
        width: 38px;
        height: 38px;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 160px;
        height: 160px;
        opacity: 0;
    }
}

@keyframes typewriter {
    from {
        width: 0;
    }
    to {
        width: 100%;
        text-wrap: wrap
    }
}

@keyframes blinkingCursor {
    from {
        border-right-color: rgba(255, 255, 255, .75);
    }
    to {
        border-right-color: transparent;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .rdc-text, .msphp-text {
        font-size: .9rem;
    }

    /*.msphp-text {
    }*/

    .anicns-text {
        font-size: 1.4rem;
    }

    .team-item-6-card {
        border: 1px solid rgba(32, 111, 181, 1);
    }

    @keyframes typewriter {
        from {
            width: 0;
        }
        to {
            width: 100%;
            text-wrap: nowrap
        }
    }

}

@media (min-width: 992px) {
    /*.msphp-text {
    }*/

    .anicns-text {
        font-size: 1.7rem;
    }
}

@media (min-width: 1200px) {
    .rdc-text, .msphp-text {
        font-size: 1.2rem;
    }

    .rdc-text, .msphp-text {
        font-size: 1.6rem;
    }

    /*.msphp-text {
    }*/

    .anicns-text {
        font-size: 2.2rem;
    }
}

@media (min-width: 1400px) {
}

.package-item-2 .package-list li {
    display: flex;
    justify-content: space-between;
}

.package-item-2 .package-list li span {
    float: none;
    margin-right: auto;
}
