.navbar-custom {
    background-color: #2D6E4A !important;

    /* box-shadow: 0px 15px 10px -15px #e6eaed; */
    /* border-radius: 0px 0px 12px 12px !important; */
}

.loginbg {

    height: 100vh !important;
    align-items: center;
    display: grid;
}

@media (min-width: 576px) {
    .loginbg {
        background: url('../img/login-image.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    body {
        /* background: #FFFFC2 !important; */
        background: #F2FFF9 !important;
    }

    .login-content {
        background-color: rgba(255, 255, 255, 0.6);
    }

}

@media (max-width: 576px) {
    .loginbg {
        background: url('../img/login-image.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 !important;
    }

    body {
        background: #F2FFF9 !important;
    }

    .login-content {
        background-color: #fff;
    }

    .mobile-screen-card {
        padding: 25px !important;
    }

}

.modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.modal-body, .modal-footer {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.modal-content, .btn-danger, .swal2-styled.swal2-cancel, .latlongrad{
    border-radius: 20px !important;
}
.card-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 20px !important;
}

.login-page .form-field-style{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.login-page .input-group-text{
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.card-header {
    border-radius: 15px 15px 0px 0px !important;
    background-color: #fff;
    border-bottom: solid rgba(19, 19, 19, 0.4);
}

.left-side-menu {
    background: #004524 !important;
    box-shadow: none !important;
    padding: 0px !important;
    top: 0px !important;
}

@media (max-width: 768px) {
    .left-side-menu {
        top: 66px !important;
    }
}


.login-body {
    background: #cddffb !important;
}

.login_card {
    background-color: #ffffffeb !important;
}

.login-img {
    z-index: 100000;
    position: relative;
    /* background-size: cover; */
}

.submit_btn {
    float: right;
}

.form-control,
.input-group-text {
    color: #606060 !important;
    border: 1px solid #f4f4f4 !important;
}

.page-title-main.page {
    padding: 0 0px;
}


.menu_icon {
    color: #323a46 !important;
    margin-top: 2% !important;
}

#sidebar-menu .menuitem-active .active {
    background: #2D6E4A !important;
    font-weight: bold;
    border-radius: 20px;
    margin: 15px;
    color: #fff !important;
}

#sidebar-menu .menuitem-active, .swal2-popup, .btn-sm {
    border-radius: 20px !important;
}

.pro-user-name i {
    margin-left: 10px !important;
}

.page-title-main.page {
    color: #000 !important;
}

.btn-primary {
    background-color: #0081ff !important;
    border-color: #0081ff !important;
}

#sidebar-menu>ul>li>a {
    color: #3e3e3e !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    font-size: .875rem !important;
}

.btn-danger {
    background-color: #fd0000 !important;
    border-color: #f00 !important;
}

body {
    color: #646464 !important;
    font-family: "Roboto", sans-serif !important;

}

.sign-in-container {
    overflow-y: clip;
    height: 100vh;
}

@media (min-width: 768px) {
    .navbar-custom {
        display: none;
    }
}

.content-page {
    /* background: #FFFFD0; */
    margin-top: 0px !important;
}

@media (max-width: 768px) {
    .content-page {
        margin-top: 50px !important;
    }
}

.top-menu-background {
    background: #002F18 !important;
}

.search_btn {
    border-radius: 0px 5px 5px 0px !important;
    padding: 0.42rem .9rem !important;
}

.search_input {
    border-radius: 5px 0px 0px 5px !important;
}


.search_align {
    margin-right: 10px;
    border-radius: 0px 5px 5px 0px !important;
    padding: 0.42rem .9rem !important;
}
.socila-media-profile{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.short-description-show {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.title-short-description-show {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-title {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif !important;
}

.col-form-label {
    font-weight: 500 !important;
}

.form-control {
    font-weight: 500 !important;
}

a[href^="tel:"] {
    color: var(--ct-table-color);
    ;
}

a[href^="mailto:"] {
    color: var(--ct-table-color);
    ;
}

.dropdown.user-card.drop-down-custom {
    right: 45px;
    top: 15px;
}

.dropdown.chat.drop-down-custom {
    top: 10px;
}

.dropdown.drop-down-custom {
    font-size: 20px;
    z-index: 1000000 !important;
}

.drop-down-custom i {
    color: #98a6ad;
}

table td {
    vertical-align: middle;
}

.image-circle {
    height: 40px;
    width: 40px;
}

.text-hide {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-check.check {
    padding-left: 2.643em !important;
}

.dropify-wrapper .dropify-message span.file-icon p {
    font-size: 15px;
    color: #CCC;
}

.dt-button {
    color: #fff !important;
    background: #0B94F7 !important;
    border-color: #0B94F7 !important;
    margin-bottom: 8px !important;
}

.toggle-switch-margin {
    margin-left: 1.5em !important;
    margin-top: -32px;
}

.theme-menu-color {
    background-color: #00802B;
    color: #fff;
}

.logo-box {
    background: #002F18;

}

.navbar-custom .logo-dark {
    background: #029F37 !important;
}

.user-name {
    border-radius: 10px;
    margin-top: 10px;
    background: 084076;
    padding: 8px !important;
    line-height: 34px !important;
}

.login-text {
    color: #084076 !important;
    margin-top: 70px !important;
    font-size: 40px;
}

.login-button {
    background-color: #084076 !important;
    margin-top: 48px;
}

.login-form {
    height: 50px;
}

.login-label {
    color: #084076;
}

.menu-text {
    color: #fff;
    margin-left: 10px;
}

/* custom */

.dash-card1 {
    background-image: url('../img/dash-card.png');
}

.dash-card1 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 170px;
}

.border-radius-table {
    border-radius: 20px;
}

.login-btn {
    background: #00802B !important;
    border-radius: 20px !important;
}

.login-input {
    border-radius: 10px 0px 0px 10px !important;
}

.login-input-image {
    border-radius: 0px 10px 10px 0px !important;
}

.text-color {
    color: #00802B;

}

.logo span.logo-lg {
    display: block;
    /* background: #2E2D70; */
}

.button-color {
    background-color: #00802B !important;
    color: white;
}

.add-btn {
    background-color: #00802B;
}
.add-btn, .form-select-sm, .account-save, .login-round {
    border-radius: 20px !important;
}

.dash-card-image {
    margin-left: -0.5rem !important;
}

.input-form.image {
    padding: .01rem .9rem;
}

.input-form {
    /* height: 40px; */
    border-radius: 20px;
    /* background: #FFFFC2; */
    background: #E8F8F0;
}

.input-text-form {
    height: 150px;
    border-radius: 10px;
    background: #FFFFC2;
}

.page-item.active .page-link {
    background-color: #004524 !important;
    border-color: #004524 !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.page-item:last-child .page-link, .profile-link {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.swal2-modal .swal2-confirm {
    background-color: #004524 !important;
    border-radius: 20px !important;
}

#purchases-table_filter, .dataTables_filter{
    float: right !important;
}

.form-select{
    border: 1px solid #e8f8f0;
}
.form-control[readonly] {
    /* background: #FFFFC2; */
    background: #E8F8F0;
}

.input-form::placeholder {
    color: rgb(109, 109, 109);
}

.input-text-form::placeholder {
    color: rgb(109, 109, 109);
}

.table-theme {
    background: #00802B !important;
}

.inr-input {
    border-radius: 10px 0px 0px 10px;
    background: #FFFFC2;
}

.save-btn {
    background: #2E2D70;
    border-radius: 10px;
    width: 100px;
}

.table-border .col-sm-12 {
    overflow: auto;
    border-radius: 15px;
    border: 1px solid #ffffff;
    margin-top: 15px;
}

table.dataTable {
    margin-top: 0px !important;
}

.table-border-radius {
    border-radius: 15px;
}

.form-control::file-selector-button {
    padding: .85rem .9rem !important;
}

.card-header-padding {
    padding: 0px !important;
}

.qus-ans-img {
    height: 108px;
    width: 100px;
}

.user-purchased {
    background: #F3F3F3;
    border-radius: 15px;
}

.text-area-background {
    border-radius: 10px;
    background: rgba(19, 19, 19, 0.2);
}

.card-header-plan {
    border-radius: 10px 10px 10px 10px !important;
    background-color: var(--ct-card-cap-bg);
    /* border-bottom: solid rgba(19, 19, 19, 0.4); */
}

.question-form {
    border-radius: 10px;
    background: rgba(19, 19, 19, 0.2);
}

.ck .ck-content {
    height: 200px;
}

.dropify-wrapper {
    height: 240px !important;
}

@media (min-width: 576px) {
    .edit-qus {
        max-width: 980px;
    }
}

.password-position-relative {
    position: relative;
}

.course-image {
    height: 10rem;
    width: 17rem;
}

.change-position-relative {
    position: relative;
}

.change-password-toggle {
    position: absolute;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
}

.is-invalid~.change-password-toggle,
.was-validated :invalid~.change-password-toggle {
    position: absolute;
    right: 10px;
    top: 54%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Style for alert boxes */
.custom-alert {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fcfcfc;
    color: #0c0c0c;
    padding: 26px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
    width: 300px;
}

.close-alert {
    margin-top: 15px;
    background-color: #d32f2f;
    /* Darker red for the button */
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.close-alert:hover {
    background-color: #b71c1c;
    /* Even darker red on hover */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #00802B !important;
}

.nav-link:focus,
.nav-link:hover,
.head-title {
    color: #00802B;
}

.page-title-main.page {
    /* margin-top: -95px; */
    /* z-index: 1000000;
    position: absolute; */
}

#DataTables_Table_6,
#DataTables_Table_5,
#DataTables_Table_4,
#DataTables_Table_3,
#DataTables_Table_2,
#DataTables_Table_1,
#DataTables_Table_0 {
    width: 100% !important;
}

.course-view-top-filter {
    cursor: pointer;
    padding: 10px 10px;
    border: 1px solid #A3DEFD;
}

.copy-course-link {
    padding: 5px;
    border: 1px solid #A3DEFD;
    border-radius: 10px;
    cursor: pointer;
}

.card-header {
    border-bottom: 1px solid rgba(185, 189, 189, 0.4);
}

.total-revenue-card {
    height: 150px;
    border-radius: 10px;
}

.dash-card-total {
    margin-top: -27px;
}

.card-header-button {
    top: 0px;
    right: 0px;
    border-radius: 20px 10px 0 20px;
    height: 60px;
}

@media (min-width: 1200px) {
    .card-min-height {
        height: 230px;
        /* Height for larger screens */
    }
}

.contact-map-container {
    height: 100%;
    min-height: 400px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.dashboard-profile-container {
    margin: 2rem auto;
}

.dashboard-profile-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    border: none;
}

.dashboard-profile-avatar {
    width: 100px;
    height: 100px;
    background: #6c757d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.dashboard-profile-avatar:hover {
    background: #5a6268;
}

.dashboard-profile-avatar i {
    font-size: 2.5rem;
    color: white;
}

.dashboard-add-profile-text {
    text-align: center;
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .dashboard-profile-card {
        padding: 1.5rem;
    }
}

.table-header-color {
    background: #004524;
}

.table-header-button-color {
    background: #2D6E4A;
}

.view-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: none;
    position: relative;
}

.view-card-title-custom {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.view-info-item {
    margin-bottom: 1.8rem;
    display: flex;
    align-items: flex-start;
}

.view-info-label {
    color: #7f8c8d;
    font-size: 1rem;
    font-weight: 400;
    min-width: 120px;
    margin-right: 1rem;
    flex-shrink: 0;
}

.view-info-value {
    color: #2c3e50;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    flex: 1;
}

.view-image-placeholder {
    border-radius: 12px;
    width: 100%;
    /* height: 100px; */
    position: relative;
    overflow: hidden;
}

/* Responsive Design */
@media (max-width: 992px) {
    .view-image-placeholder {
        height: 150px;
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {

    .view-card-title-custom {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
        padding-right: 5rem;
    }

    .view-info-label {
        min-width: 100px;
    }

    .view-image-placeholder {
        height: 140px;
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    ::-webkit-scrollbar {
        display: none;
    }

    .unwanted-col {
        display: none !important;
    }

    .view-card-title-custom {
        font-size: 1.5rem;
        padding-right: 4rem;
    }

    .view-info-item {
        flex-direction: column;
        margin-bottom: 1.5rem;
    }

    .view-info-label {
        min-width: auto;
        margin-right: 0;
        margin-bottom: 0.25rem;
    }

    .view-image-placeholder {
        height: 120px;
    }
}

::-webkit-scrollbar {
    display: none;
}

.dash-card-container {
    flex: 1 0 19%;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .dash-card-container {
        flex: 0 0 48%;
    }
}

@media (max-width: 768px) {
    .dash-card-container {
        flex: 0 0 100%;
    }
}
.left-side-menu{
    border-radius: 0 25px 25px 0;
}
.user-box{
border-radius: 0 25px 0 0 !important;
}
.layout-card {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 15px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.layout-card.selected {
    border-color: #2D6E4A;
    background-color: rgba(45, 110, 74, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(45, 110, 74, 0.15);
}

.layout-image-container {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #f8f9fa;
}

.layout-image {
    max-height: 100%;
    /* width: auto; */
    object-fit: contain;
    transition: transform 0.3s ease;
}
.form-control[type="file"]{
    padding: .1rem .1rem !important;
    padding-left: 15px !important;
}

.layout-card:hover .layout-image {
    transform: scale(1.05);
}

/* Empty State Styling */
.empty-state {
    max-width: 400px;
    margin: 0 auto;
}

.empty-state img {
    opacity: 0.6;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .layout-image-container {
        height: 120px;
    }

    .d-flex.justify-content-between {
        flex-direction: column;
        gap: 1rem;
    }

    #saveLayoutBtn {
        width: 100%;
    }
}
.edit-user-profile,
.edit-admin-profile {
  background: #2D6E4A !important;
  border-radius: 20px !important;
  color: #fff !important;
}

input.form-control:focus {
    background: #E8F8F0;
    border: 2px solid #046C3A !important;
    box-shadow: none !important;
}

textarea:focus {
    background: #E8F8F0 !important;
    border: 2px solid #046C3A !important;
    box-shadow: none !important;
}

@media (min-width: 768px) {
.content {
  margin: auto 2em;
}
}

.modal-content .modal-header {
  background: #046C3A;
}

.form-control{
    background: #E8F8F0;
}

a {
  color: #2D6E4A;
}
.modal-title {
  color: white;
}

.border-none{
    border: none;
}

@media (min-width: 576px) {
.altered-flex-btn {
  margin-top: 39px;
  border-radius: 30px;
  height: 33px;
  margin-right: 22px;
}
}

@media (max-width: 992px) {
  .page-title-main {
    display: block !important;
  }
}

.altered-resume-btn {
    margin-top: 39px;
    border-radius: 30px;
    height: 33px;
    margin-right: 22px;
}

.altered-resume-btn {
  margin-top: -44px;
  border-radius: 30px;
  height: 33px;
  margin-right: 22px;
}

@media (max-width: 576px) {
  .altered-flex-btn {
    height: 35px !important;
  }
  .altered-resume-btn {
    height: 35px !important;
    margin-top: -51px;
  }
}

@media (max-width: 991px) {
.navbar-custom .button-menu-mobile {
  border: none;
  color: #fff;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 60px;
  background-color: #fff0;
  font-size: 24px;
  cursor: pointer;
}
}

/* data table altered style for search box */
div.dataTables_wrapper div.dataTables_filter {
  text-align: left !important;
}

.dataTables_filter input {
    border-radius: 15px;
}

table.table-striped tbody tr:nth-of-type(2n+1) > * {
  --ct-table-accent-bg: #FFFFD0;
}

.portfolio-card-btn {
  height: 33px;
}
.modal-close, .btn-close{
    border-radius: 50%;
}
.modal-header .btn-close {
    padding: .4rem .4rem !important;
    margin: -.4rem -6.4px -.4rem -.4rem auto !important;
}
.btn-close {
    background-color: white !important;
    opacity: 1;
}
#checkUser:disabled {
    background-color: gainsboro !important;
    color: #666 !important;
    border: none;
    cursor: not-allowed;
    opacity: 1;
}
#image-view .modal-body{
    text-align: center;
}
.toggle-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.toggle-switch input {
    display: none;
}

.slider {
    width: 40px;
    height: 22px;
    background-color: #ccc;
    border-radius: 34px;
    position: relative;
    transition: background-color 0.3s;
}

.slider::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: white;
    top: 2px;
    left: 2px;
    transition: transform 0.3s ease;
}

/* Checked state */
.toggle-switch input:checked + .slider {
    background-color: #014421; /* dark green */
}

.toggle-switch input:checked + .slider::before {
    transform: translateX(18px);
}

.status-label {
    margin-left: 10px;
    font-size: 16px;
    color: #555;
}

#viewPlansButton:hover {
  color: #fff;
}
#saveLayoutBtn:hover {
  color: #fff;
  background: #00802B;
}
/* .fa-blog::before {
  color: #00802B  !important;
}
.fa-briefcase::before {
  color: #00802B  !important;
}
.fa-edit::before {
  color: #00802B  !important;
}
.fa-calendar-alt::before {
  color: #00802B  !important;
} */
#saveLayoutBtn:disabled {
  background-color: #00802B;
}

.img-dimension-label {
  color: #6c757db0;
  font-size: 11px;
}
