:root {
    --vdp-selected-bg-color: #ff5aaa !important;
    --vdp-hover-bg-color: #f986be !important;
}

html {
    height: 100%;
    height: -webkit-fill-available;
}

body {
    height: 100%;
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
}

@media (min-width:1024) {
    body {
        overflow: hidden;
    }
}

#app {
    height: 100%;
}


/*customer panel*/

.customermenu .nav-list a svg {
    fill: #9ca3af;
    /*text-gray-400*/
}

.customermenu .nav-list a.active span.title,
.customermenu .nav-list a:hover span.title {
    background: -webkit-linear-gradient(45deg, #ff5aaa, #ff8764);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.customermenu .fill-default,
.customermenu .nav-list a.active svg,
.customermenu .nav-list a:hover svg {
    fill: #ff7284;
    /*text-defaultText*/
}


/*end*/


/* admin panel */

.scale-enter-active {
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
}

.scale-leave-active {
    transition: all ease-out 0.19s;
    -webkit-transition: all ease-out 0.19s;
    -moz-transition: all ease-out 0.19s;
}

.scale-enter-from,
.scale-leave-to {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}

.scale-enter-to,
.scale-leave-from {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.state .item .apexcharts-xaxis,
.state .item .apexcharts-grid,
.state .item .apexcharts-menu-icon {
    display: none;
}

.vue-apexcharts {
    min-height: auto !important;
}

.rightside .income .apexcharts-toolbar {
    display: none;
}

li:hover .openicon svg {
    color: #ff5aaa;
}

.seemore .icon {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.seemore:hover .icon {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
}

.onlineusers .icon {
    animation-name: online;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-direction: alternate;
    animation-duration: 0.5s;
}

@keyframes online {
    from {
        box-shadow: 0 0 1px 1px #10b981;
    }

    to {
        box-shadow: 0 0 7px 2px #10b981;
    }
}

.tableheader {
    background-image: linear-gradient(to right, #ff5aaa 0%, #ff8764 100%);
}

body::-webkit-scrollbar,
.customscroll::-webkit-scrollbar,
.admin .defaultscroll::-webkit-scrollbar {
    width: 0.3em;
}

.mainbox .state::-webkit-scrollbar {
    height: 3px
}

body::-webkit-scrollbar-track,
.customscroll::-webkit-scrollbar-track,
.admin .defaultscroll::-webkit-scrollbar-track,
.mainbox .state::-webkit-scrollbar-track {
    box-shadow: 0;
}

.mainbox .state::-webkit-scrollbar-thumb {
    background: rgb(0, 0, 0);
    background: linear-gradient(to right, #ff5aaa 0%, #ff8764 100%);
    border-radius: 3rem;
}

body::-webkit-scrollbar-thumb,
.customscroll::-webkit-scrollbar-thumb,
.admin .defaultscroll::-webkit-scrollbar-thumb {
    background: rgb(0, 0, 0);
    background: linear-gradient(to bottom, #ff5aaa 0%, #ff8764 100%);
    border-radius: 3rem;
}

.messages .defaultscroll::-webkit-scrollbar-thumb {
    border-radius: 3rem;
    background: transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.messages .defaultscroll:hover::-webkit-scrollbar-thumb {
    background: rgb(0, 0, 0);
    background: linear-gradient(to bottom, #ff5aaa 0%, #ff8764 100%);
}

.messages .editor .defaultscroll::-webkit-scrollbar {
    display: none;
}

.admin .leftmenu::-webkit-scrollbar {
    width: 0.3em;
}

.admin .leftmenu::-webkit-scrollbar-thumb {
    background: #ff007b;
    border-radius: 3rem;
}

.defaultscrollmodal::-webkit-scrollbar {
    width: 0.3em;
}

.defaultscrollmodal::-webkit-scrollbar-thumb {
    background: rgb(0, 0, 0);
    background: linear-gradient(to bottom, #ff5aaa 0%, #ff8764 100%);
    border-radius: 3rem;
}


/* end */


/* datepicker */

.v3dp__popout {
    border: solid 1px #f3f4f6;
    border-radius: 0.5rem !important;
    box-shadow: 0 2px 5px #cccccc !important;
}

@media (max-width:640px) {
    .v3dp__datepicker {
        position: static !important;
    }

    .v3dp__popout {
        width: calc(100% - 32px) !important;
        right: 1rem;
        left: 1rem;
    }
}

.showfromright-enter-active,
.showfromright-leave-active {
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
}

.showfromright-enter-from,
.showfromright-leave-to {
    right: -100%;
}

.showfromright-enter-to,
.showfromright-leave-from {
    right: 0;
}

.vac-slide-up-enter-active {
    transition: all 0.3s ease;
}

.vac-slide-up-leave-active {
    transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}

.vac-slide-up-enter,
.vac-slide-up-leave-to {
    transform: translateY(10px);
    opacity: 0;
}


/* end */

.dashboardpayment .multiselect {
    box-shadow: none !important;
}

.dashboardpayment .multiselect-search {
    cursor: pointer;
}

.dashboardpayment .multiselect-multiple-label,
.dashboardpayment .multiselect-placeholder,
.dashboardpayment .multiselect-single-label {
    padding-left: 0.75rem;
    padding-right: 0;
}

.dashboardpayment .multiselect-caret {
    margin: 0;
    margin-right: 0.25rem;
}

.dashboardpayment .multiselect-dropdown {
    transform: none;
    bottom: auto;
    top: 100%;
    height: auto;
    max-height: 1000px;
    padding-bottom: 10px;
    overflow: hidden;
    background: transparent;
    border: 0;
    margin-top: 0;
    border-radius: 0;
}

.dashboardpayment .multiselect-options {
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    background-color: #fff !important;
}

.dashboardpayment .multiselect-option {
    background-color: #fff !important;
}

.dashboardpayment .multiselect-option:hover {
    background-color: rgba(243, 244, 246) !important;
}

.customshadow {
    box-shadow: 0 0px 10px #adadad;
}

.text-shadow {
    text-shadow: 0 1px 5px #666
}

@media (max-width:450px) {
    .interestitems {
        max-height: calc(100% - 50px);
    }

    .interestgrid {
        overflow: hidden;
        overflow-y: auto;
    }
}