﻿.hidden {
    display: none !important;
}
.fulltable .select2-container--default {
    width: unset !important;
}
.select2-container--default .select2-selection--single {
    height: 34px;
    border: 1px solid #ced4da;
    border-radius: 0rem !important;
    padding-top: 3px;
}

.dropzone {
    border: 3px dashed #e5e5e5;
    border-radius: 10px !important;
}

.dz-message {
    color: #ced4da !important;
}

.ImageViewer, .imageDelete {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border: 3px dashed #e5e5e5;
    border-radius: 10px;
    padding: 10px;
}

.imageDelete {
    text-align: center;
    color: #ced4da;
}

    .ImageViewer img, .imageDelete img {
        max-height: 140px;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
        margin-left: 20px;
        margin-top: 20px;
    }

