@font-face {
    font-family: "FbCarbonRegular";
    src: url(../fonts/FbCarbonRegular.eot);
    src: url(../fonts/FbCarbonRegular.eot) format("embedded-opentype"),url(../fonts/FbCarbonRegular.woff2) format("woff2"),url(../fonts/FbCarbonRegular.woff) format("woff"),url(../fonts/FbCarbonRegular.ttf) format("truetype"),url(../fonts/FbCarbonRegular.svg#FbCarbonRegular) format("svg")
}

@font-face {
    font-family: "FbCarbonMedium";
    src: url(../fonts/FbCarbonMedium.eot);
    src: url(../fonts/FbCarbonMedium.eot) format("embedded-opentype"),url(../fonts/FbCarbonMedium.woff2) format("woff2"),url(../fonts/FbCarbonMedium.woff) format("woff"),url(../fonts/FbCarbonMedium.ttf) format("truetype"),url(../fonts/FbCarbonMedium.svg#FbCarbonMedium) format("svg")
}

@font-face {
    font-family: "FbCarbonBold";
    src: url(../fonts/FbCarbonBold.eot);
    src: url(../fonts/FbCarbonBold.eot) format("embedded-opentype"),url(../fonts/FbCarbonBold.woff2) format("woff2"),url(../fonts/FbCarbonBold.woff) format("woff"),url(../fonts/FbCarbonBold.ttf) format("truetype"),url(../fonts/FbCarbonBold.svg#FbCarbonBold) format("svg")
}

@font-face {
    font-family: "Kazimir";
    src: url(../fonts/Kazimir.eot);
    src: url(../fonts/Kazimir.eot) format("embedded-opentype"),url(../fonts/Kazimir.woff2) format("woff2"),url(../fonts/Kazimir.woff) format("woff"),url(../fonts/Kazimir.ttf) format("truetype"),url(../fonts/Kazimir.svg#Kazimir) format("svg")
}

@font-face {
    font-family: "KazimirItalic";
    src: url(../fonts/KazimirItalic.eot);
    src: url(../fonts/KazimirItalic.eot) format("embedded-opentype"),url(../fonts/KazimirItalic.woff2) format("woff2"),url(../fonts/KazimirItalic.woff) format("woff"),url(../fonts/KazimirItalic.ttf) format("truetype"),url(../fonts/KazimirItalic.svg#KazimirItalic) format("svg")
}

@font-face {
    font-family: "KazimirMedium";
    src: url(../fonts/KazimirMedium.eot);
    src: url(../fonts/KazimirMedium.eot) format("embedded-opentype"),url(../fonts/KazimirMedium.woff2) format("woff2"),url(../fonts/KazimirMedium.woff) format("woff"),url(../fonts/KazimirMedium.ttf) format("truetype"),url(../fonts/KazimirMedium.svg#KazimirMedium) format("svg")
}

@font-face {
    font-family: "KazimirBold";
    src: url(../fonts/KazimirBold.eot);
    src: url(../fonts/KazimirBold.eot) format("embedded-opentype"),url(../fonts/KazimirBold.woff2) format("woff2"),url(../fonts/KazimirBold.woff) format("woff"),url(../fonts/KazimirBold.ttf) format("truetype"),url(../fonts/KazimirBold.svg#KazimirBold) format("svg")
}

@font-face {
    font-family: "RubikBold";
    src: url(../fonts/Rubik-Bold.ttf)
}

@font-face {
    font-family: "RubikMedium";
    src: url(../fonts/Rubik-Medium.ttf)
}

@font-face {
    font-family: "RubikRegular";
    src: url(../fonts/Rubik-Regular.ttf)
}

.font-RubikMedium {
    font-family: "RubikMedium"
}

.font-RubikBold {
    font-family: "RubikBold"
}

.font-RubikRegular {
    font-family: RubikRegular
}

.font-FbCarbonRegular {
    font-family: "FbCarbonRegular"
}

.font-FbCarbonMedium {
    font-family: "FbCarbonMedium"
}

.font-FbCarbonBold {
    font-family: "FbCarbonBold"
}

.font-kazimir {
    font-family: "Kazimir"
}

.font-kazimiritalic {
    font-family: "KazimirItalic"
}

.font-kazimirmedium {
    font-family: "KazimirMedium"
}

.font-kazimirbold {
    font-family: "KazimirBold"
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

body {
    background: #f6f6f6;
    color: #6d6e70;
    overflow-x: hidden;
    font: 400 16px/1 "Poppins",sans-serif !important
}

ol, ul {
    list-style: none
}

a, .btn {
    transition: all .5s ease
}

    a:active, a:hover, a:focus, .btn:focus, .btn:active, .btn:hover {
        outline: 0
    }

a {
    color: #07a19b;
    text-decoration: none
}

    a:focus, a:hover {
        color: #2e664f;
        opacity: .8;
        text-decoration: none
    }

img {
    border: 0;
    vertical-align: middle
}

.font-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.font-medium {
    font-weight: 500
}
.font-10 {
    font-size: 10px;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    background: #07a19b;
    border-color: #07a19b;
    color: #fff !important;
    max-height: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.btn-green {
    background: #07a19b;
    border-color: #07a19b;
    color: #fff;
}

    .btn-green:hover {
        background: #231f20;
        border-color: #231f20;
        color: #fff;
    }


.btn-xs {
    height: auto !important;
    padding: 3px 8px !important;
    margin: 0 !important;
    font-size: 11px !important;
    margin-top: -5px !important
}

    .btn-xs.square-box {
        width: 30px !important;
        min-height: 30px !important;
    }

    .btn-xs > img {
        width: 9px
    }

.btn-primary.site-default-btn {
    background: #07a19b;
    border-color: #07a19b;
    color: #fff !important;
    font-size: 16px;
    padding: 7px 15px;
    min-width: 104px;
    border-radius: 4px !important;
    margin-top: 20px;
    font-weight: 500;
    height: 40px
}

.cancel-default-btn {
    font-weight: 500;
    border: .7px #888 solid;
    color: #888 !important;
    font-size: 16px;
    padding: 7px 15px;
    min-width: 55px;
    margin-right: 10px;
    border-radius: 4px;
    height: 40px
}

    .cancel-default-btn:hover {
        background: #eee
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
    background: #231f20;
    border-color: #231f20;
    color: #fff
}

.btn-border {
    border: 2px solid #939598;
    color: #58595b;
    padding: .2175rem .75rem
}

.btn-border-primary {
    border: 2px solid #07a19b;
    color: #07a19b !important;
    padding: .2175rem .75rem
}

    .btn-border-primary:hover, .btn-border-primary:focus, .btn-border-primary:not(:disabled):not(.disabled):active {
        background: #07a19b;
        border-color: #07a19b;
        color: #fff !important
    }

.btn-blue {
    background: #4b89c8;
    color: #fff;
    border-color: #4b89c8
}

    .btn-blue:hover, .btn-blue:focus, .btn-blue:not(:disabled):not(.disabled):active {
        background: #6babeb;
        border-color: #6babeb;
        color: #fff
    }

.btn-gray:hover, .btn-gray:focus, .btn-gray:not(:disabled):not(.disabled):active {
    background: #07a19b;
    border-color: #07a19b;
    color: #fff
}

.btn-border-gray {
    background: transparent;
    border: 1px solid #808285;
    color: #808285
}

    .btn-border-gray:hover, .btn-border-gray:focus, .btn-border-gray:not(:disabled):not(.disabled):active {
        background: #808285;
        border-color: #808285;
        color: #fff
    }

.btn-edit {
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 5px;
    line-height: 1
}

.text-primary {
    color: #07a19b !important
}

.text-danger {
    color: #EF7C67 !important
}

.bg-primary {
    background: #07a19b !important
}

.bg-gray {
    background: #f3f4f4
}

.bg-lightgray {
    background: #f6f6f6
}

.bg-white {
    background: #fff
}

.bg-yellow {
    background: #efa746
}

.bg-blue {
    background: #4b89c8
}

.bg-red {
    background: #a41c20
}

.boxradius {
    background: #fff;
    border-radius: 20px
}

.text-underline {
    text-decoration: underline
}

.form-group label {
    font-size: 14px
}

.topBar {
    background: #f6f6f6;
    font-family: "Poppins",sans-serif !important;
    color: #fff;
    padding: 10px 0px;
    min-height: 64px;
    align-items: center;
    display: flex;
    box-shadow: 0 1px 0 #e0e0e0
}

    .topBar.green-header .right-user-section .text-details {
        color: #fff !important
    }

    .topBar .navbar {
        padding: 0
    }

    .topBar .navbar-nav {
        flex-direction: row;
        align-items: center;
        font-size: .9rem
    }

    .topBar .navbar-brand {
        margin: 0
    }

    .topBar .navbar-nav li a {
        color: #fff
    }

.btn-border:hover, .btn-border:focus, .btn-border:not(:disabled):not(.disabled):active, .btn-gray {
    background: #939598;
    border-color: #939598;
    color: #fff
}

.bg-green, .topBar.green-header {
    background: #07a19b
}

@media (max-width: 767px) {
    /* .topBar {
        padding-left: 10px;
        padding-right: 10px
    }*/

    .right-user-section {
        min-width: auto !important
    }

    .donate-shadow-box, .thankyou-box {
        padding: 30px !important
    }

    .topBar .navbar-nav li.nav-name {
        display: none
    }

    .topBar .navbar-nav li {
        margin: 0 6px
    }

        .topBar .navbar-nav li.nav-account span.nav-arrow {
            display: block;
            position: relative;
            top: 3px;
            margin-left: 5px
        }

        .topBar .navbar-nav li.nav-account .dropdown-menu {
            position: absolute;
            right: 0;
            left: auto;
            border-radius: 0;
            background: #fff;
            border: 0;
            padding: 0 10px;
            color: #2c7eaf;
            box-shadow: 0 0 2px rgba(0,0,0,0.5)
        }

            .topBar .navbar-nav li.nav-account .dropdown-menu .name {
                font-size: 12px;
                padding: 10px 0
            }

            .topBar .navbar-nav li.nav-account .dropdown-menu a {
                display: none;
                color: #07a19b;
                padding: 9px 0;
                font-size: 16px
            }

    .monthly-payment {
        flex-wrap: wrap !important
    }

        .monthly-payment .checkbox-row {
            width: 100%;
            margin-bottom: 10px
        }

    .payment-inner {
        width: 100%
    }

        .payment-inner .select-payment, .payment-inner .date-select {
            width: 50%
        }

    .payment-option-buttons > .btn, .pay-amount > span {
        width: 100% !important;
        margin-bottom: 10px
    }

        .payment-option-buttons > .btn:first-child {
            margin-right: 0 !important
        }

    .thankyou-box button {
        width: 100% !important
    }
}

@media (max-width: 576px) {
    .topBar .navbar {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .topBar .navbar-brand img {
        max-width: 155px !important;
    }

    .payment-inner {
        width: 100%;
        flex-wrap: wrap
    }

    .accordion-border-tab .content-main-row .info-area-row, .accordion-border-tab .content-main-row .info-area-row .details.details-box-active .detail-child-info {
        flex-wrap: wrap
    }

    .accordion-border-tab .album-records .details .info-text {
        flex: 0 0 100% !important
    }

    .select-btns {
        width: 100%;
        order: 3;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px
    }

    .connect-tabs .nav-tabs .nav-item {
        width: 100%
    }

        .connect-tabs .nav-tabs .nav-item a {
            border: none;
            margin-left: 0 !important;
            text-align: center;
            margin-bottom: 10px
        }

    .connect-tabs li:first-child > a.active::after {
        display: none
    }

    .connect-tabs li > a.active {
        background: #07a19b !important;
        color: #fff !important;
        border-radius: 4px !important
    }
/*
    .header-main-row .left > .details.at-header {
        display: none !important
    }*/

    .header-main-row {
        min-width: 82px !important
    }

        .header-main-row.logged-in {
            min-width: 126px !important
        }

    .search-organiation .search select.form-control {
        min-width: 95px !important;
        flex-basis: 95px !important;
        padding-left: 15px !important
    }

    .payment-inner .select-payment, .payment-inner .date-select, .accordion-border-tab .content-main-row .info-area-row .icons-click {
        width: 100%;
        margin-bottom: 10px
    }
}

audio {
    width: 100%
}

@media (max-width: 420px) {
    .topBar .navbar-nav li.nav-item:last-child {
        display: none
    }

    .topBar .navbar-nav li.nav-account .dropdown-menu a {
        display: block
    }

    .topBar .navbar-brand {
        font-size: 1.3rem
    }
}

.progress {
    background: #e6e7e8;
    height: 10px;
    border-radius: 30px
}

    .progress .progress-bar {
        background-color: #2c7eaf
    }

.arrow {
    background: url(../images/arrow-icon.svg) no-repeat;
    cursor: pointer;
    width: 13px;
    height: 7px;
    display: block;
    margin: auto
}

.page-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 100%
}

    .page-wrapper .page-container {
        display: flex;
        display: -webkit-flex;
        height: 100%
    }

.breadcrumb-row .breadcrumb a {
    color: #bababa;
    letter-spacing: .5px;
    font: 400 14px "Poppins",sans-serif !important
}

.breadcrumb-row .breadcrumb {
    background: transparent;
    align-items: center;
    padding-left: 0
}

.breadcrumb-row .breadcrumb-item {
    font: 14px/1 FontAwesome
}

    .breadcrumb-row .breadcrumb-item + .breadcrumb-item::before {
        content: "\f104" !important;
        color: #bababa;
        padding: 0 12px 0 16px;
        font-size: 20px
    }

    .breadcrumb-row .breadcrumb-item + .breadcrumb-item {
        padding-left: 0;
        color: #bababa;
        font-weight: 600;
        display: flex;
        align-items: center
    }

.sidebar {
    min-width: 315px;
    flex-basis: 315px;
    margin-right: 50px;
    position: relative;
}
.sidebar.open {
    min-width: 52px !important;
    flex-basis: 52px !important;
}
.sidebar.open .username {
    display: none;
}
.sidebar .toggle-btn {
    position: absolute;
    top: 0px;
    right: -30px;
}
.sidebar .toggle-btn .btn-bars {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 1.3rem;
    color: #00a09a;
}
.sidebar .toggle-btn .btn-bars:focus {
    outline: none;
}

.sidebar .sidebar-inner {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 172px);
    overflow-x: hidden;
    overflow-y: auto;
    min-height: calc(100vh - 158px)
}

    .sidebar .username {
        text-align: center;
        padding: 1.5rem 1rem
    }

        .sidebar .username .icon {
            border-radius: 100%;
            color: #fff;
            display: flex;
            display: -webkit-flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            margin: auto;
            width: 110px;
            height: 110px;
            border: 1px solid #ececec;
            overflow: hidden;
        }

            .sidebar .username .icon > img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

    .sidebar ul.sidebarLink {
        padding: 18px
    }

        .sidebar ul.sidebarLink li {
            margin-bottom: 16px
        }

            .sidebar ul.sidebarLink li a {
                color: #58595b;
                font-size: 1.3rem;
                display: flex;
                align-items: center;
                width: 100%
            }

            .sidebar ul.sidebarLink li .icon {
                display: inline-block;
                min-width: 18px;
                flex-basis: 18px;
                margin-right: 16px
            }

            .sidebar ul.sidebarLink li a .value {
                border: 1px solid #ededee;
                border-radius: 8px;
                display: block;
                width: 100%;
                padding: 13px 15px;
                font-size: 18px
            }

            .sidebar ul.sidebarLink li.active a .value, .sidebar ul.sidebarLink li a:hover .value {
                background: #07a19b;
                color: #fff
            }

.content {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 172px);
    overflow-x: hidden;
    overflow-y: auto;
    min-height: calc(100vh - 158px);
}

::-webkit-scrollbar {
    background-color: #fff;
    border-radius: 25px;
    width: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #c9c9c9;
    border-radius: 25px;
    width: 10px
}

::-webkit-scrollbar:horizontal {
    background-color: #fff;
    border-radius: 25px;
    height: 10px
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #c9c9c9;
    border-radius: 25px;
    height: 10px
}

.content-inner-wrapper {
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    border-radius: 8px;
    padding: 18px;
    padding-bottom: 20px;
    height: 100%;
}

.br-fixed-top {
    border-radius: 0 0 4px 4px
}

.ag-grid-wrapper {
    /* min-height: calc(100vh - 233px);*/
    border-radius: 0 0 4px 4px;
    position: relative;
}

.text-underline {
    text-decoration: underline;
}
/*.ag-theme-balham{height:100%;}*/
.gray-wrapper {
    background: #f6f6f6;
    box-shadow: none;
    padding-left: 0
}

.pageName {
    font-size: 1.4rem;
    margin-bottom: 1.4rem
}

.font-xs {
    font-size: 12px
}

.font-sm {
    font-size: 14px
}

.dashboardContent {
    max-width: 570px;
    margin: auto
}

.chartDetails .donateText {
    margin-bottom: 15px
}

    .chartDetails .donateText .monthtext {
        font-size: 1.1rem;
        align-items: center
    }

.donateText .progress {
    margin: 15px 0
}

.table-responsive {
    max-height: calc(100vh - 356px) !important
}

    .table-responsive.mh-auto {
        max-height: 100% !important
    }

.chartDetails .donateText .monthtext .price {
    font-size: 2rem;
    font-weight: 700
}

.chartDetails .dropdown {
    margin-left: 5px
}

    .chartDetails .dropdown .dropdown-toggle {
        color: #6d6e70;
        font-weight: 700
    }

        .chartDetails .dropdown .dropdown-toggle:after {
            display: inline-block;
            width: 10px;
            height: 10px;
            border: 1.5px solid #6d6e70;
            border-bottom: 0;
            border-left: 0;
            border-radius: 1px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            margin: 0
        }

.chartDetails .donateText .goalText {
    font-size: 1.1rem
}

    .chartDetails .donateText .goalText .price {
        font-size: 1.5rem
    }

.chartDetails .text-panel {
    padding: 1rem;
    align-items: center;
    min-height: 80px;
    font-size: 1.1rem
}

    .chartDetails .text-panel .count {
        font-size: 2.4rem
    }

    .chartDetails .text-panel .price {
        font-size: 1.3rem
    }

.date-placeholder {
    padding: 4px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
    position: relative;
    top: 3px
}

    .date-placeholder .icon {
        width: 13px;
        vertical-align: baseline;
        position: absolute;
        left: 5px;
        top: 4px
    }

    .date-placeholder input {
        background: transparent;
        border: 0;
        display: inline-block;
        width: 100px;
        height: 14px;
        padding-left: 20px;
        font-size: 14px;
        position: relative;
        z-index: 1
    }

.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: .85rem
}

.offline-button {
    display: flex;
    grid-gap: 5px;
    flex-wrap: wrap
}

.date-selector {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    grid-gap: 10px
}

    .date-selector .date-picker {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        border-radius: 0
    }

        .date-selector .date-picker .date-icon {
            width: 15px;
            margin-right: 5px
        }

        .date-selector .date-picker .date-input {
            background: transparent;
            border: 0;
            font-weight: 700;
            color: #6d6e70;
            width: 80px;
            font-size: 13px;
            padding: 0
        }

.table-filter {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

    .table-filter .button-group {
        margin-left: auto
    }

    .table-filter .filter-selector {
        margin-right: 5px
    }

        .table-filter .filter-selector .selected {
            font-weight: 700
        }

.btn-icon {
    display: flex;
    display: -webkit-flex;
    align-items: center
}

    .btn-icon .icon {
        width: 9px;
        margin-right: 5px
    }

.table .icon {
    width: 12px
}

.table [class*="bg-"] {
    color: #fff
}

.custom-checkbox .custom-control-label::before {
    border-radius: 4px;
    border-color: #bcbdc0;
    outline: 0;
    box-shadow: none
}

.table .sorting-column {
    position: relative;
    padding-right: 15px;
    display: inline-block
}

    .table .sorting-column:after {
        content: "";
        display: inline-block;
        width: 9px;
        height: 9px;
        border: 1.5px solid;
        border-bottom: 0;
        border-left: 0;
        border-radius: 1px;
        margin-left: 6px;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 0
    }

.table .sorting_asc .sorting-column:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1
}

.table .sorting_desc .sorting-column:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 25%;
    opacity: 1
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
    box-shadow: none;
    outline: 0 !important;
    box-shadow: none !important
}

.monthly-payment .custom-checkbox .custom-control-label::before, .monthly-payment .custom-checkbox .custom-control-label::after {
    left: 0
}

.monthly-payment
.custom-checkbox
.custom-control-input:checked ~ .custom-control-label::after {
    height: 10px;
    width: 5px;
    left: 5px;
    top: 2px;
    border-color: #fff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    display: inline-block;
    transform: rotate(45deg);
    height: 9px;
    width: 5px;
    left: -1.2rem;
    top: 4.5px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    background: none
}

.donationList .box {
    background: #fff;
    border-radius: 20px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    padding: 24px 15px;
    height: calc(100% - 30px);
    border: 1px solid #07a19b
}

    .donationList .box h3 {
        font-size: 1.5rem;
        font-weight: 400;
        margin-bottom: 5px
    }

    .donationList .box .price {
        font-weight: 700;
        margin-bottom: 8px;
        font-size: 1.8rem
    }

    .donationList .box .date {
        margin-bottom: 8px
    }

    .donationList .box .btn-edit {
        margin: auto;
        background: #bcbdc0
    }

    .donationList .box .edit {
        margin-top: 15px
    }

    .donationList .box.disabled > * {
        color: #bcbdc0;
        pointer-events: none
    }

    .donationList .box.disabled .edit {
        opacity: 1;
        pointer-events: all
    }

.edit-form .bottom-field {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -7.5px
}

    .edit-form .bottom-field .form-group {
        padding: 0 7.5px
    }

.form-control, .custom-select {
    border-radius: 0;
    border-color: #939598;
    border-radius: 4px;
    border: .7px solid #bababa;
    height: calc(1.5em + 0.75rem + 4px) !important;
    min-height: 40px
}

    .form-control:focus, .custom-select:focus {
        border-color: #939598;
        box-shadow: none
    }

    input:hover, select:hover, input:focus, select:focus, .custom-select:focus {
        box-shadow: none;
        outline: 0 !important
    }

.border-label {
    width: 100%;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 14px
}

.select2-new-custom .select2-container {
    width: 100% !important
}

.select2-new-custom .select2-container--default .select2-selection--single {
    height: 40px !important
}

.select2-new-custom .select2-selection__rendered {
    line-height: 39px !important;
    color: #888 !important
}

.select2-new-custom .select2-selection__arrow {
    top: 7px !important
}

.custom-selectv2 {
    background-image: url(../images/amgle-down-arrow.png);
    padding: 7px 14px;
    background-position: 97% center;
    min-width: 145px;
    font-size: 14px;
    background-size: 11px;
}

.input-h-80 {
    height: 80px !important;
}

.input-h-40 {
    height: 40px
}

.input-h-30 {
    height: 30px !important;
    min-height: 30px !important;
}

.input-group-text {
    width: 40px;
    justify-content: center;
    background: #f0f0f0;
    height: 40px;
    font-size: 14px
}

.form-group {
    margin-bottom: 18px
}

.custom-control-label::before, .custom-control-label::after {
    top: 0
}

.text-editor {
    font-size: 13px;
    resize: none;
    min-height: 152px
}

.amount-input {
    position: relative
}

    .amount-input input {
        padding-left: 52px
    }

    .amount-input > span {
        background: #f0f0f0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px 0 0 4px;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #bababa
    }

.breadcrumb-row .breadcrumb-item.active a, .breadcrumb-row .breadcrumb-item.active::before {
    color: #07a19b
}

.color-picker.dropdown-toggle::after {
    display: none
}

.custom-control-input:checked ~ .custom-control-label::before, .monthly-payment .custom-control-input:checked ~ .custom-control-label::before {
    background: #07a19b;
    border-color: #07a19b
}

@media (min-width: 658px) {
    .modal-dialog {
        max-width: 658px
    }
}

.modal-custom .modal-header {
    min-height: 50px
}

.modal-custom .modal-content {
    border-radius: 0
}

.modal .close {
    position: absolute;
    right: 40px;
    top: 32px;
    width: 20px;
    height: 20px;
    padding: 0
}

    .modal .close:focus {
        border: 0;
        outline: 0;
    }

    .modal .close:hover {
        opacity: 1
    }

    .modal .close:before, .modal .close:after {
        position: absolute;
        content: " ";
        height: 20px;
        width: 1px;
        background-color: #6d6e70;
        top: 0
    }

    .modal .close.close-btn {
        z-index: 99
    }

        .modal .close.close-btn:before, .modal .close.close-btn:after {
            display: none
        }

    .modal .close:before {
        transform: rotate(45deg)
    }

    .modal .close:after {
        transform: rotate(-45deg)
    }

.border-transparent {
    border-color: transparent
}

.modal-form {
    padding: 1rem 1.9rem 2rem
}

    .modal-form .form-button {
        margin-top: 10px;
        grid-gap: 20px
    }

        .modal-form .form-button .btn {
            border-radius: 4px !important;
            padding: 5px 15px;
            font-weight: 500;
            font-size: 14px;
            min-width: 104px
        }

.row-sm [class*="col-"] {
    padding: 0 7.5px
}

.row-sm {
    margin: 0 -7.5px
}

.modal-custom .btn-lg {
    height: 52px;
    min-width: 112px;
    text-transform: uppercase;
    font-size: 1.2rem
}

.modal-custom .modal-header h2 {
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    padding: 1rem;
    letter-spacing: .5px;
    text-transform: capitalize !important
}

.modal-setgoal {
    max-width: 522px;
    text-align: center
}

    .modal-setgoal .text-panel .dropdown-toggle {
        color: #6d6e70
    }

    .modal-setgoal .price-input .form-control {
        width: auto;
        margin: auto;
        color: #07a19b;
        font-size: 1.52rem;
        text-align: center;
        display: inline-block;
        max-width: 190px;
        height: calc(1.5em + 0.75rem + 3px)
    }

.modal-custom .reciept-field {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: #939598
}

    .modal-custom .reciept-field a {
        color: #939598
    }

    .modal-custom .reciept-field .icon {
        width: 18px;
        margin-right: 8px
    }

    .modal-custom .reciept-field .image-placeholder {
        width: 64px;
        height: 53px;
        border-radius: 20px;
        overflow: hidden;
        margin-left: 15px
    }

    .modal-custom .reciept-field .banner-campaign {
        overflow: hidden
    }

.grid-gap-18 {
    grid-gap: 18px
}

.organizationList {
    margin: auto;
    margin-bottom: 1rem
}

    .organizationList .box {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
        padding: 15px 15px 27px;
        text-align: center;
        overflow: hidden;
        display: block;
        position: relative;
        width: 360px
    }

        .organizationList .box .img {
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            position: relative;
            z-index: 1
        }

            .organizationList .box .img > img {
                object-fit: contain;
                max-width: 86px;
                height: 86px
            }

        .organizationList .box .name {
            font-size: 14px;
            margin-bottom: 8px;
            margin-top: 8px;
            color: #636466;
            font-weight: 500
        }

.divider-gray {
    background: #ebeced;
    height: 8px;
    margin-bottom: 30px
}

.block {
    display: block
}

.organizationList .box .company {
    font: 22px "FbCarbonBold"
}

.custom-site-search {
    display: flex;
    display: -webkit-flex;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    border-radius: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 14px;
    max-height: 50px;
    align-items: center
}

    .custom-site-search > input {
        background: url(../images/search-gray-icon.svg) no-repeat !important;
        background-position: 16px center !important;
        padding-left: 42px
    }

.organizationList .box .boxhover {
    background: rgba(88,89,91,0.75);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    z-index: 9
}

.organizationList .box:hover .boxhover {
    display: block;
    transition: all .5s ease
}

.organizationList .box ul.icons {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0
}

    .organizationList .box ul.icons li {
        margin: 7.5px
    }

        .organizationList .box ul.icons li a {
            background: #fff;
            display: block;
            border-radius: 100%;
            width: 30px;
            height: 30px;
            padding: 2px;
            text-align: center;
            line-height: 20px;
            position: relative
        }

            .organizationList .box ul.icons li a img {
                height: 15px;
                margin-top: 6px;
                width: 16px;
            }

            .organizationList .box ul.icons li a:hover:after {
                display: -webkit-flex;
                display: flex;
                -webkit-justify-content: center;
                justify-content: center;
                color: #fff;
                content: attr(title);
                margin: -45px auto auto;
                font-size: 13px;
                width: 92px;
                transform: translateX(-40%)
            }

.filterSection .title h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px
}

.filterSection .filter-button ul {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    grid-gap: 15px
}

    .filterSection .filter-button ul li a {
        text-transform: uppercase;
        min-width: 100px
    }

.filterSection .filter-button .search .form-control {
    background: #fff;
    border-color: #fff;
    color: #808285
}

.profilePage {
    max-width: 100%
}

.input-add .input-group-append {
    margin-left: 8px
}

    .input-add .input-group-append .input-group-icon {
        background: #939598;
        cursor: pointer;
        color: #fff;
        font-size: 2.3rem;
        width: 50px;
        border-radius: 18px;
        text-align: center;
        line-height: 41px
    }

        .input-add .input-group-append .input-group-icon:hover {
            background: #838383
        }

.input-icon .form-control {
    padding-right: 50px
}

.tel-icon, .cell-icon {
    background-image: url(../images/telephone-icon.jpg);
    background-repeat: no-repeat;
    background-position: 96% 9px;
    background-size: 18px
}

.cell-icon {
    background-image: url(../images/mobile-icon.jpg)
}

.profileForm .form-control, .organization-profile-edit-form .form-control {
    border-radius: 4px !important;
    border: .7px solid #bababa;
    height: 40px;
    font-size: 14px;
    color: #000;
    padding: 10px 14px
}

.profileForm .form-control, .organization-profile-edit-form .custom-select {
    border-radius: 4px !important;
    border: .7px solid #bababa;
    max-height: 40px;
    font-size: 14px;
    color: #000;
    padding: 7px 14px
}

.profileForm .form-control, .organization-profile-edit-form .btn {
    border-radius: 4px !important;
    padding: 5px 15px;
    font-weight: 500
}

.profileForm .custom-checkbox .custom-control-label::before {
    border: 0;
    border-radius: 5px
}

.loginForm {
    margin-top: 3rem
}

.mt-3-5 {
    margin-top: 1.3rem !important
}

.profileForm h2.subtitle {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.3rem
}

.cardBlock .card-box {
    background: #fff;
    border-radius: 20px;
    padding: 1.1rem 1.5rem;
    margin-bottom: 1rem;
    height: calc(100% - 1rem);
    position: relative;
    overflow: hidden
}

    .cardBlock .card-box.active {
        border: 2px solid #a9a9a9
    }

.card-box .removebtn {
    background: #f6f6f6;
    border-radius: 21px;
    color: #58585a;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    margin-left: auto;
    order: 1
}

.card-box .name {
    display: flex;
    display: -webkit-flex
}

.card-box .date {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700
}

.card-box-default {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
    margin-bottom: .5rem !important;
    height: 10px !important
}

.card-box .date .icon {
    background: #f6f6f6;
    border-radius: 5px;
    width: 60px;
    height: 36px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px
}

.card-box .number {
    font-size: 1.1rem
}

.card-box .boxhover {
    background: rgba(88,89,91,0.75);
    display: none;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease
}

.card-box:hover .boxhover {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center
}

    .card-box:hover .boxhover .btn-primary {
        min-width: 140px
    }

.btn-white {
    background: #fff
}

.card-box .boxhover .btn {
    font-size: 12px
}

.cardBlock {
    margin-bottom: 2rem
}

    .cardBlock h2 .btn-primary {
        background: #07b8a0;
        border-color: #07b8a0;
        font-size: 11px;
        min-width: 84px;
        padding: .2rem 1rem;
        margin-left: 10px;
        text-transform: uppercase
    }

.grid-gap-10, .grid-gap-5 {
    grid-gap: 5px
}

.filterSection .title, .filterSection .title a.btn {
    margin-bottom: 15px
}

@media (max-width: 991px) {
    .sidebar .toggle-btn {
        position: absolute;
        display: block;
        right: -53px;
        top: 0;
        background: #fff;
        padding: 10px;
        box-shadow: 0 2px 50px rgb(176 176 176 / 50%);
        z-index: 9;
        opacity: .7
    }

        .sidebar .toggle-btn:hover {
            opacity: 1
        }

    .toggle-btn .btn-bars {
        position: relative;
        top: -4px;
        width: 32px;
        height: 26px;
        padding: 0;
        border: 0;
        background: transparent
    }

    .toggle-btn button:focus {
        outline: none
    }

    .toggle-btn .btn-bars .icon, .toggle-btn .btn-bars .icon:after, .toggle-btn .btn-bars .icon:before {
        width: 32px;
        height: 3px;
        display: inline-block
    }

    .toggle-btn .btn-bars .icon {
        background: transparent;
        position: relative;
        transition: all 0ms 300ms
    }

    .toggle-btn .btn-bars.collapsed .icon {
        background: #07a19b
    }

    .toggle-btn .btn-bars .icon:before, .toggle-btn .btn-bars .icon:after {
        content: "";
        position: absolute;
        left: 0;
        background: #07a19b
    }

    .toggle-btn .btn-bars .icon:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(0.23,1,0.32,1),transform 300ms 300ms cubic-bezier(0.23,1,0.32,1)
    }

    .toggle-btn .btn-bars .icon:after {
        top: 0;
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(0.23,1,0.32,1),transform 300ms 300ms cubic-bezier(0.23,1,0.32,1)
    }

    .toggle-btn .btn-bars.collapsed .icon:before {
        background: #07a19b;
        bottom: 10px;
        transform: none;
        transition: bottom 300ms 300ms cubic-bezier(0.23,1,0.32,1),transform 300ms cubic-bezier(0.23,1,0.32,1)
    }

    .toggle-btn .btn-bars.collapsed .icon:after {
        background: #07a19b;
        top: 10px;
        transform: none;
        transition: top 300ms 300ms cubic-bezier(0.23,1,0.32,1),transform 300ms cubic-bezier(0.23,1,0.32,1)
    }

    .sidebar .sidebar-inner {
        position: relative;
        height: 100%;
        min-height: 100%
    }

    .sidebar {
        padding: 0;
        transition: all 1s ease;
        left: -315px;
        position: absolute;
        z-index: 999
    }

        .sidebar.open {
            left: 0;
            box-shadow: 0 2px 50px rgb(176 176 176 / 50%);
        }

    /*.page-wrapper {
        padding: 0
    }*/

    .content {
        padding-top: 20px;
        max-width: calc(100% - 0px);
        height: 100%
    }

    .sidebar ul.sidebarLink li a {
        font-size: 18px
    }

    .sidebar .username .icon {
        width: 36px;
        height: 36px;
        font-size: 15px
    }

    .sidebar .username {
        padding: 1rem 0
    }

    .sidabropen .sidebar {
        min-width: 230px;
        flex-basis: 230px
    }

        .sidabropen .sidebar .username .icon {
            width: 130px;
            height: 130px;
            font-size: 4rem
        }

    .sidabropen .toggle-btn {
        text-align: right
    }

    .dashboardContent {
        max-width: 100%
    }

    .custom-checkbox input + label {
        white-space: normal !important
    }
}

@media (max-width: 640px) {
    .table-filter .button-group .btn {
        margin-bottom: 5px
    }

    .date-selector .date-picker {
        flex-wrap: nowrap
    }

        .date-selector .date-picker .date-input {
            font-size: 12px;
            width: 66px
        }
}

.wrapper-login {
    background: #fff
}

    .wrapper-login .login, .wrapper-login .image {
        background: #fff;
        min-height: 100vh
    }

    .wrapper-login .card {
        background: transparent;
        border: 0;
        padding: 0
    }

    .wrapper-login .bg-image {
        background: #fff url(../images/tzedakah-logo.jpg) no-repeat;
        background-size: auto;
        background-position: center
    }

    .wrapper-login .login-heading {
        color: #07a19b;
        font-weight: 400;
        font-size: 18px
    }

    .wrapper-login .btn-login {
        font-size: 14px;
        letter-spacing: .05rem
    }

    .wrapper-login .form-label-group {
        position: relative;
        margin-bottom: 1rem
    }

        .wrapper-login .form-label-group > input, .wrapper-login .form-label-group > label {
            padding: .75rem 1rem;
            height: auto
        }

        .wrapper-login .form-label-group > label {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            margin-bottom: 0;
            line-height: 1.5;
            color: #495057;
            cursor: text;
            font-weight: 300;
            transition: all .1s ease-in-out
        }

        .wrapper-login .form-label-group input::-ms-input-placeholder {
            color: transparent;
            color: #777
        }

        .wrapper-login .form-label-group input:not(:placeholder-shown) ~ label, .wrapper-login .form-label-group input:focus ~ label, .wrapper-login .form-label-group input:valid ~ label, .wrapper-login .form-label-group input:valid ~ label {
            font-size: 12px;
            color: #777;
            background: #fff;
            width: auto;
            top: -8px;
            padding: 0 6px;
            left: 10px
        }

        .wrapper-login .form-label-group input:focus ~ label, .wrapper-login .form-label-group input:valid ~ label, .wrapper-login .form-label-group input:valid ~ label {
            top: -8px;
            left: 10px
        }

.errormsg {
    color: red;
    font-size: 12px;
    margin-top: 3px;
    font-weight: 400;
    display: block
}

.wrapper-login .form-label-group input::-webkit-input-placeholder, .wrapper-login .form-label-group input:-ms-input-placeholder, .wrapper-login .form-label-group input::-moz-placeholder, .wrapper-login .form-label-group input::placeholder {
    color: transparent
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .wrapper-login .form-label-group > label {
        display: none
    }

    .wrapper-login .form-label-group input:-ms-input-placeholder {
        color: #777
    }
}

@media (max-width: 767px) {
    .col-login {
        background: rgba(255,255,255,0.74)
    }

    .wrapper-login .login {
        background: transparent
    }

        .wrapper-login .login .card {
            background: #fff;
            border: 0;
            border-radius: 1rem;
            box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,0.1);
            padding: 2rem
        }

    .wrapper-login .bg-image {
        position: fixed;
        width: 100%;
        display: block;
        height: 100vh
    }
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    text-align: center;
    background: rgba(255,255,255,0.55);
    left: 0;
    top: 0;
    z-index: 10009;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.loader .spinner {
    height: 50px;
    width: 50px;
    padding: 15px;
    border: 6px solid #ddd;
    border-right-color: #07a19b;
    border-radius: 50%;
    -webkit-animation: rotate 1s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99
}

.ag-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,0.55);
    left: 0;
    top: 0;
    z-index: 10009;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center
}

    .ag-loader .spinner {
        height: 50px;
        width: 50px;
        padding: 15px;
        border: 6px solid #ddd;
        border-right-color: #07a19b;
        border-radius: 50%;
        -webkit-animation: rotate 1s infinite linear;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 99
    }

.loader .spinner img {
    display: none
}

.min-wid-auto {
    min-width: auto !important
}

@media (min-width: 576px) {
    .modal-custom.modal-sm {
        max-width: 500px !important
    }
}

.custom-control {
    min-height: 1.1rem
}

.campaign-setting .card-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
    padding: 15px;
    margin-bottom: 25px
}

.campaign-setting h1 {
    margin: 0 0 15px;
    font-size: 1.5rem;
    color: #000;
    font-weight: 600
}

.campaign-setting .form-control {
    border-radius: 5px;
    font-size: 16px
}

.mt-custom {
    margin-top: .1rem
}

.campaign-setting .input-group .form-control {
    border-radius: 0 5px 5px 0 !important;
    border: .7px solid #bababa;
    height: 40px !important;
    min-width: 100px
}

.campaign-setting .control-label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px
}

.campaign-setting .sub-title, .organization-settings-form .sub-title, .raiser-settings-form .sub-title {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 7px
}

    .campaign-setting .sub-title small, .organization-settings-form .sub-title small, .raiser-settings-form .sub-title small {
        font-style: italic;
        color: #9d9c9c;
        font-size: 13px
    }

.upload-images, .upload-images {
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap
}

    .upload-images .image-item, .upload-images .image-item {
        width: 140px;
        margin-right: 15px;
        margin-bottom: 15px;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        height: 100px
    }

        .upload-images .image-item img, .upload-images .image-item video, .upload-images .image-item img, .upload-images .image-item video {
            object-fit: cover;
            width: 100%;
            height: 100px
        }

        .upload-images .image-item .btn-close, .upload-images .image-item .btn-close {
            position: absolute;
            top: 5px;
            background: #0000009e;
            right: 5px;
            border: 0;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            display: block
        }

            .upload-images .image-item .btn-close .cross-icon, .upload-images .image-item .btn-close .cross-icon {
                position: relative;
                display: inline-block;
                width: 12px;
                height: 11px;
                left: 3px
            }

.cross-icon:before, .cross-icon:after {
    position: absolute;
    left: 0;
    content: " ";
    height: 10px;
    width: 2px;
    background-color: #fff;
    top: 1px
}

.cross-icon:before {
    transform: rotate(45deg)
}

.cross-icon:after {
    transform: rotate(-45deg)
}

.upload-images .add-image, .upload-images .add-image, .add-image {
    background: #f6f6f6;
    border: 1px dashed #bcbbbb;
    overflow: hidden
}

    .upload-images .add-image button, .upload-images .add-image button, .add-image button {
        border: 0;
        background: transparent;
        color: #b4b4b4;
        height: 100%;
        width: 100%;
        padding: 0;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

        .upload-images .add-image button span, .upload-images .add-image button span {
            margin-top: 5px
        }

.campaign-setting .card-box h2.title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px
}

.campaign-setting .card-box .nav-tabs {
    margin-bottom: 15px
}

    .campaign-setting .card-box .nav-tabs li.nav-item {
        margin: 0 22px 0 0
    }

        .campaign-setting .card-box .nav-tabs li.nav-item .nav-link {
            border: 0;
            border-radius: 0;
            color: #9b9a9a;
            font-size: 14px;
            transition: none;
            padding: 0 0 12px
        }

            .campaign-setting .card-box .nav-tabs li.nav-item .nav-link.active {
                color: #07a19b;
                font-weight: 600;
                border-bottom: 1px solid #07a19b
            }

        .campaign-setting .card-box .nav-tabs li.nav-item:first-child .nav-link {
            padding-left: 0
        }

.campaign-setting .card-box .Editor-editor {
    height: 500px
}

.count-box .form-box {
    background: #d9edec;
    border-radius: 8px;
    padding: 12px 17px;
    margin: 23px 0 0;
    display: flex;
    display: -webkit-flex;
    min-height: 87px
}

    .count-box .form-box .left-part {
        color: #000;
        font-size: 12px;
        font-weight: 700;
        position: relative;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        justify-content: space-between;
        text-transform: uppercase;
        overflow: hidden;
        padding-right: 10px;
        flex: 1
    }

        .count-box .form-box .left-part span:first-child {
            white-space: nowrap;
            font-weight: 500;
            color: #000;
            font-size: 10px;
            max-width: 100%;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .count-box .form-box .left-part .number {
            display: block;
            color: #000;
            font-size: 22px;
            margin-top: 5px;
            max-width: 100%;
            text-overflow: ellipsis;
            overflow: hidden;
            font-weight: 500
        }

    .count-box .form-box .right-part {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between
    }

        .count-box .form-box .right-part .item {
            font-size: 8px;
            color: #888;
            text-align: right;
            max-width: 100%
        }

        .count-box .form-box .right-part .number {
            display: block;
            font-weight: 700;
            font-size: 12px;
            margin-top: 4px;
            max-width: 100%;
            text-overflow: ellipsis;
            overflow: hidden;
            font-weight: 500
        }

.text-green {
    color: #07a19b
}

.text-red {
    color: #d64545
}

.text-online {
    color: #4F80ED
}

.text-offline {
    color: #D9A654
}

.table thead th {
    font-size: 14px;
    border-bottom: 1px solid #dee2e6
}

.form-group label.control-label, .control-label, .file-name {
    margin-bottom: 7px;
    font-size: 14px
}

.table tbody td {
    font-size: 15px
}

.table td, .table th {
    padding: .5rem;
    vertical-align: middle
}

.field-color {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end
}

    .field-color .icon {
        margin-left: 15px;
        position: relative;
        margin-right: 15px;
    }

        .field-color .icon button.jscolor {
            border: 0;
            opacity: 0;
            position: absolute;
            height: 34px;
            top: 0
        }

        .field-color .icon img {
            width: 34px
        }

    .field-color .btn-group {
        max-width: 360px
    }

.search-organiation {
    margin-top: 50px
}

    .search-organiation h1 {
        color: #000;
        font-size: 24px;
        text-align: center;
        margin-bottom: 19px;
        font-weight: 500
    }

    .search-organiation .search {
        display: flex;
        display: -webkit-flex;
        background: #fff;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        border-radius: 50px;
        width: 750px;
        overflow: hidden;
        font-size: 14px;
        max-height: 50px
    }

        .search-organiation .search .form-control {
            border: 0;
            letter-spacing: .5px;
            font-weight: 300
        }

.field-search > input::placeholder {
    color: #bababa !important
}

.search-organiation .search select.form-control {
    min-width: 180px;
    flex-basis: 180px;
    padding: 14px 30px;
    font-size: 16px;
    color: #636466;
    height: 50px !important;
    font-weight: 300;
    -webkit-appearance: none;
    background: url(../images/angle-down-arrow.svg) no-repeat;
    background-position: right
}

.search-organiation .search .btn {
    min-width: 125px;
    border-radius: 50px
}

.search-organiation .search .field-search {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-basis: 100%;
    position: relative
}

    .search-organiation .search .field-search:before {
        content: "";
        background: #e6e6e6;
        height: 20px;
        width: 1px;
        margin-right: 10px;
        margin-left: 10px
    }

    .search-organiation .search .field-search .icon {
        opacity: .4
    }

.search-organiation .logoList {
    max-width: 1151px;
    margin: 48px auto
}

    .search-organiation .logoList .topFilter {
        display: flex;
        display: -webkit-flex;
        margin-bottom: 15px;
        font-size: 14px;
        justify-content: space-between;
        color: #333;
        padding: 0 20px
    }

        .search-organiation .logoList .topFilter .add-btn, .add-btn {
            color: #07a19b;
            display: flex;
            align-items: center;
            font-weight: 500;
            font-size: 14px;
        }

.card-row-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.logoListSection .logoList-Item {
    height: auto
}

.logoListSection .box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    padding: 15px 15px 27px;
    text-align: center;
    margin-bottom: 23px;
    height: 100%;
    display: block
}

    .logoListSection .box .icon {
        min-height: 100px
    }

    .logoListSection .box .fav {
        display: flex;
        color: #e2e2e2;
        padding-bottom: 5px;
        width: 100%;
        align-items: center;
        justify-content: space-between
    }

.text-yellow {
    color: #efc720 !important
}

.logoListSection .box .detail .image-logo-box {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.logoListSection .box .detail img {
    object-fit: contain;
    max-width: 86px;
    height: 87px
}

.logoListSection .box .detail .icon-list img {
    object-fit: contain;
    max-width: 100%;
    height: auto;
}


.logoListSection .box .detail h4 {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 8px;
    color: #636466;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.logoListSection .box .detail p {
    font-size: 12px;
    color: #888;
    margin-bottom: 0;
    font-weight: 300
}

.logoListSection .box .detail .btn {
    display: flex;
    min-width: 122px;
    height: 34px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 23px;
    letter-spacing: .5px;
    max-width: 114px;
    margin: 20px auto auto !important
}

.table-fixed thead th {
    background: #f6f6f6;
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    z-index: 1
}

.pick-color {
    line-height: 28px;
    padding: 10px 14px;
    font-size: 14px;
    transform: none !important;
    margin-top: 35px;
}

.color-dropdown {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 6px;
}

    .color-dropdown li {
        font-size: 0;
    }

        .color-dropdown li > a > span {
            width: 30px !important;
            height: 30px !important;
            border-radius: 50%;
            border: 1px solid #e2e2e2;
        }

        .color-dropdown li > a {
            display: flex;
            align-items: center;
        }

.custom-input-field input, .custom-input-field input:focus {
    color: transparent
}

.custom-input-field > span {
    position: absolute;
    left: 130px;
    top: 12px;
    color: #333;
    max-width: 235px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.organization-logo {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    visibility: unset !important
}

.top-sticky {
    position: sticky;
    top: 0;
    background: #f6f6f6;
    z-index: 999;
    padding-top: 15px
}

    .top-sticky.white {
        background: #fff !important
    }

    .top-sticky .pageName {
        display: flex;
        justify-content: space-between;
        padding: 0 15px
    }

.organization-settings-form .label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333
}

.organization-settings-form .border-box {
    border: 1px solid #bababa;
    border-radius: 5px;
    padding: 19px;
    min-height: 200px;
    margin-bottom: 1.5rem
}

.organization-settings-form input.form-control {
    border-radius: 4px !important;
    width: 100%;
    height: 40px !important
}
.organization-update {
    margin-top: 0 !important;
    position: fixed;
    right: 17px;
    top: 70px;
}

.organization-settings-form .btn-primary {
    width: 100%;
    border-radius: 4px;
    height: 40px;
    max-width: 100px;
}

.flex-80 {
    flex: 0 0 83%
}

.image-item {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    height: 100%
}

.delete-round-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 7px;
    top: 7px;
    cursor: pointer;
    background: rgba(0,0,0,0.5)
}

.flex-15 {
    flex: 0 0 15%
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px
}

    .switch input {
        display: none
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 3px;
        background-color: #fff;
        transition: .4s;
        top: 2px
    }

.action-btns > .btn-primary {
    padding: 10px;
    width: 33px;
    height: 33px
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider, input[type="checkbox"]:checked + .slider {
    background-color: #07a19b
}

input[type="checkbox"]:focus + input[type="hidden"] + .slider, input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196f3
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider:before, input[type="checkbox"]:checked + .slider:before {
    transform: translateX(18px)
}

.slider.round {
    border-radius: 34px
}

    .slider.round:before {
        border-radius: 50%
    }

.campaign-detail-scroll, .organization-members-scroll, .table-height-scroll {
    max-height: calc(100% - 60px)
}

.organization-donation-scroll {
    height: calc(100% - 14%)
}

.table {
    height: 100%;
    margin-bottom: 0
}

.pl-cus-2 {
    padding-left: 2rem !important
}

.popins-family {
    font-family: "Poppins",sans-serif
}

.org-details {
    padding: 20px 128px;
    background: #fff
}

    .org-details .logo > img {
        width: 100px;
        margin-right: 32px;
        height: auto;
        max-height: 100px
    }

    .org-details .name-detail h2 {
        font-size: 40px;
        color: #d57f00;
        font-weight: 700
    }

    .org-details .name-detail h3 {
        font-size: 22px;
        color: #000
    }

    .org-details .name-detail h5 {
        font-size: 35px;
        color: #d57f00;
        font-weight: 700
    }

.org-banner {
    height: 520px
}

.donate-btn-box {
    padding: 0
}

.white-bg {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    height: 100%
}

.donation-center-text {
    background: #fff;
    padding: 20px 40px;
    font-size: 20px;
    color: #006291;
    font-weight: 400
}

    .donation-center-text .header-title {
        color: #07A19B;
        font-size: 44px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 10px
    }

@media (max-width: 1024px) {
    .donation-center-text .header-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .donation-center-text .header-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.donation-center-text pre {
    background-color: #fff !important
}

    .donation-center-text pre span, .donation-center-text p {
        margin: 6pt 0 0;
        line-height: 25px !important;
        font: 14px/19pt RubikRegular
    }

        .donation-center-text pre span, .donation-center-text p.fr-text-uppercase, .donation-center-text pre {
            font: 14px/30px "RubikMedium" !important
        }

            .donation-center-text pre span::first-letter {
                font-size: 42.27pt
            }

.fix-top {
    position: absolute;
    bottom: 0;
    z-index: 99
}

.sticky-btn {
    position: fixed !important;
    bottom: 15px !important;
    z-index: 99
}

.toggle-donate-btn {
    margin-left: 50px;
    margin-bottom: 15px
}

    .toggle-donate-btn button {
        display: flex;
        align-items: center;
        background: #07a19b;
        border-radius: 10px;
        box-shadow: 0 7px 20px rgba(0,0,0,0.2);
        width: 212px;
        height: 50px;
        justify-content: flex-start;
        padding: 0;
        animation: donateButtonAnimation ease .4s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards
    }

.count-box .form-box .right-part .item:last-child, .field-color .form-control, .field-color label.control-label {
    margin: 0
}

.w-13, .delete-round-btn > img {
    width: 13px
}

.image-item img, .org-banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@keyframes donateButtonAnimation {
    0% {
        margin-left: -999px
    }

    100% {
        margin-left: 0
    }
}

.toggle-donate-btn button > span:first-child {
    background: #098682;
    height: 50px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px
}

    .toggle-donate-btn button > span:first-child > img {
        width: 23px
    }

.toggle-donate-btn button > span:last-child {
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: calc(100% - 45px)
}

.donate-box-expand img {
    margin-bottom: 0
}

.donate-box-expand .label {
    color: #a3a3a3;
    margin-bottom: 33px;
    text-align: center;
    margin-top: 60px;
    font: 500 46px "Poppins"
}

.donate-box-expand .toggle-box1 .select-row, .donate-box-expand .tab-button-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px
}

.donate-box-expand .toggle-box1 .select-box {
    margin-right: 21px
}

.donate-box-expand .toggle-box1 .select-row select {
    padding: 7px 20px !important;
    height: 42px;
    border: 1px solid #888;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    width: 263px;
    -webkit-appearance: none;
    background: url(../images/solid-dropdown.png) no-repeat;
    background-position: 95%
}

.tab-button-row .select-btn {
    border: none;
    width: 100%;
    background: transparent
}

.tab-button-row .active .select-btn {
    color: #fff
}

.donate-box-expand .toggle-box1 .select-row > .select-box:last-child select {
    padding: 15px 30px 15px 10px;
    width: 151px;
    background-position: 86%
}

.tab-button-row > .btn {
    background: #fff;
    border: 1px solid #888;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    height: 42px;
    margin-right: 16px;
    position: relative;
    font-weight: 400;
    padding: 8px 20px
}

.tab-button-row > select {
    padding: 7px 20px !important;
    height: 50px;
    border: 1px solid #888;
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px;
    width: 263px;
    -webkit-appearance: none;
    background: url(../images/solid-dropdown.png) no-repeat;
    background-position: 95%
}

.donation-wrapper {
    background: #f6f6f6;
    padding-bottom: 63px;
    width: 100%;
    font-family: "Poppins",sans-serif !important;
    padding-top: 30px
}

.tab-button-row > .btn.active {
    background: #006291;
    color: #fff;
    border: 1px solid #006291
}

.donate-box-expand {
    width: 100%
}

.card-buttons > button {
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

    .card-buttons > button.active {
        background-color: #fff6da;
        border-color: #404041
    }

.gray-border-box {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #ccc;
    padding: 38px 30px;
    max-width: 940px;
    margin: auto
}

    .gray-border-box input::placeholder {
        color: #ccc;
        font-weight: 400
    }

    .gray-border-box input {
        color: #333
    }

    .gray-border-box .amount-box {
        width: 250px;
        height: 80px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        flex-direction: column;
        border-radius: 5px;
        margin-right: 23px;
        margin-bottom: 30px;
        cursor: pointer;
        box-shadow: 0 3px 20px rgba(0,0,0,0.03)
    }

        .gray-border-box .amount-box.selected {
            background: #d57f00
        }

            .gray-border-box .amount-box.selected > p {
                color: #fff !important
            }

        .gray-border-box .amount-box p:first-child {
            margin-bottom: 6px;
            color: #888;
            font-size: 16px;
            font-weight: 300
        }

        .gray-border-box .amount-box p:last-child {
            margin: 0;
            font-size: 30px;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .gray-border-box .amount-box p:last-child > input {
                max-width: 155px;
                color: #333;
                max-height: 32px
            }

.next-step-btn {
    background: #006291;
    color: #fff !important;
    border: 1px solid #006291;
    border-radius: 4px;
    font-size: 20px;
    margin-top: 43px;
    height: 40px;
    width: 132px;
    letter-spacing: .5px;
    font-weight: 300
}

.back-step-btn {
    background: #f1f1f1;
    border-color: #f1f1f1;
    color: #333 !important;
    font-size: 14px;
    padding: 7px 15px;
    min-width: 104px;
    font-weight: 500;
    border-radius: 4px !important;
    margin-right: 10px;
    height: 40px;
    text-transform: uppercase
}

.pay-amount > span {
    background: #fbb614;
    font-size: 24px;
    color: #fff;
    margin: 0 auto 20px;
    height: 50px;
    width: 368px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 5px;
    padding: 0 10px
}

.gray-border-box .custom-input > input {
    width: 100%;
    height: 42px;
    border: 1px solid #888;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 20px;
    padding: 7px 14px
}

.gray-border-box .form-label {
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 26px
}

.org-box-col {
    width: 100%;
    max-height: 264px;
    margin: 0 11px
}

.reset-btn {
    padding: 15px 30px;
    border-radius: 0 4px 4px 0;
    max-width: 120px
}

.topFilter > span {
    font-size: 14px;
    color: #636466;
    font-weight: 500
}

.payment-info-text {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 26px;
    font-weight: 300;
    padding-bottom: 50px;
    margin-bottom: 0
}

    .payment-info-text span {
        font-weight: 500
    }

.main-card-label {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px
}

.donate-language-tabs .nav-tabs {
    border: none;
    align-items: center;
    justify-content: center
}

    .donate-language-tabs .nav-tabs .nav-link {
        background: transparent;
        color: #888;
        font-size: 16px;
        padding: 10px 20px;
        margin-right: 10px;
        border: 0;
        text-transform: uppercase
    }

    .donate-language-tabs .nav-tabs .nav-item {
        text-align: center;
        position: relative
    }

    .donate-language-tabs .nav-tabs li.nav-item:after {
        content: "";
        background: #808285;
        display: inline-block;
        width: 1px;
        height: 15px;
        position: absolute;
        right: 0;
        top: 10px
    }

    .donate-language-tabs .nav-tabs li.nav-item:last-child::after {
        display: none
    }

    .donate-language-tabs .nav-tabs .nav-link.active {
        color: #000;
        font-weight: 700
    }

.table-secondary-view {
    height: auto;
    min-width: 440px
}

    .table-secondary-view thead > tr {
        background: #f7f7f7
    }

        .table-secondary-view thead > tr > th:first-child {
            border-radius: 4px 0 0 4px;
            text-align: left !important
        }

        .table-secondary-view thead > tr > th:last-child {
            border-radius: 0 4px 4px 0;
            text-align: right
        }

        .table-secondary-view thead > tr > th {
            color: #000;
            font-weight: 400;
            padding: 10px;
            vertical-align: middle;
            position: sticky;
            top: 0;
            background: #f7f7f7;
            z-index: 99;
            font-size: 14px;
            font-weight: 500
        }

    .table-secondary-view thead th {
        border: none
    }

    .table-secondary-view tbody > tr:last-child > td {
        border: none !important
    }

    .table-secondary-view tbody td {
        font-size: 14px;
        padding: 15px .5rem;
        color: #636466;
        border-bottom: 1px solid #e0e0e0;
        border-top: none
    }

        .table-secondary-view tbody td:last-child {
            text-align: right
        }

    .table-secondary-view tbody .phone-email {
        display: flex;
        flex-direction: column
    }

        .table-secondary-view tbody .phone-email > span:last-child {
            font-size: 12px;
            margin: 4px 0 0;
            color: #888
        }

    .table-secondary-view
    tbody
    tr > td > span:first-child.active > i.fa-check-circle {
        color: #07a19b
    }

    .table-secondary-view tbody tr > td .actions > img {
        cursor: pointer
    }

        .table-secondary-view tbody tr > td .actions > img:first-child {
            margin-right: 12px
        }

.action-box {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

    .action-box a {
        margin-left: 13px
    }

.upload-status {
    width: 100%;
    margin-top: 16px;
    color: #07a19b;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

    .upload-status i {
        font-size: 22px;
        margin-right: 5px
    }

.donate-box-expand .toggle-box1 .select-box:last-child, .tab-button-row > .btn:last-child {
    margin-right: 0
}

.tab-button-row .active .select-btn option, .text-black {
    color: #000 !important
}

@media (min-width: 768px) {
    .custom-gutter > [class*="col-"] {
        padding-left: 7px;
        padding-right: 7px
    }

        .custom-gutter > [class*="col-"]:first-child {
            padding-left: 15px
        }

        .custom-gutter > [class*="col-"]:last-child {
            padding-right: 15px
        }

    .org-box-col {
        flex: 0 0 47%;
        max-width: 47%
    }
}

@media (min-width: 992px) {
    .org-box-col {
        flex: 0 0 30.5%;
        max-width: 30.5%
    }
}

@media (min-width: 1410px) {
    .org-box-col {
        flex: 0 0 23% !important;
        max-height: 264px;
        margin: 0 11px;
        max-width: 23%
    }
}

@media (min-width: 1200px) {
    .wrapper-sm {
        /*  max-width: calc(100% - 10%);*/
        height: 100%;
    }

    /* .topBar {
        padding: 10px 128px
    }*/

    .modal-xl {
        max-width: 1140px !important
    }

    .org-box-col {
        flex: 0 0 22.7%;
        max-width: 22.7%
    }

    .campaign-setting .form-button.fixed-btn {
        right: 105px !important
    }

    .donation-stats {
        justify-content: center;
    }
}

.language-box {
    margin-top: -12px;
    margin-bottom: 2px
}

    .language-box p {
        color: #000;
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 12px
    }

    .language-box .custom-radio-btn:first-child {
        width: 95px;
    }

.accordion-border-tab {
    margin-top: 40px
}

    .accordion-border-tab .main-border-row label {
        color: #000;
        font-weight: 500;
        font-size: 16px;
        padding-bottom: 12px;
        border-bottom: 1px solid #000;
        width: 100%;
        margin-bottom: 22px
    }

    .accordion-border-tab .content-main-row .info-area-row {
        display: flex;
        align-items: flex-start;
        padding-bottom: 12px
    }

        .accordion-border-tab .content-main-row .info-area-row .icons-click {
            min-width: 66px;
            display: flex;
            justify-content: space-between;
            margin-right: 13px
        }

            .accordion-border-tab
            .content-main-row
            .info-area-row
            .icons-click > span:last-child {
                cursor: move
            }

        .accordion-border-tab .content-main-row .info-area-row .details {
            width: 100%;
            display: flex;
            flex-direction: column
        }

        .accordion-border-tab .content-main-row .info-area-row .main-parent {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 11px;
            border-bottom: 1px solid #e0e0e0;
            cursor: pointer;
            flex-wrap: wrap
        }

        .accordion-border-tab .content-main-row .info-area-row .details .info-text {
            flex: 0 0 85%;
            font-size: 14px;
            color: #636466
        }

        .accordion-border-tab .content-main-row .info-area-row .details .action-arrow {
            flex: 0 0 15%;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 12px
        }

        .accordion-border-tab .content-main-row .info-area-row:last-child .details {
            border: none
        }

        .accordion-border-tab
        .content-main-row
        .info-area-row
        .details.details-box-active {
            background: #f7f7f7;
            border: .7px solid #bababa;
            border-radius: 4px;
            padding: 13px 0
        }

        .accordion-border-tab
        .content-main-row
        .info-area-row:first-child
        .details.details-box-active {
            margin-top: -10px
        }

        .accordion-border-tab
        .content-main-row
        .info-area-row
        .details.details-box-active
        .main-parent
        .info-text {
            color: #000;
            padding-left: 13px
        }

        .accordion-border-tab
        .content-main-row
        .info-area-row
        .details.details-box-active
        .main-parent
        .action-arrow
        a {
            font-size: 14px;
            margin-right: 18px
        }

        .accordion-border-tab
        .content-main-row
        .info-area-row
        .details.details-box-active
        .main-parent
        .action-arrow
        svg {
            transform: rotate(90deg)
        }

            .accordion-border-tab
            .content-main-row
            .info-area-row
            .details.details-box-active
            .main-parent
            .action-arrow
            svg > path {
                fill: #000
            }

        .accordion-border-tab
        .content-main-row
        .info-area-row
        .details.details-box-active
        .detail-child-info {
            display: flex;
            align-items: flex-start;
            padding: 13px 13px 0
        }

            .accordion-border-tab
            .content-main-row
            .info-area-row
            .details.details-box-active
            .detail-child-info
            .icons-click {
                min-width: 41px;
                flex-direction: row-reverse;
                max-width: 41px
            }

                .accordion-border-tab
                .content-main-row
                .info-area-row
                .details.details-box-active
                .detail-child-info
                .icons-click > span:nth-child(2) {
                    background: #e0e0e0;
                    cursor: pointer
                }

            .accordion-border-tab
            .content-main-row
            .info-area-row
            .details.details-box-active
            .detail-child-info
            .main-parent-inner {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-bottom: 11px;
                border-bottom: 1px solid #e0e0e0
            }

                .accordion-border-tab
                .content-main-row
                .info-area-row
                .details.details-box-active
                .detail-child-info
                .main-parent-inner
                .action-arrow {
                    padding-right: 0
                }

.drag-drop-box {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    border: 2px dashed #07a19b;
    background: #deeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    color: #636466;
    line-height: 20px
}

    .drag-drop-box .input-file-custom > label {
        color: #07a19b;
        cursor: pointer
    }

.record-box {
    width: 100%;
    height: 100%;
    background: #07a19b;
    border-radius: 4px;
    color: #fff
}

    .record-box > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: #07a19b;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        padding: 20px
    }

        .record-box > a > span:first-child {
            width: 33px;
            height: 33px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255,255,255,0.17);
            border-radius: 50%;
            margin-bottom: 8px
        }

.text-container {
    height: 100%;
    position: relative
}

    .text-container textarea::placeholder, .text-container input::placeholder {
        color: #e0e0e0;
        font-size: 14px
    }

    .text-container textarea {
        height: 100% !important;
        resize: none;
        border: .7px solid #bababa;
        border-radius: 4px
    }

    .text-container input {
        height: 40px;
        width: 100%;
        border: .7px solid #bababa;
        border-radius: 4px;
        font-size: 14px
    }

    .text-container [type="button"] {
        background: transparent;
        border: none;
        color: rgba(7,161,155,0.5);
        font-size: 14px;
        position: absolute;
        bottom: 8px;
        right: 13px;
        width: auto;
        height: auto;
        background: transparent;
        border: none;
        color: rgba(7,161,155,0.5);
        font-size: 14px;
        position: absolute;
        bottom: 8px;
        right: 13px;
        width: auto;
        line-height: 16px;
        height: auto
    }

    .text-container .change-btn {
        color: #07a19b !important;
        margin: 3px 0 4px
    }

.accordion-border-tab .input-group-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 14px 0;
    width: 100%
}

    .accordion-border-tab .input-group-row .secondary-site-btn > button {
        background: rgba(103,121,239,0.2);
        width: auto;
        height: 26px;
        border-radius: 4px;
        color: #6779ef;
        font-size: 12px;
        padding: 7px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center
    }

.accordion-border-tab .album-records .detail-child-info, .accordion-border-tab .album-menu-setup .detail-child-info {
    padding: 0 !important;
    padding-top: 15px !important
}

    .accordion-border-tab .album-records .detail-child-info .main-parent-inner, .accordion-border-tab .album-menu-setup .detail-child-info .main-parent-inner {
        border-bottom: 1px solid #e0e0e0 !important;
        padding-top: 2px;
        padding-bottom: 11px !important
    }

.accordion-border-tab .album-menu-setup {
    margin-top: 25px
}

    .accordion-border-tab .album-menu-setup .main-label {
        font-size: 14px;
        color: #000;
        padding-bottom: 7px;
        border-bottom: .7px solid #bababa;
        margin-bottom: 17px;
        width: 100%
    }

    .accordion-border-tab .album-menu-setup .detail-child-info {
        padding: 0 !important
    }

.custom-radio-btn [type="radio"]:checked, [type="radio"]:not(:checked)[type="radio"]:checked, .custom-radio-btn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

    .custom-radio-btn [type="radio"]:checked + label {
        position: relative;
        padding-left: 26px;
        cursor: pointer;
        line-height: 18px;
        display: inline-block;
        color: #000;
        font-size: 14px
    }

    .custom-radio-btn [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 26px;
        cursor: pointer;
        line-height: 18px;
        display: inline-block;
        color: #636466;
        font-size: 14px
    }

    .custom-radio-btn [type="radio"]:checked + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #07a19b;
        border-radius: 100%;
        background: #07a19b
    }

.saved-radio-btn [type="radio"]:not(:checked) + label:before {
    width: 12px;
    height: 12px;
    border-color: #888888;
}

.saved-radio-btn [type="radio"]:checked + label:after {
    background: #07a19b;
    top: 3px;
    left: 3px;
}

.saved-radio-btn [type="radio"]:checked + label:before {
    width: 12px;
    height: 12px;
    border-color: #07A19B;
    background: #fff;
}

[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #636466;
    border-radius: 100%;
    background: #fff
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    box-shadow: 0 3px 4px rgba(0,0,0,0.03);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.black-label {
    font-size: 20px;
    color: #000;
    font-weight: 500
}

.raised-stats {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 26px 0
}

    .raised-stats .border-box {
        display: flex;
        align-items: center;
        border: 1px solid #f0f0f0;
        justify-content: space-between;
        width: 100%;
        border-radius: 8px;
        padding: 5px 10px;
        margin-bottom: 8px;
        height: 44px
    }

        .raised-stats .border-box .left {
            display: flex;
            flex-direction: column
        }

        .raised-stats .border-box .right {
            font-size: 10px;
            color: #636466
        }

            .raised-stats .border-box .right > span {
                color: #000;
                padding-right: 4px;
                font-weight: 500
            }

        .raised-stats .border-box .left > span:first-child {
            font-size: 10px;
            margin-bottom: 5px;
            color: #888
        }

        .raised-stats .border-box .left > span:last-child {
            font-size: 14px;
            color: #000;
            font-weight: 500
        }

        .raised-stats .border-box.active {
            background: #e5f5f5;
            border-color: #e5f5f5
        }

        .raised-stats .border-box.left-goal .left > span:last-child {
            color: #D9A654
        }

.form-top-info {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 13px
}

.input-bg {
    background: #f5f5f5;
    border-color: #f5f5f5;
    font-size: 14px;
    height: 50px;
    border-radius: 8px
}

.time-info {
    display: flex;
    font-size: 10px;
    border-top: 1px solid #e0e0e0;
    padding: 8px 0 0;
    justify-content: center;
    color: #bababa
}

    .time-info span:first-child {
        font-size: 10px;
        font-weight: 500;
        color: #000;
        margin-right: 6px
    }

    .time-info span {
        margin-right: 6px
    }

        .time-info span.text-dark-custom {
            color: #636466;
            margin-right: 0
        }

.borderless-dropdown .dropdown {
    display: flex;
    align-items: center;
    margin-left: 18px;
    cursor: pointer
}

    .borderless-dropdown .dropdown a.dropdown-toggle {
        background: url(../images/angle-down-arrow.svg) no-repeat;
        background-position: right
    }

        .borderless-dropdown .dropdown a.dropdown-toggle.no-bg {
            background: none !important
        }

.borderless-dropdown a {
    font-size: 14px;
    color: #636466;
    padding-right: 18px
}

.search-filter-input input {
    font-size: 12px;
    padding: 8px 11px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    width: 204px;
    height: 30px;
    background: #fff url(images/search-icon.svg) no-repeat;
    background-position: 94%
}

.donation-border-box {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 11px 14px 14px;
    font-size: 14px;
    margin-bottom: 15px
}

    .donation-border-box .name-date span:first-child {
        color: #636466;
        font-weight: 500
    }

    .donation-border-box .name-date span:last-child {
        color: #bababa;
        font-size: 12px
    }

    .donation-border-box .main-detail {
        margin-top: 24px
    }

        .donation-border-box .main-detail p:first-child {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 16px;
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 11px;
            margin-bottom: 4px
        }

            .donation-border-box .main-detail p:first-child span:first-child {
                color: #000;
                font-weight: 500
            }

            .donation-border-box .main-detail p:first-child span:last-child {
                color: #07a19b;
                font-weight: 500
            }

        .donation-border-box .main-detail p:last-child {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 10px;
            margin-bottom: 0
        }

    .donation-border-box .bottom-arrow {
        text-align: center;
        padding-top: 7px;
        font-size: 13px;
        color: #bababa
    }

        .donation-border-box .bottom-arrow > i.rotateup {
            transform: rotate(180deg)
        }

    .donation-border-box .comment-section {
        font-size: 10px;
        margin-top: 14px;
        line-height: 13px;
        font-style: italic
    }

.more-link {
    text-align: center;
    font-size: 14px;
    color: #bababa;
    cursor: pointer
}

.input-text-style {
    padding-right: 48px;
    text-overflow: ellipsis
}

.reply-section {
    display: flex;
    flex-direction: column;
    line-height: 14px;
    font-size: 10px;
    background: #f5f5f5;
    padding: 8px;
    border-radius: 8px;
    border: .5px solid #888;
    color: #000;
    margin-top: 15px;
    position: relative
}

    .reply-section span:last-child {
        margin-top: 10px;
        color: #bababa
    }

    .reply-section:before {
        content: "";
        position: absolute;
        right: 21px;
        top: -15px;
        border-top: none;
        width: 16px;
        height: 16px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #f7f7f7;
        z-index: 99
    }

    .reply-section::after {
        content: "";
        position: absolute;
        right: 21px;
        top: -16px;
        border-top: none;
        width: 16px;
        height: 16px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 11px solid #b1b1b1
    }

.timer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #e5f5f5;
    height: 100%;
    border-radius: 10px;
    justify-content: space-between;
    padding: 20px;
    min-height: 184px
}

    .timer-box .time {
        font-size: 30px;
        color: #000;
        font-weight: 500;
        padding-top: 16px
    }

    .timer-box button {
        background: #07a19b;
        width: 100%;
        padding: 15px;
        border-radius: 4px;
        color: #fff !important;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        font-weight: 500
    }

        .timer-box button i {
            font-size: 18px;
            margin-right: 7px
        }

.border-text-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 6px;
    height: 48px;
    justify-content: center
}

    .border-text-info > span:first-child {
        color: #000;
        font-weight: 500;
        margin-bottom: 6px;
        font-size: 16px
    }

    .border-text-info > span:last-child {
        font-size: 10px;
        color: #888
    }

.graph-click-filter {
    display: flex
}

    .graph-click-filter > button {
        border: 1px solid #e0e0e0;
        color: #bababa;
        font-size: 12px;
        border-radius: 4px 0 0 4px;
        width: 80px;
        height: 30px
    }

        .graph-click-filter > button:last-child {
            border-radius: 0 4px 4px 0
        }

        .graph-click-filter > button.active {
            background: #e6f6f5;
            color: #07a19b;
            border-color: #07a19b
        }

.table-top-filter {
    display: flex;
    color: #bababa;
    font-size: 14px
}

    .table-top-filter label {
        margin-right: 8px
    }

    .table-top-filter ul > li {
        margin-right: 18px !important
    }

        .table-top-filter ul > li.active > a {
            background: #e1f5f4;
            padding: 7px 9px;
            border-radius: 8px;
            color: #07a19b
        }

.connect-tabs ul {
    border-bottom: 1px solid #636466
}

.connect-tabs li > a {
    color: #bababa;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}

    .connect-tabs li > a:hover, .connect-tabs li > a:focus {
        opacity: 1
    }

    .connect-tabs li > a.active {
        color: #636466;
        border-color: #636466 #636466 #fff !important;
        border-radius: 8px 8px 0 0;
        position: relative
    }

.connect-tabs li:first-child > a.active {
    margin-left: 11px
}

    .connect-tabs li:first-child > a.active::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: -11px;
        width: 10px;
        background: #333;
        height: 1px
    }

.new-btn button {
    font-size: 12px;
    border: 1px solid #07a19b;
    border-radius: 4px;
    color: #07a19b !important
}

.select-btns a {
    font-size: 14px;
    padding: 7px 10px;
    color: #07a19b;
    font-weight: 500
}

    .select-btns a.active {
        background: #07a19b;
        color: #fff;
        border-radius: 4px
    }

.connect-image-item, .outer-item {
    height: 100%;
    display: flex;
    width: 100%
}

.gray-box-card {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

    .gray-box-card .date {
        margin: 10px 0 4px;
        line-height: 9px;
        font-size: 8px;
        color: #bababa
    }

    .gray-box-card .title {
        color: #636466;
        margin: 0;
        padding-bottom: 9px;
        font-size: 14px;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .gray-box-card .detail {
        font-size: 10px;
        line-height: 12px;
        color: #888;
        margin-bottom: 0;
        word-break: break-word
    }

    .gray-box-card .check-options {
        font-size: 10px;
        padding-top: 6px;
        border-top: .5px solid #e0e0e0
    }

    .gray-box-card img, .gray-box-card video {
        height: 65px;
        object-fit: contain;
        width: 100%;
        background: #fff
    }

        .gray-box-card img.add-icon {
            height: auto
        }

    .gray-box-card .video-box {
        height: 107px;
        position: relative
    }

        .gray-box-card .video-box .play-icon {
            position: absolute;
            font-size: 35px;
            color: #07a19b;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center
        }

.users-list .list-action > a {
    font-size: 12px;
    color: #636466;
    cursor: pointer
}

.custom-checkbox input {
    position: absolute;
    opacity: 0
}

    .custom-checkbox input + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        color: #888;
        font-size: 15px;
        white-space: nowrap;
    }

        .custom-checkbox input + label:before {
            content: "";
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 15px;
            height: 15px;
            background: #fff;
            border-radius: 4px;
            border: 1px solid #a5a5a5;
            margin-top: 3px
        }

    .custom-checkbox input:checked + label:before {
        background: #07a19b;
        border: 1px solid #07a19b
    }

    .custom-checkbox input:checked + label:after {
        content: "";
        position: absolute;
        left: 4.2px;
        top: -3px;
        width: 6px;
        height: 10px;
        transform: rotate( 45deg );
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        bottom: 0;
        margin: auto;
    }

.inbox-container {
    margin-top: 15px
}

    .inbox-container .inbox-row {
        border-top: .5px solid #bababa;
        padding: 9px 10px
    }

        .inbox-container .inbox-row:last-child {
            border-bottom: .5px solid #bababa
        }

        .inbox-container .inbox-row .top-title span:first-child {
            font-weight: 600;
            font-size: 14px;
            flex: 0 0 75%;
            color: #636466
        }

        .inbox-container .inbox-row .top-title span:last-child {
            font-size: 8px;
            color: #bababa
        }

        .inbox-container .inbox-row .bottom-info {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            font-size: 10px;
            margin-top: 10px;
            line-height: 12px;
            color: #888
        }

            .inbox-container .inbox-row .bottom-info p {
                flex: 0 0 93%
            }

            .inbox-container .inbox-row .bottom-info .check {
                font-size: 10px;
                color: #c4c4c4
            }

        .inbox-container .inbox-row.active {
            border-left: 4px solid #07a19b;
            background: #f0f0f0
        }

.message-open-info {
    height: 100%;
    border: .7px solid #bababa;
    border-radius: 4px;
    padding: 12px 15px;
    min-height: 500px;
    position: relative
}

    .message-open-info .message-detail {
        margin-top: 22px
    }

        .message-open-info .message-detail .message-row {
            display: flex;
            justify-content: flex-start;
            margin-bottom: 12px
        }

        .message-open-info .message-detail .message-wrapper {
            display: flex;
            max-width: 80%;
            align-items: flex-start
        }

            .message-open-info .message-detail .message-wrapper .user-dp {
                min-width: 48px;
                height: 48px;
                background: #f5f5f5;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                margin-right: 13px
            }

            .message-open-info .message-detail .message-wrapper .message-text {
                display: flex;
                flex-direction: column;
                background: #f5f5f5;
                padding: 10px 15px;
                border-radius: 8px;
                font-size: 14px;
                line-height: 1.5;
                color: #636466
            }

                .message-open-info
                .message-detail
                .message-wrapper
                .message-text > p:last-child {
                    font-size: 8px;
                    margin: 0;
                    color: #bababa
                }

        .message-open-info .message-detail .message-row.reply {
            display: flex;
            justify-content: flex-end
        }

            .message-open-info .message-detail .message-row.reply .message-wrapper {
                direction: rtl
            }

                .message-open-info
                .message-detail
                .message-row.reply
                .message-wrapper
                .user-dp {
                    margin-right: 0;
                    margin-left: 13px;
                    background: #07a19b;
                    color: #fff
                }

                .message-open-info
                .message-detail
                .message-row.reply
                .message-wrapper
                .message-text {
                    background: #07a19b;
                    color: #fff;
                    direction: ltr
                }

                    .message-open-info
                    .message-detail
                    .message-row.reply
                    .message-wrapper
                    .message-text > p:last-child > svg
                    path {
                        stroke: #fff
                    }

.reply-input {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: none;
    font-size: 14px;
    border-top: 1px solid #bababa
}

    .reply-input > input {
        width: 100%;
        height: 42px;
        border: none;
        padding: 10px;
        border-radius: 0 0 4px 4px
    }

.border-label-row {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 8px;
    font-size: 14px
}

    .border-label-row > label > span {
        font-size: 12px;
        font-style: italic;
        color: #bababa
    }

.file-input-image {
    margin: 13px 0;
    background: #fafafa;
    width: 150px;
    height: 100px;
    padding: 10px;
    border-radius: 4px;
    border: .7px dashed #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center
}

    .file-input-image input {
        position: absolute;
        opacity: 0;
        width: 150px;
        height: 100px;
        cursor: pointer;
        z-index: 99
    }

    .file-input-image .label-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 14px;
        opacity: .5;
        cursor: pointer
    }

    .file-input-image .raiser-banners {
        width: 100%;
        height: 100%
    }

.border-label-row .sm-text {
    font-size: 10px;
    font-style: italic;
    color: #bababa
}

.toggle-switch {
    margin-left: 8px
}

    .toggle-switch input[type="checkbox"] {
        height: 0;
        width: 0;
        visibility: hidden
    }

    .toggle-switch label {
        cursor: pointer;
        text-indent: -9999px;
        width: 28px;
        height: 15px;
        background: #9d9d9d;
        display: block;
        border-radius: 100px;
        position: relative
    }

        .toggle-switch label:after {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            width: 13px;
            height: 13px;
            background: #fff;
            border-radius: 90px;
            transition: .3s;
            box-shadow: 0 3px 10px rgba(0,0,0,0.16)
        }

    .toggle-switch input:checked + label {
        background: #07a19b
    }

        .toggle-switch input:checked + label:after {
            left: calc(100% - 1px);
            transform: translateX(-100%)
        }

    .toggle-switch label:active:after {
        width: 130px
    }

.text-lightwhite {
    opacity: .5
}

.prepend-icon {
    position: absolute;
    top: 25px;
    left: 1px;
    background: #f0f0f0;
    height: calc(100% - 26px);
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #b3b3b3;
    border-radius: 4px 0 0 4px
}

.pl-5 {
    padding-left: 3rem
}

.add-filled-btn {
    font-size: 14px;
    color: #07a19b !important;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    max-width: 170px;
    text-align: left
}

.stats-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 17px
}

    .stats-bar .stat-box {
        border: 1px solid #07a19b;
        border-radius: 10px;
        padding: 15px;
        min-width: 230px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
        min-height: 80px;
        grid-gap: 20px;
        flex-wrap: wrap
    }

        .stats-bar .stat-box .left {
            display: flex;
            flex-direction: column;
            color: #636466;
            font-size: 24px;
            font-weight: 700;
            height: 100%;
            justify-content: space-between;
            grid-gap: 8px;
            max-width: 100%
        }

            .stats-bar .stat-box .left span {
                max-width: 100%;
                text-overflow: ellipsis;
                overflow: hidden;
                line-height: 20px
            }

                .stats-bar .stat-box .left span:first-child {
                    color: #07a19b;
                    font-size: 14px;
                    font-weight: 500
                }

        .stats-bar .stat-box .right .btn {
            background: #d9f1f0;
            border-radius: 4px;
            font-size: 14px;
            color: #07a19b;
            height: 30px;
            width: auto;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 100px
        }

.shadow-dropdown {
    border: none;
    border-radius: 4px;
    box-shadow: 0 3px 50px rgb(0 0 0 / 15%);
    padding: 0
}

    .shadow-dropdown .dropdown-item {
        padding: 8px 14px;
        color: #000;
        font-size: 12px
    }

        .shadow-dropdown .dropdown-item:focus, .dropdown-item:hover {
            background: #07a19b;
            color: #fff !important
        }

.table-bg-dropdown.borderless-dropdown {
    background: #e1f5f4;
    padding: 8px 10px 6px;
    border-radius: 25px;
    color: #000;
    height: 30px;
    line-height: 1;
    max-width: 110px;
}

.modal-border-btn, .col-row-btn input {
    border: .7px solid #bababa;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 9px;
    color: #000;
    height: 40px;
    width: 75px;
    margin-right: 12px
}

#addEarningModal .modal-dialog {
    max-width: 650px
}

.modal-border-btn.active {
    background: #07a19b;
    border: 1px solid #07a19b;
    color: #fff
}

.square-width-btn {
    width: 100%;
    height: 40px
}

.form-custom-label {
    color: #636466;
    font-size: 14px;
    margin-bottom: 7px
}

    .form-custom-label span {
        color: #07a19b;
        margin-left: 5px
    }

#addEarningModal .modal-dialog .custom-checkbox {
    margin-right: 30px
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: none;
    z-index: 9999
}

.phone-system-wrapper {
    padding: 32px;
}

    .phone-system-wrapper .icons-click {
        min-width: auto !important;
        margin-right: 23px !important
    }

    .phone-system-wrapper .details .info-text .badge-round {
        width: 52px;
        height: 17px;
        padding: 4px 5px;
        background: #07a19b;
        border-radius: 10px;
        margin-left: 10px;
        font-size: 10px;
        color: #fff
    }

    .phone-system-wrapper .accordion-border-tab {
        margin-top: 30px !important
    }

.ad-area {
    width: 100%;
    height: 78px;
    border-radius: 10px;
    margin-top: 15px;
    background: url(../images/ad-image.png) no-repeat;
    position: relative;
    background-position: 100%;
}

    .ad-area:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg,rgba(7,161,155,1) 73%,rgba(14,164,158,0) 60%,rgba(255,255,255,0) 100%);
        border-radius: 10px 0 0 10px
    }

    .ad-area .ad-inner-area {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        color: #fff;
        z-index: 999;
        position: relative;
        padding-right: 300px;
        justify-content: space-between
    }

        .ad-area .ad-inner-area .start-text {
            font-size: 18px;
            font-weight: 700;
            color: #ffe627;
            margin-right: 15px;
            padding-left: 20px;
            text-transform: uppercase;
            text-align: right;
            max-width: 165px;
            line-height: 20px
        }

        .ad-area .ad-inner-area .price {
            color: #fff;
            font-size: 50px;
            font-weight: 600
        }

        .ad-area .ad-inner-area .click-btn > a {
            width: 104px;
            height: 25px;
            font-size: 14px;
            display: flex;
            align-items: center;
            white-space: nowrap;
            color: #fff;
            border: 1px solid #ededee;
            border-radius: 13px;
            margin-left: 10px
        }

            .ad-area .ad-inner-area .click-btn > a > img {
                margin-left: 5px
            }

.active-detail-inner {
    padding: 12px;
    padding-bottom: 0
}

.input-action {
    border: none;
    color: #07a19b;
    font-size: 14px;
    position: absolute;
    bottom: 12px;
    right: 13px;
    width: auto;
    height: auto
}

.add-earning-tabs {
    margin-top: 0
}

    .add-earning-tabs .nav-tabs li > a {
        font-size: 12px;
        display: flex;
        align-items: center;
        color: #636466
    }

    .add-earning-tabs .nav-tabs li:first-child {
        border-radius: 15px 0 0 15px;
        background: #f5f5f5
    }

    .add-earning-tabs .nav-tabs li:last-child {
        border-radius: 0 15px 15px 0;
        background: #f5f5f5
    }

    .add-earning-tabs .nav-tabs li > a.active {
        background: #636466;
        color: #fff;
        border-radius: 15px
    }

.below-input-info {
    font-size: 14px;
    margin-top: 15px;
    color: #000;
    margin-bottom: 2px
}

.amount-alert {
    color: #5269ff;
    margin-top: 13px;
    display: block
}

.detail-accordion-tabs .nav-tabs li > a {
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #07a19b
}

.detail-accordion-tabs .nav-tabs li:first-child {
    border-radius: 15px 0 0 15px;
    background: #e8e8e8
}

.detail-accordion-tabs .nav-tabs li:last-child {
    border-radius: 0 15px 15px 0;
    background: #e8e8e8
}

.detail-accordion-tabs .nav-tabs li > a.active {
    background: #07a19b;
    color: #fff;
    border-radius: 15px
}

.records-area {
    width: 100%;
    padding: 0 15px;
}

    .records-area .record-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
        padding-bottom: 5px;
        border-bottom: 1px solid #e0e0e0;
        padding-top: 5px
    }

.border-rght {
    border-right: .7px solid #bababa
}

.phone-system-wrapper .drag-drop-box.drag-sm {
    height: 40px;
    color: #07a19b
}

.check-form-container {
    margin-top: 7px
}

.pl-25 {
    padding-left: 25px
}

.campaign-setting .form-button.fixed-btn {
    position: fixed;
    top: 82px;
    right: 19px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    z-index: 99;
}

.fixed-top-row {
    background: #fff;
    padding: 18px;
    /*    position: sticky;
    top: 0;*/
    border-radius: 4px 4px 0 0
}

.w-25 {
    width: 25px !important
}

.tooltip-td {
    position: relative;
    display: inline-block;
    cursor: pointer
}

    .tooltip-td .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 105%
    }

    .tooltip-td:hover .tooltiptext {
        visibility: visible
    }

.fixed-right-container {
    position: absolute;
    right: 0;
    top: 140px;
    background: #fff;
    padding: 20px;
    height: 100%;
    width: 70%;
    box-shadow: 0 0 99px rgb(0 0 0 / 15%);
    z-index: 999;
    transition: .4s;
    max-height: calc(100% - 140px);
    overflow-y: auto;
    min-height: calc(100vh - 140px);
    overflow-x: hidden;
}

.form-inner-section {
    height: calc(100vh - 300px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px
}

.edit-recurring-donation .form-inner-section {
    height: calc(100vh - 311px);
}

.form-inner-section .inside-form {
    max-height: calc(100% - 82px);
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

header {
    font-family: "Poppins",sans-serif !important
}

.gray-header .center-links > a {
    color: #333
}

.center-links > a {
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

    .center-links > a:first-child, .center-links > a:nth-child(2) {
        margin-right: 20px
    }

.right-user-section {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

    .right-user-section a {
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        line-height: 22px;
        color: #000;
    }

    .right-user-section .user-identity {
        font-size: 12px;
        color: #0eb7a1;
        font-weight: 300;
        font-style: italic;
        margin-left: 4px;
        white-space: nowrap;
    }

    .right-user-section .text-details {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        color: #fff;
        font-size: 16px
    }

        .right-user-section .text-details > span:first-child {
            font-weight: 300;
            margin-bottom: 0;
            font-size: 14px
        }

        .right-user-section .text-details > span:last-child {
            font-weight: 600
        }

    .right-user-section .user-img > img {
        width: 32px;
        height: 32px;
        border-radius: 50%
    }

    .right-user-section .dropdown-menu {
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.2);
        width: 339px;
        right: -52px;
        margin-top: 5px;
        padding: 22px 15px;
        border: none;
        overflow-y: auto;
        max-height: calc(100vh - 76px);
        overflow-x: hidden;
        left: auto
    }

.dropdown-menu .main-row .left {
    display: flex;
    align-items: center;
    width: calc(100% - 50px);
    flex: 1;
    padding-right: 20px;
}

    .dropdown-menu .main-row .left > .user-img > img {
        margin-left: 0;
        width: 35px;
        height: 35px
    }

    .dropdown-menu .main-row .left > .details {
        display: flex;
        flex-direction: column;
        max-width: calc(100% - 45px)
    }

/*        .dropdown-menu .main-row .left > .details > span.id > span {
            font-size: 12px;
            font-style: italic;
            color: #636466;
            margin-left: 6px;
            font-weight: 400;
            text-transform: capitalize
        }
*/
.header-main-row {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    max-width: 300px;
    min-width: 250px;
    justify-content: flex-end
}

    .header-main-row .right-user-section {
        max-width: calc(100% - 45px)
    }

    .header-main-row .left {
        display: flex;
        align-items: center;
        cursor: pointer;
        grid-gap: 10px
    }

        .header-main-row .left > .user-img > img {
            margin-left: 0;
            width: 35px;
            height: 35px;
            border: 1px solid #ececec;
            object-fit: contain;
        }

        .header-main-row .left > .details {
            display: flex;
            flex-direction: column;
            width: 100%;
            overflow: hidden
        }

.separator {
    width: 100%;
    height: .5px;
    background: #bababa;
    margin-top: 17px;
    margin-bottom: 12px
}

.account-box {
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 19px
}

    .account-box .main-row {
        margin-top: 12px;
        padding-bottom: 12px;
        border-bottom: .5px solid #e0e0e0
    }

        .account-box .main-row .left > .details {
            max-width: calc(100% - 12px)
        }

        .account-box .main-row.active .details a {
            background: #07a19b;
            color: #fff;
            padding: 8px 10px;
            border-radius: 5px
        }

        .account-box .main-row:last-child {
            border: none;
            padding-bottom: 2px
        }

.add-account > a {
    font-size: 12px;
    font-weight: 500;
    color: #07a19b;
    margin-top: 5px
}

.user-action-links > a:first-child {
    font-size: 16px;
    font-weight: 500;
    margin-right: 30px;
    color: #fff
}

.user-action-links > a:last-child {
    border-radius: 8px;
    border: 1px solid #fff;
    width: 108px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

    .user-action-links > a:last-child:hover {
        background: #fff;
        color: #333
    }

.user-action-buttons .filled {
    width: 100%;
    height: 40px;
    background: #02b7a1;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.user-action-buttons .border {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #02b7a1 !important;
    color: #02b7a1;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-inner-content {
    padding: 48px 66px 52px
}

    .modal-inner-content h2 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center
    }

    .modal-inner-content p {
        font-size: 16px;
        text-align: center;
        line-height: 22px
    }

.modal-form-container {
    margin-top: 17px
}

    .modal-form-container label {
        margin-bottom: 10px;
        font-size: 16px
    }

    .modal-form-container .form-group {
        margin-bottom: 17px
    }

    .modal-form-container .form-control {
        border: 1px solid #ccc;
        height: 50px !important;
        border-radius: 5px
    }

.form-submit-btn {
    background: #07a19b;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 23px;
    color: #fff !important
}

.blue-link {
    font-size: 14px;
    color: #0076ff;
    justify-content: flex-end;
    width: 100%;
    display: flex
}

.organisation-url .input-group-prepend {
    flex: 1
}

.accordion-border-tab
.content-main-row
.info-area-row
.icons-click > span:first-child, .donation-border-box .bottom-arrow > i {
    cursor: pointer
}

.accordion-border-tab
.content-main-row
.info-area-row
.icons-click > span:nth-child(2), .phone-system-wrapper .icons-click .round-number {
    width: 19px;
    height: 19px;
    background: #f0f0f0;
    color: #636466;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.accordion-border-tab
.content-main-row
.info-area-row
.details.details-box-active
.detail-child-info:last-child
.main-parent-inner, .records-area .record-row:last-child {
    border: none;
    padding-bottom: 0
}

.drag-drop-box p, .stats-bar .stat-box:last-child {
    margin: 0
}

.drag-drop-box .input-file-custom > input, .borderless-dropdown .dropdown-toggle::after, .right-user-section .dropdown-toggle::after {
    display: none
}

.accordion-border-tab
.album-records
.detail-child-info:last-child
.main-parent-inner, .accordion-border-tab
.album-menu-setup
.detail-child-info:last-child
.main-parent-inner {
    border: none !important
}

.raised-stats .border-box.active .left > span:last-child, .input-link {
    color: #07a19b
}

.donation-border-box .name-date, .inbox-container .inbox-row .top-title, .dropdown-menu .main-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.table-top-filter ul > li > a, .account-box .acound-sub-head {
    color: #bababa
}

.new-btn span > i, .new-btn span > img, .add-filled-btn > i {
    margin-right: 5px
}

.users-list, .user-check-container, .detail-accordion-tabs {
    margin-top: 10px
}

.custom-checkbox, .message-open-info
.message-detail
.message-wrapper
.message-text > p:first-child {
    margin-bottom: 10px
}

    .custom-checkbox input:checked + label, .inbox-container .inbox-row.unread .top-title > span:first-child, .inbox-container .inbox-row.unread .bottom-info > p, .table-bg-dropdown.borderless-dropdown a, .phone-system-wrapper .language-box p > span {
        color: #000
    }

.inbox-container .inbox-row .bottom-info .check.green > svg path, .message-open-info
.message-detail
.message-wrapper
.message-text > p:last-child.read > svg
path {
    stroke: #07a19b
}

.inbox-container .inbox-row.unread .top-title > span:last-child, .stats-bar .stat-box .right .borderless-dropdown a, .phone-system-wrapper .language-box p, .below-input-info > span:first-child, .records-area .record-row > span {
    color: #636466
}

.phone-system-wrapper .details .info-text, .user-action-links {
    display: flex;
    align-items: center
}

.add-earning-tabs .tab-pane, .detail-accordion-tabs .tab-pane {
    margin-top: 18px
}

.dropdown-menu .main-row .left > .details > span.id, .header-main-row .left > .details > span.id {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.header-main-row .left > .details > span.badge {
    font-size: 10px;
    padding: 3px 8px;
    margin-top: 4px;
}

.dropdown-menu .main-row .left > .details > span.gray-txt, .header-main-row .left > .details > span.gray-txt {
    font-size: 12px;
    color: #bababa;
    margin-top: 3px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px
}

.dropdown-menu .main-row .right > .icon-bg, .header-main-row .right > .icon-bg {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #ffe6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}
.header-main-row .right > .icon-bg.profile-setting-icon {
    background-color: #E0E0E0;
}

@media (min-width: 1500px) {
    .right-user-section {
        justify-content: flex-end
    }

    .wrapper-sm {
        /* max-width: calc(100% - 33%);*/
        height: 100%;
    }

    .borderless-dropdown .dropdown-menu, .shadow-dropdown {
        right: 0 !important;
        left: auto !important
    }
}

@media (max-width: 1024px) {
    /* .topBar {
        padding: 10px 15px
    }
    */
}

@media (max-width: 768px) {
    .search-filter-input input {
        width: auto !important
    }

    .topBar .navbar-brand img {
        max-width: 165px
    }

    .toggle-donate-btn {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .sticky-btn, .fix-top {
        left: 0;
        right: 0
    }

    .play-btn-container img {
        height: 30px !important;
        width: 30px !important
    }

    .split-text {
        column-count: 1 !important
    }

    .donation-center-text pre span, .donation-center-text p.fr-text-uppercase span {
        font-size: 24px !important
    }

    .donation-center-text pre span, .donation-center-text p {
        font-size: 14px !important
    }

    .donation-gray-outer {
        padding: 20px 23px !important;
        max-width: 100% !important
    }

    .donate-shadow-box .preset-section .gray-bg {
        margin-bottom: 10px !important
    }

    .recurring-form .white-bg-input {
        border: 1px solid #ccc;
        margin-bottom: 10px !important;
        width: 100%;
        padding: 8px 13px !important
    }

    .donating-value {
        line-height: 28px;
        margin: 20px !important
    }

    .donation-gray-outer select, .filled-arrow-select {
        background-position: 96% !important
    }

    .overview-section .section-inner-grid {
        flex-wrap: wrap
    }

    .overview-section .overview-details-col {
        flex: 0 0 48% !important
    }

        .overview-section .overview-details-col .details {
            border: none !important
        }

    .organizationList .box {
        width: 100%
    }

    .gray-wrapper {
        padding: 0
    }

    .donate-carousel .carousel-item > img, .gray-box-card {
        height: auto !important
    }

    .toggle-donate-btn button > span:last-child, .pageName {
        font-size: 18px
    }

    .organization-recurring-amount {
        flex-direction: column;
    }

    .toggle-btn-recurring {
        position: relative !important;
        width: 100%;
        justify-content: flex-end;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .topBar {
        min-height: 63px;
        padding: 0
    }

        .topBar .navbar {
            padding: 0
        }

    .add-padd-sm {
        padding: 12px !important
    }

    .logo-icon-row {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 63px;
        padding: 12px
    }

    #nav-icon {
        display: block !important
    }

    .navbar.open .center-links, .navbar.open .user-action-links {
        display: flex !important
    }

    .center-links {
        width: 100%;
        padding-top: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        line-height: 36px;
        justify-content: center;
        margin-bottom: 32px;
        display: none;
        border-top: 1px solid rgba(255,255,255,0.4)
    }

        .center-links a {
            width: 100%;
            text-align: center;
            font-size: 16px;
            margin-right: 0 !important
        }

    .right-user-section {
        width: 100%
    }

    .user-action-links {
        justify-content: center;
        width: 100%;
        margin-bottom: 56px;
        display: none
    }

        .user-action-links > a:first-child {
            border-radius: 8px;
            border: 1px solid #fff;
            height: 40px;
            width: 108px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 16px
        }

        .user-action-links > a:last-child {
            font-size: 16px;
            width: 108px;
            height: 40px
        }

    .navbar-brand img {
        width: 200px
    }

    .donate-shadow-box h2 {
        margin-top: 40px !important
    }

    .header-main-row.logged-in {
        display: flex !important;
        position: absolute;
        right: 48px;
        top: 14px
    }
}

.header-main-row.logged-in {
    min-width: auto
}

    .header-main-row.logged-in .gray-txt, .header-main-row.logged-in span.id {
        color: #fff !important
    }

@media (max-width: 480px) {
    .topBar .navbar {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 15px;
    }

        .topBar .navbar .header-main-row {
            max-width: none;
            width: 100%;
        }

    .back-step-btn {
        width: 100%;
        margin-bottom: 20px
    }

    .donate-inner-wrapper .btn-primary.site-default-btn {
        max-width: 100% !important
    }

    .donate-inner-wrapper .payment-info-text {
        font-size: 9px !important;
        margin-top: 20px !important
    }

    .sidebar.open {
        left: 0;
        min-width: calc(100% - 80px);
        margin-right: 17%;
        box-shadow: 0 2px 50px rgb(176 176 176 / 50%);
    }

    .overview-section .overview-details-col {
        flex: 0 0 100% !important
    }

    .all-donations-section-inner, .total-stats-section-inner, .overview-section .section-inner {
        padding: 0
    }

    .tab-button-row > .btn {
        margin-right: 5px;
        padding: 8px 8px;
    }

    .right-user-section .dropdown-menu {
        width: 254px;
    }

    .logo-icon-row {
        padding: 12px 0px;
    }

    .header-main-row.logged-in {
        right: 38px;
    }

    .phone-system-wrapper {
        padding: 0px;
    }

    .organization-display-information {
        overflow: auto
    }

        .organization-display-information .display-info-table {
            min-width: 768px;
        }

    .accordion-border-tab .content-main-row .info-area-row .details {
        width: calc(100% - 42px);
    }

    .accordion-border-tab .content-main-row .info-area-row .icons-click {
        width: auto;
    }
}

.play-btn-container {
    position: absolute;
    top: 5%;
    z-index: 1;
    left: 1%;
    opacity: .7
}

    .play-btn-container img {
        height: 60px;
        width: 60px
    }

.carousel-control-next, .carousel-control-prev {
    width: 8%
}

.content-video {
    position: absolute;
    background: #021919;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center
}

.video-modal .container {
    width: 100%;
    height: 85vh;
    display: grid;
    grid-template-rows: 5fr 1fr;
    background: #021919
}

#tblCampaignDonation tr:hover {
    cursor: pointer
}

.background-black {
    background: #231f20;
    border-color: #231f20
}

.show-all-link {
    padding: 10px 0;
    font-size: 12px
}

.campaign-detail-hide {
    display: none !important
}

.campaign-raiser-detail-hide {
    display: none !important
}

.campaign-detail-show {
    display: flex !important
}

.campaign-raiser-detail-show {
    display: flex !important
}

.form-icon {
    position: absolute;
    right: 12px;
    top: 14px;
    color: #000
}

input[type="file"] {
    line-height: 21px
}

.banner-outer > .banner-image {
    width: 100%;
    height: 570px
}

    .banner-outer > .banner-image > img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.donate-inner-wrapper {
    background: #f7f8fa;
    width: 100%;
    height: auto;
    padding: 63px 0 90px;
    background: url(../images/bottom-banner.png) no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.donate-carousel .carousel-item > img {
    height: 420px;
    background-size: contain;
    background-position: 100%;
    min-height: 125px
}

.donate-inner-wrapper h2 {
    font-size: 44px;
    font-weight: 700;
    color: #07a19b;
    margin-bottom: 40px;
    line-height: 50px;
    text-align: right
}

.donation-gray-outer {
    background: #f3f4f6;
    padding: 20px 40px;
    border-radius: 6px;
    max-width: 576px;
    margin: auto
}

.donate-shadow-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 30px rgb(0 0 0 / 5%);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 70px 50px 80px;
    max-width: 1100px;
    margin-left: auto;
    font-family: "Poppins",sans-serif !important
}

    .donate-shadow-box .image > img {
        width: 100px !important;
        height: auto;
        max-height: 100px
    }

.direction-rtl {
    direction: rtl
}

.donate-shadow-box h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #333;
    margin-bottom: 22px;
    line-height: 40px;
    margin-top: 30px
}

.donate-shadow-box .preset-section .gray-bg {
    border-radius: 6px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 13px;
    cursor: pointer
}

    .donate-shadow-box .preset-section .gray-bg p:first-child {
        margin-bottom: 6px;
        color: #888;
        font-size: 12px;
        line-height: 10px
    }

    .donate-shadow-box .preset-section .gray-bg p:nth-child(2) {
        color: #333;
        font-size: 22px;
        margin-bottom: 0;
        font-weight: 600;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .donate-shadow-box .preset-section .gray-bg.active {
        background: #07a19b
    }

        .donate-shadow-box .preset-section .gray-bg.active > p, .donate-shadow-box .preset-section .gray-bg.active .input-group-text {
            color: #fff !important
        }

    .donate-shadow-box .preset-section .gray-bg.other-amount-box .input-group-text {
        padding: 0;
        height: 22px;
        width: 22px;
        background: none;
        border: none;
        display: flex;
        font-size: 22px;
        font-weight: 600;
        margin-right: 5px;
        color: #333
    }

    .donate-shadow-box .preset-section .gray-bg.other-amount-box input {
        text-align: left;
        border: none;
        height: 26px !important;
        min-height: 22px !important;
        padding: 0;
        color: #333;
        font: 600 22px/22px "Poppins",sans-serif !important
    }

    .donate-shadow-box .preset-section .gray-bg.other-amount-box.active input {
        background: transparent;
        color: #fff
    }

.donate-inner-wrapper .btn-primary.site-default-btn {
    width: 100%;
    height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 220px;
    font-size: 16px;
    margin-top: 0;
    height: 40px
}

.donate-inner-wrapper .payment-info-text {
    font-size: 12px;
    margin-top: 33px;
    padding: 0;
    text-align: left;
    line-height: 18px;
    color: #888;
    text-align: center
}

    .donate-inner-wrapper .payment-info-text .drkgray {
        color: #333
    }

.donate-inner-wrapper .date-select input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: .7px solid #bababa;
    padding: 10px;
    font-size: 16px;
    font-weight: 300
}

.recurring-dontaion-section {
    max-width: 576px;
    margin: auto;
    margin-top: 13px
}

.checkbox-selection .form-group {
    margin-bottom: 9px
}

    .checkbox-selection .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer
    }

    .checkbox-selection .form-group label {
        color: #333;
        position: relative;
        cursor: pointer;
        font-size: 16px
    }

        .checkbox-selection .form-group label:before {
            height: 15px;
            content: "";
            -webkit-appearance: none;
            background-color: transparent;
            border: 1px solid #ccc;
            width: 15px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 11px;
            border-radius: 4px;
            margin-top: -2px
        }

    .checkbox-selection .form-group input + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 5px;
        width: 5px;
        height: 9px;
        border: solid #ccc;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        opacity: 0;
    }

    .checkbox-selection .form-group input:checked + label:before {
        background: #07a19b;
        border-color: #07a19b
    }

    .checkbox-selection .form-group input:checked + label:after {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        opacity: 1;
    }

.recurring-form .white-bg-input {
    background: #fff;
    border-radius: 6px;
    padding: 8px 20px
}

    .recurring-form .white-bg-input input::placeholder {
        font-size: 14px
    }

.gray-bg input::placeholder {
    font-size: 16px;
    color: #dedede
}

.recurring-form .white-bg-input label {
    font-size: 12px;
    font-weight: 300;
    color: #888
}

.recurring-form .white-bg-input input {
    text-align: left;
    border: none;
    height: 25px !important;
    padding: 0;
    color: #333;
    margin-top: 5px;
    background-color: #fff;
    font: 600 22px "Poppins",sans-serif !important
}

    .recurring-form .white-bg-input input.amount-input {
        color: #18a19b
    }

.recurring-form .white-bg-input .input-group-text {
    background: #fff;
    border: none;
    padding: 0;
    height: 27px;
    justify-content: left;
    width: auto;
    font-size: 22px;
    font-weight: 600;
    margin-right: 5px;
    color: #333
}

.recurring-form .white-bg-input select {
    border: none;
    height: 22px !important;
    padding: 0;
    color: #333;
    margin-top: 5px;
    background-size: 8px;
    background-position: 100% !important;
    background-color: #fff;
    font: 600 12px "Poppins",sans-serif !important
}

.recurring-form .white-bg-input input.select-date-input {
    border: none;
    height: 22px !important;
    padding: 0;
    color: #333;
    margin-top: 5px;
    background-size: 8px;
    background-position: left !important;
    background: #fff url(../images/calendar.svg) no-repeat;
    -webkit-appearance: none;
    padding-left: 22px;
    font: 600 12px "Poppins",sans-serif !important
}

.donating-value {
    color: #5269ff;
    font-size: 16px;
    margin: 44px 70px 40px;
    text-align: center;
    width: 100%;
    font-weight: 600
}

.payment-option-buttons > .btn {
    background: #fafafa;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 20px;
    color: #333;
    width: 230px;
    height: 70px;
    position: relative;
    font-weight: 400;
    position: relative;
    padding: 6px
}

    .payment-option-buttons > .btn:first-child {
        margin-right: 33px
    }

    .payment-option-buttons > .btn.active {
        border: 1px solid #07a19b
    }

.payment-option-buttons span.select-icon {
    position: absolute;
    right: 6px;
    top: 0;
    display: none
}

.payment-option-buttons > .btn.active span.select-icon {
    display: block
}

.payment-form {
    width: 100%;
    margin: 24px 0 15px;
}

    .payment-form .form-label {
        margin-bottom: 11px;
        color: #888;
        text-transform: uppercase;
        font-size: 14px
    }

    .payment-form .form-control {
        border: 1px solid #ccc;
        height: 50px !important;
        border-radius: 5px
    }

        .payment-form .form-control::placeholder {
            color: #ccc;
            font-size: 16px
        }

.payment-success-box {
    max-width: 368px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center
}

.loader-img .payment-loader {
    min-height: auto;
    background: none;
    width: 72px;
    height: 72px;
    position: static
}

    .loader-img .payment-loader .spinner img {
        width: 100px;
        height: 100px
    }

.payment-success-box h2 {
    margin-bottom: 18px;
    color: #35a19b;
    font-size: 22px;
    font-weight: 600
}

.payment-success-box p {
    font-size: 16px;
    color: #333;
    line-height: 22px
}

.thankyou-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 82px
}

    .thankyou-box h2 {
        margin-top: 36px;
        margin-bottom: 18px;
        color: #35a19b;
        font-size: 22px;
        font-weight: 600
    }

    .thankyou-box p:nth-child(3) {
        font-size: 16px;
        color: #333;
        margin-bottom: 11px
    }

    .thankyou-box p:nth-child(4) {
        font-size: 10px;
        color: #07a19b;
        margin-bottom: 48px
    }

    .thankyou-box button {
        width: 250px !important;
        max-width: 250px !important
    }

.pay-amount .spn-pay-amount {
    text-transform: uppercase
}

.monthly-payment {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.donation-gray-outer.p-b-7 {
    padding-bottom: 7px
}

.donation-gray-outer select {
    -webkit-appearance: none;
    background: #fff url(../images/select-arrow-donate.svg) no-repeat;
    background-position: 96%;
    font: 16px "Poppins",sans-serif !important
}

.filled-arrow-select {
    background-position: 93% !important;
    border: 1px solid #ccc
}

.fr-text-spaced {
    word-break: break-all
}

.split-text {
    column-count: 2
}

#nav-icon {
    width: 23px;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
    display: none;
    z-index: 999
}

    #nav-icon span {
        display: block;
        position: absolute;
        height: 2.25px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

        #nav-icon span:nth-child(1) {
            top: 0;
            -webkit-transform-origin: l eft center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center
        }

        #nav-icon span:nth-child(2) {
            top: 6px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center
        }

        #nav-icon span:nth-child(3) {
            top: 12px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center
        }

    #nav-icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        left: 4px
    }

    #nav-icon.open span:nth-child(2) {
        width: 0;
        opacity: 0
    }

    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 16px;
        left: 4px
    }

.sm-box input {
    max-width: 150px;
    margin: auto
}

.video-modal {
    height: 93vh
}

.video-close-btn {
    opacity: 1;
    font-size: 28px;
    right: 17px !important;
    top: 8px !important
}

.edit-recurring-modal .modal-content {
    padding: 16px 8px
}

.edit-recurring-modal .white-bg-input {
    border: 1px solid #ccc;
    border-radius: 6px
}

.main-modal-label {
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.pl-33-tr {
    padding-left: 33px !important
}

@media screen and (max-width: 767px) {
    .org-details {
        padding: 15px 22px
    }

    .donation-center-text {
        padding: 0 8px;
        margin: 0 !important
    }

    .org-details .logo > img {
        margin: 0
    }

    .org-details .name-detail h2 {
        font-size: 24px;
        margin-top: 10px
    }

    .org-details .name-detail h3 {
        font-size: 10px
    }

    .org-details .logo, .name-detail {
        width: 100%;
        text-align: center
    }

    .donation-wrapper {
        background: #fff
    }

    .donate-inner-wrapper {
        padding: 16px 0 33px;
        border-top: 1px solid #ccc;
        background: #fff
    }

        .donate-inner-wrapper .donate-shadow-box {
            padding: 30px 8px !important;
            box-shadow: none
        }
}

.organization-donations, .organization-recurring-donations {
    padding: 0;
    height: calc(100vh - 314px);
    min-height: 250px;
}

.donor-report, .campaign-manage-team {
    padding: 0;
    height: calc(100vh - 196px);
    min-height: 250px;
}

.campaign-donations, .campaign-members, .campaign-detail-body, .organization-media-links, .media-links {
    padding: 0;
    height: calc(100vh - 255px);
    min-height: 250px;
}

.campaign-teams {
    padding: 0;
    height: calc(100vh - 335px);
    min-height: 250px;
}

.raiser-campaigns {
    padding: 0;
    height: calc(100vh - 240px);
    min-height: 250px;
}

.all-organizations {
    padding: 0;
    height: calc(100vh - 232px);
    min-height: 250px;
}

.all-donors {
    padding: 0;
    height: calc(100vh - 252px);
    min-height: 250px;
}

.all-campaigns {
    padding: 0;
    height: calc(100vh - 252px);
    min-height: 250px;
}

.potential-donors, .dedication {
    padding: 0;
    height: calc(100vh - 483px);
    min-height: 250px;
}

.myteam-raiser-list {
    padding: 0;
    height: calc(100vh - 527px);
    min-height: 250px;
}

.mt-gap-2 {
    margin-top: 21px;
}

.payment-report, .recurring-payment-report {
    padding: 0;
    height: calc(100vh - 348px);
    min-height: 250px;
}

.masserVchomeshIncome-report, .masserVchomeshHistory-report, .masserVchomeshDonoation-report {
    padding: 0;
    height: calc(100vh - 470px);
    min-height: 250px;
}

.campaign-team-members {
    padding: 0;
    height: calc(100vh - 276px);
    min-height: 250px;
}

.select-text-style {
    border: none;
    background: none !important;
    padding: 0;
    height: auto !important;
    min-height: auto !important;
    color: #636466 !important;
    font-size: 14px;
    opacity: 1
}

.textItem {
    border: none;
    color: #07a19b;
    width: 47PX
}

.display-info-table thead tr > td {
    padding-bottom: 15px;
    color: #000;
    font-size: 16px
}

.display-info-table tbody td {
    color: #BABABA;
    font-size: 14px
}

.form-icon-input {
    position: relative;
    width: 100%
}

.icons-sizes {
    width: calc(100% - 110px) !important;
}

.form-icon-input input {
    height: 40px;
    width: 100%;
    border: .7px solid #bababa;
    border-radius: 4px;
    width: 100%;
    font-size: 14px
}

    .form-icon-input input::placeholder {
        color: #E0E0E0
    }

.form-icon-input span {
    width: 27px;
    height: 27px;
    background: #07A19B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 6.5px;
    right: 10px
}

.icon-next-input {
    min-width: 27px;
    height: 27px;
    background: #07A19B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px
}

.icon-next-input-for-empty {
    min-width: 27px;
    height: 27px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px
}

.logo-fetch-box {
    border: 1px solid #ebebeb;
    padding: 50px 20px 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 5px;
    grid-gap: 25px;
    position: relative
}

.logo-crop-dimension {
    position: absolute;
    left: 0;
    top: 0;
    background: #919191;
    color: #fff;
    padding: 8px 30px;
    border-radius: 0 0 4px 0
}

.reset-btn {
    background: #D9F1F0;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    white-space: nowrap;
    min-width: 161px;
    color: #07A19B !important;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 11px
}

.dashboard-container {
    display: flex;
    flex-flow: column nowrap;
    grid-gap: 30px
}

.overview-section .section-inner {
    padding: 4px 12px
}

.light-border-dropdown .dropdown {
    font-size: 12px
}

    .light-border-dropdown .dropdown button {
        font-size: 12px;
        font-weight: 500;
        background-color: transparent;
        border: 1px solid #E4E4E4;
        border-radius: 4px;
        height: 30px;
        padding: 6px 11px;
        color: #000;
        min-width: 95px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

.overview-section .overview-details-col {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    flex: 0 0 25%;
    flex-wrap: wrap
}

.overview-section .section-inner-grid {
    grid-gap: 15px;
    display: flex
}

.overview-section .overview-details-col .details {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    color: #000;
    font-size: 12px;
    width: 100%;
    border-right: 1px solid #E0E0E0
}

.overview-section .overview-details-col:last-child .details {
    border: none
}

.overview-section .overview-details-col .details p {
    font-size: 20px;
    font-weight: 700
}

.all-donations-section-inner, .total-stats-section-inner {
    padding: 12px
}

.date-range-input input {
    font-size: 12px;
    margin-left: 10px;
    min-width: 225px;
    position: relative;
    padding-right: 30px
}

.date-range-input:after {
    content: '';
    background: url(images/date-range.svg) no-repeat;
    position: absolute;
    right: 11px;
    top: 11px;
    width: 15px;
    height: 19px;
    background-size: 96%
}

.stats-record {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #000
}

@media all and (min-width: 768px) {
    .hidden-desktop {
        display: none !important
    }
}

@media all and (max-width: 767px) {
    .hidden-mobile {
        display: none !important
    }
}

.ui-menu.ui-widget.ui-front {
    background: #fff;
    line-height: 2;
    width: 30% !important;
    padding: 10px 20px;
    box-shadow: 0 2px 30px rgba(0,0,0,0.2);
    max-height: 350px;
    overflow: auto
}

.raiser-status-row {
    padding: 0
}

    .raiser-status-row label {
        font-size: 20px;
        color: #636466;
        margin-bottom: 7px
    }

    .raiser-status-row p {
        font-size: 34px;
        color: #000;
        line-height: 34px;
        font-weight: 700
    }

.value-status {
    display: flex !important;
    align-items: center;
    justify-content: space-between
}

.campaign-status {
    font-size: 12px;
    background: #FDD9D9;
    padding: 5px 8px;
    color: #F63928;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    position: relative;
    min-width: 55px
}

.pinkBg {
    background-color: #F63928 !important;
    background-image: linear-gradient(90deg,#F63928,#F63928)
}

.intro-live {
    height: 7px;
    width: 7px;
    text-align: center;
    border-radius: 100px;
    z-index: 1;
    position: relative
}

    .intro-live .ripple {
        position: absolute;
        width: 25px;
        height: 25px;
        z-index: -1;
        left: -9px;
        top: -9px;
        opacity: 0;
        border-radius: 100px;
        -webkit-animation: ripple 1.8s infinite;
        animation: ripple 1.8s infinite
    }

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-live .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-live .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.number-title {
    margin-bottom: 12px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    min-width: 150px;
}

.number-info:after {
    content: '';
    display: inline-block;
    height: 16px;
    width: 1px;
    background: #E0E0E0;
    margin: 1px 2px 0px 14px;
}

.numbers-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 14px;
    margin-top: 8px;
    color: #333;
}

    .numbers-box .add-number-btn {
        width: 28px;
        height: 28px;
        background: none;
        outline: none;
        border: 1px solid #07A19B;
        border-radius: 4px;
        color: #07A19B;
        font-size: 20px;
        margin-left: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .numbers-box input[type="radio"] + label:before, .numbers-box input[type="radio"]:checked + label:after {
        display: none
    }

    .numbers-box input[type="radio"] + label {
        padding: 0
    }

        .numbers-box input[type="radio"] + label > div.number-info {
            display: flex;
            padding: 4px 6px;
            border-radius: 3px;
            color: #636466;
            font-size: 14px;
        }

    .numbers-box [type="radio"]:not(:checked) + label, .numbers-box [type="radio"]:checked + label {
        padding: 0;
    }

    .numbers-box .custom-radio-btn:last-child {
        border: none;
    }

    .numbers-box input[type="radio"]:checked + label > div.number-info {
        border: 1px solid #07a19b;
        color: #07A19B;
        margin: 0 10px;
    }

        .numbers-box input[type="radio"]:checked + label > div.number-info:after {
            display: none;
        }

    .numbers-box .custom-radio-btn:last-child div.number-info {
        margin-right: 0 !important;
    }

    .numbers-box input[type="radio"]:checked + label > div.number-info > span {
        color: #07a19b !important;
    }

    .numbers-box input[type="radio"] + label > div.number-info > span:last-child {
        color: #E0E0E0;
    }

.highcharts-figure {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    padding: 18px 25px;
    background: #fff
}

    .highcharts-figure.no-design {
        box-shadow: none;
        padding: 0
    }

.campaign-breakdown {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
    padding: 15px;
    height: 100%
}

    .campaign-breakdown p.title {
        font-size: 16px;
        color: #000
    }

    .campaign-breakdown .breakdown-info {
        display: flex;
        flex-direction: column;
        margin-top: 25px
    }

        .campaign-breakdown .breakdown-info .breakdown-info-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 12px;
            color: #636466;
            border-bottom: .7px solid #E0E0E0;
            padding-bottom: 15px;
            margin-bottom: 13px
        }

            .campaign-breakdown .breakdown-info .breakdown-info-row > p:last-child {
                font-size: 16px;
                color: #07A19B
            }

            .campaign-breakdown .breakdown-info .breakdown-info-row:last-child {
                border: none
            }

.chart-header {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    font-size: 10px;
    color: #636466;
    padding-bottom: 5px
}

    .chart-header li.active:after {
        content: '';
        position: absolute;
        bottom: -4px;
        width: 100%;
        background: #07A19B;
        height: 1px;
        left: 0
    }

    .chart-header li > span:first-child {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 4px;
        display: inline-flex
    }

    .chart-header li > span.online {
        background: #4F80ED
    }

    .chart-header li > span.offline {
        background: #D9A654
    }

.chart-form-filter .form-control {
    font-size: 10px;
    min-height: 25px;
    max-width: 110px
}

.chart-form-filter .custom-date {
    background: url(../images/calendar-icon-gray.svg) no-repeat;
    background-position: 93%
}

.mn-wdth-300 {
    min-width: 230px
}

.ag-theme-balham .ag-cell {
    line-height: 49px !important;
}
#OrganizationDonations .ag-theme-balham .ag-cell {
    line-height: 20px !important;
}
.ag-header-cell-label, .ag-header-group-cell-label {
    color: #333;
    font-weight: 700;
}

.ag-theme-balham input[class^='ag-'] {
    border: 1px solid #ececec !important;
    box-shadow: 0 0 6px rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 3px;
    background: #fff url(../images/search-gray-icon.svg) no-repeat;
    background-position: 5px;
    padding-left: 18px !important;
    background-size: 10px;
}

.ag-theme-balham .ag-root-wrapper {
    border-color: #ececec;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
}

.ag-header-group-cell-label {
    justify-content: center;
}

.icon-label-btns button {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

    .icon-label-btns button > span:first-child {
        background: #07a19b;
        color: #fff;
        width: 32px;
        border-radius: 50%;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    .icon-label-btns button > span:last-child {
        font-size: 12px;
        font-weight: 500;
        margin-top: 4px;
        color: #07a19b;
        line-height: 14px;
    }

.btn-delete {
    background: #d9534f;
    color: #fff !important;
    font-size: 14px;
}

    .btn-delete > span {
        margin-top: 2px;
    }

.btn-border-delete {
    border: 1px solid #d9534f;
    font-size: 14px;
    color: #d9534f;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 4px;
}

.bulk-sms {
    line-height: 20px;
    font-size: 14px;
}

.records-count {
    background: #07a19b;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 23px;
}

.reply-status {
    font-size: 10px;
    background: #07a19b;
    color: #fff;
    padding: 4px 5px;
    border-radius: 20px;
}

.canvas-get-value {
    flex: 1;
}

    .canvas-get-value canvas {
        max-height: 200px;
        max-width: 100%;
    }

.organization-recurring-amount {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    grid-gap: 12px;
}

.donation-stats {
    display: flex;
    grid-gap: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex: 1;
}

    .donation-stats .stat-box {
        background: #d9edec;
        border-radius: 8px;
        padding: 10px 17px 7px;
        display: flex;
        flex-direction: column;
        font-weight: 500;
        color: #888;
        font-size: 10px;
        align-items: flex-end;
        text-transform: uppercase;
    }

        .donation-stats .stat-box p:first-child {
            display: block;
            color: #000;
            font-size: 16px;
            max-width: 100%;
            text-overflow: ellipsis;
            overflow: hidden;
            font-weight: 600;
            margin-bottom: 5px;
        }

.saved-credit-box {
    margin-top: 74px;
    margin-bottom: 44px;
    width: 100%;
}

    .saved-credit-box p {
        font-size: 14px;
        color: #888;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .saved-credit-box .inner-info {
        align-items: center;
    }

        .saved-credit-box .inner-info .saved-card {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 5px;
            padding: 17px 17px 17px 10px;
            border: 1px solid transparent;
            background: #FAFAFA;
            margin-bottom: 15px;
        }

            .saved-credit-box .inner-info .saved-card.active {
                border: 1px solid #07A19B;
            }

            .saved-credit-box .inner-info .saved-card .left {
                display: flex;
                align-items: center;
            }

                .saved-credit-box .inner-info .saved-card .left .custom-radio-btn {
                    height: 16px;
                    width: 16px;
                }

                .saved-credit-box .inner-info .saved-card .left .saved-radio-btn {
                    height: 12px;
                    width: 12px;
                }

                .saved-credit-box .inner-info .saved-card .left .info p {
                    font-size: 12px;
                    margin-bottom: 7px;
                    margin-left: 11px;
                    font-weight: 500;
                    color: #636466;
                }

                .saved-credit-box .inner-info .saved-card .left .info span {
                    color: #FF0000;
                }

                .saved-credit-box .inner-info .saved-card .left .info p:last-child {
                    margin-bottom: 0
                }

.toggle-btn-recurring {
    position: absolute;
    right: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    top: 4px;
}

.phone-values > .col-lg-4:last-child .border-rght {
    border-right: none !important;
}

.preset-image-section {
    display: flex;
    height: 100%;
    align-items: center;
}

    .preset-image-section input[type="file"] {
        position: absolute;
        left: 15px;
        opacity: 0;
        height: 36px;
        z-index: 99;
        width: calc(100% - 33px);
    }

    .preset-image-section button {
        font-size: 14px;
        color: #09a29a;
        border: 1px solid #bababa;
        cursor: pointer;
        padding: 10px 7px;
        border-radius: 4px;
        background: #fff;
    }

.preset-image img {
    width: auto;
    height: 38px;
}

.preset-image > label {
    color: #6d6e70;
    margin-bottom: 7px;
    font-size: 14px;
}

.add-padding {
    padding: 50px 0;
}

.summary-content {
    color: #131921;
}

    .summary-content h2 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 7px;
    }

    .summary-content p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 7px;
        font-family: "Poppins", sans-serif !important;
    }

.gray-box-info {
    background: #f5f5f5;
    padding: 15px 21px;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 20px;
}

    .gray-box-info .field-row:not(:last-child) {
        border-bottom: 0.5px solid #e0e0e0;
    }

    .gray-box-info .field-row span:first-child {
        width: 200px;
        display: inline-flex;
    }

.summary-form h1 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 7px;
}

.summary-form .control-label {
    font-size: 12px;
    color: #636466;
}

.summary-form .form-control {
    border: 0.5px solid #bababa;
    font-size: 14px;
}

.summary-form .btn-primary {
    width: 220px;
    max-height: 50px;
    height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
}

.page_404 {
    padding: 40px 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #131921;
}

    .page_404 h1 {
        font-size: 80px;
        margin-bottom: 30px;
    }

    .page_404 h3 {
        font-size: 30px;
    }

.next-recurring-date-div {
    max-width: 160px;
}

.disbaled-recording-button {
    pointer-events: none;
    opacity: 0.1;
}

.input-group-input {
    border-color: #939598;
    border-radius: 4px;
    border: 0.7px solid #bababa;
}

    .input-group-input .form-control {
        border-top: 0;
        border-bottom: 0;
    }

    .input-group-input .input-group-prepend .form-control, .input-group-input .input-group-append .form-control {
        border: 0px;
    }

    .input-group-input.readonly {
        background: #e9ecef;
    }

/* FIlter Modal Css */
.toggle-label {
    position: relative;
    display: block;
    width: 128px;
    min-width: 128px;
    height: 32px;
    margin: 0px auto;
    cursor: pointer;
}

    .toggle-label input[type=checkbox] {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .toggle-label input[type=checkbox] + .back {
            position: absolute;
            width: 100%;
            height: 100%;
            background: #F5F5F5;
            border-radius: 17px;
            transition: background 150ms linear;
            display: flex;
            align-items: center;
        }

            .toggle-label input[type=checkbox] + .back .toggle {
                display: block;
                position: absolute;
                content: ' ';
                background: #07A19B;
                border-radius: 15px;
                width: 49%;
                height: 28px;
                margin-left: 2px;
                transition: margin 150ms linear;
            }

        .toggle-label input[type=checkbox]:checked + .back .toggle {
            margin-left: 49%;
        }

    .toggle-label .label {
        display: block;
        position: absolute;
        width: 50%;
        color: #636466;
        text-align: center;
        font-size: 12px;
    }

        .toggle-label .label.on {
            left: 0px;
            color: #fff;
        }

        .toggle-label .label.off {
            right: 0px;
        }

    .toggle-label input[type=checkbox]:checked + .back .label.on {
        color: #fff;
    }

    .toggle-label input[type=checkbox]:checked + .back .label.off {
        color: #fff;
    }

    .toggle-label input[type=checkbox]:checked + .back .label.on {
        color: #636466;
    }

.modal-filter {
    max-width: 558px;
}

    .modal-filter .modal-content {
        border-radius: 8px;
    }

        .modal-filter .modal-content .modal-body {
            padding: 26px 42px;
        }

            .modal-filter .modal-content .modal-body .modal-title {
                color: #000000;
                font-size: 20px;
                font-weight: 500;
                padding: 10px 0 1.5rem;
            }

    .modal-filter .form-control {
        width: auto;
    }

    .modal-filter .form-group {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        margin-bottom: 13px;
    }

        .modal-filter .form-group .field {
            display: flex;
            align-items: center;
            color: #000000;
            font-size: 14px;
        }

        .modal-filter .form-group .control-label {
            color: #000000;
            font-size: 14px;
            min-width: 125px;
            margin-bottom: 0;
            padding-right: 10px;
        }


        .modal-filter .form-group .field .input-group-append, .modal-filter .form-group .field .input-group-prepend {
            width: auto;
            position: relative;
            margin: 0;
        }

            .modal-filter .form-group .field .input-group-append .form-control, .modal-filter .form-group .field .input-group-prepend .form-control {
                border: 1px solid #BABABA;
                border-radius: 17px;
                color: #000;
                font-size: 14px;
                width: 109px;
                display: inline-block;
                padding: .375rem 1rem;
                height: 32px !important;
                min-height: 32px;
            }

            .modal-filter .form-group .input-group-append .input-text, .modal-filter .form-group .field .input-group-prepend .input-text {
                position: absolute;
                right: 9px;
                top: 0;
                bottom: 0;
                margin: auto;
                font-size: 14px;
                color: #BABABA;
                height: auto;
                display: flex;
                align-items: center;
            }

            .modal-filter .form-group .field .input-group-append .form-control {
                padding-right: 25px;
                width: 74px;
            }

            .modal-filter .form-group .field .input-group-prepend .input-text {
                right: auto;
                left: 9px;
            }

            .modal-filter .form-group .field .input-group-prepend .form-control {
                padding-left: 30px;
            }

    .modal-filter .custom-checkbox input + label:before {
        margin-top: 0px;
    }

    .modal-filter .custom-checkbox input + label {
        color: #636466;
    }

    .modal-filter .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
        top: 0px;
    }

    .modal-filter .modal-footer {
        padding: 26px 42px;
        border-top: 0px;
    }

        .modal-filter .modal-footer .btn {
            height: 36px;
            min-width: 85px;
            font-size: 14px;
        }
/* Custom Upload Css */
.custom-upload {
    border: 0.7px dashed #BABABA;
    border-radius: 4px;
    width: 128px;
    height: 40px;
    display: flex;
    align-items: center;
}

    /*.custom-upload .upload-preview {
display: none;
}
*/
    .custom-upload .input-file {
        display: none;
    }

    .custom-upload .btn-upload {
        padding: 12px;
        color: #BABABA;
        font-size: 14px;
        cursor: pointer;
        width: 100%;
    }

    .custom-upload.preview {
        background: #F5F5F5;
        border: 0.7px solid #F5F5F5;
        padding: 5px;
    }

        .custom-upload.preview .btn-upload {
            display: none;
        }

        .custom-upload.preview .upload-preview {
            display: flex;
            align-items: center;
            width: 100%;
        }

            .custom-upload.preview .upload-preview .img {
                width: 38px;
                height: 30px;
                background: #e6e6e6;
                border-radius: 4px;
            }

    .custom-upload .upload-preview .action {
        display: flex;
        align-items: center;
    }

        .custom-upload .upload-preview .action .btn {
            background: transparent;
            border: 0px;
            padding: 5px;
            height: auto;
            line-height: 1;
            margin-left: 5px;
        }

.badge {
    font-weight: 400;
    padding: .5em;
}

.badge-secondary {
    background: #f2f2f2;
    color: #818181;
}

.pointer {
    cursor: pointer;
}

.update-recurring-summary-form .connect-tabs {
    max-width: 564px;
    margin-top: 1rem;
}

    .update-recurring-summary-form .connect-tabs ul {
        margin-bottom: 20px;
    }

.modal-thanks {
    max-width: 725px;
    margin: auto;
    position: relative;
}


.form-select2 .select2-selection.select2-selection--single {
    border: 1px solid #ccc;
    height: 50px !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

    .form-select2 .select2-selection.select2-selection--single .select2-selection__arrow {
        position: relative;
        margin-left: auto;
    }

.edit-recurring-donation .form-inner-section .ag-grid-wrapper {
    height: calc(100vh - 311px);
}

.edit-recurring-donation .form-inner-section {
    height: calc(100vh - 310px);
    overflow: visible;
}

    .edit-recurring-donation .form-inner-section .ag-root-wrapper-body.ag-layout-normal {
        height: calc(100vh - 324px);
    }

.filter-dropdown-btn {
    display: inline-block;
}

    .filter-dropdown-btn .show > .btn-secondary:focus {
        box-shadow: none;
    }

.filter-dropdown-menu .filter-dropdown-list button {
    border: none;
    outline: none;
    background: none;
    padding: 0;
}

.filter-dropdown-menu .filter-dropdown-list {
    font-size: 10px;
}

.filter-dropdown-btn .dropdown .dropdown-toggle::after {
    display: none;
}

.filter-dropdown-btn .dropdown button {
    color: #09a29a;
}

.filter-dropdown-btn .btn:focus {
    box-shadow: none;
}

.filter-dropdown-menu {
    padding: 16px;
    left: auto !important;
    right: 0px !important;
}

.new-donation-wrapper .new-donation-header {
    min-height: 50px;
    border-bottom: 1px solid #bababa;
    margin-right: -18px;
    margin-left: -18px;
}

    .new-donation-wrapper .new-donation-header img {
        width: 60px;
    }

.new-donation-wrapper .new-donation-body {
    padding: 32px;
}

    .new-donation-wrapper .new-donation-body .total-donation {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
        justify-items: stretch;
    }

        .new-donation-wrapper .new-donation-body .total-donation .stats-box,
        .new-donation-wrapper .new-donation-body .total-donation .other-amt,
        .new-donation-wrapper .new-donation-body .btn-box {
            min-width: 186px;
        }

        .new-donation-wrapper .new-donation-body .total-donation .active {
            background: #07a19b;
            color: #fff;
        }

            /*.new-donation-wrapper .new-donation-body .stats-box:hover {
    background: #07a19b;
    color: #fff;
}*/

            .new-donation-wrapper .new-donation-body .total-donation .active p {
                color: #fff !important;
            }

        .new-donation-wrapper .new-donation-body .total-donation .stats-box label {
            font-size: 12px;
        }

        .new-donation-wrapper .new-donation-body .total-donation .stats-box p {
            font-size: 14px;
            color: #000;
            font-weight: 500;
        }

    .new-donation-wrapper .new-donation-body .stats-box-btn {
        font-size: 12px;
        line-height: 14px;
        background-color: #d9edec;
        color: #07a19b;
        border: 1px solid #07a19b !important;
    }

        .new-donation-wrapper .new-donation-body .stats-box-btn:hover {
            background-color: #07a19b;
            color: #fff;
        }

    .new-donation-wrapper .new-donation-body .stats-box:hover .btn {
        color: #fff !important;
    }

    .new-donation-wrapper .new-donation-body .total-donation .other-amt .preset-name {
        font-size: 12px;
    }

    .new-donation-wrapper .new-donation-body .total-donation .other-amt .input-group-text, .new-donation-wrapper .new-donation-body .total-donation .other-amt .other-amount {
        background: none;
        border: none;
        height: auto !important;
        width: auto;
        padding: 0;
        min-height: auto !important;
        font-size: 14px;
        line-height: 14px;
    }

    .new-donation-wrapper .new-donation-body .total-donation .other-amt .other-amount {
        height: 14px !important;
        padding-left: 5px !important;
        padding-top: 1px;
        max-width: 110px;
    }

    .new-donation-wrapper .new-donation-body .total-donation .active {
        background: #07a19b;
        color: #fff;
    }

        .new-donation-wrapper .new-donation-body .total-donation .active .input-group-text,
        .new-donation-wrapper .new-donation-body .total-donation .active .other-amount {
            color: #fff;
        }

    .new-donation-wrapper .new-donation-body .tab-pane .form-group {
        margin-bottom: 10px;
    }

    .new-donation-wrapper .new-donation-body .tab-pane .divider {
        display: inline-block;
        width: 1px;
        height: 100%;
        background: #bababa;
    }

    .new-donation-wrapper .new-donation-body .nav .nav-item .active {
        background: #006291 !important;
        color: #fff !important;
        border: 1px solid #006291 !important;
    }

    .new-donation-wrapper .new-donation-body .nav .nav-item .nav-link {
        background: #fff;
        border: 1px solid #888;
        border-radius: 4px;
        font-size: 14px;
        color: #333;
        height: 42px;
        margin-right: 16px;
        position: relative;
        font-weight: 400;
        padding: 8px 20px;
        display: flex;
        align-items: center;
    }

.new-donation-wrapper .new-donation-footer {
    padding: 0px 32px;
}

.new-donation-wrapper .new-donation-body .form-select2 .select2-selection.select2-selection--single {
    height: 40px !important;
}

.new-donation-modal .close:before, .new-donation-modal .close:after {
    background-color: transparent !important;
}

.new-donation-payment {
    min-height: calc(100vh - 313px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    text-align: center;
}

    .new-donation-payment .loader-img .payment-loader {
        width: auto;
        height: auto;
    }

    .new-donation-payment h2 {
        font-size: 20px;
        color: #07a19b;
    }

    .new-donation-payment p {
        line-height: 22px;
    }

.new-donation .thankyou-box {
    min-height: calc(100vh - 313px);
    text-align: center;
}

    .new-donation .thankyou-box p:nth-child(3) {
        line-height: 25px;
    }

    .new-donation .thankyou-box p:nth-child(4) {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .new-donation .thankyou-box button {
        width: auto !important;
    }

    .new-donation .thankyou-box .download-btn, .new-donation .thankyou-box .btn-print-donation-receipt {
        background-color: #d9edec;
        color: #07a19b !important;
        border: none !important;
    }

        .new-donation .thankyou-box .download-btn:hover, .new-donation .thankyou-box .btn-print-donation-receipt:hover {
            color: #fff !important;
            background-color: #07a19b;
        }

.alert-recurring {
    color: #09a29a;
    background-color: #d9edec;
    border: 1px solid #09a29a;
}

.grid-header .divider {
    width: 1px;
    background-color: #bababa;
    height: 22px;
}

.grid-header .dropdown .dropdown-menu {
    min-width: 143px;
    box-shadow: 0px 3px 10px rbg(0,0,0 / 16%);
    left: 0 !important;
}

.grid-header .btn:focus {
    box-shadow: none;
}
.word-break{
    word-break:break-all;
}
.donation-msg {
    height: 100vh;
    display: flex;
    padding: 50px;
}
.donation-msg .msg-box {
    min-width: 500px;
margin: auto;
background: #fff;
border-radius: 10px;
}
.donation-msg .msg-box h2 {
    font-size: 25px;
    font-weight: 600;
}
.isGoal {
    min-height: auto !important;
}
.isGoal .form-group-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.isGoal .form-group-row:last-child {
    margin-bottom: 0px;
}
.isGoal .form-group-row .col-label {
    flex-basis: 28%;
}
.isGoal .form-group-row .col-input {
    position: relative;
    padding-left: 0px;
    width: 100%;
}
.isGoal .form-group-row .col-input:before {
    content: ':';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}
.donorsList .title {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-size: 14px;
    color: #404041;
    margin-bottom: 16px;
    font-size: 12px;
}

.donorsList .title .donor-search {
    width: calc(100% - 40%);
    margin-left: 30px;
}

.donorsList .title .donor-search .search input {
    min-height: 36px;
    font-size: 12px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
}

.donorsList .title .sortby {
    margin-left: auto;
    margin-right: 0px;
    display: flex;
    align-items: center;
}

.donorsList .title h3 {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    color: #000;
}

.donorsList .title .sortby a {
    background: #bababa;
    padding: 3px 5px;
    color: #fff;
    border-radius: 4px;
}

.donorsList .title .sortby a.active {
    background: #000;
}
.donorItems {
    background: #fff;
    padding: 17px 22px 17px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
}
.donorItems .datemember {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    font-family: "Kazimir";
    font-size: 14px;
    align-items: baseline;
    margin-bottom: 8px;
}

.donorItems .datemember .member {
    margin-left: auto;
    font-size: 12px;
    color: #404041;
    font-family: "Kazimir";
    cursor: pointer;
    flex: 1;
    text-align: right;
    max-width: calc(100% - 80px);
    padding-left: 10px;
    display: flex;
    justify-content: flex-end;
}
.donorItems .datemember .member .value {
    font-weight: 600;
}

.donorItems .namePrice {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 25px;
}

.donorItems .namePrice h4 {
    font-family: "Kazimir";
    font-size: 20px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: -0.5px !important;
    margin-bottom: 0;
    flex: 1;
    padding-right: 5px;
}
.stick-bottom-text {
    border-top: 1px solid #a7a9ac;
    margin-top: 19px;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    line-height: 0.9rem;
    color: #6d6e70;
    font-family: "Kazimir";
    word-break: break-word;
}
.truncateText {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 9pt;
}
.donorProcess {
    text-align: center;
}

.circlegraph {
    position: relative;
}

.donorProcess .circlegraph {
    margin: auto;
    margin-bottom: 0;
}

.donorProcess .amount {
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 2px;
}

    .donorProcess .amount > span:first-child {
        margin: 0 5px 0;
        height: auto;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow-y: visible;
        line-height: 50px;
        overflow-x: hidden;
        color: #000;
    }

    .donorProcess .amount .tag {
        background: #636466;
        color: #fff;
        position: relative;
        font-size: 12px;
        padding: 9px 8px 9px 20px;
        display: inline-block;
        min-width: 134px;
        letter-spacing: 1px;
    }

        .donorProcess .amount .tag > span {
            font-size: 11px;
        }

        .donorProcess .amount .tag:before {
            content: "";
            background: url(../images/aboutbox-circle.svg);
            width: 12px;
            height: 38px;
            display: block;
            position: absolute;
            top: 0;
            left: -1px;
            bottom: 0;
            margin: auto;
            z-index: 9;
            transform: rotate(180deg);
        }

.donorProcess .goal {
    color: #07a19b;
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 19px;
}
.donorProcess .goal .goal-badge span {
    font-size: 11px;
    background: #00a09a;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 6px;
}
.donorItems .namePrice .price {
    font-family: "KazimirBoldItalic";
    font-size: 20px;
    color: #07a19b;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
    padding-left: 0;
    font-weight: 600;
}
.perc-label {
    background: black;
    color: white;
    font-weight: 400;
    border: 1px solid black;
    border-radius: 11px;
    padding: 0px 8px;
    font-family: "KazimirBlack";
    font-size: 18px;
}

.perc-label-primary {
    background: black;
    color: white;
    font-weight: 400;
    border: 1px solid black;
    border-radius: 11px;
    padding: 0px 4px;
    margin-bottom: 2px;
    font-family: "KazimirMedium";
    font-size: 14.5pt;
    float: left;
    clear: left;
}

.perc-label-secondary {
    color: white;
    font-weight: 400;
    border-radius: 11px;
    padding: 0px 6px;
    background: #ee1d23 !important;
    font-family: "KazimirMedium";
    font-size: 14.5pt;
}

.bonus-color {
    color: #ee1d23 !important;
    font-size: 20px !important;
}

.labelContainer {
    top: 54%;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 0;
}

.labelContainerGoal {
    top: 54%;
    width: 100%;
    position: absolute;
}

.scrollbar-container {
    max-height: 590px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
}
.card-type {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 9px 0px;
    max-width: 190px;
    min-width: 165px;
}

.card-type .card-img {
    width: 33px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-type .card-detail {
    color: #636466;
    line-height: 16px;
    flex: 1;
}

.card-type .card-detail .card-number {
    font-weight: 600;
    font-size: 12px;
}

.card-type .card-detail .card-expiry {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-buttons {
    max-width: 700px;
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    flex-wrap: wrap;
    margin: auto;
}

.tab-button-row > .btn {
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-width: 200px;
    height: 89px;
    margin: 0px;
    font-size: 12px;
    color: #888888;
    padding: 16px 20px;
}

    .tab-button-row > .btn img {
        display: block;
        margin: 0 auto;
    }

    .tab-button-row > .btn.active {
        background: #FAFAFA;
        border: 1px solid #07A19B;
        color: #888888;
    }

.donor-card-row {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    flex-wrap: wrap;
}

    .donor-card-row .donor-card {
        background: #FAFAFA;
        border-radius: 5px;
        display: flex;
        align-items: center;
        grid-gap: 16px;
        font-size: 12px;
        padding: 16px;
        border: 1px solid transparent;
    }

        .donor-card-row .donor-card .card-detail .card-expiry span {
            color: #FF0000;
        }

.donor-card .custom-radio-btn {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.donor-card .custom-radio-btn label {
    position: absolute !important;
}
.donor-card:has(input:checked) {
    border: 1px solid #07a19b;
}
.tab-button-row > .btn .custom-radio-btn {
    position: absolute;
    top: -7px;
    left: 6px;
    display: none;
}

.tab-button-row > .btn.active .custom-radio-btn {
    display: block;
}

.donate-carousel .carousel-item .image {
    display: flex;
    justify-content: center;
    height: 100%;
}

    .donate-carousel .carousel-item .image img {
        --slider-width: 1920px;
        --slider-height: 450px;
        max-width: var(--slider-width, 1920px);
        max-height: var(--slider-height, 450px);
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
.hidden-desktop.donate-carousel .carousel-item .image img {
    max-height: none;
}

.campaign-donations-bymail
{
    height:450px!important;
}

.organization-donations-bymail {
    height: 450px !important;
}

.scroll-hidden{
    overflow-y:hidden!important;

}
.change-charges {
    grid-gap: 15px;
}

.profile-list a {
    padding: 12px 18px;
    color: #bababa;
}

.profile-tabs {
    min-width: 240px;
    border-right: 1px solid #ddd;
    padding-top: 24px;
    font-size: 14px;
}

.profile-update .create-profile label,
.profile-update .create-profile input,
.profile-update .create-profile Select {
    color: #636466;
    font-size: 14px;
}

.profile-update .create-profile input,
.profile-update .create-profile Select {
    color: #000;
}

.profile-heading {
    font-size: 16px;
    font-weight: 600;
    padding: 24px 20px;
    border-bottom: 1px solid #ddd;
}

.profile-update {
    padding: 24px;
    flex: 1;
}
.profile-update .profile-tab-pane {
    max-width: 100%;
}

.create-profile .choose-file {
    width: 110px;
    height: 110px;
    background: #ddd;
    border-radius: 4px;
}

    .create-profile .choose-file .upload {
        opacity: 0;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

.create-profile .sub-button {
    grid-gap: 24px;
}

.profile-list .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #07A19B;
}

/* / End Profile page / */

/*======= Manage users===== */
.users-manage button {
    background: #07A19B;
    color: #fff;
    font-size: 12px;
    padding: 8px 20px;
}

.thead-heading th {
    border: 0;
    background: #f5f5f5;
    color: #a3a2a2;
    font-weight: 500;
    font-size: 12px;
}

.data-tbody tr {
    border-bottom: 1px solid #ddd;
    font-size: 10px;
}

/*=====//== Manage users===== */

/* ===============Billings =================*/
.profile-update .card-box {
    border: 1px solid #e0e0e0;
    padding: 15px 20px;
    min-width: 488px;
    border-radius: 8px;
}

   .profile-update .card-box .top-info {
        /* display: flex;
        align-items: center;
        justify-content: space-between; */
        cursor: pointer;
    }

    .profile-update .card-box .top-info .left-area {
        display: flex;
        align-items: center;
        flex: 1;
    }

..profile-update .left-area .icon {
    background: #fff;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgb(0 0 0 / 7%);
    border-radius: 15px;
    margin-right: 20px;
}

.profile-update .left-area .detail {
    display: flex;
    flex-direction: column;
    width: calc(100% - 70px);
    grid-gap: 3px;
}

.detail span:first-child {
    font-size: 14px;
    font-weight: 600;
}

.detail .card-detail {
    font-size: 10px;
    color: #959595;
}

.right-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .right-area span {
        background: rgb(7, 161, 155, 10%);
        color: #07A19B;
        padding: 4px 12px;
        border-radius: 9px;
    }

    .right-area button:focus {
        box-shadow: none;
    }

.payment-method {
    background: rgb(7, 161, 155, 10%);
    color: #07A19B;
    margin-top: 24px;
    padding: 6px 24px;
    font-size: 14px;
}

/* ============//===Billings =================*/

/* =========================Invoice================== */
.plan-box {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 22px 22px 18px;
}

.plan-detail-info {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.plan-detail .icon {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.07);
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.plan-detail .detail {
    font-size: 10px;
}

    .plan-detail .detail h4 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 3px;
    }

.renewal-text {
    border-top: 1px solid #E4E4E4;
    margin-top: 24px;
    padding-top: 16px;
    font-size: 10px;
}

.plan-box button {
    background: #07A19B;
    color: #fff;
    font-size: 14px;
    padding: 6px 16px;
}

.download-box {
    color: #6779EF;
    font-size: 12px;
    cursor: pointer;
}

    .download-box span:first-child {
        background: #6779EF;
        padding: 4px;
        width: 18px;
        border-radius: 100%;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

/*==== Plan box =====*/
.plan-list-section {
    padding-top: 2rem;
}

    .plan-list-section h2 {
        font-size: 16px;
        font-weight: bold;
    }

    .plan-list-section .list-item {
        border: 1px solid #E0E0E0;
        border-radius: 8px;
        padding: 17px;
        position: relative;
        height: calc(100% - 1.5rem);
    }

.plan-title h4 {
    color: #000000;
    font-size: 14px;
}

.plan-detail .feature-list-title {
    color: #000000;
    font-weight: 600;
    margin-bottom: 16px;
}

.plan-detail ul li::before {
    content: '';
    display: inline-block;
    border: 1px solid #000;
    height: 6px;
    width: 3px;
    margin-right: 8px;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.current-plan:before {
    content: 'Current';
    display: inline-block;
    border-radius: 15px 0px 0px 15px;
    padding: 5px 10px;
    font-size: 10px;
    color: #fff;
    background-color: #07A19B;
    position: absolute;
    top: 10px;
    right: -1px;
}

.plan-detail ul {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    font-size: 10px;
}
.plan-detail h3 {
    font-size: 28px;
    margin-bottom: 8px;
}

.plan-list-section .list-item button {
    background: rgb(7, 161, 155, 10%);
    color: rgb(7, 161, 155);
    font-size: 14px;
    font-weight: 500;
    min-height: 46px;
}

.plan-list-section .list-item:hover {
    background: rgb(7, 161, 155, 10%);
}

    .plan-list-section .list-item:hover button {
        background: #07a19b;
        color: #fff;
    }

/*====// Plan box =====*/

/*=================== Notification=============== */
.custum-switch-btn:before {
    top: -2px;
    background-color: #ddd;
    border: 0;
}

.custum-switch-btn:after {
    top: 0px !important;
}

.custum-switch-btn {
    font-size: 14px;
}

.custom-control-input:checked ~ .custum-switch-btn::before {
    color: #fff;
    border-color: #07A19B;
    background-color: #07A19B;
}

.custom-switch .custum-switch-btn::after {
    background-color: #fff;
}

.custom-control-input:focus ~ .custum-switch-btn::before {
    box-shadow: none;
}
.profile-setting-table td, .profile-setting-table th {
    font-size: 12px !important;
}

.cursor-pointer{
    cursor:pointer;
}

.img-preview {
    height: 200px;
    width: 200px;
    overflow: auto;
}
.left-area .icon {
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgb(0 0 0 / 7%);
    border-radius: 15px;
    margin-right: 20px;
    padding: 5px;
}
.profile-setting .profile-box {
    min-height: 746px;
}

.profile-update .billing-card-box {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 16px;
}

.plus-iconn {
    right: -40px;
}

.style-width {
    width: 85% !important;
}
.form-group.dv-inner-feature i {
    position: absolute;
    right: -34px;
    top: 14px;
}