body {
    background-color: rgb(226, 226, 226);
}

/* 3D */

.input3D {
    border-radius: 50px;
    background-color: #d6d6d6;
    box-shadow: inset 10px 10px 10px rgba(10, 99, 169, 0.16),
            inset -10px -10px 10px rgba(255, 255, 255, 0.70);
}

.btn3D {
    padding: 10px 18px;
    border-radius: 50px;
    background-color: rgb(238, 238, 238);
    font-weight: 600;
    border: none;
    color: #000000;
    box-shadow: 10px 10px 10px rgba(10, 99, 169, 0.16), 
                -10px -10px 10px rgba(255, 255, 255, 0.70);
}

.btn3D:hover {
    color: rgb(8, 0, 80);
    background-color: #afafaf;
}

.btn3D.primary {
    color: white;
    padding: 5px 9px;
    border-radius: 25px;
    background-color: blue;
    box-shadow: 10px 10px 10px -1px rgba(10, 99, 169, 0.16),
        -10px -10px 10px -1px rgba(255, 255, 255, 0.70);
}

.btn3D.primary:hover {
    background-color: rgb(0, 0, 173);
}

.btn3D.success {
    color: white;
    padding: 5px 9px;
    border-radius: 25px;
    background-color: green;
    box-shadow: 10px 10px 10px -1px rgba(2, 66, 114, 0.16),
        -10px -10px 10px -1px rgba(202, 202, 202, 0.7);
}

.btn3D.success:hover {
    background-color: rgb(0, 99, 0);
}

.btn3D.warning {
    color: black;
    padding: 5px 9px;
    border-radius: 25px;
    background-color: #ffc107;
    box-shadow: 10px 10px 10px -1px rgba(2, 66, 114, 0.16),
        -10px -10px 10px -1px rgba(202, 202, 202, 0.7);
}

.btn3D.warning:hover {
    background-color: #a87e00;
}

.btn3D.danger {
    color: white;
    padding: 5px 9px;
    border-radius: 25px;
    background-color: red;
    box-shadow: 10px 10px 10px -1px rgba(2, 66, 114, 0.16),
        -10px -10px 10px -1px rgba(202, 202, 202, 0.7);
}

.btn3D.danger:hover {
    background-color: rgb(160, 0, 0);
}

.btn3D.outline {
    box-shadow: inset 10px 10px 10px -1px rgba(10, 99, 169, 0.16),
            inset -10px -10px 10px -1px rgba(255, 255, 255, 0.70);
}


.card3D {
    border: none;
    border-radius: 35px;
    background-color: rgb(238, 238, 238);
    box-shadow: 10px 10px 10px -1px rgba(10, 99, 169, 0.16),
            -10px -10px 10px -1px rgba(255, 255, 255, 0.70);
}

.cardBtn3D.primary {
    color: white;
    padding: 5px 9px;
    border-radius: 50px;
    background-color: blue;
    box-shadow: 5px 5px 5px -1px rgba(143, 143, 143, 0.7),
        -5px -5px 5px -1px rgba(185, 185, 185, 0.7);
}

.cardBtn3D.primary:hover {
    background-color: rgb(0, 0, 173);
}

.cardBtn3D.success {
    color: white;
    padding: 5px 9px;
    margin-left: 7px;
    border-radius: 50px;
    font-weight: bold;
    background-color: green;
    box-shadow: 5px 5px 5px -1px rgba(143, 143, 143, 0.7),
        -5px -5px 5px -1px rgba(179, 179, 179, 0.7);
}

.cardBtn3D.success:hover {
    background-color: rgb(0, 99, 0);
}

.cardBtn3D.warning {
    padding: 5px 9px;
    margin-left: 7px;
    border-radius: 50px;
    color: #1565c0;
    font-weight: bold;
    background-color: #e3f2fd;
    box-shadow: 5px 5px 5px -1px rgba(143, 143, 143, 0.7),
        -5px -5px 5px -1px rgba(179, 179, 179, 0.7);
}

.cardBtn3D.warning:hover {
    background-color: #cce8fc;
}

.cardBtn3D.danger {
    padding: 5px 9px;
    margin-left: 7px;
    border-radius: 50px;
    color: #c62828;
    font-weight: bold;
    background-color: #ffebee;
    box-shadow: 5px 5px 5px -1px rgba(143, 143, 143, 0.7),
        -5px -5px 5px -1px rgba(179, 179, 179, 0.7);
}

.cardBtn3D.danger:hover {
    background-color: #ffdde2;
}

.cardBtn3D.info {
    padding: 5px 9px;
    margin-left: 7px;
    border-radius: 50px;
    color: #2e7d32;
    font-weight: bold;
    background-color: #e8f5e9;
    box-shadow: 5px 5px 5px -1px rgba(143, 143, 143, 0.7),
        -5px -5px 5px -1px rgba(179, 179, 179, 0.7);
}

.cardBtn3D.info:hover {
    background-color: #c9e2cb;
}

.teble3D {
    border: none;
    border-radius: 15px !important;
    overflow: hidden !important;
    background-color: rgb(238, 238, 238) !important;
    box-shadow: 10px 10px 10px -1px rgba(10, 99, 169, 0.16),
        -10px -10px 10px -1px rgba(255, 255, 255, 0.70);
}

.totals-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.total-card {
    flex: 1 1 300px;
    text-align: center;
    background-color: rgb(238, 238, 238);
    padding: 20px 25px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    color: #1a1a1a;
    box-shadow: 5px 5px 15px rgba(10, 99, 169, 0.2),
        -5px -5px 15px rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.total-card:hover {
    background-color: #afafaf;
}

.total-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

.total-card span {
    font-size: 20px;
    font-weight: 700;
    color: #003079;
}

.total-card strong {
    font-size: 20px;
    font-weight: 700;
    color: #003079;
}

/* responsive small screens: اخفي بعض الظلال وقم بتقليل التحولات */
@media (max-width: 576px) {

    .threeD {
        padding: 9px 14px;
    }
}