/*
  Datapicker
*/

#datetimepicker {
    position: relative;
    z-index: 10;
}

.datetimepicker-input {
    padding-left: 40px;
    background: none;
    border: none !important;
}

.datetimepicker-input:focus {
    color: inherit;
    background: none !important;
    border: none !important;
    outline: 0;
    box-shadow: none;
}

.form-wrapper:hover .d-flex {
    background-color: #c5d0c8;
}

.bootstrap-datetimepicker-widget {
    width: 100% !important;
}

.bootstrap-datetimepicker-widget .day.today:before {
    border-bottom-color: #275b3e;
}

.bootstrap-datetimepicker-widget .day.active:hover,
.bootstrap-datetimepicker-widget .day.active {
    background: #275b3e;
}

.bootstrap-datetimepicker-widget .accordion-toggle span:after,
.bootstrap-datetimepicker-widget .accordion-toggle span:before,
.bootstrap-datetimepicker-widget .fa,
.bootstrap-datetimepicker-widget .fas {
    color: #275b3e !important;
}

/*
Bootstarap
*/

.alert {
    margin-bottom: 0;
}

/*
  Dropzone
*/

.dropzone.dz-clickable {
    width: 100%;
    padding: 10px;
    min-height: 150px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 450px) {
    .dropzone.dz-clickable {
        justify-content: center;
    }
}

.dropzone.dz-clickable .dz-message {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 2em 0;
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    margin: 16px;
    min-height: 80px;
    background: none;
}

.dropzone .dz-preview .dz-image {
    border-radius: 5px;
    width: 80px;
    height: 80px;
}

.dropzone .dz-preview .dz-progress {
    display: none;
}

.dropzone .dz-preview .dz-details .dz-size {
    font-size: 12px;
    margin-bottom: 3em;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    top: 40px;
}

.dropzone.dz-clickable.dz-started .dz-preview .dz-remove {
    color: #212529;
    border: 1px solid #212529;
    border-radius: 8px;
    margin-top: 8px;
}

/*
  Mini fix
*/
@media screen and (max-width: 991px) {
    .upload-files button {
        font-size: 13px !important;
        width: 100%;
        padding: 12px 30px;
    }
}

@media screen and (max-width: 540px) {
    .upload-files {
        flex-wrap: wrap;
    }
    .upload-files button:first-child {
        margin-right: 0;
    }
    .upload-files button:last-child {
        padding: 12px 30px;
        margin-top: 15px;
    }
}

/*
  Select style
*/
.with-icons .drop-container ul li {
    position: relative;
}
.with-icons .drop-container ul li::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 11px;
    top: 8px;
    z-index: 5;
    background: url(../img/select-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.with-icons .drop-container ul li.active::before {
    background-image: url(../img/select-arrow-active.svg);
}

/*
  Fix container form
*/
@media screen and (min-width: 1200px) {
    .section-form-trailer .container {
        max-width: 1320px;
    }
}
@media screen and (max-width: 1399px) and (min-width: 1199px) {
    .section-form-trailer .container .note {
        margin-left: 430px;
    }
}
