body {
    font-family: 'Roboto', sans-serif;
    font-size: .85rem;
    font-weight: 400;
    /* color: rgba(0,0,0,0.59); */
    color: #7F92A4;
    line-height: 1.5;
}

.rs-toggle-checked .rs-toggle-presentation{
    background-color: #0b67cd;
}

h1, h2, h3, h4, h5, h6 {
    color: #21374F;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

h4 {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 0.5rem;
}

h5{
    font-size: 15px;
    margin-bottom: 0.5rem;
}

h6 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

[type="checkbox"]:not(:checked).rs-toggle-input, [type="checkbox"]:checked.rs-toggle-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    border-color: #e8eef3;
}

a, a:hover, a:not(:hover){
    text-decoration: none;
}

.rs-btn-primary {
    background-color: #0b67cd;
}

/*THIS LINES BELOW OVERWRITE THE DEFAULT RSUITE SELECT PICKER STYLES*/

.rs-picker-select-menu-items .rs-picker-menu-group-title {
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*color: #7F92A4;*/
}
.rs-picker-select-menu-item {
    /*color: black;*/
}

.rs-picker-select-menu-item.rs-picker-select-menu-item-active {
    /*background-color: transparent;*/
}

.rs-picker-select-menu-item.rs-picker-select-menu-item-active,
.rs-picker-has-value .rs-btn .rs-picker-toggle-value, .rs-picker-has-value .rs-picker-toggle .rs-picker-toggle-value {
    /*color: #0b67cd;*/
}

body > div.rs-anim-fade.rs-anim-in.rs-picker-check-menu.rs-picker-menu.placement-bottom-start {
    z-index: 100000;

}
/*.rs-modal-wrapper {*/
/*    overflow: unset;*/
/*}*/

