* {
    font-family: "Twentieth Century";                                            
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
     overflow-x: hidden;
}
.main-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    min-height: 80vh !important;
}


.hide {
    display: none !important;
}

.visibility-hidden {
    visibility: hidden !important;
}


/* start of style for table container */

.table-container {
    border-radius: 10px;
    background-color: #2C2C2C;
    color: rgba(255, 255, 255, 0.8);
    overflow-y: auto;
    height: calc(100vh - 248px);
    /* font-weight: 500; */
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

thead {
    height: 64px;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #2C2C2C;
}
thead th {
    /* font-weight: 500; */
    font-size: 18px;
    line-height: 24px;
    color: #ECECEC;
    font-family: "Twentieth Century"; 
}

thead::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    /* background: #151515;  */
    /* border-bottom: 1px solid #151515; */
}

th {
    /* font-weight: 500; */
    font-size: 18px;
    line-height: 24px;
    color: rgba(255,255,255,0.6);
    /* border-bottom: 1px solid #151515;  */
    text-align: center;
    font-family: "Twentieth Century"; 
}
td {
    text-align: center;
}
.name-and-picture-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.edit-and-delete-container {
    display: flex;
    justify-content: center;
    gap: 7px;
}

tbody tr {
    height: 68px;
    border-bottom: 1px solid #151515; 
    /* 6px solid #FFFAF4 */
}
/* Start of style for vertical scroll bar */
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.dropdown-container label {
    cursor: pointer;
}
.dropdown {
    cursor: pointer;
}
.dropdown input {
    cursor: pointer;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #D9D9D9; 
    border-radius: 10px;
}
/* end of style for vertical scroll bar */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.toastify {
    border-radius: 6px!important;
    font-size: .875rem;
    /* font-weight: 400; */
    line-height: 14px;
    color: #c9c951;
    position: fixed;
    z-index: 11111 !important;
    font-family: "Twentieth Century"; 
}

.danger-toast {
    border: 1px solid #000000!important;
    background: #FFFAF4!important;
    color: #000000!important;
    display: flex!important;
    gap: 5px;
    line-height: 16px;
}

.danger-toast .toast-close {
    color: #606b85!important;
    opacity: 1!important;
    align-self: flex-start;
}
.truncate-text-one-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    word-break: break-all;

}
.truncate-text-two-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
}

.cursor-pointer {
    cursor: pointer;
}

.toast-success {
    border: 1px solid #FFCB04!important;
    background: #242328!important;
    color: #ffffff!important;
    display: flex!important;
    gap: 5px;
    line-height: 16px;
}

.toast-success .toast-close {
    color: #606b85!important;
    opacity: 1!important;
    align-self: flex-start;
}

.modal-backdrop.show {
    z-index: 1060!important;
}

.modal-backdrop.show ~ .modal-backdrop.show {
    z-index: 1062!important;
}

.modal.show {
    z-index: 1061!important;
}

.modal.show ~ .modal.show {
    z-index: 1063!important;
}

.form-control[readonly] {
    background-color: #FFFFFF !important;
}

.pac-container {
    z-index: 1100 !important;
}
.language-switcher-svg svg {
    cursor: pointer;
}

.grid-one-column-template {
    grid-template-columns: repeat(1, 1fr) !important;
}
.no-results-found {
    text-align: center;
    margin-top: 20px;
}

[lang="ar"] {
    /* .language-switcher-svg svg {
        fill: #000000;
    } 
    .language-switcher-svg svg path {
        stroke: #FFFFFF;
    }*/
    .red-cross-container {
        right: unset !important;
        left: 25px !important;
    } 
    .black-edit-btn {
        margin-left: 5px !important;
    }
    .product .create-product .card > div > div {
        margin-right: 15px !important;
    }
    .black-back-arrow-btn {
        transform: rotate(180deg);
    }
    textarea.form-control {
        direction: ltr;
    }
}