body {
    min-height: 100vh;
    font-family: 'Cairo', sans-serif;
}

.table td {
    padding: 1px 3px 0px 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.table th {
    background-color: #1967d2 !important;
    color: #D9D9D9 !important;
    text-align: center;
    padding: 0.5rem;
    white-space: nowrap;
}

.table {
    font-size: 0.85rem;
}

select {
    border: solid 1px #D9D9D9 !important;
    padding: 5px !important;
    -webkit-appearance: button !important;
    height: auto !important;
}

.selectD {
    text-align: left !important;
}

.selectDEn {
    text-align: right !important;
}

.selectD:after {
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    position: relative;
    bottom: 31px;
    left: 7px;
    color: gray;
    pointer-events: none;
    font-size: 1.2rem;
}

.selectDEn:after {
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    position: relative;
    bottom: 31px;
    right: 7px;
    color: gray;
    pointer-events: none;
    font-size: 1.2rem;
}

.selectDNoLabel:after {
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    position: relative;
    bottom: 36px;
    left: -75px;
    color: gray;
    pointer-events: none;
    font-size: 1.2rem;
}

select:hover {
    background-color: #D9D9D9 !important;
    color: #262624 !important;
    border: solid 1px #262624 !important;
}

.btn {
    background-color: #1967d2 !important;
    color: white;
    border: 0px solid white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .6);
    font-weight: bold;
    padding-right: 1rem;
    padding-left: 1rem;
}

.btn:hover {
    background-color: white !important;
    color: #1967d2 !important;
    border: 0px solid #1967d2 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
}

.myCard {
    border-radius: 5%;
    padding: 10px 10px 10px 10px;
    background-color: #262624;
}

.mySubHeader {
    border-bottom: 1px solid lightgray;
    color: black !important;
    margin-bottom: 15px !important;
}

@media only screen and (max-width: 600px) {
    #myTable {
        font-size: 0.8rem !important;
    }
    #myTable thead {
        font-size: 0.7rem !important;
    }
    .table-btn {
        font-size: 0.7rem;
    }
    .not-mobile {
        display: none;
    }
}

.cbcustom {
    -webkit-appearance: none !important;
    border: 2px solid #1967d2 !important;
    padding: 10px !important;
    border-radius: 16px !important;
    display: inline-block !important;
    position: relative !important;
    cursor: pointer;
}

.cbcustom:checked {
    background-color: #1967d2 !important;
    border: 2px solid #1967d2 !important;
    color: #ffffff !important;
}

.cbcustom:checked:after {
    content: '\2714' !important;
    font-size: 14px !important;
    position: absolute !important;
    top: 0px !important;
    left: 4px !important;
    color: #ffffff !important;
}

.cbcustom2 {
    -webkit-appearance: none !important;
    border: 2px solid #1967d2 !important;
    padding: 10px !important;
    border-radius: 16px !important;
    display: inline-block !important;
    position: relative !important;
    cursor: pointer;
}

.cbcustom2:checked {
    background-color: #1967d2 !important;
    border: 2px solid #1967d2 !important;
    color: #ffffff !important;
}

.cbcustom2:checked:after {
    content: '\2714' !important;
    font-size: 14px !important;
    position: absolute !important;
    top: 0px !important;
    left: 4px !important;
    color: #ffffff !important;
}

.mySummary {
    border-radius: 8px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 80px;
    left: 30px;
    z-index: 99;
    border: 1px solid #1967d2;
    outline: none;
    background-color: #1967d2;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#toTop:hover {
    background-color: #fff;
    color: #1967d2;
    border: 1px solid #1967d2;
}

#toBottom {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    border: 1px solid #1967d2;
    outline: none;
    background-color: #1967d2;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#toBottom:hover {
    background-color: #fff;
    color: #1967d2;
    border: 1px solid #262624;
}

html {
    scroll-behavior: smooth;
}


/* Testing Sidebar */

#page-container {
    display: flex;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    /*margin: 0px -250px 0px 0px;*/
    background: white;
    color: black;
    transition: all 0.3s;
    box-shadow: 5px 0px 15px silver;
}

.sidebar {
    margin: 0px -250px 0px 0px;
}

.sidebarEn {
    margin: 0px 0px 0px -250px;
}

#sidebar ul {
    list-style-type: none;
    padding: 10px 0px 10px 0px;
}

#content {
    width: 100%;
}

.nav-item {
    border: 0px solid #D9D9D9;
    color: #262624 !important;
    border-radius: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px 5px 0px 5px;
    display: block;
}

.nav-item:hover {
    background-color: whitesmoke !important;
    color: #262624 !important;
    border: 0px solid #262624 !important;
}

.nav-link:hover {
    color: #262624 !important;
}

.nav-link {
    color: #262624 !important;
    padding: 2px;
}

.nav-link.text-danger {
    color: red !important;
}

#newHeader {
    padding-top: 10px;
    background: white;
    box-shadow: 0px 2px 5px silver;
}

.signout-btn {
    background-color: red !important;
}

.signout-btn:hover {
    background-color: white !important;
    color: red !important;
}

.menu-icon {
    width: 20%;
    display: inline-block;
}

.menu-text {
    width: 80%;
    display: inline-block;
}

.active-nav {
    background-color: #e8f0fe;
    border-radius: 15px;
}


/* End Testing Sidebar */

.noFormatInput {
    background-color: transparent !important;
    color: inherit !important;
    border: none;
    padding: 0 !important;
    display: inline-block !important;
    width: 100px;
}