//.content-header {
//    font-size: 20px;
//}

.panel-default{
    .panel-heading {
        background-color: #3c8dbc;
        color: #fff;
        font-weight: 600;
    }

    .list-group-item.selected:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 3px;
        content: "";
        background-color: #e37329;
    }
}

.required, .has-error {
    color: red;
}

.banner-preview {
    &.desktop {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    &.mobile {
        width: 75px;
        height: 75px;
        object-fit: contain;
    }
}

.box {
    .btn {
        margin-bottom: 5px;
        padding: 5px 10px;
        &:not(last-child) {
            margin-left: 5px;
        }
    }
}

.form-language {
    .form-group {
        label {
            overflow: hidden;
        }
    }
}
