﻿.sponsorship label {
    margin: 10px 0;
    font-weight: bold;
}

.sponsorship span {
    color: black;
    font-size: 14px;
}

.sponbtnfrok {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 150px;
    border: 0;
    padding: 10px 20px;
    background: #80a253;
    color: #fff;
    border: 1px solid #80a253;
    transition-duration: 0.5s;
}
    /* .whistleblow-cd{background: #80a253;color: #fff;padding: 25px;} */
    .sponbtnfrok:hover {
        background: transparent;
        color: #80a253;
        border: 1px solid #80a253;
    }



.custom-file-label::after {
    right: 0;
    left: auto;
    border-left-width: 0;
    border-right: inherit;
}

.custom-file-label {
    content: "لا يوجد ملف";
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 275px;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

    .custom-file input {
        width: 250px;
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 8px;
    }

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    opacity: 0;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .custom-file-label::after {
        content: "browse";
    }

    .custom-file-label::after {
        left: 0;
        right: auto;
        border-left-width: 0;
        border-right: inherit;
    }

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 155px;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: 0px;
        padding-right: 0px;
        padding-left: 0px;
        line-height: 37px;
        color: #495057;
        content: "أختر الملف";
        background-color: #e9ecef;
        border-left: inherit;
        border-left-width: inherit;
        border-left-width: inherit;
        border-radius: 0 .25rem .25rem 0;
        padding-right: 17px;
        padding-left: 12px;
    }