﻿/* Make the text in the brand (title of site) align left */
.sidebar-brand {
    text-align: left;
}

.avatar {
    object-fit: cover;
    object-position: top;
}
.company-logo {
    object-fit: contain;
}

.profile-picture-container {
    object-fit: cover;
    object-position: top;
}
/*.btn {
    border-radius: 0.25em !important;
}*/
.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-24 {
    width: 24px;
    height: 24px;
}

.feather-32 {
    width: 32px;
    height: 32px;
}
.checkbox-style:before {
    border: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: unset;
}
.table-bordered {
    border: none;
}

.borderless-table th {
    border: none;
}

.borderless-table td {
    border-left: none;
    border-right: none;
}
/* Profile picture */

.avatar {
    width: 35px;
    height: 35px;
}

/*File upload / filepond*/

.filepond--root {
    background: white;
    overflow: hidden;
    font-size: 66%;
    opacity: 0.5;
    font-weight: 100;
    min-width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 0.5em;
    margin-top: 0em;
    width: 9em;
    margin-left: -0.5em;
}

.filepond--root .filepond--drop-label {
    background: white;
    min-height: 15em;
}

.filepond--drop-label.filepond--drop-label label {
    cursor: pointer;
    border: 1px dashed #b1afaf;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 0.4em;
    font-size: 1.5em;
    width: 100%;
    padding: 2.5em;
}

.filepond--label-action:focus {
    outline: none !important;
}
.form-width {
    width: 60%;
}

/* Validation Errors*/
.input-validation-error {
    border: 1px solid red;
}
@media screen and (max-width: 1440px) {
    .form-width {
        width: 85%;
    }
}

@media screen and (max-width: 1200px) {
    .form-width {
        width: 100%;
    }
}
@media screen and (max-width: 786px) {
    .filepond--drop-label.filepond--drop-label label {
        font-size: 1em;
    }
}
