﻿.create_company{
    display:flex;
    justify-content:end;
    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;
    }
    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;
}


div.dataTables_wrapper div.dataTables_filter{
    padding-bottom:10px;
}
th{
    text-align:center !important;
    text-transform:uppercase;
}
 td {
    text-align: left !important;
    
   
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}
div#company_details_wrapper {
    margin-top: -45px;
}
.company_creation .form-group{
    margin-bottom:15px;
}
.company_creation {
    font-size: 13px;
   /* padding: 15px;*/
}
.company_creation label{
    margin-bottom:8px;
}
.company_creation .form-control{
    font-size:12px;
}
.create_company_btn .btn{
    display:flex;
    justify-content:end;
    align-items:center;
}
.create_company_btn .btn-primary {
    font-weight: 600;
    font-size: 13px;
    background: #737476;
    border-color: #5c5f65;
    text-transform: uppercase;
}

.create_company_btn {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 30px 50px 0px 0px;
}
span.red {
    color: red;
    padding-left: 5px;
    background-color:transparent !important;
}
.mandatory_fields {
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}
.non_mandatory_fields {
    padding-top: 10px;
}
.visibility-hidden{
    visibility:hidden;
}
.mandatory_fields .form-check{
    padding-right:10px;
}
.hid{
    display:none;
}
.configure_sso .btn {
    font-size: 12px;
    font-weight: 600;
}
#configure_SSO_modal img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
#configure_SSO_modal .modal-body{
    padding:0;
}
#configure_SSO_modal .pd-20{
    padding:20px;
}
.btn-import{
   
}
#configure_SSO_modal .w-50 {
    width: 50%;
   
}
.border-right {
    border-right: 1px solid #ccc;
}
.display-block{
    display:block;
}
.btn-import {
    width: 100%;
    padding-bottom: 10px;
}
.btn-export {
    width: 100%;
    padding-bottom: 10px;
}
.pl-15{
    padding-left:15px;
}
span#export-file-chosen {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    padding: 4px;
    font-size: 11px;
}
span#import-file-chosen {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    padding: 4px;
    font-size: 11px;
}
.btn-export,.btn-import{
    cursor:pointer;
}
.form-select{
    font-size:12px;
}
a.first_anchor {
    color: #6c757d;
    text-decoration: underline !important;
}
.icon-spacing {
    margin-right: 5px;
}
#download-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 48px; 
    left: 50%;
    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-text {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-5px); 
}
#user_excel {
    width: 40px;
    cursor: pointer;
}