h3.card-title {
    margin-bottom: 0 !important;
}

.timesheet_create_tit h2 {
    color: #009ada;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.timesheet_color {
    color: #009ada;
}
#custom-tabs-three-tab li {
    font-size: 13px !important;
    -webkit-box-shadow: 0px 0px 5px 3px rgb(245 245 245);
    -moz-box-shadow: 0px 0px 5px 3px rgba(245, 245, 245, 1);
    box-shadow: 0px 0px 5px 3px rgb(245 245 245);
    width: 30%;
    border-bottom: 2px solid #009ada;
    text-align: center;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper .btn {
    font-size: 14px;
    background-color: #7266ba !important;
    border: 1px solid #7266ba !important;
    color: #fff;
}
.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.rate_information .table thead th {
    border-bottom: 1px solid #dee2e6 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 17px;
}