/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.dropzone {
    border: none;
    background: none;
}

#thumbnail_panel .dz-progress {
    display: none;
}

#thumbnail_panel .dz-image {
    width: 100%;
    height: auto;
}

.dropzone .dz-preview .dz-image img {
    width: 100% !important;
}

#thumbnail_panel .dz-message:before {
    background: none;

}

body > span.select2-container--open {
    width: auto !important;
}

.admin-life-menu .nav-item svg {
    height: 1rem;
    width: 1rem;
    font-size: 1rem;
}

.admin-life-menu .menu-title {
    font-size: 13px
}

table.dataTable tbody td a {
    color: black;
}

table.dataTable thead th {
    font-size: 1rem !important;
    font-weight: normal;
    text-transform: capitalize;
    white-space: nowrap;
}


.horizontal-menu .header-navbar .navbar-container {
    min-height: 62px;
}

.page-link {
    background-color: transparent;
}

.page-item.active {
    background-color: unset;
}

.page-item.disabled .page-link {
    background-color: unset;
}

@media (max-width: 576px) {


}

.hidden-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 250px;
}

.card-transaction .transaction-item .avatar .avatar-content {
    width: 90px;
    height: 50px;
}

.congratulation-medal {
    top: 65px;
}

.age-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
}

.avatar .avatar-content {
    width: 50px;
    height: 50px;
}

.icon-cate .avatar .avatar-content {
    width: 35px;
    height: 35px;
}

.avatar .avatar-content .avatar-icon {
    height: 1.5rem;
    width: 1.5rem;
}

.full-radius {
    border-radius: 4rem !important;
}

.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: none !important;
}

@media only screen and (max-width: 600px) {
    .hidden-text {
        width: 140px;
    }

    .statistics-body h4 {
        font-size: 1rem !important;
    }

    .modal {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .modal-xl {
        margin-left: 0;
        margin-right: 0;
    }

    .modal-body {
        padding: 0px 15px;
    }

    .modal-header .close {
        margin: -0.8rem -0.7rem -.8rem auto;
    }

    .avatar .avatar-content {
        width: 35px;
        height: 35px;
    }

    ::-webkit-scrollbar {
        width: 0px !important;
    }

    #btn-desktop {
        display: none !important;
    }

    #btn-mobile {
        display: flex !important;
    }

    #dataList_length {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .hidden-text {
        width: 100px;
    }
}

@media only screen and (min-width: 1600px) {
    .hidden-text {
        width: 200px;
    }
}


.modal-lg, .modal-xl {
    max-width: none;
}

#btn-mobile {
    display: none;
}

#earnings-chart .apexcharts-datalabel-label, .apexcharts-datalabel-value {
    font-size: 15px !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}