.month-slider-wrapper {
    padding: 0 30px;
    border: 1px solid #eee;
}
.month-slider-wrapper .shortcuts {
    font-size: 0.8em;
    float: right;
    list-style: none;
    margin: -12px -25px 0 0;
    padding: 0;
}
.month-slider-wrapper .shortcuts li {
    float: left;
    padding: 10px;
    border: 1px solid #5bbce4;
    border-right: none;
    margin: 0;
}
.month-slider-wrapper .shortcuts li:nth-child(1) {
    border-radius: 5px 0 0 5px;
}
.month-slider-wrapper .shortcuts li:nth-child(4) {
    border-right: 1px solid #5bbce4;
    border-radius: 0 5px 5px 0;
}
.month-slider-wrapper .shortcuts li:hover {
    cursor: pointer;
    background-color: #b3e0f2;
}
.month-slider-wrapper .shortcuts li.active {
    background-color: skyblue;
}
.month-slider-wrapper .noUi-connect {
    background-color: skyblue;
    border: 2px solid #5bbce4;
    box-shadow: none;
}
.month-slider-wrapper .noUi-tooltip {
    white-space: nowrap;
}
.month-slider-wrapper .noUi-pips {
    top: 40%;
}
.month-slider-wrapper .noUi-pips .noUi-marker {
    display: none;
}
.month-slider-wrapper .noUi-pips .noUi-value {
    font-size: 0.8em;
}
.month-slider-wrapper .noUi-handle {
    font-size: 0.8em;
    background-color: skyblue;
    box-shadow: none;
    border: 2px solid #5bbce4;
    border-radius: 15px;
    width: 30px;
    height: 30px;
}
.month-slider-wrapper .noUi-handle:before,
.month-slider-wrapper .noUi-handle:after {
    display: none;
}
.month-slider-wrapper .noUi-handle[data-handle="1"] .noUi-tooltip {
    bottom: -225%;
}
.month-slider-wrapper .slider {
    margin: 70px 20px 70px 20px;
}
.month-slider-wrapper + .sample-submit-data {
    display: none;
}

.table-responsive tbody form {
    display: inline-block;
}

.table-responsive .table tbody span.badge-pill {
    border-radius: 15px;
    width: 102px;
    height: 29px;
    line-height: 17px;
}

.table-responsive .table tbody span.bg-active {
    background-color: #7cb343 !important;
}

.table-responsive .table tbody span.bg-canceled {
    background-color: #e01d1d !important;
}

.table-responsive .table tbody span.bg-closed {
    background-color: #fe9a11 !important;
}

.table-responsive .table tbody span.bg-returned {
    background-color: #00a3ff !important;
}

.bg-purple-dark {
    background-color: #3125b6 !important;
}

.bg-orange {
    background-color: #fe9a11 !important;
}

.bg-green {
    background-color: #74ca96 !important;
}

.bg-green-dark {
    background-color: #7cb343 !important;
}

.events-icons-pink {
    background-color: #fff8fa;
    width: 48px;
    height: 48px;
    box-shadow: 0px 0px 9px 2px #f5a0bd;
    border-radius: 15px;
}

.events-icons {
    background-color: #fff8fa;
    width: 50px;
    height: 48px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    font-size: 7px;
}

.events-icons img {
    max-width: 15px;
    max-height: 15px;
}

.card .card-header {
    padding: 1.5rem;
    border-radius: 15px 15px 0px 0px;
}

.card .card-content {
    border-radius: 0px 0px 15px 15px;
}

.form-group legend {
    font-weight: bold;
}

.donut-chart-green {
    stroke: #7cb343;
}

.donut-chart-blue {
    stroke: #00a3ff;
}

.donut-chart-orange {
    stroke: #fe9a11;
}

.donut-chart-red {
    stroke: #e01d1d;
}

.dropdown-menu > form {
    display: block !important;
}

.dropdown-menu > form > button.dropdown-item {
    width: 100% !important;
}

.dropdown-menu i.fa {
    margin-right: 8px;
}

.events-list-table .table-responsive,
.receivers-list-table .table-responsive {
    min-height: 400px;
}

.wizard > .steps > ul {
    display: flex;
}
.wizard > .steps > ul > li {
    flex: 1;
}
.wizard > .steps > ul > li a {
    margin-top: 0;
}
.wizard > .steps > ul > li a:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 20px;
    left: 0;
    right: 0;
    background-color: #34b2cc;
    margin: auto;
    border-radius: 99px;
    z-index: 10;
}
.wizard > .steps > ul > li.current a {
    color: #4eacfe !important;
    font-weight: 500;
}
.wizard > .steps > ul > li.current:after {
    background-color: #f7f7f8 !important;
}
.wizard > .steps > ul > li:before,
.wizard > .steps > ul > li:after {
    background-color: #34b2cc;
    height: 3px;
    top: 23px;
}
@media (max-width: 767px) {
    .wizard > .steps > ul > li a {
        font-size: 12px;
    }
}
@media (max-width: 500px) {
    .wizard > .steps > ul > li a {
        padding-top: 42px;
        font-size: 8px;
    }
    .wizard h3 {
        font-size: 1.3rem;
        margin: 0.5em 0 1.25em;
    }
    .wizard fieldset {
        padding: 0 !important;
    }
    .wizard fieldset > img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .wizard > .actions {
        padding: 0;
    }
    .wizard > .actions ul {
        display: flex;
        justify-content: space-between;
    }
}

#icon-tabs {
    width: 100%;
}

.btn-primary {
    border-radius: 99px;
    padding: 0 2.5rem;
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    border: none;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
}

.btn-primary.custom-primary {
    color: #fff;
    border-radius: 99px;
    padding: 0 1.2rem;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
}
.btn-primary.custom-primary:hover {
    color: #fff;
    background-color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
.btn-primary.custom-primary:focus {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    background: #fff;
}
.btn-primary.custom-primary:focus-within {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
.btn-primary.custom-primary:focus-visible {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
.btn-primary.custom-primary:active {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    background: #fff;
}
.btn-primary.custom-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    background: #fff;
}
.btn-primary.custom-primary:disabled {
    color: #fff;
    opacity: 0.5;
    cursor: default;
}
.btn-primary.custom-primary:hover:disabled {
    color: #fff;
    opacity: 0.5;
    font-weight: bold;
    background: #fff4;
    cursor: default;
}
.btn-primary.custom-primary:active:disabled {
    color: #fff;
    opacity: 0.5;
    font-weight: bold;
    background: #fff4;
    cursor: default;
}

.btn-secondary {
    border-radius: 99px;
    padding: 0 2rem;
    background: transparent;
    border: 2px solid #34b2cc;
    color: #34b2cc !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
}

.toggle.btn {
    max-width: 200px;
}

.btn {
    text-transform: none !important;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    border-color: #3d8799 !important;
}

.image-uploader {
    border: none;
}
.image-uploader .uploaded-image {
    transition: all 0.2s;
}
.image-uploader .uploaded-image img {
    border-radius: 4px;
}
.image-uploader.has-files .uploaded {
    border: 2px dashed #e0e0e0;
    border-radius: 4px;
}
.image-uploader .upload-text {
    border: 2px dashed #e0e0e0;
    border-radius: 4px;
}
.image-uploader input[type="file"].error ~ label.error {
    position: absolute;
    bottom: 4px;
    left: 10px;
    opacity: 0;
}
.image-uploader input[type="file"].error ~ .upload-text {
    border-color: #ff3333;
}
@media (min-width: 500px) {
    .image-uploader .uploaded-image:hover {
        transform: scale(2);
        z-index: 1;
    }
    .image-uploader .uploaded-image:hover .delete-image {
        transform: scale(0.5) translate(40%, -40%);
    }
}

.image-input {
    border: 2px dashed #e0e0e0;
    display: block;
    width: 100%;
    min-height: 130px;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
}
.image-input:hover {
    border: 2px dashed #0087f7;
}
.image-input input[type="file"] {
    display: none;
}
.image-input .label {
    text-align: center;
}
.image-input .previews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.image-input .previews img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s;
    background-color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
.image-input .previews img:hover {
    transform: scale(3);
    z-index: 5;
}
.image-input .previews.multiple img:hover {
    transform: initial;
    z-index: initial;
}

.app-sidebar[data-background-color="custom-gradient"],
.app-sidebar[data-background-color="custom-gradient"]
    .sidebar-background:after {
    background-image: linear-gradient(135deg, #4eacfe 25%, #ffffff 100%);
    background-repeat: repeat-x;
}

.card.bg-primary-gradient {
    background: linear-gradient(135deg, #4eacfe 15%, #ffffff 150%);
}

.donut .area1 path,
.donut .area1 line,
.bar-chart .area1 path,
.bar-chart .area1 line {
    stroke: #2f8be6;
}
.donut .area2 path,
.donut .area2 line,
.bar-chart .area2 path,
.bar-chart .area2 line {
    stroke: #40c057;
}
.donut .area3 path,
.donut .area3 line,
.bar-chart .area3 path,
.bar-chart .area3 line {
    stroke: #f77e17;
}
.donut .area4 path,
.donut .area4 line,
.bar-chart .area4 path,
.bar-chart .area4 line {
    stroke: #975aff;
}

label.error {
    color: #ff3333;
}

span.error {
    color: #ff3333;
}

input.error,
textarea.error,
select.error {
    border-color: #ff3333;
}

.navbar .navbar-nav li > a.nav-link.current_active {
    color: #34b2cc !important;
    font-weight: 900;
}

.navbar-light .navbar-nav .nav-link {
    color: #34b2cc !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #34b2cc;
    font-weight: 900;
}

.navbar-light .navbar-nav .nav-link.disabled.custom-anchor {
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
}
.navbar-light .navbar-nav .nav-link:hover.custom-anchor {
    color: #34b2cc;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link.disabled:hover.custom-anchor {
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
}
.navbar-light .navbar-nav .nav-link.disabled:focus.custom-anchor {
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    font-weight: normal;
}
.navbar-light .navbar-nav .nav-link:focus.custom-anchor {
    color: #34b2cc;
}
.navbar-light .navbar-nav .active > .nav-link.custom-anchor {
    color: #34b2cc;
    font-weight: bold;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #34b2cc;
}

.text-blue-color {
    color: #34b2cc;
}

.text-gray-color {
    color: #4c677b;
}

.font-weight-100 {
    font-weight: 100;
}

.text-orange-color {
    color: #ee8f69;
}

.text-dark-color {
    color: #363636;
}

.fix-position {
    left: 0px;
}

.background-gray {
    background-color: #4c677b;
}

.form-control.input_form_wrapper_dark {
    background-color: #fff;
}

.form-control.input_form_wrapper_white {
    background-color: #fff;
}

.border-radius-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn.border-radius-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#gift-root {
    background-color: #fff;
    box-sizing: border-box;
}

.section-spacing {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

#scrollToTopBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f3ac4d;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    width: 48px;
    margin: 20px;
    float: right;
}
#scrollToTopBtn:hover {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
#scrollToTopBtn:focus {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
#scrollToTopBtn:focus-within {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
#scrollToTopBtn:focus-visible {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
#scrollToTopBtn:active {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}

.navbar.noshadow {
    box-shadow: none;
}

a.btn-primary.main-btn {
    border-radius: 99px;
    padding: 0 2rem;
    font-size: 0.875rem;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    text-transform: none;
}

a.btn-primary.main-primary {
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    color: #fff;
}
a.btn-primary.main-primary:hover {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
a.btn-primary.main-primary:focus {
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
a.btn-primary.main-primary:focus-within {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
a.btn-primary.main-primary:focus-visible {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
a.btn-primary.main-primary:active {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
a.btn-primary.main-primary:disabled {
    opacity: 0.5;
}
a.btn-primary.main-primary:disabled:hover {
    opacity: 0.5;
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
}
a.btn-primary.main-primary:not(:disabled):not(.disabled):active {
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}

a.btn-primary.main-secondary {
    color: #e66792;
    background: transparent;
    border: 2px solid #f3ac4d;
    border-radius: 99px;
    border-image-slice: 1;
    border-width: 2px;
}
a.btn-primary.main-secondary:hover {
    background: #fff;
    color: #e66792;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    border: 2px solid #f3ac4d;
}
a.btn-primary.main-secondary:focus {
    background: #fff;
    color: #e66792;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    border: 2px solid #f3ac4d;
}
a.btn-primary.main-secondary:focus-within {
    background: #fff;
    color: #e66792;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    border: 2px solid #f3ac4d;
}
a.btn-primary.main-secondary:focus-visible {
    color: #e66792;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    border: 2px solid #f3ac4d;
}
a.btn-primary.main-secondary:active {
    background: #fff;
    color: #e66792;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    border: 2px solid #f3ac4d;
}
a.btn-primary.main-secondary:disabled {
    opacity: 0.5;
}
a.btn-primary.main-secondary:disabled:hover {
    opacity: 0.5;
    background: #fff;
    border: 2px solid #f3ac4d;
}
a.btn-primary.main-secondary:not(:disabled):not(.disabled):active {
    background: #fff;
    color: #e66792;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    border: 2px solid #f3ac4d;
}

button.btn-primary.main-btn {
    border-radius: 99px;
    padding: 0 2rem;
    font-size: 0.875rem;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    text-transform: none;
}

button.btn-primary.main-primary {
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    color: #fff;
}
button.btn-primary.main-primary:hover {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
}
button.btn-primary.main-primary:focus {
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
button.btn-primary.main-primary:focus-within {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
button.btn-primary.main-primary:focus-visible {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
button.btn-primary.main-primary:active {
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
button.btn-primary.main-primary:disabled {
    opacity: 0.5;
    cursor: default;
}
button.btn-primary.main-primary:disabled:hover {
    cursor: default;
    opacity: 0.5;
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
}
button.btn-primary.main-primary:not(:disabled):not(.disabled):active {
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}

button.btn-primary.main-secondary {
    color: #e66792;
    background: #fff;
    border: 2px solid #f3ac4d;
    border-radius: 99px;
    border-image-slice: 1;
    border-width: 2px;
}
button.btn-primary.main-secondary:hover {
    background: #fff;
    color: #e66792;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    border: 2px solid #f3ac4d;
}
button.btn-primary.main-secondary:focus {
    background: #fff;
    color: #e66792;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    border: 2px solid #f3ac4d;
}
button.btn-primary.main-secondary:focus-within {
    background: #fff;
    color: #e66792;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    border: 2px solid #f3ac4d;
}
button.btn-primary.main-secondary:focus-visible {
    color: #e66792;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    border: 2px solid #f3ac4d;
}
button.btn-primary.main-secondary:active {
    background: #fff;
    color: #e66792;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    border: 2px solid #f3ac4d;
}
button.btn-primary.main-secondary:disabled {
    opacity: 0.5;
    cursor: default;
}
button.btn-primary.main-secondary:disabled:hover {
    opacity: 0.5;
    background: #fff;
    border: 2px solid #f3ac4d;
    cursor: default;
}
button.btn-primary.main-secondary:not(:disabled):not(.disabled):active {
    background: #fff;
    color: #e66792;
    font-weight: bold;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    border: 2px solid #f3ac4d;
}

.custom-letter-spacing {
    letter-spacing: 1px;
}

.lighter {
    font-weight: lighter;
}

.bolder {
    font-weight: 900;
}

.is-focused .form-control.placeholder-color {
    background-image: linear-gradient(0deg, #e56594 2px, rgba(0, 150, 136, 0) 0),
        linear-gradient(0deg, #fff 1px, transparent 0);
    color: #3c3c3c !important;
}
.is-focused .form-control.placeholder-color::-moz-placeholder {
    color: #888888;
    opacity: 1;
    font-weight: 100;
    /* Firefox */
}
.is-focused .form-control.placeholder-color:-ms-input-placeholder {
    color: #888888;
    opacity: 1;
    font-weight: 100;
    /* Firefox */
}
.is-focused .form-control.placeholder-color::placeholder {
    color: #888888;
    opacity: 1;
    font-weight: 100;
    /* Firefox */
}
.is-focused .form-control.placeholder-color::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888888;
    font-weight: 100;
}
.is-focused .form-control.placeholder-color:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888888;
    font-weight: 100;
}
.is-focused .form-control.placeholder-color::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888888;
    font-weight: 100;
}
.is-focused .form-control.placeholder-color :-moz-placeholder {
    /* Firefox 18- */
    color: #888888;
    font-weight: 100;
}

.form-control.placeholder-color {
    background-image: linear-gradient(0deg, #e56594 2px, rgba(0, 150, 136, 0) 0),
        linear-gradient(0deg, #fff 1px, transparent 0);
    color: #3c3c3c !important;
}
.form-control.placeholder-color::-moz-placeholder {
    color: #888888;
    opacity: 1;
    /* Firefox */
}
.form-control.placeholder-color:-ms-input-placeholder {
    color: #888888;
    opacity: 1;
    /* Firefox */
}
.form-control.placeholder-color::placeholder {
    color: #888888;
    opacity: 1;
    /* Firefox */
}
.form-control.placeholder-color:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888888;
}
.form-control.placeholder-color::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888888;
}
.form-control.placeholder-color :-moz-placeholder {
    /* Firefox 18- */
    color: #888888;
    font-weight: 100;
}

.is-focused .form-control.placeholder-color-white {
    background-image: linear-gradient(0deg, #e56594 2px, rgba(0, 150, 136, 0) 0),
        linear-gradient(0deg, #fff 1px, transparent 0);
    font-weight: 100;
    font-style: italic;
    color: #000 !important;
}
.is-focused .form-control.placeholder-color-white.radius {
    border-radius: 40px;
}
.is-focused .form-control.placeholder-color-white::-moz-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-weight: 100;
    font-style: italic;
    /* Firefox */
}
.is-focused .form-control.placeholder-color-white:-ms-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-weight: 100;
    font-style: italic;
    /* Firefox */
}
.is-focused .form-control.placeholder-color-white::placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-weight: 100;
    font-style: italic;
    /* Firefox */
}
.is-focused .form-control.placeholder-color-white:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a0a0a0;
    font-weight: 100;
    font-style: italic;
}
.is-focused .form-control.placeholder-color-white::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a0a0a0;
    font-weight: 100;
    font-style: italic;
}
.is-focused .form-control.placeholder-color-white::-webkit-datetime-edit {
    color: #a0a0a0;
    font-weight: 100;
    font-style: italic;
}
.is-focused .form-control.placeholder-color-white :-moz-placeholder {
    /* Firefox 18- */
    color: #a0a0a0;
    font-weight: 100;
    font-style: italic;
}
.is-focused
    .form-control.placeholder-color-white
    ::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.form-control.placeholder-color-white {
    background-image: linear-gradient(0deg, #e56594 2px, rgba(0, 150, 136, 0) 0),
        linear-gradient(0deg, #fff 1px, transparent 0);
    padding-left: 20px;
    padding-right: 10px;
    color: #000;
    font-weight: 100;
    font-style: italic;
}
.form-control.placeholder-color-white.radius {
    border-radius: 40px;
}
.form-control.placeholder-color-white::-moz-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-weight: 100;
    font-style: italic;
    /* Firefox */
}
.form-control.placeholder-color-white:-ms-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-weight: 100;
    font-style: italic;
    /* Firefox */
}
.form-control.placeholder-color-white::placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-weight: 100;
    font-style: italic;
    /* Firefox */
}
.form-control.placeholder-color-white:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a0a0a0;
    font-weight: 100;
    font-style: italic;
}
.form-control.placeholder-color-white::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a0a0a0;
    font-weight: 100;
    font-style: italic;
}
.form-control.placeholder-color-white::-webkit-datetime-edit {
    color: #a0a0a0;
    font-weight: 100;
    font-style: italic;
}
.form-control.placeholder-color-white :-moz-placeholder {
    /* Firefox 18- */
    color: #a0a0a0;
    font-weight: 100;
    font-style: italic;
}
.form-control.placeholder-color-white ::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

hr.line-bottom-color {
    border: 1px solid #e56594;
    margin-left: 0px;
    margin-top: 0px;
    width: 50%;
}

.socialmediaicons2.fab {
    font-size: 1.3rem;
    padding: 8px;
    border-radius: 50%;
    text-decoration: none;
    margin: 3px 2px;
    text-align: center;
}

/* Add a hover effect if you want */
.fab:hover {
    color: #ddd;
    opacity: 0.7;
}

/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
    background: #3d3d3d;
    color: #b4b4b4;
}

/* Twitter */
.fa-twitter {
    background: #3d3d3d;
    color: #b4b4b4;
}

/* Youtube */
.fa-twitter {
    background: #3d3d3d;
    color: #b4b4b4;
}

.fa-instagram {
    background: #3d3d3d;
    color: #b4b4b4;
}

.fa-youtube {
    background: #3d3d3d;
    color: #b4b4b4;
}

.fa-search {
    color: #4c677b;
    font-size: 1.2rem;
}

.pb-15 {
    padding-bottom: 15px;
}

.wd-125 {
    width: 125px;
}

.wd-130 {
    width: 130px;
}

.wd-80 {
    width: 80px;
}

.mt-27 {
    margin-top: 27px;
}

.ml-double {
    margin-left: 2rem;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #0003;
}
.carousel-indicators li.active {
    background-color: #707070;
}

form-control.placeholder-color-white.radius40 {
    border-radius: 40px;
}

.carousel-inner.position {
    padding-top: 100px;
    padding-bottom: 180px;
}

.slick-carousel#slick-position {
    padding-top: 100px;
    padding-bottom: 180px;
}

@media only screen and (max-width: 767px) {
    .navbar-brand #logotype-home {
        width: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar .navbar-toggler.mobile-resize-toggle {
        margin-top: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .navbar .navbar-collapse .mobile-y-position {
        margin-bottom: 1rem;
        margin-top: 1rem !important;
    }
}
@media only screen and (max-width: 767px) {
    .navbar .navbar-collapse #create_event_btn .mobile-margin-left {
        margin-left: 0rem !important;
    }
}
@media only screen and (max-width: 767px) {
    .navbar .navbar-collapse #login_btn .mobile-margin-left.wd-80 {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    #lead-section .mobile-banner-position {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    #event-section.background-event-position {
        padding-bottom: 90px;
        background-position: initial;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1223px) {
    #event-section.background-event-position {
        padding-top: 10px;
        padding-bottom: 60px;
        background-position: initial;
    }
}
@media only screen and (min-width: 1224px) {
    #event-section.background-event-position {
        padding-top: 20px;
        padding-bottom: 60px;
        background-position: center;
    }
}

@media only screen and (max-width: 767px) {
    #event-section .event-header {
        font-size: 2rem;
        padding-top: 2.8rem !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1223px) {
    #event-section .event-header {
        font-size: 2.5rem;
    }
}
@media only screen and (min-width: 1224px) {
    #event-section .event-header {
        font-weight: bold;
        font-size: 2.375rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1223px) {
    .carousel-width-position {
        width: 80%;
    }
}
@media only screen and (min-width: 1224px) {
    .carousel-width-position {
        width: 80%;
    }
}
@media only screen and (min-width: 1824px) {
    .carousel-width-position {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .carousel-width-position > h1.carousel-text-size {
        font-size: 1.6rem;
        padding-top: 3rem !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1223px) {
    .carousel-width-position > h1.carousel-text-size {
        font-size: 2.5rem;
    }
}
@media only screen and (min-width: 1224px) {
    .carousel-width-position > h1.carousel-text-size {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .slick-dots li {
        height: 170px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1223px) {
    .slick-dots li {
        height: 120px;
    }
}
@media only screen and (min-width: 1224px) {
    .slick-dots li {
        height: 120px;
    }
}
.slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
}

@media only screen and (max-width: 767px) {
    .carousel-width-position .mobile-border-size {
        border: none !important;
        padding-right: 50px;
        padding-left: 50px;
    }
}

#lead-section {
    width: 100%;
    position: relative;
}

#lead-section h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

#lead-section h1 strong {
    font-weight: 700;
}

#lead-section h2 {
    font-weight: normal;
    font-size: 1.375rem;
    margin: 0;
}

#event-search label {
    font-size: 1.125rem;
    font-weight: 300;
    color: #34b2cc;
    /* padding-left: 15px; */
}

#event-search input#autocomplete-name,
#event-search input#autocomplete-date {
    width: 100%;
    border: 1px solid #263238;
    border-radius: 10px;
    color: #263238;
    background: transparent;
    padding: 1rem 0.625rem 1rem;
}

#event-search input#autocomplete-name::-moz-placeholder,
#event-search input#autocomplete-date::-moz-placeholder {
    color: #263238;
}

#event-search input#autocomplete-name:-ms-input-placeholder,
#event-search input#autocomplete-date:-ms-input-placeholder {
    color: #263238;
}

#event-search input#autocomplete-name::placeholder,
#event-search input#autocomplete-date::placeholder {
    color: #263238;
}

/* Autocomplete Result List Styles */
ul.ui-menu {
    color: #9d9d9d;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    list-style-type: none;
    padding-left: 1rem;
}

ul.ui-menu li {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #e5e5e5;
    display: flex !important;
}

#event-search-result .section-title h1 {
    font-weight: 300;
    color: #34b2cc;
}

.event-card {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.event-card .event-cover img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px 25px 0px 0px;
    max-height: 120px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-card .event-cover .cover-filter {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px 25px 0px 0px;
    height: 120px;
    width: 100%;
    opacity: 0.8;
}

.event-card .event-photo img {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-card .event-name h1 {
    font-weight: 700;
    font-size: 1.375rem;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.event-card .event-title-underline {
    width: 50%;
    height: 2px;
    border-bottom: 1px solid #9d9d9d;
    position: absolute;
    left: 25%;
}

.event-card .event-details span {
    font-size: 0.9rem;
}

.event-card .event-page button {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 65px;
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.events button.event-more {
    background: transparent;
    font-size: 1.188rem;
    font-weight: 700;
    border: 1px solid #34b2cc;
    text-transform: inherit;
    border-radius: 65px;
}

.events button.event-more:hover,
.events button.event-more:focus,
.events button.event-more:active {
    background: transparent;
    color: #34b2cc;
}

.hidden {
    visibility: hidden !important;
}

#section-detail .event-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.bg-header-filter img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}

#section-photos img,
#section-cause .cause-img img {
    border-radius: 25px;
    overflow: hidden;
}

.event-img {
    border-radius: 50%;
    overflow: hidden;
    width: 275px;
    height: 275px;
}

.event-info-icon {
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
}

.event-text-title {
    font-size: 1.375rem;
    font-weight: 700;
}

.event-text-content {
    color: #747474;
    font-weight: 400;
    font-size: 1.25rem;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 2rem;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #34b2cc;
}

.custom-shape-divider-top {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-event {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

#section-confirm .section-content h1 {
    color: #34b2cc;
    font-size: 52px;
    font-weight: 300;
}

#section-confirm .section-content p {
    font-size: 22px;
    color: #4c677b;
    font-weight: 300;
}

#section-confirm .boleto-download {
    background: linear-gradient(90.13deg, #ff6597 8.6%, #ffae41 89.84%);
    color: #fff;
    min-height: 42px;
    border-radius: 21px;
}

#section-share {
    background: linear-gradient(90deg, #ff6695 17.6%, #ffae41 89.9%);
}

#section-share p {
    font-size: 22px;
    font-weight: 300;
}

#section-share strong {
    font-weight: 700;
}

#section-share a:hover {
    text-decoration: none;
}

#section-share .btn {
    min-width: 150px;
    min-height: 43px;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    text-transform: none;
}

#section-share .btn:hover {
    color: #fff;
}

#section-share .fa-twitter {
    background: transparent;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #lead-img {
        max-width: 60vw;
    }

    #lead-section {
        z-index: 1;
        height: auto;
    }

    #lead-section h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    #lead-section h2 {
        font-size: 1.1rem;
    }

    #section-share .gifts-img-column {
        transform: translateY(25px);
    }

    .events-container-padding {
        padding-top: 10rem;
    }
}
@media screen and (min-width: 768px) {
    .event-card {
        max-width: 279px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    #lead-section {
        z-index: 1;
        height: auto;
    }

    #section-share .gifts-img-column {
        transform: translateY(25px);
    }

    .events-container-padding {
        padding-top: 10rem;
    }
}
@media screen and (min-width: 960px) {
    #section-detail .event-img {
        transform: translate(0px, -100px);
    }

    #lead-section {
        z-index: 1;
        height: 480px;
    }

    .custom-min-height {
        min-height: auto;
    }

    #section-share .gifts-img-column {
        transform: translateY(125px);
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .middle-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .custom-shape-divider-top {
        top: -100px;
    }

    .custom-shape-divider-top-event {
        top: -100px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    #lead-section {
        z-index: 1;
        height: 380px;
    }
}

@media (min-width: 1441px) {
    .custom-shape-divider-top {
        top: -162px;
    }

    .custom-shape-divider-top-event {
        top: -20px;
    }

    .events-container-padding {
        padding-top: 5rem;
    }
}

.wizard.wizard-form-alt > .steps > ul {
    justify-content: space-between;
    margin-bottom: 36px;
    overflow: hidden;
}
.wizard.wizard-form-alt > .steps > ul > li {
    flex: none;
    z-index: 1;
}
.wizard.wizard-form-alt > .steps > ul > li:before {
    display: none;
}
.wizard.wizard-form-alt > .steps > ul > li:after {
    left: 100px;
    width: 300px;
    background: #34b2cc !important;
    top: 0;
    bottom: 60px;
    margin: auto;
    z-index: -1;
}

.wizard.wizard-form-alt > .steps > ul > li.disabled:after,
.wizard.wizard-form-alt > .steps > ul > li.current:after,
.wizard.wizard-form-alt > .steps > ul > li.current ~ li:after {
    background: #f7f7f8 !important;
}

.wizard.wizard-form-alt > .steps > ul > li a {
    display: block;
    box-sizing: border-box;
    padding: 18px 12px;
    font-size: 18px;
    width: 160px;
    min-height: 135px;
    color: #34b2cc !important;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
}
.wizard.wizard-form-alt > .steps > ul > li a em {
    background: #34b2cc;
    color: #fff;
    display: block;
    position: relative;
    left: 40px;
    margin-bottom: 10px;
    width: 50px;
    font-style: normal;
    font-size: 32px;
    font-weight: 500;
    border-radius: 40px;
}
.wizard.wizard-form-alt > .steps > ul > li a:before {
    display: none;
}
.wizard.wizard-form-alt > .steps > ul > li.disabled a {
    font-weight: bold;
    color: #949494 !important;
}

.wizard.wizard-form-alt > .steps > ul > li.disabled a em {
    color: #fff;
    background-color: #949494;
}

.wizard.wizard-form-alt > .content {
    padding: 46px 36px 36px;
    background: #f5f5f5;
    border-radius: 25px 25px 0 0;
}
.wizard.wizard-form-alt > .content > .body {
    padding: 0;
}
.wizard.wizard-form-alt > .content > .body h3 {
    color: #34b2cc;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 32px;
}
.wizard.wizard-form-alt > .content > .body .form-group label:first-child,
.contact-us-form .form-group label:first-child,
.new-ong-form .form-group label:first-child,
.new-ong-form .form-clone-group label:first-child,
.new-social-cause-form .form-group label:first-child,
.new-social-cause-form .form-clone-group label:first-child {
    color: #3d8799;
    font-size: 1rem;
}
.wizard.wizard-form-alt > .content > .body .form-group .form-control,
.contact-us-form .form-group .form-control,
.new-ong-form .form-group .form-control,
.new-ong-form .form-clone-group .form-control,
.new-social-cause-form .form-group .form-control,
.new-social-cause-form .form-clone-group .form-control {
    background-image: linear-gradient(0deg, transparent 2px, transparent 0),
        linear-gradient(0deg, transparent 1px, transparent 0);
    border: 1px solid #3d8799;
    border-radius: 5px;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.wizard.wizard-form-alt
    > .content
    > .body
    .form-group
    .form-control:invalid
    .contact-us-form
    .form-group
    .form-control:invalid {
    background-image: linear-gradient(0deg, transparent 2px, transparent 0),
        linear-gradient(0deg, transparent 1px, transparent 0);
    border: 1px solid #d50000;
    border-radius: 5px;
}
.wizard.wizard-form-alt > .content > .body .form-group textarea,
.contact-us-form .form-group textarea {
    min-height: 100px;
}
.wizard.wizard-form-alt > .actions {
    padding: 36px;
    background: #f5f5f5;
    border-radius: 0 0 25px 25px;
}
.wizard.wizard-form-alt > .actions > ul,
#wizard-form.create-event > .actions > ul,
.wizard.new-ong-form > .actions > ul,
.wizard.new-social-cause-form > .actions > ul {
    float: initial;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.wizard.wizard-form-alt > .actions > ul > li,
#wizard-form.create-event > .actions > ul > li {
    float: initial;
}
.wizard.wizard-form-alt > .actions > ul > li.disabled,
#wizard-form.create-event > .actions > ul > li.disabled {
    visibility: hidden;
}
.wizard.wizard-form-alt > .actions > ul > li a,
#wizard-form.create-event > .actions > ul > li a,
.next-button,
.previous-button {
    text-transform: none;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 21px;
}
.wizard.wizard-form-alt > .actions > ul > li a[href="#previous"],
#wizard-form.create-event > .actions > ul > li a[href="#previous"],
.previous-button {
    border-color: #949494;
    border-width: 1px;
    color: #949494 !important;
}
.wizard.wizard-form-alt > .actions > ul > li a[href="#next"],
#wizard-form.create-event > .actions > ul > li a[href="#next"],
.next-button {
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    color: #fff !important;
}
.wizard.wizard-form-alt > .actions > ul > li a[href="#finish"],
#wizard-form.create-event > .actions > ul > li a[href="#finish"],
.new-select-type-form .finish-button {
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    color: #fff !important;
}

.donation-value-field .fixed-values {
    margin-bottom: 20px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.donation-value-field .fixed-values button.value {
    flex: 0 0 25%;
    background-color: #4c677b;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    border: none;
    color: #fff;
    line-height: 68px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    transition: all 0.2s;
}
.donation-value-field .fixed-values button.value:hover {
    transform: scale(1.05);
    background-color: #ff6597;
}

.donation-value-field .fixed-values button.value:focus {
    transform: scale(1.05);
    background-color: #ff6597;
}

.donation-value-field .fixed-values button.value:active {
    transform: scale(1.05);
    background-color: #ff6597;
}

.donation-value-field .custom-value {
    margin-bottom: 20px;
}
.donation-value-field .custom-value > label {
    background-color: #4c677b;
    border-radius: 10px;
    line-height: 48px;
    padding: 10px 10px 10px 24px;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    display: block;
    display: flex;
}
.donation-value-field .custom-value > label input {
    border: none;
    border-radius: 10px;
    flex: 1;
    line-height: 48px;
    height: 48px;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    width: 100%;
}
.donation-value-field .custom-value > label .bmd-form-group {
    flex: 1;
    padding: 0;
    margin-left: 20px;
}
.donation-value-field .donation-result {
    background-image: url("/img/elements/img-present-1.png");
    background-repeat: no-repeat;
    background-position: right 32px bottom;
    border-radius: 10px;
    background-size: contain;
    line-height: 70px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    background-color: #34b2cc;
    padding: 10px 24px;
}
.donation-value-field .donation-result em {
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
}
.donation-value-field .donation-result input[name="donation-value"] {
    width: 0;
    height: 0;
    border: none;
    overflow: hidden;
}

.button-switch {
    background-color: #e5e5e5;
    border-radius: 10px;
    display: inline-block;
}
.button-switch button {
    border: none;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 42px;
    line-height: 48px;
    background: transparent;
    font-size: 22px;
    color: #4c677b;
    font-weight: 500;
}
.button-switch button.active {
    background: #4c677b;
    color: #fff;
}
.button-switch select {
    overflow: hidden !important;
    width: 0;
    height: 0;
    border: none;
}

#section-donate #wizard-form label.error {
    font-size: 14px;
    width: 100%;
    border-radius: 6px;
    font-weight: 400;
    color: #4c677b;
    margin: 0.5rem 0.2rem 0.2rem;
}

.cause-img {
    border-radius: 25px;
    max-width: 200px;
    max-height: 200px;
}

@media screen and (max-width: 770px) {
    #wizard-form .donation-value-field .fixed-values {
        overflow-y: scroll;
    }
    #section-donate.donation-value-field .custom-value > label {
        display: block;
        padding: 10px;
    }
    #section-donate
        .donation-value-field
        .custom-value
        > label
        .bmd-form-group {
        margin-left: auto;
        margin-right: auto;
    }
    #section-donate .donation-value-field .custom-value > label span {
        line-height: 38px;
    }
    #section-donate .donation-value-field .custom-value > label input {
        margin: 1rem 0;
    }
    #section-donate .donation-value-field .donation-result {
        background: #34b2cc;
        padding: 0.75rem 1.563rem;
        line-height: 55px;
    }
    #wizard-form .button-switch button {
        width: 100%;
    }
    #section-donate .donation-value-field .fixed-values {
        padding-bottom: 1rem;
    }
    #section-donate .donation-value-field .fixed-values button.value {
        line-height: 25px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #section-donate .wizard.wizard-form-alt > .steps > ul > li a {
        font-size: 1rem;
    }
    .wizard.wizard-form-alt > .steps > ul > li:after {
        left: 150px;
    }

    .justify-text-mobile {
        text-align: justify;
    }

    .center-text-mobile {
        text-align: center;
    }

    .footer-flex-column {
        flex-direction: column;
    }
}

.main-title-size {
    font-size: 2.375rem !important;
}

.main-title-higher {
    font-size: 2.625rem !important;
}

.event-title-size {
    font-size: 2rem;
}

.header-subtitle-size {
    font-size: 1.35rem !important;
}

.main-subtitle-higher {
    font-size: 1.375rem !important;
}

.sub-title-size {
    font-size: 1.75rem !important;
}

#about-section p.lead {
    font-size: 1.1rem;
}

@media (min-width: 576px) {
    .custom-container {
        max-width: 540px;
    }

    .donation-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
    }

    .donation-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 960px;
    }

    .donation-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1200px;
    }

    .donation-container {
        max-width: 880px;
    }
}

.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.tooltip-custom {
    position: relative;
    display: inline-block;
}

.tooltip-custom .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #263238;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    border-radius: 6px;
    padding: 10px 8px;
    box-shadow: 1px 1px 3px #0009;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 43%;
    margin-left: -60px;
    margin-bottom: 10px;
}

.tooltip-custom:hover .tooltiptext {
    visibility: visible;
}

.arrow {
    border: solid #263238;
    border-width: 0 3px 3px 0;
    display: inline-block;
    z-index: 0;
    padding: 3px;
    position: absolute;
    bottom: -3px;
    right: 46%;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.cause_section--title {
    font-size: 2.375rem;
}

.institute_section--title {
    font-size: 2.375rem;
}

.institute_section--subtitle {
    font-size: 1.125rem;
}

.linear-background-header {
    background: -webkit-linear-gradient(270deg, #ff6c90 5.38%, #ffab45 99.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blue-color {
    color: #c3c6c9;
}

.home--margin-top {
    margin-top: 6rem;
}

.border-carrousel-section {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
}

.header-fixed-background {
    background-color: #fff;
}

.fixing-header {
    position: fixed;
    z-index: 200;
    top: 0;
}

.fixing_header--shadow {
    box-shadow: 1px 2px 3px #0001;
}

.event_card--radius {
    border-radius: 1rem;
}

.event_card_text--size {
    font-size: 1.375rem;
}

.height-55 {
    height: 55px;
}

/* EVENTS DETAILS / CAUSE SECTION */

.event_details_header--colorgray {
    color: #4c677b;
}

.event_details_header--colorlightgray {
    color: #747474;
}

.event_details--headersize {
    font-size: 1.75rem;
}

.event_details--subtitlesize {
    font-size: 1.375rem;
}

.event_list--style {
    color: #4c677b;
    font-size: 1.375rem;
    font-weight: 300;
}

.error-message-field {
    background-color: #e68400;
    border-radius: 6px;
    color: #fff;
}

a.custom-anchor {
    color: #f3ac4d;
}

a.custom-anchor:hover {
    color: #f3ac4d;
}

.label-color {
    color: #4c677b;
}

.fix-pdb-position {
    padding-bottom: 11px;
}

select,
select.custom-file-control,
select.form-control {
    -moz-appearance: auto;
    -webkit-appearance: auto;
}

.color-event-title {
    color: #34b2cc;
    font-size: 2.375rem;
}

.form-control {
    border: 1px solid #3d8799;
}

label.custom-color {
    text-transform: initial;
    color: #3d8799;
    font-size: 1rem;
}

.form label,
.form-group label {
    text-transform: initial;
    color: #3d8799;
    font-size: 1rem;
}

.form-group.bmd-form-group .input-group {
    height: 40px;
}

.form-group.bmd-form-group .input-group input {
    border: 0;
}

.form-group.bmd-form-group .input-group .input-group-append button {
    background: #34b2cc;
}

.form-group.bmd-form-group
    .input-group
    .input-group-append
    button:active
    .fa-search {
    color: #34b2cc;
}

.form-group.bmd-form-group .input-group .input-group-append button .fa-search {
    color: #fff;
}

#wizard-form.create-event a:hover {
    text-decoration: none;
}

#wizard-form.create-event a[href="#previous"] {
    border: 2px solid #ccc;
}

#wizard-form.create-event .form-group label {
    font-size: 1rem;
}

#wizard-form.create-event .form-group .error {
    font-size: 0.875rem;
}

#wizard-form.create-event .form-control {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding: 0.375rem 0.75rem;

    height: 40px;

    background-size: 0;
    border-radius: 0.35rem;
    transition: unset;
}

#wizard-form.create-event textarea.form-control {
    height: auto;
}

#wizard-form.create-event .form-control:focus {
    background-size: 100% 100%, 100% 100%;
}

#wizard-form.create-event
    .form-group
    select[name="event[presence_confirmation_type]"]
    ~ .form-group.none {
    display: none;
}

.navbar a[href$="/login"] {
    color: #f3ac4d !important;
}

.checkbox label {
    margin-left: unset;
}

.checkbox label span {
    margin-left: 0.25rem;
}

.login-form .form-control {
    background: none;
}

.login-form .form-control:focus {
    border-color: #ea808b !important;
}

.login-form .btn {
    font-size: 1.15rem;
}

.login-form .forgot-password:hover {
    color: #f3ac4d;
}

.ui-autocomplete-input {
    height: 60px;
}

#wizard-form.create-event .steps ul li::before,
.new-ong-form .steps ul li::before,
.wizard.new-social-cause-form .steps ul li::before {
    display: none;
}

#wizard-form.create-event .steps ul li::after,
.new-ong-form .steps ul li::after,
.new-social-cause-form .steps ul li::after {
    left: 89px;
    width: 178px;
    z-index: -1;
}

#wizard-form.create-event .steps ul li a::before,
.new-ong-form .steps ul li a::before,
.new-social-cause-form .steps ul li a::before {
    display: none;
}

#wizard-form.create-event .steps ul li a em,
.new-ong-form .steps ul li a em,
.new-social-cause-form .steps ul li a em {
    background: #34b2cc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    position: relative;
    font-style: normal;
    font-weight: 500;
    border-radius: 50%;

    /* top: -4px;
    width: 24px;
    font-size: 16px; */

    top: -16px;
    width: 50px;
    font-size: 32px;
}

.wizard.create-event > .steps > ul,
.new-ong-form > .steps > ul,
.new-social-cause-form > .steps > ul {
    justify-content: space-between;
    margin-bottom: 36px;
    overflow: hidden;
}

.wizard.create-event > .steps > ul > li,
.new-ong-form > .steps > ul > li,
.new-social-cause-form > .steps > ul > li {
    z-index: 1;
}

.wizard > .steps > ul > li.current a,
.new-ong-form > .steps > ul > li.current a,
.new-social-cause-form > .steps > ul > li.current a {
    color: #34b2cc !important;
}

.wizard.create-event > .steps > ul > li a,
.new-ong-form > .steps > ul > li a,
.new-social-cause-form > .steps > ul > li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 18px 12px;
    font-size: 18px;
    color: #34b2cc !important;
    width: 160px;
    min-height: 135px;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
}

.wizard.create-event > .steps > ul > li.disabled a em,
.new-ong-form > .steps > ul > li.disabled a em,
.new-social-cause-form > .steps > ul > li.disabled a em {
    color: #fff !important;
    background-color: #949494 !important;
}

.wizard > .steps > ul > li.disabled a,
.new-ong-form > .steps > ul > li.disabled a,
.new-social-cause-form > .steps > ul > li.disabled a {
    font-weight: bold;
    color: #949494 !important;
}

.image-uploader .upload-text {
    cursor: pointer;
    transition: all 0.2s;
}

.image-uploader .upload-text:hover {
    border-color: #34b2cc;
    color: #34b2cc;
}

#ong-list-section {
    background: #fdf9f9;
}

.ong-list-form select {
    padding: 0 14px;

    width: 236px;
    height: 40px;

    background: none;
    background-image: none !important;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    color: #4c677b;
}

.ong-list-form input {
    padding: 0 14px;
    padding-right: 41px;

    width: 318px;
    height: 40px;

    background: url("../img/svg/search.svg") no-repeat 291px center;
    /* background-image: none !important; */
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    color: #4c677b;
}

.ong-list-form input::placeholder {
    color: #4c677b;
}

.ong-list-form input:focus {
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%), 0 0 5px rgb(23 255 233 / 50%);
}

.ong-card {
    padding: 30px 15px;

    height: 383px;

    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.ong-card img {
    width: 122px;
    height: 122px;
    border: 1px solid #ebebeb;
    border-radius: 25px;
    object-fit: cover;
}

.ong-card h1 {
    margin-top: 15px;
    font-size: 22px;
}

.ong-card p {
    margin-top: 8px;
    width: 100%;
    height: 54px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    word-break: keep-all;
    overflow: hidden;
}

.ong-card .btn {
    margin-top: auto;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 65px;
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 25%);
}

@media screen and (min-width: 768px) {
    .ong-card {
        max-width: 279px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

.btn.load-more {
    padding: 0 32px;
    height: 50px;
    border: 1px solid #34b2cc;
    border-radius: 25px;
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
}

.btn.load-more:hover,
.btn.load-more:focus {
    color: #34b2cc;
}

#signup-ong .btn {
    width: 267px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 65px;
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 25%);
}

.about-card {
    min-height: 383px;
    padding: 40px 15px 15px 15px;
    border-radius: 25px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-card#mission {
    background: #3bb2cd;
}

.about-card#vision {
    background: #e56694;
}

.about-card#values {
    background: #f3ac4d;
}

.about-card h1 {
    margin: 22px 0;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
}

.about-card p {
    font-size: 18px;
    line-height: 22px;
}

.about-card#values p {
    line-height: 26px;
}

@media screen and (min-width: 1200px) {
    .about-card + .about-card {
        margin-left: 27px;
    }
}

@media screen and (max-width: 1200px) {
    .about-card + .about-card {
        margin-top: 27px;
    }
}

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

.no-found {
    color: #4c677b;
}

.no-found p {
    width: 100%;
    max-width: 500px;
}

#partners-logos img {
    padding: 36px 8px;
    border: 1px solid #e0e0e0;
    opacity: 0.5;
    border-radius: 10px;
    transition: opacity 0.2s;
}

#partners-logos img:hover {
    opacity: 1;
}

#partners-logos img + img {
    margin-left: 26px;
}

#contact-us {
    padding: 56px 0;
    background: linear-gradient(90.05deg, #dce5f5 36.95%, #dce5f5 99.96%);
    color: #455a64;
}

#contact-us h1 {
    font-weight: 700;
}

#contact-us p {
    margin-top: 12px;
    width: 100%;
    max-width: 436px;
    font-size: 18px;
    line-height: 27px;
}

#contact-us .btn {
    width: 179px;
    height: 40px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 65px;
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 25%);
}

.white-background {
    background: #fafafa;
}

#wizard-form.create-event .actions {
    padding-top: 48px;
}

@media screen and (max-width: 1200px) {
    .about-card {
        min-height: max-content;
    }

    .error-message-wrapper,
    .success-message-wrapper {
        padding: 8px;
        height: max-content !important;
    }
}

.img-lead-contact {
    width: auto;
    max-width: 100%;
}

.modal-layout-loader {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100vh;

    background: rgba(0, 0, 0, 0.55);

    z-index: 1000;
    overflow: hidden;
    display: none;
}

.modal-layout-loader.active {
    display: flex;
}

.modal-layout-loader .loader {
    width: 32px;
    height: 32px;

    border: 3px solid #34b2cc;
    border-top-color: transparent;
    animation: 1s spin linear infinite;
}

.contact-us-form .btn {
    height: 40px;
}

@media screen and (max-width: 768px) {
    #autocomplete-name,
    #select-type,
    .ong-list-form .bmd-form-group {
        width: 100%;
    }

    #signup-ong .btn {
        font-size: 14px;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    #autocomplete-name,
    #select-type {
        width: 290px;
    }

    .contact-us-form {
        max-width: 470px;
    }
}

@media screen and (min-width: 1200px) {
    .contact-us-form {
        max-width: 570px;
    }
}

@media screen and (max-width: 375px) {
    .contact-form-wrapper h1 {
        font-size: 2rem !important;
    }
}

.form-group .text-gray {
    color: gray;
    font-size: 13px;
}

.contact-us-form .bmd-form-group,
.contact-us-form .bmd-label-static {
    left: unset;
}

.contact-us-form ::placeholder {
    color: rgb(160, 160, 160);
}

.contact-us-form label.error {
    margin-top: 4px;
    margin-left: 2px;
    font-size: 0.875rem;
}

.contact-us-form input.error,
.contact-us-form textarea.error {
    border-color: #e01d1d;
}

.error-message-wrapper,
.success-message-wrapper {
    width: 100%;
    height: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    transition: height 0.25s;
    visibility: hidden;
}

.success-message-wrapper {
    background: #34b2cc;
}

.error-message-wrapper {
    background: #ee5454;
}

.success-message-wrapper.active,
.error-message-wrapper.active {
    height: 44px;
    visibility: visible;
}

.input-search-faq {
    padding: 0 18px;
    padding-left: 38px;

    width: 100%;
    max-width: 570px;
    height: 44px;

    display: flex;
    align-items: center;

    background: url("../img/svg/search.svg") no-repeat 2% center;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    border: 0;
    border-radius: 10px;
}

.item-faq {
    padding: 0 18px;

    width: 100%;
    max-width: 760px;
    height: 72px;
    cursor: pointer;

    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.3s;
}

.item-faq header {
    height: 72px;
}

.item-faq header span {
    max-width: 80%;
    line-height: 20px;
    font-weight: 500;
}

.item-faq.active header {
    color: #34b2cc;
    font-weight: 700;
}

.item-faq.active header svg {
    transform: rotateZ(180deg);
}

.item-faq.active header path {
    fill: #34b2cc;
}

.item-faq svg {
    width: 24px;
    height: 24px;
    transition: transform 0.2s;
}

@media screen and (max-width: 480px) {
    .input-search-faq {
        background: url("../img/svg/search.svg") no-repeat 4% center;
    }
}

@media screen and (max-width: 768px) {
    .item-faq,
    .item-faq header {
        height: 128px;
    }
}

.img-lead-faq {
    width: 40%;
}

@media screen and (max-width: 767px) {
    .img-lead-faq {
        width: 100%;
    }
}

.text-gray {
    color: #4c677b;
}

.new-select-type-form {
    padding: 52px 28px 40px 28px;

    width: 100%;
    max-width: 794px;

    display: none;

    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.new-select-type-form.active {
    display: block;
    animation: fadeInFromNone 0.3s ease-out;
}

.new-select-type-form p,
.new-ong-form p {
    font-size: 18px;
    line-height: 24px;
}

.new-select-type-form .select-form-type {
    padding-left: 17px;

    max-width: 268px;
    height: 38px;

    border: 1px solid #34b2cc;
    border-radius: 5px;
    color: #34b2cc;
    font-weight: 700;
}

.new-select-type-form .select-form-type label {
    margin-bottom: unset;
    margin-top: 2px;
    margin-left: 5px;
}

.new-select-type-form .error-message {
    max-width: 268px;
    color: #ff3333;
    display: none;
    font-size: 0.875rem;
}

.new-select-type-form .error-message.active {
    display: block;
}

.new-ong-form,
.new-social-cause-form {
    padding: 30px 28px 40px 28px;

    width: 100%;
    max-width: 794px;

    display: none;

    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.new-ong-form.active,
.new-social-cause-form.active {
    display: block;
    animation: fadeInFromNone 0.3s ease-out;
}

.new-ong-form .steps ul li::after,
.new-social-cause-form .steps ul li::after {
    width: 260px;
}

.wizard.new-ong-form > .steps > ul > li,
.wizard.new-social-cause-form > .steps > ul > li {
    flex: unset;
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.wizard.new-ong-form > .actions,
.new-social-cause-form > .actions {
    padding-top: 48px;
}

.new-ong-form .upload-text span,
.new-social-cause-form .upload-text span {
    padding: 0 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.875rem;
    color: #949494;
    text-align: center;
}

.new-ong-form .upload-text strong,
.new-social-cause-form .upload-text strong {
    margin-bottom: 0.875rem;
}

.gold-text {
    color: #f3ac4d;
}

.text-pink {
    color: #e56694;
}

.new-ong-form .input-logo_ong,
.new-social-cause-form .input-photo_social_cause {
    width: 160px;
}

.new-ong-form .bmd-form-group,
.new-social-cause-form .bmd-form-group {
    padding-top: 1.3rem;
}

.new-ong-form .input-logo_ong .uploaded-image,
.new-social-cause-form .input-photo_social_cause .uploaded-image {
    width: 100%;
    padding-bottom: 100%;
    margin: unset;
}

.new-ong-form #short-description-length,
.new-social-cause-form #short-description-length {
    color: #3d8799;
    font-size: 14px;
}

.privacy-container {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.new-ong-form select,
.new-ong-form input,
.new-social-cause-form select,
.new-social-cause-form input {
    height: 40px !important;
}

.new-ong-form input[type="checkbox"],
.new-social-cause-form input[type="checkbox"] {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

.new-ong-form input[type="checkbox"] ~ label,
.new-social-cause-form input[type="checkbox"] ~ label {
    margin-bottom: 0;
    line-height: 19px;
}

.finish-signup {
    padding: 60px 28px 60px 28px;

    width: 100%;
    max-width: 794px;

    display: none;

    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.finish-signup.active {
    display: block;
    animation: fadeInFromNone 0.3s ease-out;
}

.finish-signup p {
    color: #4c677b;
    font-size: 18px;
    line-height: 24px;
}

@media screen and (max-width: 340px) {
    .new-select-type-form {
        padding: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .wizard.wizard-form-alt > .actions > ul,
    #wizard-form.create-event > .actions > ul,
    .wizard.new-ong-form > .actions > ul,
    .wizard.new-social-cause-form > .actions > ul {
        flex-direction: column;
        align-items: center;
    }

    .wizard > .actions > ul > li + li {
        margin-top: 1.5rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .new-ong-form {
        padding-left: 0;
        padding-right: 0;
    }

    .new-ong-form .input-logo_ong,
    .new-social-cause-form .input-photo_social_cause {
        width: 100%;
    }

    .new-ong-form .form-group-inside,
    .new-social-cause-form .form-group-inside {
        margin: 0 auto;
    }
}

@media screen and (max-width: 400px) {
    .new-ong-form .bmd-form-group,
    .new-social-cause-form .bmd-form-group {
        padding-top: 2rem;
    }
}

.image-cropper-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.image-cropper-wrapper.active {
    display: block;
}

.image-cropper-wrapper .previous-button {
    position: absolute;
    top: 24px;
    right: 248px;
    background: #fff;
    z-index: 100000;
}

.image-cropper-wrapper .next-button {
    position: absolute;
    top: 24px;
    right: 76px;
    z-index: 100000;
}

.image-cropper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-cropper img {
    max-width: 100%;
}

.new-ong-form .form-control.error,
.new-social-cause-form .form-control.error {
    border-color: #e8505b;
}

.new-ong-form .form-control.error ~ label,
.new-social-cause-form .form-control.error ~ label {
    color: #e8505b;
}

.form-clone-group {
    margin-top: 0.8rem;
}

.form-clone-group label:first-child {
    margin-bottom: 0;
}

.form-clone-group .bmd-form-group .form-control {
    margin-top: 0px;
}

.text-description {
    font-size: 18px;
    line-height: 29px;
}

.text-description ~ .btn {
    max-width: 200px;
}

.social-cause-description,
.ong-description {
    transform: translateY(72px);
}

.social-cause-description .social-cause-title,
.ong-description .ong-title {
    line-height: 45px;
}

.social-cause-data {
    padding-top: 140px;
    background: #f5f9ff;
    border-radius: 26px;
    transform: translateY(72px);
    align-items: center;
}

.social-cause-data img {
    width: 100%;
    max-width: 208px;
    height: 100%;
    max-height: 208px;
    top: -72px;
    position: absolute;
    border-radius: 25px;
}

.social-cause-data h1 {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #4c677b;
}

.social-cause-data ul {
    width: 100%;
    padding-left: 0;
    list-style: none;
}

.social-cause-data ul li {
    font-weight: 700;
    color: #4c677b;
    margin-bottom: 16px;
}

.social-cause-data ul li a {
    color: #4c677b;
    text-decoration: #f3ac4d underline;
    font-weight: 300;
}

.social-cause-data ul li span {
    color: #f3ac4d;
    font-weight: 300;
}

.social-cause-data ul li .icon-container {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}

.social-cause-data ul li i {
    font-size: 20px;
}

.social-cause-data .fa-instagram,
.social-cause-data .fa-twitter,
.social-cause-data .fa-youtube,
.social-cause-data .fa-facebook-f {
    background: unset;
    color: #4c677b;
}

.social-cause-data .fa-instagram:hover,
.social-cause-data .fa-twitter:hover,
.social-cause-data .fa-youtube:hover,
.social-cause-data .fa-facebook-f:hover {
    color: #4c677b;
    opacity: 1;
}

.help-section {
    background: #fdf9f9;
}

#scrollToTopBtn {
    height: 48px;
}

.help-section .help-card {
    padding: 32px 38px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    color: #fff;
}

.help-section .help-card h1 {
    margin-top: 24px;
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
}

.help-section .help-card p {
    margin-top: 14px;
    text-align: center;
}

.help-section .help-card a.btn {
    margin-top: 18px;
    background: #fff;
    color: #ff6597;
    border-radius: 65px;
    font-size: 18px;
}

.help-section .help-card.vaquinhas,
.help-section .help-card#vaquinhas {
    background: #ffaf41;
}

.help-section .help-card.rifas,
.help-section .help-card#rifas {
    background: #34b2cc;
}

.help-section .help-card.sorteios,
.help-section .help-card#sorteios {
    background: #ff6597;
}

.help-section .donation-card {
    padding: 25px 18px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    display: flex;
    align-items: center;
    color: #4c677b;
}

.help-section .donation-card h1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

.help-section .donation-card .btn {
    background: linear-gradient(270deg, #ffab45 5.38%, #ff6c90 99.27%);
    color: #fff;
    font-size: 18px;
    max-width: 141px;
    border-radius: 65px;
}

.help-section .donation-card .btn:focus,
.help-section .donation-card .btn:active {
    background: #ff6c90;
}

.break-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    #hands-help {
        bottom: 0 !important;
    }
}

.receiver-logo {
    width: 208px;
    height: 208px;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.receiver-logo img {
    width: 80%;
    object-fit: cover;
}

.ong-data {
    padding: 20px 40px;
    background: #f5f9ff;
    border-radius: 26px;
    overflow: hidden;
}

.ong-data h1 {
    font-size: 38px;
    color: #3bb2cd;
    font-weight: 700;
}

.full-width-video {
    position: relative;
    padding-top: 56.25%;
}

.full-width-video iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

@media screen and (max-width: 575px) {
    .social-cause-data ul li a {
        max-width: 172px;
    }
}

a[href="#saiba-como-ajudar"] {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.filter-button-products .type-btn {
    border: 1px solid #f3ac4d;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 65px;
    color: #e56694;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
}

.filter-button-products .type-btn.active,
.filter-button-products .type-btn:hover {
    color: #fff;
    border-color: transparent;
}

.filter-button-products .type-btn.todos.active,
.filter-button-products .type-btn.todos:hover {
    background: linear-gradient(270deg, #ffab45 5.38%, #ff6c90 99.27%);
}

.filter-button-products .type-btn.vaquinhas.active,
.filter-button-products .type-btn.vaquinhas:hover {
    background: #ffaf41;
}

.filter-button-products .type-btn.rifas.active,
.filter-button-products .type-btn.rifas:hover {
    background: #34b2cc;
}

.filter-button-products .type-btn.sorteios.active,
.filter-button-products .type-btn.sorteios:hover {
    background: #ff6597;
}

.filter-search span {
    padding: 0;
}

.filter-search input {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 10px;
    padding: 10px;
}

.filter-search i {
    position: absolute;
    font-size: 24px;
    padding: 10px;
    right: 15px;
}

.product-results .product-card {
    width: 100%;
    display: block;
}

.product-results .product-card-header {
    padding: 32px 16px 20px 16px;
    height: 326px;
    border-radius: 25px 25px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-results .product-card-header .product-title {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
}

.product-results .product-card-header p {
    margin-top: 18px;
    max-height: 63px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.product-results .product-card.vaquinhas,
.product-results .product-card.rifas,
.product-results .product-card.sorteios {
    color: #fff;
}

.product-results .product-card.vaquinhas .product-card-header {
    background: #ffaf41;
}

.product-results .product-card.rifas .product-card-header {
    background: #34b2cc;
}

.product-results .product-card.sorteios .product-card-header {
    background: #ff6597;
}

.product-results .product-card-body {
    padding: 16px;
    padding-bottom: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 25px 25px;
}

.product-results .product-card {
    text-decoration: none;
}

.product-results .product-card-body.inactive {
    background: #e0e0e0;
}

.product-results .product-card-body .product-card-body-item {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.product-results .product-card.vaquinhas .product-card-body,
.product-results .product-card.rifas .product-card-body {
    color: #34b2cc;
}

.product-results .product-card.sorteios .product-card-body {
    color: #ff6597;
}

.progressive-bar-wrapper {
    width: 100%;
    height: 8px;
    background: #f4f3f3;
    border-radius: 99px;
    display: block;
}

.progressive-bar-wrapper .progressive-bar {
    max-width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #ffab45 5.38%, #ff6c90 99.27%);
    border-radius: 99px;
    display: block;
}

.product-donations {
    margin-top: 96px;
}

.product-donations .content .details > img {
    width: 100%;
    height: auto;
}

.product-donations .content .details .tabs-buttons {
    display: flex;
    width: 100%;
}

.product-donations .content .details .tabs-buttons > button {
    border-radius: 20px 20px 0 0;
}

.product-donations .content .details .tabs-buttons .btn-tab.inactive {
    color: #949494;
    background-color: #c4c4c4;
    background-image: none;
}

.product-donations .content .details .tab-content,
.product-donations .content .details .tab-content-ong {
    display: none;
    background: #fafafa;
    border-radius: 0px 0px 20px 20px;
    border-top: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    padding: 20px;
}

.product-donations .content .details .tab-content > p {
    color: #4c677b;
}

.product-donations .content .details .tab-content.active,
.product-donations .content .details .tab-content-ong.active {
    display: block;
}

.product-donations .content .details .tab-content-ong > p {
    color: #4c677b;
}

.product-donations .content .details .tab-content-ong li {
    color: #4c677b;
    margin-bottom: 15px;
}

.product-donations .content .details .tab-content-ong span {
    font-weight: 400;
    color: #4c677b;
}

.product-donations .content .details .tab-content-ong i {
    width: 0;
    margin-right: 30px;
    color: #4c677b;
}

.product-donations .content .details .button-copy {
    display: flex;
    align-items: center;
}

.product-donations .content .details .button-copy span {
    width: 100%;
    padding: 0;
}

.product-donations .content .details .button-copy input {
    padding: 0 10px;
    border: none;
    height: 42px;
    background: #e5e5e5;
    border-radius: 5px 0px 0px 5px;
}

.product-donations .content .details .button-copy > button {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    background-image: linear-gradient(
        270deg,
        rgb(255, 105, 147) 5.38%,
        rgb(255, 175, 65) 100%
    );
    border-radius: 0px 5px 5px 0px;
}

.product-donations .content .details .social-networks a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
}

.product-donations .content .details .social-networks .facebook {
    background: #3c5a96;
    color: #ffffff;
}

.product-donations .content .details .social-networks .twitter,
.product-donations .content .details .social-networks .twitter i {
    background: #2aa3ef;
    color: #ffffff;
}

.product-donations .content .details .social-networks i:hover,
.product-donations .content .details .social-networks a:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 1;
}

.product-donations .content .details .prizes-list > h2 {
    font-weight: 700;
    font-size: 28px;
    color: #34b2cc;
}

.product-donations .content .details .prizes-list > ul {
    padding-left: 20px;
}

.product-donations .content .details .prizes-list > ul > li {
    font-weight: 700;
    font-size: 18px;
    color: #4c677b;
}

.product-donations .content .product-card {
    position: fixed;
    max-width: 350px;
    width: 100%;
    background-color: #ffaf41;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding: 0;
    border-radius: 25px;
}

@media only screen and (max-width: 992px) {
    .product-donations .content .product-card {
        position: relative;
    }
}

.product-donations .content .product-card .product-card-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    color: #ffffff;
    border-radius: 25px 25px 0 0;
}

.product-donations .content .product-card .product-card-header a {
    color: #ffffff;
}

.product-donations .content .product-card .product-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 18px;
    color: #34b2cc;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 0 0 25px 25px;
}

.product-donations .content .product-card .product-card-body a {
    max-width: 150px;
    margin: 10px auto;
}

.product-donations .content .details .carousel img {
    width: 100%;
    max-height: 450px;
}

.product-donations .content .details .carousel li {
    cursor: pointer;
}

.product-donations .content .details .carousel li.active {
    background-color: #34b2cc;
}

.product-donations .content .raffle {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

.product-donations .content .raffle .raffle-filters .btn-available {
    background: #c4c4c4;
}

.product-donations .content .raffle .raffle-filters .btn-reserved {
    background: #f3ac4d;
}

.product-donations .content .raffle .raffle-filters .btn-sold {
    background: #34b2cc;
}

.product-donations .content .raffle .raffle-filters .btn-available.filtered,
.product-donations .content .raffle .raffle-filters .btn-reserved.filtered,
.product-donations .content .raffle .raffle-filters .btn-sold.filtered,
.product-donations .content .raffle .raffle-filters .btn-all.filtered {
    opacity: 0.25;
}

.product-donations .content .raffle .raffle-board {
    display: flex;
    flex-wrap: wrap;
}

.product-donations .content .raffle .raffle-board .raffle-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.product-donations .content .raffle .raffle-board .raffle-item.available {
    background-color: #c4c4c4;
}

.product-donations .content .raffle .raffle-board .raffle-item.reserved,
.product-donations .content .raffle .raffle-board .raffle-item.selected {
    background-color: #f3ac4d;
}

.product-donations .content .raffle .raffle-board .raffle-item.sold {
    background-color: #34b2cc;
}

.product-donations .content .raffle .raffle-board .raffle-item.available:hover {
    transform: scale(1.1);
}

.product-donations .content .raffle .raffle-board .raffle-item.raffle-hidden,
.product-donations
    .content
    .raffle
    .raffle-board
    .raffle-item.raffle-hidden:hover {
    opacity: 0.25;
    cursor: default;
    transform: none;
}

.product-donations
    .content
    .raffle
    .raffle-board
    .raffle-item.available.selected {
    background-color: #f3ac4d;
}

.payment-donation .content > form span,
.payment-donation .content > form label,
.payment-donation .content > form .buttons-group span,
.payment-donation .content > form .form-fields input::placeholder {
    color: #3d8799;
}

.payment-donation .content > form .buttons-group button {
    width: 150px;
    height: 45px;
    background-color: #4c677b;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    outline: none;
    border: none;
    border-radius: 10px;
    transition: all 0.2s;
}

.payment-donation .content > form .buttons-group button:hover {
    background-color: #e56694;
}

.payment-donation .content > form .form-fields label {
    display: block;
}

.payment-donation .content > form .form-fields input {
    height: 45px;
    color: #3d8799;
    border: 1px solid #3d8799;
    border-radius: 5px;
}

.payment-donation .content > form .form-fields .tabs-type-payment {
    background-color: #e5e5e5;
    border-radius: 10px;
}

.payment-donation .content > form .form-fields .tabs-type-payment > button {
    height: 50px;
    background-color: #e5e5e5;
    font-size: 22px;
    font-weight: 400;
    color: #4c677b;
    border-radius: 10px;
}

.payment-donation
    .content
    > form
    .form-fields
    .tabs-type-payment
    > button:hover,
.payment-donation
    .content
    > form
    .form-fields
    .tabs-type-payment
    > button.active {
    background-color: #4c677b;
    color: #ffffff;
}

.payment-donation
    .content
    > form
    .form-fields
    .credit-card-form
    .installments-field {
    height: 45px;
    color: #3d8799;
    border: 1px solid #3d8799;
    border-radius: 5px;
}

.payment-donation .content > form .form-fields .installments-field {
    height: 45px;
    color: #3d8799;
    border: 1px solid #3d8799;
    border-radius: 5px;
}

/* .payment-donation .content > form .form-fields .credit-card-form,
.payment-donation .content > form .form-fields .billet-form {
    display: none;
}

.payment-donation .content > form .form-fields .credit-card-form.active,
.payment-donation .content > form .form-fields .billet-form.active {
    display: block;
} */

.payment-donation .content .payment-card {
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.payment-donation .content .payment-card .payment-card-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 25px 25px 0 0;
}

.payment-donation .content .payment-card .payment-card-body {
    border-radius: 0 0 25px 25px;
}

.payment-donation .content .checkbox-payment {
    color: #949494;
}

.payment-donation .content .checkbox-payment a {
    color: #ffaf41;
}

.donation-completed {
    margin: 150px 0 100px 0;
    color: #4c677b;
}

.donation-completed .card-donation-completed {
    width: 300px;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}

.donation-completed
    .card-donation-completed
    .card-donation-completed-header
    img {
    display: block;
    width: 100px;
    height: 100px;
}

.donation-completed
    .card-donation-completed
    .card-donation-completed-body
    .btn-facebook {
    background-color: #4267b2;
    color: #ffffff;
    border-radius: 200px;
}

.donation-completed
    .card-donation-completed
    .card-donation-completed-body
    .btn-twitter {
    background-color: #1da1f2;
    color: #ffffff;
    border-radius: 200px;
}

.donation-completed
    .card-donation-completed
    .card-donation-completed-body
    .btn-twitter
    > i {
    background-color: #1da1f2;
    color: #ffffff;
}

.donation-completed .btn-back-profile {
    display: block;
    width: 250px;
    font-weight: 700;
    text-align: center;
    color: #e56694;
    border: 1px solid #f3ac4d;
    border-radius: 65px;
    padding: 5px 0;
    margin: 0 auto;
    margin-top: 50px;
}

/* ---------------------------------- ADMIN ---------------------------------- */

.admin .receivers .products li {
    height: 120px;
    border-radius: 10px;
    color: #ffffff;
}

.admin .receivers .products li a {
    font-size: 20px;
    color: #ffffff;
}

.admin .receivers .products li img {
    display: block;
    width: 75px;
    height: 75px;
}

.admin .receivers .products li > .actions > button {
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: #ffffff;
    border: none;
    background-color: transparent;
}

.admin .receivers .product-details {
}

.admin .receivers .product-details .progress {
    display: flex;
    justify-content: space-between;
}

.admin .receivers .product-details .progress .initial {
    display: block;
}

.admin .receivers .product-details .progress .goal {
    display: block;
}

.admin .prizes {
    background-color: #ffffff;
    border-radius: 5px;
}

.admin .prizes h4 {
    color: #34b2cc;
}

.admin .prizes .prizes-list li {
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    list-style: none;
    margin-bottom: 5px;
}

.admin .prizes .prizes-list li .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin .prizes .prizes-list li .content .number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(270deg, #ff6993 5.38%, #ffaf41 100%);
    color: white;
    margin: 0;
}

.admin .prizes .prizes-list li .content .name {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    font-weight: 700;
    padding: 0 10px;
}

.admin .prizes .prizes-list li .content button {
    border: none;
    padding: 0;
}
