.img240 {
    width: 100%;
    max-width: 100%;
    max-height: 240px;
    object-fit: cover
}

.img180 {
    width: 100%;
    max-height: 180px;
    object-fit: cover
}

.img150 {
    width: 100%;
    max-height: 150px;
    object-fit: cover
}

.img80 {
    width: 100%;
    max-height: 80px;
    object-fit: cover
}

.img50 {
    width: 100%;
    max-height: 50px;
    object-fit: cover
}

.img-100 {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.bg-undip {
    background: url('../img/hero/h1_hero1-blur2.png') no-repeat center;
    background-size: cover;
}

.bg-login-image {
    background: url('../img/hero/login-register.jpg');
    background-size: cover;
}

.logo {
    height: 75px;
}

.signature-container-width {
    width: 320px;
}

@media only screen and (max-width: 576px) {
    .signature-container-width {
        width: 180px;
    }
}

@media only screen and (max-width: 320px) {
    .signature-container-width {
        width: 120px;
    }
}

/* Just add this CSS to your project */

.dropzone {
    border: 2px dashed #dedede;
    border-radius: 5px;
    background: #f5f5f5;
}

.dropzone i {
    font-size: 5rem;
}

.dropzone .dz-message {
    color: rgba(0, 0, 0, .54);
    font-weight: 500;
    font-size: initial;
    text-transform: uppercase;
}


/* .card-waves .card-body {
    background-image: url('../img/hero/bg-waves.svg');
    background-repeat: no-repeat;
    background-size: 100%;
} */

/* .card-waves .card-body, .card-angles .card-body {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50%;
    background-position: center bottom;
} */



/* Single */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder,
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #939ba2;
}

.select2.select2-container.select2-container--bootstrap4.select2-container--below .select2-selection__rendered {
    color: #495057;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: #939ba2 transparent transparent transparent;
}

::-webkit-input-placeholder {
    color: #939ba2;
}

::-moz-placeholder {
    color: #939ba2;
}

:-ms-input-placeholder {
    color: #939ba2;
}

:-moz-placeholder {
    color: #939ba2;
}

.dark-mode .select2-container--bootstrap4 .select2-selection--single,
.dark-mode .select2-container--default .select2-selection--multiple,
.dark-mode .select2-container--bootstrap4 .select2-selection--multiple {
    border: 1px solid #6c757d;
    background-color: #343a40;
}

.dark-mode .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #939ba2;
}

.dark-mode .select2.select2-container.select2-container--bootstrap4.select2-container--below .select2-selection__rendered {
    color: #fff;
}