.fileupload {
    border-radius: .25rem;
    border: 1px solid #ced4da;
    background-color: white;
    padding: 0 1rem 1rem 0;
    overflow: hidden;
}

.fileupload.is-invalid {
    border-color: #dc3545;
}

.fileupload.small {
    width: 5rem;
}

.fileupload .dropzone .fas {
    font-size: 1.4rem;
    display: block;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
}

.fileupload.small .dropzone .fas {
    padding: 0;
    font-size: 1rem;
}

.fileupload .files {
    float: left;
}

.fileupload .files .file, .fileupload .dropzone {
    width: 10rem;
    height: 10rem;
    border: 2px dashed #dce1e6;
    color: #9ca1a6;
    border-radius: .2rem;
    float: left;
    text-align: center;
    margin-left: 1rem;
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

.fileupload.small .dropzone {
    padding: .545rem .75rem;
}

.fileupload .files .file {
    position: relative;
    border-style: solid;
    border-width: 1px;
}

.fileupload .files .file dt {
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #dce1e6;
    padding-top: .5rem;
}

.fileupload .files .file dd.preview {
    background-color: white;
    height: 6.5rem;
    font-size: 3.5rem;
    color: #e2e2e2;
    line-height: 6.5rem;
    margin-bottom: 0;
    overflow: hidden;
}

.fileupload .files .file dd.delete {
    color: #9ca1a6;
    cursor: pointer;
    position: absolute;
    top: 1.3rem;
    right: 1.4rem;
}

.fileupload .files .file dd.progress {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    overflow: hidden;
    border-radius: .2rem;
    margin-bottom: 0;
}

.fileupload .files .file dd.progress .bar {
    width: 0%;
    height: 100%;
    background-color: #001529;
}

.fileupload .dropzone {
    font-size: 1rem;
}

.fileupload .dropzone.in {
    background-color: #e7eef5;
}

.fileupload .dropzone.hover {
    background-color: #caf5ca;
    color: #328135;
}

.fileupload .dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.fileupload .dropzone .button {
    display: inline;
    position: relative;
    cursor: pointer;
}

.fileupload.small .dropzone .button {
    display: block;
}

.fileupload .dropzone .button input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: auto;
    height: auto;
}

.fileupload.one {
    padding: 0;
}

.fileupload.one .dropzone {
    float: none;
    width: 100%;
    height: auto;
    border: 0;
    margin: 0;
}

.fileupload.one .files .file {
    margin-bottom: 1rem;
}

.fileupload.small .files {
    width: 100%;
}

.fileupload.small .files .file {
    padding: .545rem 1.75rem .545rem .75rem;
    margin: 0;
    border: none;
    width: 100%;
    height: auto;
    float: none;
}

.fileupload.small .files .file dt {
    padding: 0;
    border: none;
}

.fileupload.small .files .file dd.preview {
    display: none;
}

.fileupload.small .files .file dd.delete {
    right: 0.5rem;
    top: inherit;
}

.select2-container .select2-selection {
    background-color: white;
    min-height: 33px !important;
}

.select2-container .select2-selection .select2-selection__choice {
    height: 22px;
}

.select2-container .select2-selection--single {
    height: 33px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
}

.select2-search--dropdown .select2-search__field, .select2-search--dropdown .select2-search__field:not([placeholder=""]) {
    width: 100% !important;
}

.label-checkbox-switch {
    position: relative;
    top: -4px;
}

.checkbox-switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin-bottom: 0;
    margin-right: .5rem;
}

.checkbox-switch input {
    display: none;
}

.checkbox-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 8px;
}

.checkbox-switch.is-invalid .slider {
    background-color: #dc3545;
}

.checkbox-switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.checkbox-switch input:checked + .slider {
    background-color: #28a745;
}

.checkbox-switch input:focus + .slider {
    box-shadow: 0 0 1px #28a745;
}

.checkbox-switch input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.passwordPolicyContainer, .passNotmatch {
    width: 100%;
    font-size: 85%;
    line-height: 80%;
}

.collection {
    padding-right: 50px;
}
