#sortable-table tbody tr {
    cursor: move;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.color-btn {
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 2px 2px;
    height: 20px;
    width: 20px;
    margin-left: 6px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    width: 50%;
    height: 700px;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modalcontent {
    background-color: #fefefe;
    margin: auto;
    margin-top: 250px;
    padding: 20px 10px 10px 20px;
    width: 50% !important;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.change-image-container {
    align-items: center;
}

#myTab {
    width: 95%;
    margin: auto;
}

#myTabContent {
    width: 95%;
    margin: auto;
}

td img {
    width: 30px;
    height: auto;
}

.country-list {
    width: 100%;
    height: 450px;
    overflow-y: auto;
}

.black-icon {
    color: black;
    /* Set the color to black */
}

.disabled-input {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    color: black;
}


/*
------------------------------------------------
 For admin_companySettings_invoiceNotes page
 Variable display contaciner style 
-----------------------------------------------
*/

.variable-dispay-container {
    border: 0.2px solid gray;
    width: 90%;
    height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

.variable-dispay-container-li {
    list-style: none;
}

.variable-input {
    width: 300px;
    cursor: pointer;
}

.system-color-btn {
    width: 40px;
    height: 30px;
    border: 0.1px solid gray;
    border-radius: 5px;
}

.disabled-button {
    display: none;
}