.column-adapt {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.capitalize {
    text-transform: capitalize;
}

.creative-slot {
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Funnel Css */
.funnel-holder {
    width: 589px !important;
    height: 200px !important;
}

.funnel-column-one {
    flex-wrap: wrap;
    width: 50%;
    text-align: center;
}

.funnel-column-two {
    flex-wrap: wrap;
    width: 50%;
    text-align: center;
}

.funnel-row {
    margin-bottom: 22px;
    font-size: 13px;
    color: white !important;
    margin-top: 3px;
}

.funnel-holder {
    position: relative;
}

.funnel-img {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
}

.funnel-img,
.funnel-overlay {
    vertical-align: middle;
    border-style: none;
}

.funnel-overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: flex;
    z-index: 2;
    top: 0;
}



/* Scheduler */
.day-sched {
    border: 1px solid white;
    background-color: #ebebeb;
    width: 100%;
    padding: 2px 0;
}

.hour-title-holder,
.hour-sched {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.day-booked.slot-select:hover {
    border: 1px solid #cc434b !important;
    background-color: #a32d35 !important;
    cursor: no-drop;
    box-sizing: border-box;
}

.slot-select:hover {
    border: 1px solid #4d8ab3 !important;
    background-color: #1e699b !important;
    cursor: cell;
}

.day-booked {
    background-color: #53a352 !important;
}

.day-title {
    text-align: center;
    font-weight: bold;
    color: #212121;
    font-size: 14px;
}

.hour-title {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
}



/* Weather */
.element {
    cursor: pointer;
}


/* Textarea Count */
.counter-textarea {
    color: #4d8ab3;
    font-size: 12px;
}


/* Floating Menu */
.floating-nav-button {
    background-color: #293042;
    width: 40px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    position: fixed;
    right: 0px;
    top: 100px;
    text-align: center;
    display: flex;
}

.floating-nav.close {
    transition: 0.3s;
    display: none;
}

.floating-nav.open {
    transition: 0.3s;
    display: block;
    position: fixed;
    z-index: 9999;
}

.nav-icon {
    width: 30px;
    height: 30px;
}

.nav-icon .fa-solid {
    color: #f7f9fc !important;
    font-size: 23px;
    margin-top: 7px;
}

ul.f-nav {
    list-style: none;
    background-color: #f7f9fc;
    width: 300px;
    border-radius: 8px;
    padding: 10px;
    position: fixed;
    right: 55px;
    top: 50px;
    border: solid 0.5px #ddd;
}

li.f-nav-item {
    padding: 5px 0px;
    color: #292929;
    background-color: #fff;
    border-radius: 8px;
    margin: 5px;
    padding-left: 10px;
    font-size: 13px;
}

li a.f-link::before {
    color: #498ab3 !important;
    font: var(--fa-font-solid);
    content: "\f101";
    font-size: 15px;
    margin-right: 15px;
}

li a.f-link {
    text-decoration: none;
    color: #292929;
}

/* Floating API Menu */
.floating-menu-button {
    background-color: #293042;
    width: 40px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    position: fixed;
    right: 0px;
    top: 150px;
    text-align: center;
    display: flex;
}

.floating-menu.close {
    transition: 0.3s;
    display: none;
}

.floating-menu.open {
    transition: 0.3s;
    display: block;
    position: fixed;
    z-index: 9999;
}

.menu-icon {
    width: 30px;
    height: 30px;
    margin: auto;
}

.menu-icon .fa-solid {
    color: #f7f9fc !important;
    font-size: 23px;
    margin-top: 3px;
}

ul.f-menu {
    list-style: none;
    background-color: #f7f9fc;
    width: 300px;
    border-radius: 8px;
    padding: 10px;
    position: fixed;
    right: 55px;
    top: 50px;
    border: solid 0.5px #ddd;
}

ul.f-menu-record .form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: 1 !important;
    color: #292929 !important;
}

ul.f-menu-record .form-check-input:disabled {
    opacity: 1 !important;
}

ul.f-menu-record {
    font-size: 13px;
    list-style: none;
    padding: 5px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

li.f-menu-title {
    font-size: 12px;
    font-weight: bold;
    color: #292929;
    margin-bottom: 1px;
}

li.f-menu-item a {
    text-decoration: none;
    color: #292929 !important;
}

li.f-menu-item {
    padding: 5px 0px;
    color: #292929;
    background-color: #fff;
    border-radius: 8px;
    margin: 5px;
    padding-left: 10px;
    font-size: 13px;
}

li.f-menu-item.checked {
    border: solid 1px #53a352 !important;
}

li.f-menu-item.checked::before {
    color: #53a352 !important;
    font: var(--fa-font-solid);
    content: "\f00c";
    font-size: 18px;
    margin-right: 10px;
}


li.f-menu-item.busy {
    border: solid 1px #4d8ab3 !important;
}

li.f-menu-item.busy::before {
    color: #4d8ab3 !important;
    font: var(--fa-font-solid);
    content: "\f021";
    font-size: 18px;
    margin-right: 10px;
}

li.f-menu-item.error {
    border: solid 1px #cc434b !important;
}

li.f-menu-item.error::before {
    color: #cc434b !important;
    font: var(--fa-font-solid);
    content: "\f00d";
    font-size: 18px;
    margin-right: 15px;
}

li.f-menu-item.not-ready {
    border: solid 1px #f6c144 !important;
}

li.f-menu-item.not-ready::before {
    color: #f6c144 !important;
    font: var(--fa-font-solid);
    content: "\f071";
    font-size: 18px;
    margin-right: 10px;
}

/* API Related */
.api-message-error {
    color: #cc434b;
    font-size: 13px;
    padding: 10px;
    width: 400px;
    padding-left: 0px !important;
}

.api-message-success {
    color: #53a352;
    font-size: 13px;
    padding: 10px;
    width: 400px;
    padding-left: 0px !important;
}


/* Goal Selection */
.goal-awareness {
    background-color: #8db532;
    color: white;
}

.goal-consideration {
    background-color: #de318d;
    color: white;
}

.goal-conversion {
    background-color: #018ecf;
    color: white;
}

/* Google Page Speed */
.desktop,
.mobile {
    padding: 5px;
    height: 30px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: rgb(211, 211, 211);
    font-size: 15px;
    font-weight: bold;
    color: whitesmoke;
}

.desktop span,
.mobile span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagespeed-excellent {
    background-color: #53a352 !important;
}

.pagespeed-good {
    background-color: #4d8ab3 !important;
}

.pagespeed-average {
    background-color: #f6c144 !important;
}

.pagespeed-poor {
    background-color: #ee8437 !important;
}

.pagespeed-terrible {
    background-color: #cc434b !important;
}

.form-switch .form-check-input {
    width: 3rem !important;
    height: 1.3rem !important;
}

/* Custom Progress Bar */
.health-progress-bar {
    background: -webkit-linear-gradient(90deg,
            rgba(204, 67, 75, 1) 0%,
            rgba(246, 193, 68, 1) 50%,
            rgba(83, 163, 82, 1) 100%);
    background: linear-gradient(90deg,
            rgba(204, 67, 75, 1) 0%,
            rgba(246, 193, 68, 1) 50%,
            rgba(83, 163, 82, 1) 100%);
}

/* Journey Map */
.journey-holder {
    position: relative;
}

.parent-img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.parent-img img,
.child-img img {
    vertical-align: middle;
    border-style: none;
}

.child-img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    display: inline;
    z-index: 2;
}

.hide {
    display: none;
}

/* Range Slider */
.range {
    position: relative;
    width: 100%;
    height: 5px;
}

.range input {
    width: 100%;
    position: absolute;
    top: 2px;
    height: 0;
    -webkit-appearance: none;
}

.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #37adbf;
    cursor: pointer;
    border: 0 !important;
}

.range input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #37adbf;
    cursor: pointer;
    border: 0 !important;
}

.range input::-ms-thumb {
    width: 18px;
    height: 18px;
    margin: -8px 0 0;
    border-radius: 50%;
    background: #37adbf;
    cursor: pointer;
    border: 0 !important;
}

.range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range input::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range input:focus {
    background: none;
    outline: none;
}

.range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-labels {
    margin: 18px -41px 0;
    padding: 0;
    list-style: none;
}

.range-labels li {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    color: #b2b2b2;
    font-size: 14px;
    cursor: pointer;
}

.range-labels li::before {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background: #b2b2b2;
    border-radius: 50%;
}

.range-labels .active {
    color: #37adbf;
}

.range-labels .selected::before {
    background: #37adbf;
}

.range-labels .active.selected::before {
    display: none;
}

/* Creatives Holder */
.preview-holder {
    border: solid 1px grey;
    border-radius: 15px;
    padding: 30px;
}

/* Gender Slider */
#gender-slider.ui-slider {
    background: #ddd !important;
    border: 0px !important;
    padding: 12px 0px !important;
    margin: 0px 10px;
}

.gender-slider-holder .ui-slider-handle {
    width: 17px !important;
    height: 30px !important;
    border: none !important;
    border-radius: 0% !important;
    margin-top: 1px !important;
    background-color: #cc434b !important;
}

.gender-slider-holder .ui-state-active {
    background-color: #cc434b !important;
    border: 0px !important;
}

.gender-slider-holder {
    width: 100%;
}

.gender-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.male,
.all-male {
    color: #1fa185;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.female,
.all-female {
    color: #f29c26;
    margin-bottom: 10px;
}

/* Audience Slider */
.audience-slider.ui-slider {
    background-image: url("../bf-audience-slider-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px !important;
    padding: 4px !important;
    border-radius: 0px !important;
    width: 80%;
    left: 10%;
}

.audience-slider .ui-slider-handle {
    width: 17px !important;
    height: 30px !important;
    border: none !important;
    border-radius: 0% !important;
    margin-top: -5px !important;
    background-color: #535353 !important;
}

.audience-slider.ui-state-active {
    background-color: #535353 !important;
    border: 0px !important;
}

.audience-slider .audience-slider-holder,
.audience-titles {
    width: 100%;
}

.audience-titles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0px 20px;
    text-align: center;
    color: #666;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.slider-title {
    color: #666;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
}


/* Custom Weather Widget */
.element {
    height: 50px;
    width: 50px;
    margin: 10px;
}

.elements {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.white {
    fill: #ffffff;
}

.gray {
    fill: #e0e0e0;
}

.yellow {
    fill: #f6c144;
}


/* Form Validation */
.form-validation {
    width: 100%;
    padding: 10px;
    background-color: #cc434b;
    border-radius: 5px;
    color: white;
}

.form-validation ul {
    margin: 0px;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.schedule-event:not(:first-child) {
    margin: 10px 0px;
}

.schedule-event {
    padding: 5px 15px;
    border-radius: 5px;
    border: #FAF9F6 solid 1px;
    background-color: #DAF7A6;
    color: #292929;
}


/* Image Validation */
.invalid-image {
    border: solid 3px #cc434b;
}

.valid-image {
    border: solid 3px #53a352;
}

/* Loading Spinner */
#loadingSpinner {
    display: none;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    overflow: visible;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

#loadingSpinner .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}

#loadingSpinner .spinner i {
    display: block;
    font-size: 60px;
    margin-bottom: 10px;
}
