@font-face {
    font-family: Cairo-Regular;
    src: url('../fonts/Cairo-Regular.ttf');
}

@font-face {
    font-family: Cairo-Bold;
    src: url('../fonts/Cairo-Bold.ttf');
}

@font-face {
    font-family: Cairo-Black;
    src: url('../fonts/Cairo-Black.ttf');
}

@font-face {
    font-family: Cairo-SemiBold;
    src: url('../fonts/Cairo-SemiBold.ttf');
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
    font-family: Cairo-Regular;
    margin:auto 2rem;
}

.container-fluid {
    width: 100%;
}

.navbar-brand {
    font-family: Cairo-Bold;
    font-size: 1rem;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgb(253 250 243) !important;
}
.navbar-light .navbar-brand {
    /* width:100%;
        text-align:center;*/
}

.navbar-nav li {
    border: 1px solid #e4d3b4;
    border-radius: 10px;
    margin: auto 0.1rem;
    text-align: center;
    display: grid;
    background-color: #fdfaf3
}

    .navbar-nav li i {
        color: #ff9800;
        /*#0a58ca;*/
        font-size: 1rem;
    }

    .navbar-nav li a {
        font-family: Cairo-Bold;
        font-size: 9.5px;
        display: grid;
    }
.nav-pills {
    margin-right: -1rem;
}
.nav-pills li {
    border: 1px solid #e4d3b4;
    border-radius: 10px;
    margin: 1px 0.1rem;
    display: grid;
    background-color: #fdfaf3;
    width:100%;
}
    .nav-pills li i {
        color: #ff9800;
        /*#0a58ca;*/
        font-size: 1rem;
    }
    .nav-pills li a {
        font-family: Cairo-Bold;
        font-size: 9.5px;
    }
.nav-pills .nav-link {
    padding: .1rem 1rem;
}
.collapse li {
    margin-right: -2rem
}

.sidebar {
    width: 140px;
    background-color: #0a58ca;
    /*        #0089ef;*/
    color: white;
    padding: 5px;
    height: 70vh;
    border-radius: 10px
}

    .sidebar ul {
        list-style: none;
        padding: 0;
    }

        .sidebar ul li {
            margin: 5px 0;
            border-radius: 10px
        }

            .sidebar ul li a {
                color: white;
                text-decoration: none;
                padding: 10px;
                display: block;
                transition: background 0.3s;
                display: grid;
                font-family: Cairo-SemiBold;
                border-radius: 10px
            }

                .sidebar ul li a i {
                    text-align: center;
                    font-size: 1.3rem;
                }

                .sidebar ul li a span {
                    text-align: center;
                }

                .sidebar ul li a:hover {
                    background: #575757;
                }

.content {
    flex: 1;
    padding-right: 12px;
    padding-left: 12px;
}

h3 {
    position: relative; /* Create a positioning context for the pseudo-element */
    margin-bottom: 5px;
    font-size: 1.2rem;
}

    h3::after {
        content: "";
        display: block;
        width: 68px;
        height: 2.5px;
        background-color: #007bff;
        background: linear-gradient(to right, #fefefe, #007bff);
        margin: 0px auto;
        margin-top: 5px;
        margin-bottom: 10px;
        border-radius: 5px;
        position: absolute;
    }
h5 {
    position: relative; /* Create a positioning context for the pseudo-element */
}

    h5::after {
        /* content: "";
        display: block;
        width: 0.6rem;
        height: 0.6rem;
        background-color: #fa759e;
        margin: 5px auto;
        border-radius: 100%;
        position: absolute;
        right: -1rem;
        top: 0.3rem;*/
        content: "";
        display: block;
        width: 68px;
        height: 2px;
        background-color: #007bff;
        background: linear-gradient(to right, #fefefe, #fa759e);
        margin: 2px auto;
        margin-bottom: 10px;
        border-radius: 5px;
        position: absolute;
    }

.form-group {
    margin-top: 1rem;
}

    .form-group label {
        margin-bottom: 0.5rem;
    }
table{
    font-size:13px;
}
table .btn {
    padding: 0.3rem 0.2rem;
    line-height: 0.5 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
    table thead {
        /* background-color: aliceblue;*/
        background-color: #fdf0d5;
        color: black;
        font-family: Cairo-Bold;
        font-size: 10px;
    }

table td i {
    color: #fa759e;
}

.div-button, .dt-buttons {
    display: flex;
    justify-content: end;
}

    .div-button a {
        align-self: flex-end; /* Aligns the button to the end */
        margin:auto 0.2rem;
    }

.btn-icon {
    color: #fa759e;
}
.btn-custome {
    color: #fff;
    background-color: #fa759e;
    border-color: #fa759e;
}
.dataTables_filter{
    margin-bottom:0.4rem;
}
footer p {
    background-color: #ececec;
    border-top-right-radius: 2rem;
    border-top-left-radius: 20px;
    padding: 1rem;
    margin-top: 0.5rem;
    color: #795548;
}
.div-buttons {
    display: flex;
    justify-content: end; /* Centers horizontally */
    align-items: center;
    padding-top: 1.5rem;
}
.div-buttons .btn {
    margin: auto 0.1rem;
}
#div-add-edit {
    border: 1px solid #f1eeee;
    padding: 8px 4px;
    border-radius: 12px;
}
.expired-warning {
    background-color: #fff8d4 !important;
}
legend {
    font-family: Cairo-Bold;
    font-size: 11px;
    margin-bottom: 0rem;
}
fieldset {
    margin-left: 0.8rem;
    margin-right: 0.7rem;
}
label{
    font-size:14px !important;
}
.field-validation-error {
    font-size: 14px !important;
}
.form-control {
    font-size: 0.9rem;
}
.nav-link {
    color: #d07e06;
    font-family: Cairo-Bold;
    font-size: 13px;
    padding-right: 0.4rem;
    padding-left: .4rem;
}
.form-check .form-check-input {
    float: right !important;
    margin-right: 0em !important;
    margin-top: 2rem;
}
.form-check  label{
    margin-right: 1.5em !important;
    margin-top: 2rem;
}


/* Side Menu*/
