/* public/css/styles.css */

/* RTL Support */
html[dir="rtl"] {
    text-align: right;
}

html[dir="rtl"] .me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

/* Form RTL Support */
html[dir="rtl"] .form-group {
    text-align: right;
}

html[dir="rtl"] .form-check,
html[dir="rtl"] .custom-control {
    padding-right: 1.5rem;
    padding-left: 0;
}

html[dir="rtl"] .form-check-input,
html[dir="rtl"] .custom-control-input {
    right: 0;
    margin-right: -1.5rem;
    margin-left: 0;
}

html[dir="rtl"] .form-check-label,
html[dir="rtl"] .custom-control-label {
    margin-right: 0.5rem;
    margin-left: 0;
}

html[dir="rtl"] .radio-group,
html[dir="rtl"] .checkbox-group {
    text-align: right;
}

html[dir="rtl"] .radio-group label,
html[dir="rtl"] .checkbox-group label {
    margin-left: 1rem;
    margin-right: 0;
}

html[dir="rtl"] .radio-group input[type="radio"],
html[dir="rtl"] .checkbox-group input[type="checkbox"] {
    margin-left: 0.5rem;
    margin-right: 0;
}

html[dir="rtl"] .form-control {
    text-align: right;
}

html[dir="rtl"] .invalid-feedback {
    text-align: right;
}

html[dir="rtl"] .custom-file-label::after {
    right: auto;
    left: 0;
    border-right: inherit;
    border-left: none;
}

/* Grid System RTL Support */
html[dir="rtl"] .offset-md-1 {
    margin-right: 8.333333%;
    margin-left: 0;
}

/* RTL Grid System */
html[dir="rtl"] .row {
    flex-direction: row-reverse;
}

html[dir="rtl"] .col-md-1,
html[dir="rtl"] .col-md-2,
html[dir="rtl"] .col-md-3,
html[dir="rtl"] .col-md-4,
html[dir="rtl"] .col-md-5,
html[dir="rtl"] .col-md-6,
html[dir="rtl"] .col-md-7,
html[dir="rtl"] .col-md-8,
html[dir="rtl"] .col-md-9,
html[dir="rtl"] .col-md-10,
html[dir="rtl"] .col-md-11,
html[dir="rtl"] .col-md-12 {
    float: right;
}

html[dir="rtl"] .ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .mr-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

html[dir="rtl"] .text-right {
    text-align: left !important;
}

html[dir="rtl"] .text-left {
    text-align: right !important;
}


html[dir="rtl"] .ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .me-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

html[dir="rtl"] .ms-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .float-end {
    float: left !important;
}

html[dir="rtl"] .float-start {
    float: right !important;
}

html[dir="rtl"] .text-end {
    text-align: left !important;
}

html[dir="rtl"] .text-start {
    text-align: right !important;
}

html[dir="rtl"] .dropdown-menu {
    text-align: right;
}

html[dir="rtl"] .modal-header .btn-close {
    margin: -0.5rem auto -0.5rem -0.5rem;
}

html[dir="rtl"] .form-group label {
    text-align: right;
}

html[dir="rtl"] .input-group .form-control:first-child {
    border-radius: 0 0.475rem 0.475rem 0;
}

html[dir="rtl"] .input-group .input-group-text:last-child {
    border-radius: 0.475rem 0 0 0.475rem;
}

/* Tables RTL Support */

html[dir="rtl"] .session-table th:first-child,
html[dir="rtl"] .session-table td:first-child {
    border-radius: 0 8px 8px 0;
}

html[dir="rtl"] .session-table th:last-child,
html[dir="rtl"] .session-table td:last-child {
    border-radius: 8px 0 0 8px;
}

/* Custom Components RTL Support */
html[dir="rtl"] .custom-input-container::after {
    right: auto;
    left: 10px;
}

html[dir="rtl"] .dropdown-content {
    right: 0;
    left: auto;
}

html[dir="rtl"] .file-cards .card .text-container {
    text-align: right;
}

html[dir="rtl"] .personal-container {
    direction: rtl;
}

html[dir="rtl"] .form-check {
    padding-left: 0;
    padding-right: 1.5em;
}

html[dir="rtl"] .form-check .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em;
}

html[dir="rtl"] .footer .footer-links,
html[dir="rtl"] .footer .footer-contact-info {
    text-align: right;
}

html[dir="rtl"] .social-icons-header {
    margin-left: 0;
    margin-right: auto;
}

/* Navigation RTL Support */
html[dir="rtl"] .nav-tabs {
    padding-right: 0;
}

html[dir="rtl"] .tab-item:not(:last-child) {
    margin-right: 0;
    margin-left: 20px;
}

/* Buttons RTL Support */
html[dir="rtl"] .btn i {
    margin-right: 0;
    margin-left: 0.5rem;
}

html[dir="rtl"] .close-btn {
    right: auto;
    left: 20px;
}

/*Tracker Page*/
.page-header h1 {
    font-size: 24px;
    font-weight: bold;
    /*color: #333;*/
    color: #60C2FFFF;

}
.page-header h6 {
    font-size: 12px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #888;
    margin-top: 5px;
}

.content-wrapper {
    /*padding: 20px;*/
    /*background-color: #e0e0e0; !* Set background color to grey *!*/
    min-height: 100vh;
}
.card {

    /*background-color:#B0BEC5;*/
    background-color: #0A171F;
    /*background-color: #60C2FFFF;*/
    /*background:linear-gradient(90deg, #2DFEA1 0%, #60C2FF 100%) ;*/
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.session-table {
    background-color: inherit;
    /*background-color: #e8e8e8;*/
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    color: whitesmoke;
}

.session-table th, .session-table td {
    border: 1px solid  #B0BEC5;
    padding: 10px;
    text-align: center;
}

.session-table th:first-child,
.session-table td:first-child,
.session-table th:last-child
{
    border-left: none;
    border-right: none;
}
.session-table td:last-child {
    border-right: none !important;
    border-bottom: none !important;
}

.session-table tr:first-child th {
    border-top: none;
}

.session-table tr:last-child td {
    border-bottom: none;
}
/*.session-table th {*/
/*    background-color: #f5f5f5;*/
/*}*/
/*.session-table td {*/
    /*background-color: #fafafa;*/
/*}*/


.session-table .session-checkbox {
    width: 15px; /* Adjust the width as needed */
    height: 10px; /* Adjust the height as needed */
    transform: scale(1.5); /* You can use scale to resize the checkbox */
    -webkit-transform: scale(1.5); /* For Safari compatibility */
    -moz-transform: scale(1.5); /* For Firefox compatibility */
}

.expiry-date-cell {
    vertical-align: middle;
    text-align: center;
}


.previous-sessions-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    color: whitesmoke;
}

/*table{*/
/*    color: whitesmoke;*/
/*}*/

.previous-sessions-table th, .previous-sessions-table td {
    /*border: 1px solid #ccc;*/
    padding: 10px;
    /*text-align: center;*/
}

.previous-sessions-table tr {
    border-bottom: 2px solid rgba(204, 204, 204, 0.7); /* Border for rows */
}

.previous-sessions-table .custom-tr:last-child {
    border-bottom: none; /* Remove border from the last row */
}


.previous-sessions-table .custom-btn {
    background-color: #B0BEC5;
    /*background-color: rgba(204, 204, 204, 0.7);*/
    color: #000000;
    border: none;
    padding: 50px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

                        /*Workout Page*/

.content-wrapper {
    margin-top: 20px;
}

.content-wrapper h2 {
    margin-left: 25px;
}

.page-header {
    margin-bottom: 20px;
}

.btn-custom{
    background-color: #60C2FFFF;
    font-weight: bolder;
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}


.btn-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #007bff;
    text-decoration: none;
    font-size: 1.5rem;
}

.btn-link i {
    margin-right: 5px;
    color: #007bff;
}

.tab-box {
    border-radius: 5px;
    padding: 20px;
    width: 80%;
}

.nav-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    border-bottom: 1px solid whitesmoke;

    border-radius: 5px;
    /*background-color: White;*/
}

.tab-item {
    flex: 1;
    text-align: center;
    margin-bottom: 5px;
    /*border: 1px solid transparent;*/
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #000; /* Add black border */

}

.tab-item:last-child {
    margin-right: 0;
}

.nav-tabs .nav-link {
    border-radius: 5px;
    /*border: 1px solid #000; !* Add black border *!*/
    color: whitesmoke;

    font-weight: bold;
    /*background-color: White;*/
}

.nav-tabs .nav-link:hover {
    color: #000000;
    /*border-color: #000000 ;*/

    background-color: rgba(230, 229, 229, 0.96);
}

.nav-tabs .nav-link.active {
    color: black;
    background-color:#B0BEC5 ;
    /*background-color:#F5F5F5 ;*/
    /*background-color: rgba(243, 241, 241, 0.89);*/
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: none;

}

.section-container {
    display: flex;
    flex-direction: column; /* Arrange sections vertically */
    gap: 20px; /* Add space between sections */
    /*background-color: #f9f9f9; !* Light background for the container *!*/
    padding: 20px; /* Padding for the container */
    border-radius: 8px; /* Rounded corners for the container */
}

.section-container .section {
    background-color: #0A171F;
    /*background-color: #fff; */
    border-radius:15px; /* Rounded borders */
    padding: 20px; /* Padding for each section */
    border: 1px solid grey; /* Light border */

    max-width: 90%;
}

.section img {
    max-width: 100px;
    margin-right: 10px;
}

.section a {
    display: block;
    margin-bottom: 10px;
    color: whitesmoke;
    text-decoration: none;
    font-size: larger;

}

.section table {
    max-width: 90%;
    color: whitesmoke;

}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
    color: whitesmoke;
}

.align-items-center h6 {
    color: whitesmoke;
}

.me-auto {
    margin-right: auto;
}

.ms-auto {
    margin-left: auto;
}
.section-container .custom-table{
    width: 70% !important;
    border-collapse: collapse;
    margin: 20px 0;

}

.section-container .table th{
    font-weight: bolder;
    text-align: center;

}

.section-container .table td {

    text-align: center;
}


.badge {
    display: inline-block;
    padding: 0.60em 0.60em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    border: 1px solid #000000; /* Border color */
    background-color: #f8f9fa; /* Background color */
    color: #212529; /* Text color */
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

                            /*Nutrition Page*/
.progress {
    height: 15px;
    border: black 1px solid;
}
.progress-bar {
    line-height: 300px;
}
.chart-container {
    position: relative;
    height: 150px;
    width: 150px;
    margin: auto;
}

/* Colors for the progress bars */
.bg-carbs {
    background-color: #2b98e8;
}

.bg-protein {
    background-color: #7837ad;
}

.bg-fats {
    background-color: #66bc62;
}

.nutrition .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    margin-bottom: 10px;
}
.accordion-header h5 {
    margin: 0;
    font-size: 1.2rem;
}
.accordion-header .arrow-icon {
    font-size: 1rem;
}


.btn-link-custom {
    font-size: 1.5rem;
    color: whitesmoke;
    /*color: #000000;*/
    text-decoration: none;
}

.btn-link:hover, .btn-link i:hover {
    color: #B0BEC5;
    /*color: rgba(10, 23, 31, 0.84);*/
    text-decoration: none;
}



.nutrition .section {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.nutrition .card {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.nutrition .card-header
 {
    background-color: #0A171F !important;
    /*background-color: white !important;*/
    border: 1px solid grey ;

    border-radius: 15px !important;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column; /* Arrange sections vertically */
    gap: 20px; /* Add space between sections */
}

.nutrition .card-body{
    background-color:#0A171F !important;
    border: 1px solid grey ;
    border-radius: 15px !important;
    padding: 10px;
    display: flex;
    flex-direction: column; /* Arrange sections vertically */
    gap: 20px; /* Add space between sections */

}

.nutrition .card-body h3 {
    margin-bottom: 0.5rem;
}

.nutrition .card-body img {
    max-width: 100px;
    max-height: 100px;
    height: auto;
    margin: 3rem;
}

.nutrition .card-body textarea {
    width: 100%;
    resize: vertical;
}

.nutrition .progress-wrapper {
    flex: 1;
    margin-right: 1rem;
}

.nutrition .progress {
    height: 20px;
}

.nutrition .progress-bar {
    line-height: 20px;
}


.nutrition .row.align-items-center.mt-4 {
    margin-top: 1.5rem;
}

.nutrition .form-control {
    width: 100%;
    resize: vertical;
}

.nutrition .completed-checkbox {
    margin-top: 1rem;
}

.nutrition .comment-btn {
    background-color: #B0BEC5;
    /*background-color: #B0BEC5;*/
    /*background-color: rgba(204, 204, 204, 0.33);*/
    /*background-color: rgba(204, 204, 204, 0.33);*/

    color: #000000;
    border: none;
    padding: 5px 10px; /* Adjust padding for smaller size */
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    position: absolute; /* Position it absolutely */
    /* right: 15px; Align it to the right side */
    bottom: 1px; /* Adjust the vertical position */
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

                            /*Supplement Page*/

.previous-sessions-table .comment-btn {
    background-color:#B0BEC5 ;
    /*background-color: rgba(204, 204, 204, 0.33);*/
    color: #000000;
    border: none;
    padding: 5px 10px; /* Adjust padding for smaller size */
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    position: absolute; /* Position it absolutely */
    /* right: 10px; Align it to the right side */
    bottom: 1.8rem; /* Adjust the vertical position */
}

/* Mobile-specific styles */
@media (max-width: 1024px) {
    .previous-sessions-table .comment-btn {
        font-size: 10px; /* Make font smaller for mobile */
        padding: 3px 8px !important; /* Adjust padding for mobile */
        /* right: 5px; Bring closer to the right side */
        bottom: 1rem; /* Adjust bottom positioning for mobile */
        background-color: #90A4AE; /* Slightly change the background color */
    }
}

@media (max-width: 768px) {
    /* Adjust table elements for mobile screens */
    .previous-sessions-table td {
        padding: 0 3px; /* Reduce padding for table cells */
    }

    /* Ensure the checkbox fits within the table cell */
    .small-checkbox {
        transform: scale(0.5); /* Scale down the checkbox to 80% of its original size */
        margin: 0; /* Remove extra margin */
    }

}
.small-checkbox {
    transform: scale(0.8); /* Scale down the checkbox to 80% of its original size */
    margin: 0; /* Remove extra margin */
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

                        /*    Sidebar Page    */

#my-plan-submenu {
    display: none;
    padding-left: 20px;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

                            /*    checkList Page    */

.inBody-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    color: whitesmoke;
}


.inBody-table tr {
    border-bottom: 2px solid #B0BEC5; /* Border for rows */
    /*border-bottom: 2px solid rgba(204, 204, 204, 0.7); !* Border for rows *!*/

}

.inBody-table th, .inBody-table td {

    border-bottom: 1px solid #B0BEC5;
    /*border-bottom: 1px solid rgba(204, 204, 204, 0.7);*/
    padding: 10px;
    text-align: center;
}

.inBody-table .custom-tr:last-child {
    border-bottom: none; /* Remove border from the last row */
}

.input-field {
    width: 80%; /* Reduced width for input fields */
    padding: 5px;
    border: 1px solid #B0BEC5;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: initial ;
    color: whitesmoke;

}

.input-field[type="date"] {
    width: 90%; /* Full width for date input */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #B0BEC5;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: initial ;
    color: whitesmoke;
    background-size: 16px 16px;
}

.custom-tr td:first-child {
    font-weight: bold;
}

.small-input {
    width: 80%; /* Adjust width for smaller input fields */
}

.create-btn{
    background-color: #B0BEC5;
    /*background-color: #B0BEC5;*/
    /*background-color: rgba(204, 204, 204, 0.33);*/
    /*background-color: rgba(204, 204, 204, 0.33);*/
    color: #000000;
    border: none;
    padding: 5px 10px; /* Adjust padding for smaller size */
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
}


/* Dropdown button and menu styles */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #f9f9f9;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    right: 0; /* Position the dropdown to the right */
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-item i {
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.81);
}

.custom-input-container {
    position: relative;
    display: inline-block;
}
.custom-input-container .input-field {
    padding-right: 25px;
}

.custom-input-container::after {
    content: '%';
    position: absolute;
    right: 63px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: whitesmoke;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

                    /* Delete Message */

#custom-message-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 400px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    text-align: center;
}


.hidden {
    display: none;
}

#close-message-box, #confirm-delete {
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#close-message-box {
    background-color: #6c757d;
    color: white;
}

#close-message-box:hover {
    background-color: #5a6268;
}

#confirm-delete {
    background-color: #dc3545;
    color: white;
}

#confirm-delete:hover {
    background-color: #bb2433;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

                            /*    Files Page    */

.file-cards .container {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.file-cards .card {
    /*background-color: #B39DDB;*/
    /*background-color: #37474F;*/
    background-color:#37474F;
    /*background-color: #f8f8f8;*/
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
    max-width: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s;
    cursor: pointer;
}

.file-cards .card:hover {
    transform: translateY(-5px);
}

.file-cards .icon {
    font-size: 40px;
    /*color: rgba(0, 31, 221, 0.82);*/
    color: #60C2FFFF;
    /*color: whitesmoke;*/
    margin-right: 10px;
}

.file-cards .card h3 {
    margin: 0;
    font-size: 18px;
    color: whitesmoke;
}

.file-cards .card p {
    margin: 5px 0 0;
    font-size: 14px;
    color: whitesmoke;
}

.file-cards .card .text-container {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color:whitesmoke !important;
}

    .all-files-header .custom-btn {
    background-color: #B0BEC5;
    /*background-color: rgb(30, 31, 34);*/
    color: black;
        font-weight: bold;
    border: none;
    padding: 50px 10px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.all-files-header .custom-btn i {
    color: black;
}

.all-files-header .custom-btn:hover{
    background-color: rgba(204, 204, 204, 0.7);
    color: black;
}

.files-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    border: none;
    color: whitesmoke;
}

.files-table th, .files-table td {
    /*border-bottom: 1px solid rgba(204, 204, 204, 0.7);*/
    padding: 10px;
    text-align: center;
}




.files-table th, .inBody-table td {
    /*border-bottom: 1px solid rgba(204, 204, 204, 0.7);*/
    padding: 10px;
    text-align: center;
}

.files-table .custom-tr:last-child {
    border-bottom: none; /* Remove border from the last row */
}



/*.files-table tr {*/
/*    border-bottom: 2px solid rgba(204, 204, 204, 0.7); !* Border for rows *!*/
/*}*/


.files-table .custom-btn {
    background-color: #B0BEC5;

    color: #000000;
    border: none;
    padding: 50px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.files-table .custom-btn:hover {
    background-color: rgb(30, 31, 34);
    /*background-color: rgb(30, 31, 34);*/
    color: #eaeaea;
    /*scale: calc(1.1);*/

}

#table_wrapper{
    color: whitesmoke;

}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*new designs*/

.header {
    /*width: 100% ;*/
    padding: 0; /* Remove padding from the header */
    margin: 0;  /* Remove any margin from the header */
    background: linear-gradient(90deg, #2DFEA1 0%, #60C2FF 100%); /* Set the background color */
    box-sizing: border-box; /* Ensure padding does not affect the width */

}

.container-fluid {
    max-width: 100% ;
    padding-left: 0 ; /* Remove left padding */
    padding-right: 0 ; /* Remove right padding */
}



.top-bar {
    width: 100%;
    /*background: linear-gradient(90deg, #2DFEA1 0%, #60C2FF 100%);*/
    color: #eaeaea;
    padding: 10px 20px; /* Adjust padding to control the spacing */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; /* To handle absolute positioning of the language icon */

}



.top-bar a {
    color: #0A171F;
    text-decoration: none;
    margin: 0 8px;

}

.top-bar .social-icons-header {
    display: flex;
    justify-content: center;
    align-items: center;
    color: whitesmoke;
}

.social-icons-header i{
    color: #0A171F ;
    font-weight: bold;
    font-size: 15px;
}

.top-bar .social-icons-header a:hover {
    color: #010507;
}

.top-bar .language-icon a:hover {
    color: #010507;
    text-decoration: none;
}
.top-bar .logo {
    font-size: 18px;
    color: #0A171F;
    font-weight: bold;
    text-decoration: none;
    margin-left: 20px;
}

.top-bar .social-icons-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-bar .social-icons-header a {
    color: #0A171F;
    text-decoration: none;
    margin: 0 8px;
}

.top-bar .social-icons-header a:hover {
    color: #010507;
}

.top-bar .language-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #0A171F;
    display: flex;
    align-items: center;
}

.top-bar .language-icon i {
    margin-right: 5px;
}

.top-bar .dropdown {
    margin-right: 20px;
}

.top-bar .dropdown .btn {
    padding: 5px;
}

.top-bar .dropdown-menu {
    margin-top: 0;
}

/*.....................................................................................*/
/*Footer Part*/

.footer {
    background-color: #0A171F;
    color: #eaeaea;
    padding: 30px 0;
}

.footer-social-icons {
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
}

.footer a {
    color: #eaeaea;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .footer-social-icons a {
    font-size: 15px;
    margin: 0 10px;
}
.footer .footer-social-icons a:hover {
    color: #60C2FFFF;
}

.footer h5{
    text-align: start;
}

.footer .footer-links a {
    display: block;
    margin: 10px 0;
    text-align: start;
    font-size: 0.9rem;
    text-decoration: none;
}

.footer .footer-links a:hover {
    color: #60C2FFFF; /* This changes the color on hover. Replace with your desired color */
}

.footer .footer-contact-info p{
    margin: 10px 0;
    text-align: start;
}

#footer-P{
    font-size: 0.8rem;
    /*margin: 10px 0;*/
    text-align: start;
}

.green-icon {
    color: grey;
}

.footer-email-input i:hover {
    color: #06b206; /* This changes the color on hover. Replace with your desired color */
}

.green-border {
    outline: none;
    border: 1px solid grey;
    border-radius: 25px; /* Adjust this value to change the roundness of the corners */
}

.footer-email-input {
    display: flex;
    align-items: center;
}

.footer-email-input input {
    margin-right: 10px;
}

#footer-message hr{
    border: 0.0001rem solid  rgba(234, 234, 234, 0.5);
}
#footer-message p{
    font-size: 0.8rem;
    margin: 10px 0;
    text-align: start;
}

.aside-dark .menu .menu-item .menu-link.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    background: linear-gradient(90deg, #2DFEA1 0%, #60C2FF 100%) !important;
    color: #ffffff;
}

.aside-dark .menu .menu-item .menu-link.active .menu-bullet .bullet {
    background: linear-gradient(90deg, #2DFEA1 0%, #60C2FF 100%) !important;
}


.form-control {
    background-color: initial !important;
    border: 1px solid grey !important;
    color: whitesmoke;
}

/*///////////////////////////////////*/
/* modal-content*/

.modal-content {
    background-color: #0A171F;
    color: whitesmoke;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.linear-background{
    background: #0A171F;
}

.inter-crop, .inter-right--top, .inter-right--bottom{
    background: #0A171F;
    color: whitesmoke;
}



/*///////////////////////////////////*/
/* personal-container profile Form */


.personal-container {
    background-color: #0A171F;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.personal-container .form-container {
    background-color: #0d1e27;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    /*max-width: 1300px;*/
    margin: auto;
}


.personal-container .form-container h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.personal-container .form-group label {
    font-weight: bold;
    margin-bottom: 10px;
    color: #b5c5d2;
}

.personal-container .form-control {
    background-color: #0f223b;
    border: 1px solid #304760;
    color: #fff;
    border-radius: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.personal-container .form-control:focus {
    border-color: #60C2FF;  /* Change border color on focus */
    box-shadow: 0 0 5px rgba(96, 194, 255, 0.5);  /* Add a subtle shadow */
    outline: none;  /* Remove the default outline */
}

.personal-container .dropify-wrapper {
    border: 2px solid #32414f;
    background-color: #f3f3f3;
    height: 200px; /* Adjust the height to your preference */
}

.personal-container .dropify-message p {
    color: #333; /* Text color inside the file input */
}

.personal-container .form-group {
    margin-bottom: 15px;
}

.personal-container .btn-submit {
    background-color: #60C2FFFF;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    /*width: 30%;*/
    /*max-width: 50px;*/
}

.personal-container .btn-submit:hover {
    background-color: #00AEEF;
}

.personal-container  input{
    border-radius: 10px;
}

.personal-container select.form-control {
    border: 2px solid #72a0c1; /* Border for the select field */
    background-color: #1b2b39; /* Background for the select field */
    border-radius: 10px;
    color: #fff; /* Text color */
}

.personal-container label {
    font-size: 1.1rem;
    color: #fff;
}

.personal-container select.form-control option {
    background-color: #0d1e27; /* Background for options */
    color: whitesmoke; /* Text color for options */
    font-size: 16px;
}

.custom-h4{
    font-size: 18px;
    margin: 20px auto;
    font-weight: 600;
    /*color: #888 !important;*/
}


.personal-container .gender-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.personal-container .gender-container .form-group {
    margin-right: 10px;
    flex: 1;
}

.personal-container .required-note {
    color: #ff7043;
    margin-bottom: 20px;
    text-align: center;
    font-style: italic;
}

.personal-container .btn-submit {
    background-color: #60C2FFFF;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    /*width: 30%;*/
    /*max-width: 50px;*/
}

.personal-container .btn-submit:hover {
    background-color: #00AEEF;
}

.personal-container  input{
    border-radius: 10px;
}


.personal-container .section-subtitle {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.personal-container .img-fluid {
    max-width: 100%;
    height: auto;
    border: 2px solid #fff;
    border-radius: 5px;
}

.personal-container .form-row .text-center label {
    display: block;
    cursor: pointer;
}

.personal-container .form-row .text-center input[type="radio"] {
    display: none;
}

.personal-container .form-row .text-center input[type="radio"]:checked + img {
    border-color: #ff7043;
}



.personal-container .section-title {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.personal-container label {
    font-size: 1.1rem;
    color: #fff;
}

.personal-container input[type="radio"] {
    margin-right: 10px;
}

.personal-container textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    resize: none;
}

.custom-line {
    border: none;
    border-top: 1px solid #ccc; /* White color line */
    margin: 20px 50px; /* Adjust spacing around the line */
    opacity: 0.6; /* Slightly transparent for a softer look */
}


/*@media (max-width: 991px) { !* For devices with width <= 991px (tablets and mobiles) *!*/
/*    #kt_aside {*/
/*        position: fixed;*/
/*        left: -250px; !* Hide sidebar initially *!*/
/*        top: 0;*/
/*        height: 100%;*/
/*        width: 250px;*/
/*        transition: left 0.3s ease;*/
/*    }*/

/*    .aside.open {*/
/*        left: 0; !* Slide in sidebar when open *!*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    #kt_aside {*/
/*        position: relative;*/
/*        left: 0;*/
/*    }*/
/*}*/

@media (max-width: 991px) {
    /* For devices with width <= 991px (tablets and mobiles) */
    .top-bar .logo {
        font-size: 12px;
        margin-left: 10px;
    }
}

/* For mobile and tablets (max-width: 991px) */
@media (max-width: 991px) {
    /* Sidebar hidden by default */
    #kt_aside {
        transition: transform 0.3s ease;
        transform: translateX(-100%);
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 250px;
        background-color: #0A171F;
        z-index: 1030;
    }

    /* Sidebar visible when 'open' class is added */
    #kt_aside.open {
        transform: translateX(0);
    }

    /* Mobile toggle button */
    .btn-aside-mobile-toggle {
        display: block;
        position: fixed;
        top: 15px;
        left: 15px;
        z-index: 1040; /* Ensures it stays above the sidebar */
    }
}



.menu-sub-dropdown {
    background: #0A171F !important;
}

.menu-item .menu-link{
    color: whitesmoke !important;
}


.form-select,.modal-body span,.modal-body input{
    background-color:  transparent; !important;
    color: white !important;
    border: none !important;
}
.modal-body input{
    border: 1px solid #ccc !important;
}

.ck.ck-editor__main>.ck-editor__editable,
.ck.ck-toolbar>.ck-toolbar__items{
    background: transparent !important;
}

.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label{
    color: black !important;
}


.swal2-popup .swal2-title {
    color: #0A171F !important;
}

/* ///////////////////// template design /////////////*/

.table_template{
    color: white;
    text-align: center;
    margin-bottom: 4em;
}

.table_template thead{
    background-color: #4d8aaf;
}

.ul_template{
    color: white;
    font-weight: 300;
    font-size: 17px;
    line-height: 3rem;
    margin-bottom: 4em;
}

.custom-div p{
    color: white;
    font-size: 14px;
}

.custom-div h3{
    color: #39a5eb !important;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 20px;
    font-size: 2rem;
    font-weight: 600;
    margin: 30px;
}

.custom-div h1 {
    background-color:#4d8aaf ;
    border-radius: 20px;
    font-size: 2rem;
    font-weight: 600;
    /*margin: 25px;*/
}

.custom-div{
    margin-bottom: 4em;
    background-color: rgba(17, 35, 48, 0.81);
    border-radius: 20px;
}

.custom-div hr{
    border: 1px solid #4d8aaf;
    color: #4d8aaf;
}


/* ///////////////////////         All Service        ///////////////////////// */


/*All Programs Page*/
.allPrograms, .row, .col-md-12 {
    margin: 0;
    padding: 0;
}

/* General styles */
.overlay-home h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.overlay-home h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #60c2ff;
}

#text-h2,
#text-h1 {
    font-size: 2rem;
    /*margin-bottom: 10px;*/
    transform: translateY(40%);
    transition: transform 1s, opacity 1s;
    /*display: inline-block;*/
    box-sizing: border-box;
    /*width: 500px;*/
    /*height: 100px;*/
    /*text-align: center;*/
    /*line-height: 50px;*/
    /*opacity: 1;*/
}

#text-h1 {
    color: #60c2ff;
}

#text-p {
    transform: translateY(50%);
    transition: transform 1s, opacity 1s;
}

#text-h1.show,
#text-h2.show,
#text-p.show {
    opacity: 1;
    transform: translateY(0);
}

/* Container and card styles */
.allContent .home-p4 .img-container,
.allContent .home-p5to7 .img-container {
    position: relative;
    width: 550px;
    height: 370px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 1s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Center the image container */
}

.allContent .home-p4 .img-container img,
.allContent .home-p5to7 .img-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.allContent .home-p4 .img-container::before,
.allContent .home-p5to7 .img-container::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 23, 31, 0.9);
    transition: top 0.5s ease-in-out;
}

.allContent .home-p4 .img-container:hover::before,
.allContent .home-p5to7 .img-container:hover::before {
    top: 0;
}

.allContent .home-p4 .caption,
.allContent .home-p5to7 .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 30px;
    color: #ffffff;
    background: rgba(10, 23, 31, 0.9);
    transition: transform 1s, opacity 0.1s;
    opacity: 1;
    border: none; /* Remove border from caption */
}

.allContent .home-p4 .hidden-data,
.allContent .home-p5to7 .hidden-data {
    position: absolute;
    bottom: 0;
    width: 80%;
    transform: translateY(100%);
    transition: transform 1s, opacity 1s;
    padding-top: 10px;
    opacity: 0;
    text-align: center;
}

.allContent .home-p4 .overlay-home,
.allContent .home-p5to7 .overlay-home {
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    opacity: 1;
    transition: transform 1s, opacity 1s;
}

.allContent .home-p4 .img-container:hover .caption,
.allContent .home-p5to7 .img-container:hover .caption {
    transform: translateY(-100%);
    opacity: 0;
}

.allContent .home-p4 .img-container:hover .hidden-data,
.allContent .home-p5to7 .img-container:hover .hidden-data {
    transform: translateY(0);
    opacity: 1;
}

.allContent .home-p4 .hidden-data a,
.allContent .home-p5to7 .hidden-data a {
    width: 50%;
    color: #60c2ff;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.allContent .home-p4 .hidden-data a:hover,
.allContent .home-p5to7 .hidden-data a:hover {
    background-color: #60c2ff;
    color: #eaeaea;
    font-weight: bold;
}

.allContent.home-p5to7 .captionIn {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 30px;
    color: #ffffff;
    transition: transform 0.5s, opacity 0.5s;
    opacity: 1;
}

.allContent .overlay-home a,
.allContent .moreBtn a {
    margin-top: 20px;
    font-size: 18px;
    display: inline-block;
    padding: 5px 18px;
    border: 2px solid #60c2ff;
    color: #60c2ff;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    border-radius: 25px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.allContent .overlay-home a:hover,
.allContent .moreBtn a:hover {
    border-color: #60c2ff;
    color: #eaeaea;
    text-decoration: none;
}

.body-allPrograms {
    text-align: center;
    background-color: #0a171f;
    color: #eaeaea;
    font-family: 'Roboto', sans-serif;
}



/* ////////////////// service details ////////////*/

.onTraining .onTrain-p4 .img-container {
    position: relative;
    width: 95%; /* Set width */
    height: 95%; /* Set height */
    margin-bottom: 30px;
    overflow: hidden; /* Ensure content doesn't overflow */
    border-radius: 10px; /* Rounded corners (adjust as needed) */
    margin-top: 40px;
}


.onTraining .onTrain-p4 .img-container img  {
    width: 100%; /* Ensure image fills its container */
    height: 100%;
    transition: transform 0.3s ease-in-out; /* Smooth transition for scaling */
    /*border-radius: 10px; !* Rounded corners *!*/
}

.onTraining .onTrain-p4 .img-container:hover img {
    transform: scale(1.1); /* Scale the image up to 110% of its original size on hover */
}




.onTraining .onTrain-p4 .img-container:hover::before  {
    top: 0;
}

.onTraining .onTrain-p4 .caption{
    text-decoration: none;
    /*color: #60C2FFFF;*/
    /*margin-right: 2px;*/
    flex: 1; /* Allow the caption to grow and take up available space */
    font-size: 1.2rem;
    font-weight: bold;
    padding: 20px;
    color: #ffffff;
    text-align: left; /* Align text to the left */
    opacity: 1; /* Hidden by default */
}

.onTraining .onTrain-p4 .caption:hover,
.onTraining .onTrain-p4 .overlay-home .viewAll:hover {
    color: #60C2FFFF; /* Change color to blue on hover */
}


.onTraining .onTrain-p4 .overlay-home  {
    background: rgba(10, 23, 31, 0.94);
    display: flex; /* Use Flexbox */
    justify-content: space-between; /* Space between the left and right items */
    align-items: center; /* Align items vertically in the center */
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1; /* Visible by default */
}


.onTraining .onTrain-p4 .overlay-home .viewAll {
    text-decoration: none;
    padding-right: 20px;
    font-size: 1rem;
    text-align: right; /* Align text to the left */

    color: #f1eded;
}



.program-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%; /* Adds a 10% space between cards */
    /*margin: 0 5%; !* Ensures equal space on the left and right sides *!*/
    /*margin: 50px 50px;*/
    padding: 20px ;
    /*background-color: #121212;*/
    color: #eaeaea;
}

.program-card {
    margin: 10px 0; /* Adds a margin between rows */
    /*width: calc(30% - 20px); !* Adjust width to account for the 10% gap *!*/
    background-color: #10212d;
    border-radius: 8px;
    /*padding: 20px;*/
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.program-card img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.program-card h3 {
    font-size: 1.2rem;
    margin: 15px 0;
}

.program-card p {
    font-size: 1rem;
    margin: 10px 0;
}

.program-card .card_btn {
    text-decoration: none;
    background-color: transparent;
    border: 2px solid rgba(234, 234, 234, 0.5);
    padding: 10px 0;
    border-radius: 10px;
    color: rgba(234, 234, 234, 0.5);
    font-size: 0.8rem;
    width: 70%;
    cursor: pointer;
    margin-bottom: 25px;
}


.OonOSession, .row, .col-md-12 {
    margin: 0;
    padding: 0;
}


.image-container-OonOSession {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.06); /* Grey color */
}

.image-container-OonOSession img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 0.5;
    /*z-index: 1;*/
}

.OonOSession .overlay-cont1 {
    display: flex; /* Use flexbox for alignment */
    flex-direction: column; /* Stack children vertically */
    justify-content: center; /* Center children vertically */
    align-items: center; /* Center children horizontally */
    position: absolute; /* Position overlay on top of the image */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #eaeaea;
    text-align: center;
    /*z-index: 2; !* Ensure overlay is above the image *!*/
    opacity: 0; /* Start with the overlay hidden */
    transform: translateY(100%); /* Start from below the container */
    transition: all 1s ease-out; /* Add a smooth transition */

}

.OonOSession .overlay-cont1 h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold; /* Add this to make the text bold */
}

.OonOSession .overlay-cont1 p {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
}

.OonOSession .overlay-cont1.show {
    opacity: 1; /* Show the overlay */
    transform: translateY(0); /* Move to the original position */
}


.session-details {
    /*padding: 30px 50px;*/
    background-color: transparent;
    color: rgba(234, 234, 234, 0.94);
}

.session-details .container {
    max-width: 950px;
    margin: 0 auto;
}
