/*================================================================================
	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.  */

.overlay-wrapper .overlay {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.card-header1 {
    padding: 10px;
}
.card .card-header1 .card-title {
    font-size: 14px;
    margin: 0;
    padding: 2px;
}
table.dataTable {
    margin-top: 0 !important;
}
div.dataTables_wrapper .dataTables_info {
    padding-left: 10px;
}
div.dataTables_wrapper div.dataTables_paginate {
    padding-right: 10px;
}
.font-small {
    font-size: 12px !important;
}
.font-medium {
    font-size: 14px !important;
}
.card .card-title {
    font-weight: 500;
    font-size: 15px;
    padding: 10px 15px;
    margin: 0;
}
.h-px-100 {
    height: 100px !important;
}
.w-px-100 {
    width: 100px !important;
}
.h-px-50 {
    height: 50px !important;
}

.w-px-50 {
    width: 50px !important;
}
#user-profile .profile-header {
    overflow: hidden;
}

#user-profile .profile-header .profile-img-container {
    position: absolute;
    bottom: -2rem;
    left: 2.14rem;
    z-index: 2;
}

#user-profile .profile-header .profile-img-container .profile-img {
    height: 8.92rem;
    width: 8.92rem;
    border: 0.357rem solid #fff;
    background-color: #fff;
    border-radius: 0.428rem;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

#user-profile .profile-header .profile-header-nav .navbar {
    padding: 0.8rem 1rem;
}

#user-profile .profile-header .profile-header-nav .navbar .navbar-toggler {
    line-height: 0;
}

#user-profile
    .profile-header
    .profile-header-nav
    .navbar
    .profile-tabs
    .nav-item
    i,
#user-profile
    .profile-header
    .profile-header-nav
    .navbar
    .profile-tabs
    .nav-item
    svg {
    margin-right: 0;
}

#user-profile #profile-info .profile-star {
    color: #babfc7;
}

#user-profile #profile-info .profile-star i.profile-favorite,
#user-profile #profile-info .profile-star svg.profile-favorite {
    fill: #ff9f43;
    stroke: #ff9f43;
}

#user-profile #profile-info .profile-likes {
    fill: #ea5455;
    stroke: #ea5455;
}

#user-profile #profile-info .profile-polls-info .progress {
    height: 0.42rem;
}

#user-profile .profile-latest-img {
    transition: all 0.2s ease-in-out;
}

#user-profile .profile-latest-img:hover {
    transform: translateY(-4px) scale(1.2);
    z-index: 10;
}

#user-profile .profile-latest-img img {
    margin-top: 1.28rem;
}

#user-profile .block-element .spinner-border {
    border-width: 0.14rem;
}

@media (max-width: 991.98px) {
    #user-profile .profile-latest-img img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .profile-header-nav .profile-tabs {
        width: 100%;
        margin-left: 13.2rem;
    }
}

@media (max-width: 575.98px) {
    #user-profile .profile-header .profile-img-container .profile-img {
        height: 100px;
        width: 100px;
    }

    #user-profile .profile-header .profile-img-container .profile-title h2 {
        font-size: 1.5rem;
    }
}
.avatar.avatar-sm img {
    width: 50px;
    height: 50px;
}
.char-limit {
    max-width: 15em;

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.char-limits {
    max-width: 35em;

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.copyText {
    cursor: pointer;
}
/* .currency{
    display: ruby-text;
} */