.company-profile h2 {
    font-weight: bold !important;
    color: #000000 !important;
    margin: 0px;
}

#company-profile-tabs .tab-pane {
    padding-top:20px;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.company-staff-pane i {
    width: 30px;
    text-align: center;
}

.company-staff-pane .staff-card {
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    cursor: default;
}

.company-staff-pane .staff-card:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    border: 1px solid #999;
}

.company-staff-pane .staff-card:hover .staff-img {
    border: 4px solid #666666 !important;
    transition: all 0.6s ease;
}

.company-staff-pane .staff-card .staff-name {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 15px;
}

.company-staff-pane .staff-card .staff-position {
    margin-bottom: 40px;
}

.company-staff-pane .staff-card .staff-contact {
    border-radius: 20px;
    background-color: #f4f4f4;
    padding: 5px;
    margin-bottom: 3px;
    text-align: left;
}

.company-staff-pane .staff-card .staff-img {
    width:8rem;
    height: 8rem;
    text-align: center;
    color:#cccccc;
    border: 4px solid #cccccc;
    font-size: 3rem;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

.company-info-pane h4, .company-staff-pane h4, .branch-office-pane h4 {
    /* color: #c31212; */
}

.company-info-pane .section, .company-staff-pane .section, .branch-office-pane .section {
    border-bottom: 2px solid #cccccc; 
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.company-info-pane .section .row, .branch-office-pane .section .row {
    padding:10px;
}

.company-info-pane .section img {
    margin-top:20px;
}

.company-info-pane .field-title, .branch-office-pane .field-title {
    color: #999;
}

.company-info-pane .field-value, .branch-office-pane .field-value {
    padding-left:10px;
    border-left: 1px solid #ddd;
    color:#333
}

.company-info-pane .field-value input, .company-info-pane .field-value textarea, .branch-office-pane .field-value input, .branch-office-pane .field-value textarea {
    
    border: 0px;
    color:#333;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.company-info-pane .field-value input:focus, .company-info-pane .field-value textarea:focus, .branch-office-pane .field-value input:focus, .branch-office .field-value textarea:focus {
    outline: none;
    border-bottom: 1px solid #ddd;
}

.staff-actions {
    margin-top: 20px;
}

.staff-actions .btn-action {
    width: 50px; 
    height: 50px; 
    border-radius: 50%; 
    padding: 0px; 
    text-align: center;
}

.staff-actions span {
    width: 50px; 
    height: 50px; 
    display: inline-block;
}

.blocked-user {
    border: 2px solid rgba(255, 0, 0, 0.20) !important;
    background-color: rgba(255, 0, 0, 0.10);
}

.nav-tabs .nav-link.active {
    /* color: #ffffff !important;
    background-color: #5a5c69 !important;
    border-color: transparent !important; */
}

#branch-office-list {
    border-bottom: 2px solid #ff3e50;
}

#branch-office-list .nav-link {
    padding:5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
    margin-right: 10px;
    border: 1px solid #999999;
}

#branch-office-list .nav-link.active {
    background: #ff3e50 !important;
}

#branch-office-list .nav-link.active .badge {
    background: #f6c23e !important;
    color: #000 !important;
}