/* Add here all your CSS customizations */
.custom-icon-red {
    color: #FF2400;
    font-size: 20px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.custom-color-red {
    color: #FF2400;
}

.custom-color-white {
    color: #EEE;
}

/* .custom-fs {
    font-size: 20px;
}

.custom-porto-transition {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
} */

.custom-has-danger {
    color: #d2322d !important;
}

.custom-p-4 {
    padding: 0.8rem 1.2rem 0.8rem 1.2rem !important
}

.custom-drop-zone {
    background: #282d36 none repeat scroll 0 0;
    opacity: 0.9;
    border: none;
    border-radius: 3px;
    min-height: 122px;
    padding: 23px;
}

.dropdown-item-text {
    color: #EEE;
}

.header .toggle-sidebar-left {
    background-color: #FF2400;
}

.userbox .profile-picture img {
    height: 35px
}

.widget-profile-info .profile-picture img {
    border: 2px solid #000
}

.card.card-big-info .card-body > .row > div[class*="col-"]:first-child {
    background-color: #1d2127;
}

.card.card-big-info .card-body {
    background-color: #171717;
}

.card.card-modern .card-header {
    background-color: #21262d;
}

.tabs-modern .nav .nav-link {
    color: #FFF;
    border-bottom: 1px solid #171717;
}

.tabs-modern .nav .nav-link > i {
    color: #FF2400
}

.tabs-modern .nav .nav-link.active {
    background-color: #171717;
}

.credential-form > .form-group + .form-group {
    border-top: 1px solid #f3f3f3;
}

.form-group + .form-group {
    border-top: 0px solid #171717;
}

.header .search {
    width: 300px;
}

body p {
    font-size: 16px;
}