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

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.  */


.app-user-view .user-info-wrapper .user-info-title {
    width: 11.785rem;
}

.user-info-title {
    width: 11.785rem;
}

.ql-editor-solution {
    height: 50px;
}

.selected {
    background-color: #fce58a;
}

.thumb-img {
    margin: 5px 5px 5px 5px;
    border: 1px solid #999;
    padding: 2px 2px 2px 2px;
    cursor: pointer;
}

.full-img {
    height: 80rem;
}

div.pickadate-position-left div.picker {
    width: 20rem !important;
    margin-left: -8rem !important;
}

div.pickadate-position-left-2 div.picker {
    width: 20rem !important;
    margin-left: -4rem !important;
}

div.pickadate-position-left-3 div.picker {
    width: 20rem !important;
    //margin-left: -1rem !important;
    margin-top: -69px;
}

.nav-tabs.widget-nav-tabs {
    border: 0 !important;
    overflow-x: auto;
}

    .nav-tabs.widget-nav-tabs .nav-link {
        border: 1px dashed #dbdade;
    }

@media (min-width: 768px) {
    .nav-tabs.widget-nav-tabs .nav-link {
        height: 80px !important;
        width: 120px !important;
        border-radius: 0.375rem;
    }
}

@media (max-width: 767.98px) {
    .nav-tabs.widget-nav-tabs .nav-link {
        border: 0 !important;
        padding: 0;
    }
}

.nav-tabs.widget-nav-tabs .nav-link.active {
    border-color: #7367f0;
    box-shadow: none !important;
}

    .nav-tabs.widget-nav-tabs .nav-link.active .badge {
        background-color: rgba(115, 103, 240, 0.08) !important;
        color: #7367f0 !important;
    }

@media (max-width: 767.98px) {
    .nav-tabs.widget-nav-tabs .nav-link .tab-widget-title {
        display: none;
    }
}


.btn-close {
    box-sizing: content-box;
    width: 1.125rem;
    height: 1.125rem;
    padding: 0.25em 0.25em;
    color: #4b465c;
    background: transparent url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%234b465c' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%234b465c' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/1.125rem auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #4b465c;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
        opacity: 0.75;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: 0.25;
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}