html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.form-check-input:checked {
    background-color: black !important;
    border-color: black !important;
}

.form-check-input, .form-check-input:focus {
    border-color: black !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(255, 100, 255, 0.5) !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.cady-pink {
    color: #cf258b !important;
}

.red {
    color: red !important;
}

input {
    font-weight: bold;
}

.cady-line {
    color: grey !important;
    height: 1px !important;
    opacity: 0.5 !important;
    margin: 10px !important;
}

.btn-nav-active {
    background: linear-gradient(90deg, #514c9a 0%, #ad4091 100%);
    border: none !important;
}

.text-nav-active {
    background: linear-gradient(90deg, #514c9a 0%, #ad4091 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-default {
    background-color: white !important;
    border-color: grey !important;
    color: grey !important;
}

.text-nav-default {
    color: grey !important;
}

.btn-completed {
    background-color: black !important;
    border-color: grey !important;
    color: white !important;
}

.text-nav-completed {
    color: black !important;
}

.btn.btn-lg-normal {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.75rem;
    font-size: 1rem;
    border-radius: 2.5rem;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-success:active:focus {
    background-color: black !important;
    border-color: black !important;
    color: white !important;
}

.form-select, .form-control {
    font-size: 1rem;
    border-radius: 1rem;
}

.form-control, .form-control:active, .form-control:valid, .form-control:focus, .form-select, .form-select:focus {
    /*border-color: grey !important;*/
}

.form-control:focus, .form-select:focus, .btn-primary:focus, .btn-primary:active {
    border-color: #cf258b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

#BookYBOSession {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: black !important;
    text-decoration: underline;
    cursor: pointer;
}

#BookYBOSession:hover {
    color: #cf258b !important;
}

a {
    color: black !important;
}

a:hover {
    color: #cf258b !important;
}

label {
    font-weight: bold
}

.vertical-line {
    border-right: 2px solid #000000;
}

.stepwizard-nav {
    padding-top: 10px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 75%;
    position: relative;
    margin: auto;
    margin-top: 10px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

a.disabled {
    pointer-events: none;
    opacity: 1 !important;
    background-color: lightgrey;
}

/*.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 80%;
    height: 5px;
    background-color: grey;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.step-1:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 5px;
    background-color: grey;
    z-index: -99;
    left: 100%;
    transform: translate(-50%, -50%);
}

.step-2:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 105%;
    height: 5px;
    background-color: grey;
    z-index: -99;
    left: 100%;
    transform: translate(-50%, -50%);
}

.step-3:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 105%;
    height: 5px;
    background-color: grey;
    z-index: -99;
    left: 100%;
    transform: translate(-50%, -50%);
}

.step-4:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 105%;
    height: 5px;
    background-color: grey;
    z-index: -99;
    left: 100%;
    transform: translate(-50%, -50%);
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 20%;
}

.btn-circle {
    background-color: white;
    border-color: #CCCCCC;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 16px;
    line-height: 1;
    border-radius: 20px;
}

.btn:disabled {
    background-color: lightgrey !important;
    border-color: lightgrey !important;
    color: black !important;
    --bs-btn-padding-y: 0.25rem !Important;
    --bs-btn-padding-x: 0.75rem !Important;
    font-size: 1rem !Important;
    border-radius: 2.5rem !Important;
}

.btn {
    letter-spacing: 0.5px !important;
}

.hide {
    display: none;
}

label {
    color: black;
    cursor: pointer;
}

label:hover {
    color: #cf258b !important;
}

#UploadPhoto, #TakePhoto {
    display: none;
}

skip-selfie {
    color: #6c757d;
}
skip-selfie:hover {
    color: #cf258b;
}

.image-container {
    position: relative;
}

video-container video {
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    margin: auto;
}

#video {
    width: 100%;
    height: 100%;
    border-radius: 4%;
}

video {
    object-fit: cover !important;
}

#UserImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.select2-selection__rendered {
    width: 100%;
}
/*Custom Cady Spinner*/
.spinner-grow,
.spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s;
    }
}

#spinner {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#spinner .alert {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translatey(-50%);
    font-size: 1.5rem;
    text-align: center;
    color: white;
}

#spinner[style*=block] .loading_icon svg > g {
    animation-play-state: running;
}

@keyframes loadingAnimationIn {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes loadingAnimationOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loading_icon svg > path {
    animation: loadingAnimationIn 2s ease-in infinite;
    opacity: 0;
}

.loading_icon svg > g {
    animation: loadingAnimationIn 3s ease-out infinite;
    animation-play-state: paused;
    opacity: 0;
}

.loading_icon .p1 {
    animation-delay: 45ms;
}

.loading_icon .p2 {
    animation-delay: 90ms;
}

.loading_icon .p3 {
    animation-delay: 135ms;
}

.loading_icon .p4 {
    animation-delay: 180ms;
}

.loading_icon .p5 {
    animation-delay: 225ms;
}

.loading_icon .p6 {
    animation-delay: 270ms;
}

.loading_icon .p7 {
    animation-delay: 315ms;
}

.loading_icon .p8 {
    animation-delay: 360ms;
}

.loading_icon .p9 {
    animation-delay: 405ms;
}

.loading_icon .p10 {
    animation-delay: 450ms;
}

.loading_icon .p11 {
    animation-delay: 495ms;
}

.loading_icon .p12 {
    animation-delay: 540ms;
}

.loading_icon .p13 {
    animation-delay: 585ms;
}

.loading_icon .p14 {
    animation-delay: 630ms;
}

.loading_icon .p15 {
    animation-delay: 675ms;
}

.loading_icon .p16 {
    animation-delay: 720ms;
}

.loading_icon .p17 {
    animation-delay: 765ms;
}

.loading_icon .p18 {
    animation-delay: 810ms;
}

.loading_icon .p19 {
    animation-delay: 855ms;
}

.loading_icon .p20 {
    animation-delay: 900ms;
}

.loading_icon .p21 {
    animation-delay: 945ms;
}

.loading_icon .p22 {
    animation-delay: 990ms;
}

.loading_icon .p23 {
    animation-delay: 1035ms;
}

.loading_icon .p24 {
    animation-delay: 1080ms;
}

.loading_icon .p25 {
    animation-delay: 1125ms;
}

.loading_icon .p26 {
    animation-delay: 1170ms;
}

.loading_icon .p27 {
    animation-delay: 1215ms;
}

.loading_icon .p28 {
    animation-delay: 1260ms;
}

.loading_icon .p29 {
    animation-delay: 1305ms;
}

.loading_icon .p30 {
    animation-delay: 1350ms;
}

.loading_icon .p31 {
    animation-delay: 1395ms;
}

.loading_icon .p32 {
    animation-delay: 1440ms;
}

.loading_icon .p33 {
    animation-delay: 1485ms;
}

.loading_icon .p34 {
    animation-delay: 1530ms;
}

.loading_icon .p35 {
    animation-delay: 1575ms;
}

.loading_icon .p36 {
    animation-delay: 1620ms;
}

.loading_icon .p37 {
    animation-delay: 1665ms;
}

.loading_icon .p38 {
    animation-delay: 1710ms;
}

.loading_icon .p39 {
    animation-delay: 1755ms;
}

.loading_icon .p40 {
    animation-delay: 1800ms;
}

.loading_icon .p41 {
    animation-delay: 1845ms;
}

.loading_icon .p42 {
    animation-delay: 1890ms;
}

.loading_icon .p43 {
    animation-delay: 1935ms;
}

.loading_icon .p44 {
    animation-delay: 1980ms;
}

.loading_icon .p45 {
    animation-delay: 2025ms;
}

.loading_icon .p46 {
    animation-delay: 2070ms;
}

.loading_icon .p47 {
    animation-delay: 2115ms;
}

.loading_icon .p48 {
    animation-delay: 2160ms;
}

.loading_icon .p49 {
    animation-delay: 2205ms;
}

.loading_icon .p50 {
    animation-delay: 2250ms;
}

.loading_icon .p51 {
    animation-delay: 2295ms;
}

.loading_icon .p52 {
    animation-delay: 2340ms;
}

.loading_icon .p53 {
    animation-delay: 2385ms;
}

.loading_icon .p54 {
    animation-delay: 2430ms;
}

.loading_icon .p55 {
    animation-delay: 2475ms;
}

.loading_icon .p56 {
    animation-delay: 2520ms;
}

.loading_icon .p57 {
    animation-delay: 2565ms;
}

.loading_icon .p58 {
    animation-delay: 2610ms;
}

.loading_icon .p59 {
    animation-delay: 2655ms;
}

.loading_icon .p60 {
    animation-delay: 2700ms;
}

.loading_icon .p61 {
    animation-delay: 2745ms;
}

.loading_icon .p62 {
    animation-delay: 2790ms;
}

.loading_icon .p63 {
    animation-delay: 2835ms;
}

.loading_icon .p64 {
    animation-delay: 2880ms;
}

.dropdown-menu {
    display: none; /* Initially hide the dropdown */
    position: absolute;
    z-index: 1000; /* Ensure it's above other elements */
    width: 100%; /* Make it the same width as the input */
    margin-top: 0.25rem;
    padding: 0;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.15); /* Bootstrap-like border */
    box-shadow: 0 0 5px rgba(0,0,0,0.15); /* Bootstrap-like shadow */
    border-radius: 1rem;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    cursor: pointer;
    text-decoration: none;
    color: #212529; /* Bootstrap default text color */
    background-color: transparent;
}

.dropdown-item:hover {
    background-color: #e9ecef; /* Bootstrap hover background color */
    color: #212529;
}

.dropdown-ul {
    padding-inline-start: 0px !important;
    border-radius: 1rem;
    margin-bottom: 0px;
    overflow: hidden;
}

.create-profile-button {
    border: none;
    background: transparent;
    padding: 0;
    color: black; /* Or your desired link color */
    font: inherit; /* Inherit font styles from parent */
    text-decoration: underline; /* Add underline for link-like appearance */
    cursor: pointer; /* Indicate it's clickable */
}

.create-profile-button:hover {
    color: #cf258b !important;
}