﻿body {
    direction: rtl;
    text-align: right;
}

.whistle-blow label {
    margin: 10px 0;
    font-weight: bold;
}

.whistle-blow span {
    color: black;
    font-size: 14px;
}

.whistbtnfrok {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 150px;
    border: 0;
    margin-left: 10px;
    padding: 10px 20px;
    background: #80a253;
    color: #fff;
    border: 1px solid #80a253;
    transition-duration: 0.5s;
}
    /* .whistleblow-cd{background: #80a253;color: #fff;padding: 25px;} */
    .whistbtnfrok:hover {
        background: transparent;
        color: #80a253;
        border: 1px solid #80a253;
    }

.whistle-blow .form-select {
    background-position: left .75rem center;
    padding: .375rem .75rem .375rem 2.25rem;
}
