.breadcrumb > li + li:before {
    color: #757a7d;
}

.page-content .breadcrumb a, .page-content .breadcrumb i, .page-content .breadcrumb span, .page-content .breadcrumb li {
    color: #757a7d;
}

/* h1, h2, h3, h4, h5, h6 {
    color: white;
} */

.radio.radio-success input[type=radio]:checked + label:before {
    border: 4px solid #2b333b;
    box-shadow: 0px 0px 0px !important;
}

.radio label:before {
    border: 4px solid #2b333b;
    box-shadow: 0px 0px 0px !important;
    /* background-color: #2b333b; */
}

.select2, .select2-search, .select2-search input, .select2-results, .select2-container .select2-choice, .select2-drop-active, #user_description, #user_area_code {
    background-color: #2b333b !important;
    border-color: #2b333b !important;
    color: white !important;
}

#gendericonic option {
    color: white;
}

.edit-profile input[type="text"], .edit-profile input[type="text"], .edit-profile input[type="password"], .edit-profile input[type="datetime"], .edit-profile input[type="datetime-local"], .edit-profile input[type="date"], .edit-profile input[type="month"], .edit-profile input[type="time"], .edit-profile input[type="week"], .edit-profile input[type="number"], .edit-profile input[type="email"], .edit-profile input[type="url"], .edit-profile input[type="search"], .edit-profile input[type="tel"], .edit-profile input[type="color"] {
    background-color: #2b333b;
    border-color: #2b333b;
    color: white;
    padding: 6px 15px !important;
}

.breadcrumb-main {
    border-bottom: 0px;
    padding: 12px 6px 0 9px;
}

.breadcrumb-main ul.breadcrumb li.active::after {
    content: '';
    display: block;
    margin-top: 10px;
    margin-left: 15px;
    border-bottom: 1px solid #d90624;
}

.radio input[type=radio]:checked + label {
    color: white;
}

.radio label {
    color: white;
}

/* .rzslider .rz-pointer:after {
    background: none !important;
}

.rzslider .rz-bar {
    background: #2b333b !important;
}

.rzslider .rz-selection {
    background: #df002d !important;
} */

.rzslider .rz-bubble.rz-limit.rz-ceil {
    left: 96% !important;
}