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;
}

.corner-button {
    position: fixed;
    top: 100px;
    right: -5px;
    background: #FFF;
    border: 0 !important;
    color: #007bfe;
    border-radius: 7px 0 0 7px;
    padding: 10px 14px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.corner-button:hover {
    right: 1px;
}
