    .white-button {
        border-radius: 0px;
        background-color: #1F6C65;
        border: 3px solid #fff;
        color: #fff;
        height: 48px;
        width: 160px;
        font-weight: bold;
        font-size: 16px;
    }
    
    .progress-bar {
        background-color: #fff !important;
    }
    
    .progress {
        background-color: rgba(245, 245, 245, 0.29);
    }
    
    .text_align_vh {
        position: absolute;
        left: 0px;
        right: 0px;
        width: 66%;
        margin: 0 auto;
        top: 20%;
        bottom: 0px;
    }
    
    .text_align_vh h4 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 20px;
    }
    
    .uploding_image {
        background-color: #1F6C65;
        width: 93%;
        /* float: left; */
        height: 428px;
        position: absolute;
        top: 175px;
        bottom: 0px;
        /* padding: 50px 0px; */
        left: 0px;
        right: 0px;
        z-index: 1;
        margin: 0 auto;
        display: none;
    }
    
    .mp_custom {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .modal-content {
        border-radius: 0px;
    }
    
    #suggest-resource .close {
        position: absolute;
        right: -143px;
        top: -2px;
        background-color: #000;
        opacity: 9;
        color: #fff;
        border-radius: 50%;
        font-size: 18px;
        width: 25px;
        height: 25px;
        line-height: 21px;
        border: 2px solid #fff;
        box-shadow: 0px 0px 12px 0px #000;
    }
    
    #suggest-resource .modal-lg {
        width: 84%;
        border-radius: 0px !important;
    }
    
    #suggest-resource .modal-body {
        width: 75%;
        margin: 0 auto;
    }
    
    .modal-title {
        font-size: 18px;
        font-weight: 700;
        font-family: 'Open Sans';
        margin: 10px 0px;
        color: #000;
    }
    
    #dropzone img {
        width: 100%;
    }
    
    .modal-body p {
        font-size: 14px;
        color: #000;
    }
    
    .btn_file_design {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        margin-top: 10px;
    }
    
    .btn_file_design input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        /* min-width: 100%; */
        /* min-height: 100%; */
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
        font-weight: 600;
        width: 100px;
    }
    
    .btn.btn_file_design:hover {
        color: #000 !important;
    }
    
    .p-0 {
        padding: 0px;
    }
    
    .custom_button {
        height: 40px;
        line-height: 25px;
        padding: 5px 20px;
        border: 3px solid #1f6c65 !important;
        cursor: pointer;
        background-color: #fff !important;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: bold;
        color: #1f6c65 !important;
    }
    
    .color_text {
        color: #1a7060;
        font-weight: 600;
    }
    
    .mt-30 {
        margin-top: 30px;
    }
.upload-overlay {
    background: #f59b30 none repeat scroll 0 0;
    text-align: center;
    opacity: 0.86;
    position: absolute;
    z-index: 1000;
    display: none;
}

.upload-overlay .upload-text {
    color: white;
    display: inline-block;
    font-size: larger;
    font-weight: bold;
}

.middle-left-text {
    display: inline-block;
    font-size: larger;
    font-weight: bold;
}

.upload-overlay .container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: inherit;
    width: inherit;
}

#progress {
    background: rgba(255, 255, 255, 0.55) none repeat scroll 0 0;
    border-radius: 5px;
    width: 50%;
    margin: 10px auto;
}

.bar {
    height: 18px;
    background: #fff;
    border-radius: 5px;
}

.custom_alert {
    background-color: #3E647E;
    color: #fff;
    border-radius: 0px;
    display: none;
}

.custom_alert p{
    color: #fff;
}

.custom_alert > div {
    height: 15px;
}

.custom_alert p strong {
    font-weight: 600;
    letter-spacing: 1px;
}

.custom_alert .close {
    color: #fff;
    opacity: 10;
}
#dropzone-file {
    border: 3px;
    height: 133px;
    padding: 11px;
    text-align: center;
    margin-bottom: 0px !important;
}

#dropzone-file.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}