.cursor-pointer {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: bolder;
}

.text-white {
    color: white;
}

.float-right {
    position:relative;
    display:flex;
    margin-left:auto;
    height:36px;
}

body.is-dark .filepond--panel-root {
    background-color: #28282b!important;
}

.filepond--panel-root {
    background-color: #f1f0ef!important;
}

.filepond--file-info-main, .filepond--file-info-sub {
    color: #fff;
    font-weight: 500;
}


body.is-dark .media-flex {
    background-color: #232326 !important;
}

.media-flex {
    background: #e7e7e7 !important;
}

body.is-dark span.selection-text {
    color: #797bf2 !important;
}

span.selection-text {
    color: #671cc9 !important;
}

.company-selection-text input {
    cursor: initial!important;
}

.icon-menu li a:hover {
    color: #797bf2;
}
