.optionTitle {
    font-size: 15px;
    font-weight: 500;
    color: #e5322d;
    letter-spacing: .3px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.option__btn {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    margin: 8px auto;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .14);
    text-align: center;
    line-height: 18px;
    color: #161616;
    padding: 0;
    overflow: hidden;
    background: #f6f6f8;
    border-radius: 4px;
    border: #FFFFFF;
}

.option__btn__icon {
    padding: 12px;
    width: 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    height: 100%;
    min-height: 45px;
    background: #ff6a58;
}

.option__btn svg {
    width: 21px;
    height: 21px;
    fill: #fff;
    margin: 0;
}

.option__btn svg g, .option__btn svg path {
    fill: #fff;
}

.option__btn span {
    padding: 12px;
    text-transform: uppercase;
}

.option__btn:hover {
    background: #e1e1e1;
    color: #e5322d;
}

.option__btn:hover .option__btn__icon {
    background: #e5322d;
}

.option__panel__content .file__selector {
    display: none;
}

.option__panel__content .file__selector.active {
    display: flex;
}
.option__btn {
    cursor: pointer;
}