.material-icons-place:before {
    content: "";
}

.rd-navbar-corporate-dark.rd-navbar-static .rd-navbar-group {
    padding: 20px 15px;
}

.thumbnail-with-img {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 10px;
    height: 470px;
}

.about-as-left-img figure img {
    height: 580px;
}

.about-as-left-img figure {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 10px;
}

.about-as-right-text p {
    text-align: justify;
}

.custom-auth-btn {
    padding: 5px 15px;
    min-width: 100px;
}

.header-logo {
    height: 60px !important;
    width: auto;
}

@media screen and (max-width: 424px) {
    .header-logo {
        height: 40px !important;
        width: auto;
    }
}

.plan-content .text {
    margin-bottom: 20px;
}

.plan-content .text h6 {
    color: #447a96e3;
    font-size: 20px;
}

.plan-content .text h5 {
    color: #447a96e3;
    font-size: 30px;
    margin-bottom: 15px;
}

.plan-content .text p {
    font-size: 16px;
    color: #383838;
    margin-top: 0px;
}

.select2-container--bootstrap .select2-selection {
    background-color: #f6f7f9;
    border-color: #f6f7f9;
    border: none;
}

.select2-container--bootstrap .select2-selection--single {
    text-align: left;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.select2.select2-container.select2-container--bootstrap {
    border: 1px solid #dedede;
}

.nav.nav-tabs.registration-tab-nav {
    background: #68bbe4;
}

.registration-tab-nav .nav-item {
    padding: 0px 25px;
    border-radius: 1px;
    color: #fff;
}

.registration-tab-nav .nav-item a {
    background: transparent;
    color: #fff !important;
    font-size: 15px;
}

.tabs-custom.tabs-horizontal.tabs-line .nav-tabs .nav-item .nav-link:after {
    border-bottom: 2px solid #446f84 !important;
}

.error {
    color: #fe4a21;
    font-weight: 400;
}

.widget-rounded-circle.card-box h3 span {
    font-size: 18px;
}

.dropify-wrapper {
    height: 130px;
}

.page .form-modern .form-input {
    padding: 0px 10px;
    border-radius: 5px;
    border-width: 1px;
    border-color: #dedede;
    background-color: transparent;
}

.page .form-modern input {
    height: auto;
    min-height: 35px;
}


.user-info-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #e1e7ec;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
}

.user-info-wrapper .user-info {
    display: table;
    position: relative;
    width: 100%;
    padding: 0 18px;
    z-index: 5;
    text-align: center;
}

.user-info-wrapper .user-info .user-avatar,
.user-info-wrapper .user-info .user-data {
    display: block;
    vertical-align: top;
}

.user-info-wrapper .user-info .user-avatar {
    position: relative;
    width: 100%;
}

.user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
    opacity: 1;
}

.user-info-wrapper .user-info .user-avatar .edit-avatar {
    display: block;
    position: absolute;
    top: -2px;
    right: 2px;
    width: 36px;
    height: 36px;
    transition: opacity .3s;
    border-radius: 50%;
    background-color: #fff;
    color: #606975;
    line-height: 34px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    text-align: center;
    text-decoration: none;
}

.user-info-wrapper .user-info .user-avatar>img {
    display: block;
    width: 115px;
    border: 5px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
}

.user-info-wrapper .user-info .user-avatar>img {
    min-height: 115px;
    max-height: 115px;
}

.user-info-wrapper .user-info .user-avatar,
.user-info-wrapper .user-info .user-data {
    display: block;
    vertical-align: top;
}

.user-info-wrapper .user-info .user-data h4 {
    margin-bottom: 2px;
}

.user-info-wrapper .user-info .user-data span {
    display: block;
    color: #9da9b9;
    font-size: 13px;
}

.user-info-wrapper+.list-group .list-group-item:first-child {
    border-radius: 0;
}

.list-group-item.active {
    border-color: #26a7e9;
    background-color: #26a7e9;
    color: #fff;
    cursor: default;
    pointer-events: none;
}

.list-group-item i {
    margin-top: -4px;
    margin-right: 8px;
    font-size: .8em;
    font-weight: bold;
}

.card-box {
    background-color: #fff;
    padding: 1.5rem;
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    margin-bottom: 24px;
    border-radius: .25rem;
}

.avatar-lg {
    height: 6.5rem;
    width: 6.5rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.text-muted {
    color: #26a7e9 !important;
}

.table>thead>tr>th {
    padding: 5px 15px 5px;
}

table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 12px 15px;
    /* Increased padding for better readability */
    vertical-align: middle;
}

.custom-tab-section .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs,
.custom-tab-section .tabs-custom.tabs-horizontal.tabs-line .nav-tabs {
    display: -webkit-box !important;
}

.custom-tab-section .tabs-custom.tabs-horizontal.tabs-line .nav-tabs .nav-item .nav-link {
    margin: 0 50px 0 0 !important;
}

@media screen and (max-width: 991px) {

    .custom-tab-section .tabs-custom.tabs-horizontal.tabs-corporate .nav-tabs,
    .custom-tab-section .tabs-custom.tabs-horizontal.tabs-line .nav-tabs {
        display: flex !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
    }

    .custom-tab-section .tabs-custom.tabs-horizontal.tabs-line .nav-tabs .nav-item .nav-link {
        margin: 0 15px 0 0 !important;
        padding: 5px 10px;
        white-space: nowrap;
        font-size: 14px;
    }

    /* Optional: Hide scrollbar for cleaner look but keep functionality */
    .custom-tab-section .tabs-custom.tabs-horizontal.tabs-line .nav-tabs::-webkit-scrollbar {
        height: 0px;
        background: transparent;
    }
}


.custom-data-table .row+.row {
    margin-top: 10px !important;
}

.custom-data-table .dataTables_paginate {
    float: right;
}

.custom-data-table .dataTables_paginate .pagination .paginate_button .page-link {
    padding: 5px 10px !important;
}

.custom-data-table table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    right: 1em;
    content: "";
}

.custom-data-table table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    right: .5em;
    content: "";
}

.custom-data-table .dataTables_length {
    margin-top: 10px;
}

.custom-data-table .dataTables_length label {
    font-size: 15px;
}

.custom-data-table .dataTables_length select {
    min-height: 25px !important;
    padding: 1px 10px;
    border-radius: 5px;
    border-width: 1px;
    border-color: #dedede;
    background-color: transparent;
    height: auto;
}

.dataTables_filter input {
    padding: 0px 10px;
    border-radius: 5px;
    border-width: 1px;
    border-color: #dedede;
    background-color: transparent;
    height: auto;
    min-height: 35px;
}

.button {
    display: inline-block;
    width: auto;
    min-width: 80px;
    height: 42px;
    background: #63d2ec;
    padding: 10px 20px;
    text-align: center;
    border-radius: 2px;
    color: white;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: medium;
    text-decoration: none;
    transition: all 0.3s ease;
}

.button:hover {
    background: #4ab8d4;
    color: white;
    text-decoration: none;
}

.modal.custom-modal {
    z-index: 999999;
}

.custom-modal .modal-header {
    background: #6bc3f0;
}

.custom-modal .modal-title {
    font-size: 18px;
    color: #fff;
}

.action-icon {
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    color: #aaa;
    font-size: 16px;
}

.form-wrap {
    position: relative;
}