body,.header-navbar,.content-header-title,.breadcrumb-item, .xcrud-view label, .ui-tabs .ui-tabs-nav li a,
.pt-1, .py-1, .text-white, h1,h2,h3,h4,h5,h6,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Open Sans', 'Quicksand', 'Tajawal', sans-serif;
}

footer.footer {
    padding: 30px 20px;
}


.xcrud-list-container {
    margin-top: 20px;
}

.xcrud-nav {
    padding: 15px 0;
    padding-bottom: 0;
}

.breadcrumbs-top {
    margin-bottom: 20px;
}

.xcrud-search .select2-container .select2-selection--single {
    height: calc(1.25em + 1.5rem + 2px);
    border-radius: 0;
}

.xcrud-search input {
    border-radius: 0;
}

.select2-container .select2-selection--single {
    height: calc(1.25em + 1.5rem + 2px);
}

.xcrud-top-actions {
    padding: 5px 0;
    margin-bottom: 20px;
}

.xcrud-view label {
    font-weight: bolder;
    color: black;
}

.xcrud-th th {
    background: #424242;
    color: white;
}

.content-header-title {
    font-weight: 900;
    color: black;
    font-size: 33px;
}

.xcrud-view .xcrud-upload-container img {
    max-width: 200px;
    max-height: 200px;
}

#crypto-stats-2 .mb-2 {
    margin-bottom: 8px!important;
}


.table {
    color: black;
}



.menu-collapsed .nav-link i {
    margin: 0!important;
}

.pagination a {
    color: inherit!important;
}

.xcrud-limit-buttons {
    float: right;
}

.required {
    margin: 0 5px;
    color: red;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 200px;
    height: auto;
    margin-top: 6px;
}

.btn-full {
    width: 100%;
}

.bold-tr {
    font-weight: bold;
    border-top: 2px solid;
}

@media print {
table {
    font-size: 12px;
}

}

html body a {
    color: #28946f;
}

.quick-add-link {
    color: #28946f;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    float: left;
    font-weight: bold;
}


.home-widget {
    background:white;
    border-radius:0.45rem;
    padding:15px;
    box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
    margin-bottom:15px;
}

.home-widget h3 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 19px;
}

.link {
    text-decoration: underline;
    color: #28946f;
}

.home-widget th {
    background: #28d093;
    color: white;
    border: 1px solid #00b875!important;
}

.danger th {
    background: #fe4961;
    color: white;
    border: 1px solid #e52e46!important;
}

.mb-2 {
    border: 0;
}

.home-cards .card {
    cursor:pointer;
}

.task-item {
    border: 1px solid #DDD;
    padding: 10px;
    margin-bottom: 10px;
}

.task-item small {
    display: block;
    margin-bottom: 10px;
    color: #9c9c9c;
}

.task-item p {
    margin: 0;   
}

.task-item label {
    font-weight: bold;
}


#task-modal .modal-body {
    padding: 0;
    margin-top: 10px;
}

#task-modal .tab-pane {
    border: 0;
    padding: 15px;
    padding-bottom: 20px;
}

#task-modal .table th {
    border-top: 0;
}

.task-item textarea {
    margin: 10px 0;
}

@media (min-width: 576px) {

#task-modal .modal-dialog {
    max-width: 870px;
    width: 870px;
    margin: 1.75rem auto;
}

}


#task-notification {
    cursor: pointer;
    display: none;
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 99999;
    background: #218c74d4;
    color: white;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid white;
    box-shadow: 0px 0px 21px #00000069;
    font-weight: bold;
}



.modal-footer {
    background: #f1f1f1;
    border-top: 0;
}

.nav.nav-tabs .nav-item .nav-link {
    font-size: 16px;
}

.nav.nav-tabs .nav-item .nav-link i {
    margin-left: 5px;
    color: green;
    font-size: 20px;
}

.nav-tabs {
    padding: 0 20px;
}

.header-navbar .navbar-header .navbar-brand {
    padding: 5px 0px;
    margin-right: 0;
}

.widget-title {
    background: #f49a00;
    color: white;
    margin-bottom: -10px;    
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 100;
}

td {
    vertical-align: middle!important;
}

.modal-header {
    background: #035bbc;
}

.modal-title {
    color: white;
}

.ui-widget-content a {
    color: white;
}

.ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a {
    color: white!important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff!important;
    background: #007fff!important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

.xcrud-list-container {
    margin-top: 0;
}

.xcrud-top-actions {
    margin-bottom: 10px;
}

.ui-tabs .ui-tabs-panel {
    padding: 5px;
}

.xcrud .btn-group {
    margin-right: 0;
}

#requests-counter span {
    background: red;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    padding-top: 3px;
}

.table th, .table td {
    padding: 0.75rem 5px;
}


.table thead th {
    background: black;
    color: white;
}


.color-info-items {

}

.color-info-items .color-info {
    width: 10px;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
}

.color-info-items t {
    margin-right: 15px;
}

.ui-widget {
    font-family: inherit;
    font-size: inherit;
}

.actions-btns {

}

.actions-btns .btn {
    width: calc(33.333% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.actions-btns .btn:nth-child(3n) {
    margin-right: 0;
}

.green {
    color: green;
}

.red {
    color: red;
}

.modal-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.folder-parent {
    width: 120px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.folder {
    width: 120px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    color: black;
    height: 77px;
    cursor: pointer;
}


.file-parent {
    width: 120px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    text-align: center;
    overflow: hidden;

}

.file {
    width: 120px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    color: black;
    height: 77px;
    cursor: pointer;
}

.folder img {
    width: 100%;
}

.file img {
    width: 100%;
}

.folder span, .file span {
    white-space: nowrap;
    margin-top: 5px;
    display: inline-block;
    font-size: 12px;
}

.folder-btn,
.file-btn {
    margin-right: 0;
    zoom: 0.9;
    margin-top: 10px;
}

.widget_title {
    background: #d3d3d3;
    margin-bottom: -1px;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

.real-number {
    display: none;
}

.fake-number {
    display: block;
}

.table-hover tbody tr:hover {
    color: black;
    background-color: rgb(178 178 178 / 50%);
}