/* page-container is also part of the user admin section package added custom for this site */
.page-container {
    margin: 50px 0 0 0;
}

.user-admin-container {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.user-form,
.order-history {
    background-color: #fff;
    padding: 40px;
}

.user-form input[type='text'],
.user-form input[type='password'],
.user-form input[type='email'],
.user-form input[type='date'],
.user-form input[type='select'],
.user-register input[type='text'],
.user-register input[type='password'],
.user-register input[type='email'],
.user-register input[type='date'],
.user-register input[type='select'] {
    width: 100%;
    height: 40px;
}

.user-register textarea {
    height: 110px;
}

input[type='radio'],
input[type='checkbox'] {
    width: inherit;
    height: inherit;
}

input[type='checkbox'] {
    width: 15px;
    height: 15px;
}

.agree label {
    font-size: 14px;
    margin-left: 5px;
}

.agree input {
    height: 25px;
}

.user-admin-container .us-header h3 {
    background-color: var(--theme-color);
    color: white;
    padding: 10px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
}

.user-admin-container .user-sidebar {
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    height: 100%;
}

.user-admin-container .user-sidebar ul {
    padding: 20px 15px;
}

.user-admin-container .user-sidebar ul li {
    list-style: none;
}

.user-admin-container .user-sidebar ul li i {
    color: var(--theme-color);
    font-size: 15px;
}

.user-admin-container .user-sidebar ul li a {
    position: relative;
    padding: 5px 15px 5px 30px;
    display: block;
    color: #676666;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.user-admin-container .user-sidebar ul li:last-child a {
    border-bottom: none;
}

.user-admin-container .user-sidebar ul li a:hover,
.user-admin-container .user-sidebar ul li .active {
    background: var(--theme-color-2);
    border-color: transparent;
    color: var(--theme-color-3);
    font-weight: bold;
}

.user-admin-container .user-sidebar ul li span {
    position: absolute;
    top: 9px;
    left: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.dashboard .dashbox {
    color: var(--default-text-color);
    position: relative;
    z-index: 1;
    text-align: center;
}

.dashboard .dashbox .dash-icon-slot {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.dashboard .dashbox i {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.dashboard .card {
    margin: 15px 0;
    padding: 20px 0 0 0;
}

.dashboard .card-header {
    background-color: #fff;
    padding: 0;
    text-align: right;
    font-size: 16px;
}

.dashboard .card .card-header .card-title {
    margin: 0 !important;
}

.dashboard .card .card-header .card-right-content {
    text-align: right;
}

.dashboard .card-header small {
    color: var(--light-text-color);
}

.dashboard .dashbox .card .card-body {
    padding: 20px;
    margin-top: 15px;
}

.dashboard .dashbox .card .card-footer {
    color: var(--secondary-color);
    font-weight: bold;
}

.dashboard .dashbox .card .card-footer span {
    color: var(--light-text-color);
    font-weight: normal;
}

.dashboard .dashbox h3 {
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--light-text-color);
}

.dashboard .dashbox p {
    font-size: 30px;
    margin-bottom: 13px;
}

.dashboard .dashbox .bg-success {
    background-color: #44DCBD !important;
}

.dashboard .dashbox .bg-warning {
    background-color: #FFC26A !important;
}

.dashboard .dashbox .bg-danger {
    background-color: #FF788D !important;
}

.dashboard .course-card .card-header {
    border: 1px #DFDFDF solid;
    border-bottom: 0;
    margin-top: 15px;
}

.dashboard .course-card .card-header .card-title {
    margin-bottom: 0;
}

.dashboard .course-card hr {
    margin-bottom: 0;
}

.dashboard .card-header a {
    color: #FF788D !important;
    text-decoration: none;
}

.dashboard .card-header a:hover {
    color: #FF4864 !important;
}

.dashboard .card-header svg {
    font-size: 16px;
    margin: 0;
}

.dashboard .card-body {
    background-color: #F2F2F2;
    padding-top: 10px;
}

.dashboard .card h1 {
    font-size: 18px;
    color: var(--light-text-color);
}

.dashboard .card-image-content {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.dashboard .card .card-footer {
    border: 1px solid #DFDFDF;
    border-top: 0;
    background-color: #F2F2F2;
    padding: 10px 0;
}

.dashboard .card .progress {
    margin: 0 10px 0 10px;
    height: 8px;
    background-color: #fff;
    border: 1px #DFDFDF solid;
}

.dashboard .card hr {
    width: 100%;
    margin: 15px 0 20px 0;
}

.dashboard .card p small {
    font-size: 13px;
}

.dropzone {
    border: 0;
    margin: 0;
    padding: 0;
}

.dz-message {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 !important;
    height: 270px;
    border: 1px dashed var(--theme-color-2);
}

.order-history table {
    font-size: 15px;
}

/* styles.css */

.search-input {
    /* Take full width of parent container */
    padding: 5px 10px;
    /* Padding inside the input */
    border: 1px solid #ced4da;
    /* Light gray border */
    border-radius: 4px;
    /* Rounded corners */
    font-size: 16px;
    /* Font size */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /* Smooth transition */
    height: inherit !important;
}

.search-input:focus {
    border-color: var(--theme-color);
    outline: none !important;
    box-shadow: none !important;
}

.btn-search {
    background-color: var(--theme-color);
    /* Button background color */
    color: #fff;
    /* Button text color */
    border-color: var(--theme-color);
    /* Button border color */
    border-radius: 4px;
    /* Rounded corners */
    padding: 5px 20px;
    /* Padding inside the button */
    font-size: 16px;
    /* Font size */
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
    /* Smooth transition */
}

.btn-search:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.btn-search:focus,
.btn-search.focus {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    box-shadow: none !important;
    color: #fff !important;
}

.input-group {
    width: 100%;
    /* Ensure input group takes full width */
}

.input-group .form-control {
    border-radius: 4px 0 0 4px;
    /* Rounded corners for left side of input */
}

.input-group-append {
    display: flex;
    align-items: center;
}

.input-group-append .btn {
    border-radius: 0 4px 4px 0;
    /* Rounded corners for button on right side */
}

.custom-btn-link {
    text-decoration: none;
    /* Remove underline */
}

.user-custom-details ul li {
    list-style: none;
    background-color: #E4E4E4;
    padding: 8px 0 8px 20px;
}

.user-custom-details ul li:nth-child(even) {
    background-color: #D2D2D2;
}

.user-custom-details ul li strong {
    margin-right: 10px;
}

.user-custom-details ul li.desc {
    padding-top: 20px;
}

.user-custom-details ul li p {
    margin-top: 10px;
}

.btn-back {
    padding: 3px 20px;
    font-size: 16px;
    border: 1px solid var(--theme-color);
    border-radius: 5px;
    color: var(--theme-color);
    transition: color 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-back:hover,
.btn-back:focus {
    color: #fff;
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

.btn-back i {
    margin-right: 10px;
}

.invoice-page {
    padding: 30px 0 15px 0 !important;
}

.invoice-page table td span {
    font-size: 14px;
}

.invoice-page .invoice-header h3 {
    font-size: 14px;
}

.invoice-page .billing-info h3 {
    font-size: 18px;
    font-weight: bold;
}

.invoice-page .billing-info ul {
    padding: 0;
}

.invoice-page .billing-info ul li {
    list-style: none;
    font-size: 15px;
}