﻿.work_company .form-group,
.work_company .form-select,
.work_company .form-control {
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    cursor: pointer;
}

.work_label {
    font-weight: 800;
}
#work_clear {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
}
#work_submit {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
}
.table-bordered > :not(caption) > * > * {
    font-size: 12px !important;
    font-weight:400!important;
}
.table > :not(:last-child) > :last-child > * {
    font-size: 12px !important;
    font-weight:800 !important;
}
.button-container {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
}

#editModal .modal-title {
    font-size: 14px;
    font-weight: 600;
}
#editModal .modal-header {
    border-bottom: 0;
}
#editModal .modal-footer {
    border-top: 0;
}
#editModal .modal-body {
    margin-top: -20px;
}
#editModal .modal-dialog{
    max-width:25%;
}
.close {
    padding: 0px 10px 0px 10px;
    border: 0;
    border-radius: 5px;
}
    .close:hover {
        background-color: #22c7a9;
    }
.large-close-icon {
    font-size: 24px;
}
#example2 tbody tr:hover td {
    background-color: #f0f0f0; 
}
#work_details{
    margin-top:30px;
}
td .btn {
    padding: 2px 5px;
    font-weight: 600;
    font-size: 12px !important;
    margin: 0px 5px 0px 0px;
}
a.btn.btn-edit {
    background-color: #22c7a9;
    color: #fff;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.create_company {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0px;
    gap: 10px;
}

    .create_company .btn {
        padding: 5px 10px;
        font-weight: 600;
        font-size: 13px;
        background: #22c6ab;
        /*border-color: #5c5f65;*/
        text-transform: uppercase;
        z-index: 1;
        white-space: nowrap;
        color: #fff !important;
    }

        .create_company .btn:hover {
            color: #fff !important;
            background: #495057 !important;
        }

#importButton {
    padding: 5px 10px;
    font-weight: 600;
    font-size: 13px;
    background: #495057 !important;
    /*border-color: #5c5f65;*/
    text-transform: uppercase;
    z-index: 1;
    white-space: nowrap;
    color: #fff !important;
}

    #importButton:hover {
        color: #fff !important;
        background: #262a2e !important;
    }
#download-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.tooltip-text1 {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 48px;
    left: 150%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 12px;
    pointer-events: none;
}

#download-btn:hover .tooltip-text1 {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}

#user_excel {
    width: 40px;
    cursor: pointer;
}
.icon-spacing {
    margin-right: 5px;
}
.btn-primary {
    border-color: #22c6ab;
}