::-webkit-scrollbar-track {
    background-color: #fcfcfc
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    width: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #606060;
}

svg, img, path {
    transition: .2s all ease;
}

.cursor-pointer {
    cursor: pointer !important;
}

html, body, main {
    height: 100%;
}

body, section {
    background: #FCFCFC;
}

p {
    font-weight: 400;
    color: #5F5E5B;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.navbar {
    background: white;
    border-bottom: 1px solid #E2E1DD;
}

h5.logo {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin: 0 6px 0 0
}
h5.logo-md {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px 0 0;
}

.stripe-loading-indicator {
    height: 3px !important;
}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded
{
    background: #ffbe3d !important;
}

.section {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}

.card {
    border: 1px solid #E2E1DD;
    border-radius: 24px;
    transition: all .2s ease;
}

.service-title {
    font-weight: normal;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
}

.service-icon {
    background: rgba(255, 184, 33, 0.32);
    border-radius: 12px;
    width: 46px;
    height: 46px;
    padding: 6px;
    display: inline-block;
}
.service-icon > img {
    width: 100%;
    height: 100%;
}

.service-card-logo {
    position: absolute;
    width: 226px;
    height: 226px;
    right: 471px;
    top: calc(50% - 226px/2 + 16px);
    border-radius: 7px;
    opacity: .3
}

.section-background-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
}

.btn.social {
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-outline-soft {
    border: 1px solid #E2E1DD;
    background: transparent;
    color: #5F5E5A;
}
.btn-outline-soft:hover {
    border: 1px solid #24231F;
    background: #24231F;
    color: white;
}
.btn-outline-soft:active {
    border: 1px solid black;
    background: black;
    color: white;
}

.blur-lg {
    filter: blur(1px);
}

.social-icon {
    padding: 35px;
    display: inline-block;
    border-radius: 43px;
    box-shadow: 0px 10px 32px rgba(0, 0, 0, 0.06);
}

.position-absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dropdown-menu.auth {
    max-height: 600px;
}
.dropdown-menu.auth .user-accounts {
    max-height: 580px;
    padding: 10px;
    overflow-y: auto;
}
.dropdown-menu.auth:after {
    content: '';
    position: absolute;
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,252,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
}
.dropdown-menu.auth .user-accounts::-webkit-scrollbar {
    display: none;
}
.auth-user-card {
    border-radius: 11px;
    border: 1px solid #E1E1E1;
    background: #FFFFFF;
    cursor: pointer;
    margin-bottom: 13px;
}
.auth-user-card:hover {
    border: 1px solid #24231F;
}
.auth-user-card .card-body {
    padding: 10px 11px;
}

.avatar-auth {
    width: 28px;
    height: 28px;
    border-radius: 8px;
}

.form-validation-error {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FF6363;
    margin-bottom: 0;
}

.btn-auth {
    border: 1px solid #E1E1E1;
    border-radius: 11px;
    background: #FFFFFF;
    font-size: 13px;
    display: flex;
    padding: 13.5px 15px;
    align-items: center;
    text-align: center;
    color: #5F5E5A;
    justify-content: center;
}

.form-group {
    position: relative;
}
.form-group label {
    position: absolute;
    z-index: 20;
    background: white;
    padding: 0 10px;
    top: -11.6px;
    left: 20px;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    color: #5F5E5A;
    border-radius: 10px;
}
.form-group .form-control-right {
    position: absolute;
    z-index: 20;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    cursor: pointer;
}
.form-group .form-control-right > *:not(:first-child) {
    margin-left: 6px;
}
::placeholder {
    font-size: 16px;
    color: #E2E1DD;
    font-weight: 400;
    font-family: 'GolosText';
}
.form-control {
    padding: 15px 30px;
    border-radius: 11px;
    border: 1px solid #E2E1DD;
    color: #24231F;
    font-size: 16px;
}
.form-control:active, .form-control:focus {
    border: 1px solid #F8C313;
}
.form-group.error .input-group .form-control {
    border: 1px solid #FF6363;
    color: #FF6363 !important;
}
.form-group.error .form-control-label {
    color: #FF6363;
}
.form-group.error .error-message {
    background: #FF636327;
    border-radius: 10px;
    padding: 5.5px 16px;
    display: inline-block;
    color: #FF6363;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.show-password {
    display: flex;
    margin-right: 6px;
}

.border-right {
    border-right: 1px solid #E2E1DD;
}

.aside .nav-item .nav-link {
    padding: 0;
    color: #82817D;
    font-weight: 400;
    font-size: 18px;
}
.aside .nav-item .nav-link.active {
    color: black;
    background: #EFEFEF;
}
.aside .nav-item .nav-link.active svg path {
    stroke: black;
}
.aside .nav-item .nav-link:hover {
    background: #EFEFEF;
}
.aside .nav-item .nav-link {
    padding: 10px 17px;
    line-height: 22px;
    background: transparent;
    border-radius: 11px;
    display: flex;
    align-items: center;
}
.aside .nav-item {
    width: fit-content;
}

.aside .nav-item .nav-link.disabled {
    opacity: .5;
    cursor: not-allowed;
}

.nav.mobile {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
}
.nav.mobile::-webkit-scrollbar {
    display: none;
}

.nav-mobile-wrapper {
    position: relative;
}
.nav-mobile-wrapper:after {
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    right: 0;
    width: 70px;
    background: linear-gradient(270deg, #FCFCFC 14.29%, rgba(252, 252, 252, 0.7) 75.45%, rgba(252, 252, 252, 0) 100%);
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mr-10px {
    margin-right: 10px !important;
}
.ml-10px {
    margin-left: 10px !important;
}
.mr-15px {
    margin-right: 15px !important;
}
.text-black {
    color: black !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.text-bl-gray {
    color: #5F5C5B !important;
}

.list:not(:last-child) {
    padding-bottom: 18px;
    border-bottom: 1px solid #E2DFDE;
}
.list:not(:first-child) {
    padding-top: 18px;
}

.avatar-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
}
.avatar-xl-wrapper {
    display: flex;
    align-items: center;
    padding: 0;
}
.avatar-wrapper p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: black;
    margin-right: 15px;
}
.avatar-xl-wrapper p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: black;
}

.avatar {
    border-radius: 10px;
    width: 39px;
    height: 39px;
    background-position: center;
}
.avatar-xl {
    border-radius: 16px;
    width: 94px;
    height: 94px;
    background-position: center;
}
.avatar-xxl {
    border-radius: 16px;
    width: 150px;
    height: 150px;
    background-position: center;
}

.dropdown.dropdown-animate.show > a svg {
    transition: all .2s ease;
}
.dropdown.dropdown-animate.show > a  svg {
    transform: rotate(-180deg);
}

.dropdown-menu {
    top: 64px !important;
    right: 0 !important;
    left: auto !important;
    background: #FFFFFF !important;
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 366px;
}

.dropdown-menu .user-accounts {
    background: white;
}

.dropdown-menu .user-accounts .auth-button {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    transition: .2s all ease;
    background: transparent;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #82817E;
}
.dropdown-menu .user-accounts .auth-button:not(:last-child) {
    margin-bottom: 4px;
}
.icon-muted {
    opacity: .6;
}
.dropdown-menu .user-accounts .auth-button:hover {
    background: #F7F7F7;
    color: black;
}
.dropdown-menu .user-accounts .auth-button.danger:hover {
    background: #f2576726;
    color: #f25767;
}
.dropdown-menu .user-accounts .auth-button:hover path {
    stroke: black;
}
.dropdown-menu .user-accounts .auth-button.danger:hover path {
    stroke: #f25767;
}
.dropdown-menu .user-accounts .auth-button:hover path {
    stroke: black;
}
.dropdown-menu .user-accounts .auth-button:hover img.icon-muted {
    opacity: 1 !important;
}
.dropdown-menu .user-accounts hr {
    background: #D9D9D9;
    margin: 10px 20px;
    height: 1px;
}
.dropdown-menu .user-accounts .plus {
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    position: relative;
    background: #F0F0F0;
}
.dropdown-menu .user-accounts .plus {
    transition: .2s all ease;
}
.dropdown-menu .user-accounts .user-account.add-account .card-body {
    display: flex;
    transition: .2s all ease;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #82817E;
}
.dropdown-menu .user-accounts .user-account.add-account .plus img,
.dropdown-menu .user-accounts .user-account.add-account .plus svg
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dropdown-menu .user-accounts .user-account.add-account:hover .card-body {
    color: black;
}
.dropdown-menu .user-accounts .user-account.add-account:hover .plus {
    background: #EBEBEB;
}
.dropdown-menu .user-accounts .user-account.add-account:hover .plus path {
    stroke: black;
}

.card.user-account {
    margin-bottom: 0;
    cursor: pointer;
    border: none !important;
    box-shadow: none;
    background: transparent;
    border-radius: 16px;
}
.card.user-account:hover,
.card.user-account.active
{
    background: #F7F7F7;
}
.card.user-account .card-body {
    padding: 15px 20px;
}
.user-account .avatar {
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.user-account .user-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 4px;
}
.user-account .user-email {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #adadad;
    margin-bottom: 0;
}
.true-user-icon {
    position: absolute;
    left: 21px;
    top: 21.5px;
}
.btn:hover svg path {
    stroke: white;
}

.btn {
    font-weight: 400;
}

.btn-soft-danger:active {
    background: #FF6363;
    border: 1px solid #FF6363;
}

.btn-icon {
    padding: 7px;
    display: flex;
}

.content-card {
    box-shadow: none;
    border-radius: 30px;
    border: 1px solid #E2DFDE;
    margin-top: 40px;
    background: transparent;
}
.content-card .card-body {
    padding: 40px;
}
.settings-card {
    box-shadow: none;
    border: 1px solid #E2DFDE;
    border-radius: 20px;
}
.settings-card > .card-body {
    padding: 30px;
}

.nav-section {
    height: 100%;
}

@media(max-width: 1199px) {
    .content-card .card-body {
        padding: 30px;
    }
}

@media(min-width: 992px) {
    section.nav-section {
        border-right: 1px solid #E2DFDE;
    }
    .nav-lg-mobile {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .aside .nav-item:not(:last-child) {
        margin-bottom: 5px;
    }
}

@media(max-width: 991px) {
    .nav-lg-mobile {
        overflow: auto;
        position: relative;
        white-space: nowrap;
        flex-wrap: nowrap;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .nav-lg-mobile::-webkit-scrollbar {
        display: none;
    }
    .aside .nav-item {
        margin-bottom: 0;
    }
    .aside .nav-item:not(:last-child) {
        margin-right: 5px;
    }

    .nav-section {
        height: auto;
    }
    .nav-section > .container-fluid {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content-card {
        margin-top: 0;
    }
    section.nav-section {
        border-bottom: 1px solid #E2DFDE;
    }
    .content-card {
        border: 0;
    }
    .content-card > .card-body {
        padding: 0;
    }
}

.footer {
    border-top: 1px solid #E2DFDE;
    padding-top: 25px;
    padding-bottom: 25px;
    justify-content: center;
}

.footer .copyright {
    font-weight: 500;
    font-size: 18px;
    color: #5F5C5B
}
.footer .nav-link {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    color: #827F7E;
    padding: 0;
}
.footer .nav-link {
    padding: 0 7.5px 5px 7.5px;
}
.footer .nav-link:first-child {
    padding: 0 7.5px 5px 0;
}
.footer .nav-link:last-child {
    padding: 0 0 5px 7.5px;
}

.service-card .card-header, .service-card .card-body {
    padding: 20px;
}
.service-image-badge {
    position: relative;
    border-radius: 12px;
    padding: 8px;
    margin-right: 20px;
}
.service-image-badge > img {
    width: 54px;
    height: 54px;
}
.service-image-badge.easydonate {
    background: #FAF2D8;
}

.badge-icon {
    background: #FFBE3D26;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    transition: .2s all ease;
    display: flex;
    position: relative;
}

.badge-icon img,
.badge-icon svg
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.badge-icon.device {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    background: #F4F3F0;
}

.service-name {
    color: #242120;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.service-description {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    color: #827F7E;
    margin-bottom: 0;
}

.card-small {
    border-radius: 10px;
}
.card-small .card-body {
    padding: 10px;
}

.apexcharts-canvas svg {
    position: absolute;
}

.border-radius-20 {
    border-radius: 20px !important;
}
.padding-20 {
    padding: 20px !important;
}
.padding-15 {
    padding: 15px !important;
}

.form-upload-image {
    margin-left: 32px;
}
.form-upload-image > .card-upload-image {
    box-shadow: none;
    transition: all .075s ease;
    border: 1.5px dashed #D4D3D0;
    margin-bottom: 0;
    border-radius: 16px;
    background: transparent;
    height: 100%;
    cursor: pointer;
}
.form-upload-image:hover > .card-upload-image {
    border: 1.5px dashed #FFBE3D;
    background: rgba(255, 190, 61, 0.15);
}
.form-upload-image > .card-upload-image .card-body {
    padding: 25px;
}
.form-upload-image > .card-upload-image .card-body > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.form-upload-image.active > .card-upload-image {
    border: 1.5px dashed #FFBE3D;
    background: rgba(255, 190, 61, 0.15);
}

.user-settings .card-body {
    padding: 20px;
}
.user-settings .card-footer-content {
    transition: .2s all ease;
    display: flex;
    align-items: center;
    opacity: 0;
}
.user-settings.tfa .card-footer-content {
    opacity: 1;
}
.user-settings .card-footer {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 15px 20px;
    border-top: 1px solid transparent;
    transition: .2s all ease;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
}
.user-settings:not(.fake):hover .card-footer-content {
    opacity: 1;
}
.user-settings:not(.fake):hover .card-footer {
    border-top: 1px solid #E2DFDE;
}
.user-settings:not(.fake):not(.2fa):hover .card-footer:hover {
    border-color: 1px solid #E2DFDE;
    background: #F4F4F4;
}
.user-settings:not(.fake):not(.2fa):hover .card-footer:active {
    background: #EDEDED;
}
.user-settings:not(.fake):hover .badge-icon {
    background: #FFBE3D;
}
.user-settings:not(.fake):hover .badge-icon path {
    stroke: #FFFFFF;
}

.user-settings.delete-account {
    border-top: 3px solid #F93131;
    opacity: .7;
}
.user-settings.delete-account:hover {
    opacity: 1;
}

.modal-content {
    border-radius: 20px;
}

.modal-body {
    padding: 40px;
}
.modal-header {
    border: 0;
    padding: 40px 40px 0 40px;
}
.modal-footer {
    padding: 0 40px 40px 40px;
}

.modal-content .close {
    transition: .2s all ease;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.font-size-14 {
    font-size: 14px !important;
}

.card-alert:after {
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 40%;
    box-shadow: 0 0.125rem 0.25rem rgb(242 87 103 / 99%);
}
.card-alert .card-body {
    padding: 30px;
}

.card-alert.warning:after {
    background: #ffbe3d;
}
.card-alert.warning {
    background: #ffbe3d15;
}
.card-alert.danger:after {
    background: #f25767;
}
.card-alert.danger {
    background: #f2576715;
}

.skeleton-box.avatar {
    border-radius: 10px;
    margin-right: 10px !important;
    width: 39px;
    height: 39px;
    background-color: #ccc;
    background-image: -webkit-linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-image: -moz-linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-image: -o-linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-avatar 1.6s infinite linear;
}
.skeleton-box.line {
    width: 140px;
    height: 16px;
    border-radius: 7px;
    background-image: -webkit-linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-image: -moz-linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-image: -o-linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
}
.skeleton-box.line ~ .line {
    background-color: #ddd;
}

@keyframes shine-lines {
    0% {
        background-position: -100px;
    }
    40%, 100% {
        background-position: 140px;
    }
}
@keyframes shine-avatar {
    0% {
        background-position: -32px;
    }
    40%, 100% {
        background-position: 208px;
    }
}

.signin-another p {
    color: #5F5E5A;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

.signin-another:hover {
    background: #5F5E5A;
    border-color: #5F5E5A
}
.signin-another:hover p {
    color: white;
}

select.hide-arrow::-ms-expand {
    display: none !important;
}
select.hide-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.empty-row {
    text-align: center;
    opacity: .65;
}

.empty-row p,
.empty-row h1,
.empty-row h2,
.empty-row h3,
.empty-row h4,
.empty-row h5,
.empty-row h6,
.empty-row h7
{
    margin-top: 15px;
    margin-bottom: 0;

}

.empty-row img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.user-dfa-settings-modal-form > * {
    width: 100%;
}

.dfa-manager {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 20px;
    transition: .2s ease all;
}

.dfa-manager:hover {
    opacity: 1 !important
}

.dfa-manager img {
    width: 48px;
    height: 48px;
    flex: none;
    border-radius: 11px;
}

.dfa-manager .dfa-manager-name {
    margin-bottom: 4px;
}
.dfa-manager .dfa-manager-description {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .dfa-manager {
        gap: 16px;
    }

    .dfa-manager img {
        width: 40px;
        height: 40px;
        border-radius: 9px;
    }

    .dfa-manager .dfa-manager-name {
        margin-bottom: 3px;
        font-size: 15px;
    }
    .dfa-manager .dfa-manager-description {
        margin-bottom: 0;
        font-size: 13px !important;
    }
}



.fake-content {
    content: "";
    position: relative;
    display: block;
    overflow: hidden;
    background: #EFEFEF;
    border-radius: 6px;
}

.fake-content:after {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(hsla(0, 0%, 100%, .6)), color-stop(50%, transparent));
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .6), transparent 50%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-animation: fake-content 1s linear infinite;
    animation: fake-content 1s linear infinite;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    content: " ";
}

@-webkit-keyframes fake-content {
    to {
        -webkit-transform:translateX(100%);
        transform:translateX(100%)
    }
}

@keyframes fake-content {
    to {
        -webkit-transform:translateX(100%);
        transform:translateX(100%)
    }
}
