:root {
    --sidebar-width: 260px;
    --influencify-black: #010d33;
    --influencify-gray: #747e9f;
    --influencify-light-gray: #d9dce3;
    --influencify-background: #F2F4F4;
    --influencify-light-blue: #e6ecff;
    --influencify-blue: #033fff;
    --influencify-blue2: #02eefd;
    --influencify-light-orange: #ffebd6;
    --influencify-orange: #ff9933;
}

html {
    height: 100% !important;
}

body {
    height: 100% !important;
    font-family: 'Red Hat Display', sans-serif;
    color: var(--influencify-black);
    background: var(--influencify-background);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}

html p {
    line-height: 1.5rem;
}

@keyframes slideInFromLeft {
    0% {
        width: 0%;
    }

    50% {
        width: 95%;
    }

    100% {
        width: 100%;
    }
}

.blueloadingline {
    animation: slideInFromLeft 4s cubic-bezier(.23, .69, .55, .93) 0.1s;
    /* background-color: #5a8dee; */
    background-image: linear-gradient(to right, var(--influencify-blue), var(--influencify-blue2));
    position: fixed;
    top: 0px;
    z-index: 2000;
    height: 3px;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.loading-bg {
    background-color: black;
    opacity: 0.4;
    height: 100vh;
    top: 0px;
    width: 100%;
    position: fixed;
    z-index: 2001;
}

.loading-content {
    height: 100px;
    top: 50vh;
    margin-top: -50px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    position: fixed;
    z-index: 2002;
    color: var(--influencify-blue);
    /* background-color: #842029; */
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.modal-content {
    border: none;
    color: var(--influencify-gray);
}

.link-blue {
    color: var(--influencify-blue);
    text-decoration: underline;
}

.link-blue:hover {
    color: var(--bs-primary);
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.error {
    color: #842029;
}

.bg-image-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title {
    color: var(--influencify-black);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.title2 {
    color: var(--influencify-black);
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.title.small {
    font-size: 15px;
}

.http-error-code {
    font-size: 64px;
    line-height: 70px;
    font-weight: 700;
}

.http-error-text {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
}

.influencify-blue {
    color: var(--influencify-blue);
}

.influencify-gray {
    color: var(--influencify-gray);
}

.influencify-input {
    background-color: var(--influencify-background);
    border: none;
    color: var(--influencify-gray);
    height: 40px;
}

select.influencify-input {
    background-image: url('https://api.iconify.design/bx/chevron-down.svg?height=24&color=gray');
    background-repeat: no-repeat;
    background-position: 99%;
}

.influencify-input.secondary-input {
    background-color: white;
    color: var(--influencify-black);
}

.influencify-input:focus {
    background-color: var(--influencify-background);
    color: var(--influencify-gray);
    border: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.influencify-input.secondary-input:focus {
    background-color: white;
    color: var(--influencify-black);
}

.influencify-input.textarea {
    width: 420px;
    height: 226px;
    resize: none;
    margin: 0.5rem;
}

.influencify-form-label {
    font-size: 15px;
    font-weight: 500;
}

.influencify-card {
    border: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.badge-pro {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 48px;
    height: 21px;
    background: var(--influencify-light-blue);
    /* margin-top: -105px; */
    /* margin-right: -122px; */
}

.badge-pro.thin {
    top: 3px;
    right: 3px;
}

.badge-pro p {
    color: var(--influencify-blue);
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
}

/* ---------------------------------------------------
    Geral
----------------------------------------------------- */
.btn,
.btn:hover,
.btn:focus,
.btn:active {
    border: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: #9EA1A6;
}

.btn-influencify {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
}

.btn-upgrade,
.btn-upgrade:hover,
.btn-upgrade:focus,
.btn-upgrade:active {
    border: 2px solid var(--influencify-blue) !important;
    padding: 12px;
}

.btn-upgrade.active,
.btn-upgrade.active:active {
    color: white;
    background-color: var(--influencify-blue);
}

.btn-upgrade.right {
    border-right: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-upgrade.left {
    border-left: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-blue,
.btn-blue:focus {
    background-color: var(--influencify-blue);
    color: white;
}

.btn-blue:hover,
.btn-blue:active {
    background-color: var(--influencify-light-blue) !important;
    color: var(--influencify-blue) !important;
}

.btn-blue.selected {
    background-color: var(--influencify-light-blue) !important;
    color: var(--influencify-blue) !important;
}

.btn-light-blue,
.btn-light-blue:focus {
    background-color: var(--influencify-light-blue);
    color: var(--influencify-blue);
}

.btn-light-blue:hover,
.btn-light-blue:active {
    background-color: var(--influencify-blue) !important;
    color: white !important;
}

.btn-light-blue.selected {
    background-color: var(--influencify-blue) !important;
    color: white !important;
}

.text-left {
    text-align: left;
}

.form-switch .form-check-label {
    font-size: 15px;
    font-weight: 400;
    padding-left: 5px;
    cursor: pointer;
}

.form-check-input,
.form-check-input:hover,
.form-check-input:focus,
.form-check-input:active {
    box-shadow: none;
}

.form-check-input[type="checkbox"].square {
    border-radius: 2px;
    border-width: 2px;
    border-color: var(--influencify-gray);
}

.form-check-input[type="checkbox"]:checked {
    border-color: var(--bs-primary);
}

.form-switch .form-check-input,
.form-switch .form-check-input:active,
.form-switch .form-check-input:focus {
    width: 52px;
    min-width: 52px;
    height: 28px;
    margin-top: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
    box-shadow: none;
    border-color: var(--influencify-gray);
    background-color: var(--influencify-gray);
    cursor: pointer;
}

.form-switch .form-check-input:checked {
    background-color: var(--influencify-blue);
    border-color: var(--influencify-blue);
}

.form-switch .form-check-input:checked+.form-check-label {
    color: var(--influencify-blue);
}

.card-bank {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 100px;
    color: #FFFFFF;
    font-weight: 600;
    font-weight: normal;
    cursor: pointer;
}

.card-bank p {
    color: #FFFFFF;
    font-weight: 600;
}

.card-bank-selected {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 63, 255, 0.8);
    color: #FFFFFF;
    font-size: 25px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.credit-card-1 {
    background-image: url("../images/card-black.png");
}

.credit-card-2 {
    background-image: url("../images/card-green.png");
}

.pointer {
    cursor: pointer;
}

.elegible {
    font-size: 13px;
    font-weight: 500;
    border-radius: 25px;
    padding: 2px 10px;
    background-color: #dbefe3;
    color: #016d30;
}

.elegible.not {
    background-color: #ffdfdf;
    color: #e11010;
}

.profile-img {
	width: 	150px;
	height: 150px;
    background-color: var(--influencify-light-gray);
}


/* No ui slider Css */
.noUi-horizontal {
    height: 6px;
}

.noUi-connect {
    background: linear-gradient(90deg, var(--influencify-blue), var(--influencify-blue2));
    box-shadow: 0px 1px 4px rgba(3, 63, 255, 0.3);
    height: 6px;
}

.noUi-handle {
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px 6px rgb(181 181 181 / 28%);
    border: 1px double #0000000e;
}

.noUi-tooltip {
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    color: var(--influencify-gray);
    bottom: unset !important;
}

/* No ui slider Css end */

/* Pick A Date Css */
.picker__input.form-control {
    background-color: #FFFFFF;
}

.picker {
    z-index: 10;
    top: auto;
}

.picker.picker--opened:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 1.5rem;
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    background: #FFFFFF;
    transform: rotate(45deg) translate(-7px);
    z-index: 10;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.picker .picker__holder {
    margin-top: 0.6rem;
    border-radius: 0.267rem;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
}

.picker .picker__day--infocus:hover,
.picker .picker__day--outfocus:hover,
.picker .picker__day--highlighted,
.picker .picker__day--selected,
.picker .picker__day--today {
    border-radius: 50%;
}

.picker .picker__day--highlighted,
.picker .picker__day--highlighted:hover,
.picker .picker--focused .picker__day--highlighted {
    background-color: #5A8DEE;
}

.picker .picker__day--today:before,
.picker .picker__button--today:before {
    border-top-color: #5A8DEE;
}

.picker .picker__nav--next:before {
    content: url('https://api.iconify.design/bx/right-arrow-alt.svg');
}

.picker .picker__nav--prev:before {
    content: url('https://api.iconify.design/bx/left-arrow-alt.svg');
}

.picker .picker__button--close:before {
    content: url('https://api.iconify.design/bx/x.svg?color=red');
}

.inlineDatePicker {
    display: none;
}

#inlineDatePicker-container .picker {
    height: 370px;
    width: 280px;
    position: relative;
    z-index: 9;
}

#inlineDatePicker-container .picker.picker--opened:before {
    display: none;
}

#inlineDatePicker-container .picker__holder {
    max-height: 480px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    display: block;
}

.datepicker,
.datepicker:hover,
.datepicker:focus,
.datepicker:active {
    background-color: var(--influencify-background) !important;
    cursor: pointer;
    margin-left: 0px;
}

.datepicker-icon {
    cursor: pointer;
    color: var(--influencify-gray);
    position: relative;
    left: 10px;
    margin-right: -30px;
}

/* Pick A Date Css end */

/* daterangepicker */
.daterangepicker td.active,
.daterangepicker td.active:hover,
.picker .picker--focused .picker__day--highlighted,
.picker .picker__day--highlighted,
.picker .picker__day--highlighted:hover {
    background-color: #033FFF;
}

.picker .picker__button--today:before,
.picker .picker__day--today:before {
    border-top-color: #033FFF;
}

.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
    background-color: #033FFF;
}

.picker__list-item {
    text-align: center;
}

/* daterangepicker end */

/* intlTelInput */
.iti__flag {
    background-image: url("../vendor/intlTelInput/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../vendor/intlTelInput/flags@2x.png");
    }
}

.iti {
    width: 100%;
}

/* intlTelInput end */

/* tinymce */
.tox-promotion {
    display: none;
}

/* tinymce end */