.dropzone {
    border: 2px dashed #3f51b5 !important;
    border-radius: 5px;
    background: #F3F4F5 !important;
    min-height: 100px !important;
}

.wizard-card .choice i {
    font-size: 42px !important;
    line-height: 111px;
}

.required-label:after{
    content:'*';
    color:red;
}

.note-editor{
    margin-top: 40px;
}

.dropzone .dz-preview .dz-image img {
    margin: auto !important;   /* center the image inside the thumbnail */
}
.dropzone .dz-preview .dz-error-message {
    top: 140px !important;     /* move the tooltip below the "Remove" link */
}
.dropzone .dz-preview .dz-error-message:after {
    left: 30px !important;     /* move the tooltip's arrow to the left of the "Remove" link */
    top: -18px !important;
    border-bottom-width: 18px !important;
}
.dropzone .dz-preview .dz-remove {
    margin-top: 4px !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
}

.resize-vertical {
  resize: vertical !important; 
}

.borderless td, .borderless th {
    border: none !important;
}

.mt-40{
    margin-top: 40px;
}

.mb-10{
    margin-bottom: 10px;
}

.wizard-card[data-color="orange"] .moving-tab {
    background-color: var(--main-color) !important;
}

.wizard-card .moving-tab {
    background-color: var(--main-color) !important;
}

.wizard-card .wizard-footer .btn-fill.btn-warning {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.wizard-card[data-color="orange"] .choice:hover .icon, .wizard-card[data-color="orange"] .choice.active .icon {
    border-color: var(--main-color) !important;
}

.wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
    border-color: var(--main-color) !important;
}


