.xdebug-error, 
.xdebug-var-dump {
    margin-left: 270px;
    margin-right: 10px;
    margin-top: 100px;
    text-align: left;
    background-color: #171717;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.xdebug-error i, 
.xdebug-var-dump i {
    font-size: 11px;
}
.xdebug-error b,
.xdebug-var-dump b {
    color: #63cbe3;
}

select option:disabled {
    color: #acacac!important;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.logo-text img {
    max-width: 138px;
}

.font-fa {
    font-family: 'Vazir';
}

.page-wrapper > .container-fluid {
    padding: 30px;
}

.auth-wrapper {
    min-height: 90vh;
}

.sidebar-link {
    color: #3e3e3e !important;
}

.table td {
    vertical-align: middle;
}

.table th {
    border-top: none !important;
}

.table thead th, .table th {
    font-weight: 500;
    min-width: 100px;
}

.table th, .table td {
    padding: 0.5rem;
}

.invalid-tooltip {
    top: 75%;
    right: 7%;
}

.custom-control-label {
    padding-top: 2px;
}

.modal-content {
    border-radius: 15px;
    border: none;
}

#add-poll .modal-header {
    background-color: #0a0a0a;
    border-radius: 15px 15px 0 0;
}

#add-poll .close span {
    color: #fff;
}

#datatable tfoot tr th:first-child select {
    display: none;
}

#datatable_wrapper {
    max-width: 98%!important;
}

.actions a {
    margin: 18px;
    display: inline-block;
}

.lds-ripple {
    left: calc(50% - 27.5px);
}

.banner-image {
    background-image: url(../images/login-bg.jpg);
}

.poll-chart .c3-chart-arc path {
    stroke-width: 4px; 
}

.info-badge {
    width: 16px;
    margin-right: 5px;
    margin-top: -4px;
}

.feather.fs-10 {
    width: 17px;
}

.dashboard-widget .card-body {
    min-height: 510px;
}

.user-pic {
    border: 1px solid;
}

@font-face {
    font-family: 'Vazir';
    src: url('./fonts/vazir/Vazir-Light.woff');
}


/* Tablet */
@media (max-width: 767.98px) {
    .version {
        display: none;
    }
}


/* Mobile */
@media (max-width:991.98px) {
    
    .page-breadcrumb .btn {
        font-size: 13px;
    }

    .hide-on-mobile {
        display: none;
    }

}