.featured-image {
    padding: 5px;
    border: dashed 2px #ccc;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
}

.featured-image>img {
    border-radius: 5px;
}


.select2-container .select2-selection--single .select2-selection__rendered {   
    padding: .65rem .75rem !important;   
    white-space: nowrap;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #c7c4c4;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;    
}

.select2-container .select2-selection--single {   
    height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {  
    right: 6px;
    top: 1px;
}

.file-area {
 
    background: #fff;
    border: 2px dashed #e3f2fd;
    border-radius: 8px;
}