[v-cloak] {
    display: none;
}

.cursor-unset {
    cursor: unset !important;
}

.bg-img-start {
    height: 32rem;
    background-image: url('../../../assets/admin/img/card-6.svg');
}

.oc-error {
    background-image: url('../../../assets/admin/img/oc-error.svg');
    height: 100px;
    background-size: cover;
    background-position: center;
}

.oc-error-light {
    background-image: url('../../../assets/admin/img/oc-error-light.svg');
    height: 100px;
    background-size: cover;
    background-position: center;
}


.login-form {
    max-width: 30rem;
}

.filter_dropdown {
    min-width: 22rem !important;
}

#datatableCounterInfo {
    display: none;
}

.customImageStyle {
    max-width: 15rem !important;
}

.addUserStepConfirmation {
    display: none;
}

.admin_dropdown_account {
    width: 16rem !important;
}

.form-label {
    margin-bottom: 0.3rem !important;
}

.form-switch .form-check-input {
    margin-top: -0.15rem !important;
}

.dynamic_form_remove_btn {
    right: 3.25rem !important;
}

.flag-btn {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px !important;
}

.alert_image {
    width: 3rem !important;
    height: 3rem !important;
}

.avatar-square {
    border-radius: 2px !important;
}

.card-icon i {
    font-size: 25px;
    padding: 5px 10px;
    background-color: rgba(189, 197, 209, .2);
    border-radius: 5px;
}


.navbarNotificationsDropdown {
    width: 25rem;
}

.filter_dropdown {
    min-width: 22rem;
}

.dataTables-image {
    width: 10rem;
}

.dashboard-height {
    height: 25rem;
}

.display-none {
    display: none !important;
}

.dashboard-margin-top {
    margin-top: -19rem;
}

.chartjs-height {
    height: 18rem;
}

.chartjs-line-height {
    height: 3rem;
}

.sales-chart-height {
    height: 15rem;
}

.aside-sales-chart-height {
    min-height: 9rem;
}

.bar-chart-height {
    height: 18rem;
}

.circle-chart {
    height: 14rem;
}

.kycInfoImg {
    width: 220px;
    height: auto;
    border-radius: 5px;
}

.link-text i {
    font-size: 10px;
}

#Notiflix-Icon-success,
#Notiflix-Icon-failure,
#Notiflix-Icon-warning {
    fill: #fff !important;
}

.color-form-input {
    height: 42px;
}

.object-fit-contain {
    object-fit: contain;
}

#logoImg,
#faviconImg,
#adminLogoImg,
#adminDarkVersionLogo {
    min-height: 150px;
}

.adminDarkLogoUploader {
    background: #25282a !important;
}

/*== Filepond css ==*/
.filepond--credits {
    display: none !important;
}

.filepond--root {
    height: 260px !important;
}

.filepond--panel-root {
    background-color: #f8fafd !important;
    border: 2px dashed rgba(231, 234, 243, 0.7);
}

.filepond--root .filepond--drop-label {
    height: 255px !important;
}

.addAnotherOptionFieldTemplate {
    position: relative;
}

.btn-with-icon {
    width: 100% !important;
}

.typing-area .filepond--root {
    height: 100px !important;
}

/*support*/
.message-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.message-wrapper .messages-box {
    margin-bottom: 15px;
    max-height: 661px;
    background: #fff;
    overflow-y: auto;
}

.message-wrapper .messages-box::-webkit-scrollbar {
    width: 3px;
    height: 100%;
}

.message-wrapper .messages-box::-webkit-scrollbar-track {
    background: transparent;
}

.message-wrapper .messages-box::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.message-wrapper .messages-box::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

.message-wrapper .messages-box:hover::-webkit-scrollbar-thumb {
    background: var(--bgLight);
}

.message-wrapper .messages-box .message {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 1px;
    padding: 15px;
    padding-right: 5px;
    margin: 5px 3px 5px 5px;
    border-radius: 5px;
    transition: 0.4s;
}

.message-wrapper .messages-box .message:last-child {
    margin-bottom: 0;
}

.message-wrapper .messages-box .message:hover {
    background: var(--bgLight);
}

.message-wrapper .messages-box .message.new {
    background: var(--bgLight);
}

.message-wrapper .messages-box .message.new::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: var(--primary);
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.message-wrapper .messages-box .message.active .img-box::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: var(--success);
    border: 2px solid var(--white);
    bottom: -3px;
    right: 5px;
    margin: auto;
}

.message-wrapper .messages-box .message .img-box {
    margin-right: 10px;
    position: relative;
}

.message-wrapper .messages-box .message .img-box img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.message-wrapper .messages-box .message .text-box {
    width: calc(100% - 75px);
}

.message-wrapper .messages-box .message .text-box a {
    color: var(--fontColor);
    font-size: 13px;
}

.message-wrapper .messages-box .message .text-box a .name {
    color: var(--primary);
    font-weight: 400;
    font-size: 15px;
}

.message-wrapper .messages-box .message .text-box a .name .time {
    text-align: right;
    float: right;
    color: var(--gray);
    font-size: 12px;
}

.message-wrapper .messages-box .message .text-box a p {
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.message-wrapper .inbox-wrapper {
    background: var(--white);
    position: relative;
}

.message-wrapper .inbox-wrapper .chats {
    padding: 30px 15px 10px 15px;
    height: 456px;
    overflow-y: auto;
    position: relative;
}

.message-wrapper .inbox-wrapper .chats::-webkit-scrollbar {
    width: 3px;
    height: 100%;
}

.message-wrapper .inbox-wrapper .chats::-webkit-scrollbar-track {
    background: transparent;
}

.message-wrapper .inbox-wrapper .chats::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.message-wrapper .inbox-wrapper .chats::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

.message-wrapper .inbox-wrapper .chats:hover::-webkit-scrollbar-thumb {
    background: #e9f1ff;
}

.message-wrapper .inbox-wrapper .chats .chat-box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.message-wrapper .inbox-wrapper .chats .chat-box .img {
    margin-left: 10px;
    min-width: 30px;
    min-height: 30px;
}

.message-wrapper .inbox-wrapper .chats .chat-box .img img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.message-wrapper .inbox-wrapper .chats .chat-box .text-wrapper .text {
    padding: 10px;
    background: #e9f1ff;
    border-radius: 5px;
    float: right;
    margin-bottom: 5px;
    max-width: 300px;
}

.message-wrapper .inbox-wrapper .chats .chat-box .text-wrapper .text p {
    margin-bottom: 0;
    font-size: 14px;
}

.message-wrapper .inbox-wrapper .chats .chat-box .text-wrapper .attachment-wrapper {
    text-align: right;
}

.message-wrapper .inbox-wrapper .chats .chat-box .text-wrapper .name {
    text-align: right;
    margin-bottom: 5px;
}

.message-wrapper .inbox-wrapper .chats .chat-box .text-wrapper .time {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.message-wrapper .inbox-wrapper .chats .chat-box .text-wrapper .attachment {
    display: inline-block;
}

.message-wrapper .inbox-wrapper .chats .chat-box .text-wrapper .attachment img {
    max-width: 100px;
    border-radius: 3px;
}

.message-wrapper .inbox-wrapper .chats .chat-box .text-wrapper .file {
    color: var(--primary);
    margin-bottom: 5px;
    text-align: right;
}

.message-wrapper .inbox-wrapper .chats .chat-box .text-wrapper .file a {
    color: var(--primary);
    display: inline-block;
    margin-right: 5px;
}

.message-wrapper .inbox-wrapper .chats .opposite-side {
    justify-content: flex-start;
}

.message-wrapper .inbox-wrapper .chats .opposite-side .img {
    margin-left: 0;
    margin-right: 10px;
}

.message-wrapper .inbox-wrapper .chats .opposite-side .text-wrapper .text {
    float: left;
}

.message-wrapper .inbox-wrapper .chats .opposite-side .text-wrapper .time {
    text-align: left;
}

.message-wrapper .inbox-wrapper .chats .opposite-side .text-wrapper .file {
    text-align: left;
}

.message-wrapper .inbox-wrapper .chats .opposite-side .text-wrapper .name {
    text-align: left;
}

.message-wrapper .inbox-wrapper .chats .opposite-side .text-wrapper .attachment-wrapper {
    text-align: left;
}

.message-wrapper .inbox-wrapper .img-preview {
    background: #e9f1ff;
    display: inline-block;
    position: relative;
    left: 0;
    bottom: 5px;
    padding: 5px;
    padding-bottom: 0;
    max-width: 100px;
    border-radius: 3px;
}

.message-wrapper .inbox-wrapper .img-preview img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.message-wrapper .inbox-wrapper .img-preview .img-info {
    padding: 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-wrapper .inbox-wrapper .img-preview .img-info span {
    font-size: 12px;
}

.message-wrapper .inbox-wrapper .img-preview .img-info span.size {
    color: var(--gray);
    font-size: 10px;
}

.message-wrapper .inbox-wrapper .img-preview button.delete {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #e9f1ff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    border: none;
}

.message-wrapper .inbox-wrapper .img-preview button.delete i {
    font-size: 14px;
    color: var(--secondary);
    padding-bottom: 3px;
}

.message-wrapper .inbox-wrapper .typing-area {
    background: var(--white);
    border-top: 1px solid #e9f1ff;
    padding: 20px;
}

.message-wrapper .inbox-wrapper .typing-area .input-group {
    border-radius: 5px;
    background: #e9f1ff;
    overflow: hidden;
    position: relative;
}

.message-wrapper .inbox-wrapper .typing-area .input-group .form-control {
    height: 45px;
    background: #e9f1ff;
    border-radius: 0;
    border: none;
    font-size: 13px;
    color: var(--gray);
    caret-color: var(--primary);
    padding: 7px;
}

.message-wrapper .inbox-wrapper .typing-area .input-group .form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    border: none;
}

.message-wrapper .inbox-wrapper .typing-area .input-group .send-file-btn {
    background: #e9f1ff;
    position: relative;
    border: none;
    width: 40px;
    height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    color: var(--gray);
}

.message-wrapper .inbox-wrapper .typing-area .input-group .send-file-btn i {
    transition: 0.4s;
    position: relative;
    color: var(--primary);
}

.message-wrapper .inbox-wrapper .typing-area .input-group .send-file-btn:hover i {
    color: var(--primary);
}

.message-wrapper .inbox-wrapper .typing-area .input-group .send-file-btn .form-control {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.message-wrapper .inbox-wrapper .typing-area .input-group .submit-btn {
    width: 38px;
    height: 38px;
    right: 4px;
    top: 4px;
    position: relative;
    border-radius: 5px !important;
    border: none;
    background: var(--primary);
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 3;
}

.message-wrapper .inbox-wrapper .typing-area .input-group .submit-btn i {
    color: var(--white);
    font-size: 16px;
    transition: 0.4s;
}

.message-wrapper .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary);
    position: relative;
    top: -12px;
}

.message-wrapper .dots {
    height: 12px;
}

.message-wrapper .dots .dot:nth-last-child(1) {
    animation: jumpingAnimation 0.6s 0.1s ease-in infinite;
}

.message-wrapper .dots .dot:nth-last-child(2) {
    animation: jumpingAnimation 0.6s 0.2s ease-in infinite;
}

.message-wrapper .dots .dot:nth-last-child(3) {
    animation: jumpingAnimation 0.6s 0.3s ease-in infinite;
}

.message_section .typing-area .filepond--root .filepond--drop-label {
    height: 100px !important;
}

/*payment*/
.payment_method .status_label {
    margin-top: -4px !important;
}

.supported_currency_card table tr td {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
}

.remove-icon, .remove-icon-footer {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

/*SMS Controls*/
.ui-menu {
    width: 300px;
    background: #f9fafc;
    padding: 0 10px !important;
}

.ui-menu .ui-menu-item {
    list-style: none;
    padding: 5px !important;
    cursor: pointer;
}

.ui-menu .ui-menu-item:hover {
    background: #fff !important;
}

.ui-menu .ui-menu-item:last-child {
    padding-bottom: 5px !important;
}

.ui-helper-hidden-accessible {
    display: none;
}

/*End SMS Controls*/


.plugin-list .list-group-item {
    --bs-list-group-border-width: 0px !important;
}

#content_img {
    padding: 70px 0 !important;
}

/*datatable*/
#datatable_wrapper {
    position: relative;
    min-height: 200px;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    text-align: center;
    padding: 2px
}

.dataTables_processing > div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto
}

.dataTables_processing > div:last-child > div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #377dff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.dataTables_processing > div:last-child > div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 .6s infinite
}

.dataTables_processing > div:last-child > div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 .6s infinite
}

.dataTables_processing > div:last-child > div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 .6s infinite
}

.dataTables_processing > div:last-child > div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 .6s infinite
}

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

.datatable-custom-pagination {
    display: flex;
    flex-wrap: wrap;
}

.tom-select-custom .ts-dropdown .create, .tom-select-custom .ts-dropdown .no-results, .tom-select-custom .ts-dropdown .optgroup-header, .tom-select-custom .ts-dropdown .option {
    padding: 0.5rem 1.5rem 0.5rem 1rem !important;
}


.table-responsive.datatable-custom {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1650px) {
    .table-responsive.datatable-custom {
        overflow-x: auto;
    }
}

/*end datatable*/

.text-cap {
    margin-bottom: 0.5rem !important;
}

.dynamic-feild-table {
    overflow-x: visible !important;
}


#add_kyc_form_table .js-add-field {
    box-shadow: none !important;
}

#basic_control .color_setting {
    box-shadow: none !important;
}

@media (max-width: 575px) {
    .dropdown-menu.dropdown-menu-end.dropdown-card.navbar-dropdown-menu.navbar-dropdown-menu-borderless.show {
        width: 300px !important;
        right: -50px;
    }

    .table-responsive.datatable-custom {
        overflow-x: auto;
    }

    #pushNotificationArea #accountNavbarDropdown,
    #pushNotificationArea #navbarNotificationsDropdown {
        width: 30px;
    }

    #pushNotificationArea #accountNavbarDropdown .avatar-img {
        aspect-ratio: 1;
        height: auto;
        margin-top: 10px;
    }
}

.language_card {
    --bs-card-spacer-y: 0.7rem !important;
}

.set-slug {
    padding: 0.125rem 0.5rem !important;
}

#newSlug {
    padding: 0.125rem 0.5rem !important;
}

#btn-ok {
    padding: 3px 5px !important;
}

#btn-cancel {
    padding: 3px 5px !important;
}

.custom-list {
    --bs-list-group-item-padding-y: 0.7rem
}


.note-editor .note-toolbar .note-color .dropdown-toggle {
    width: auto !important;
}

/*====Page Manage CSS =====*/
#edit_page .note-editor .note-frame .card {
    border-radius: 2px !important;
}

#edit_page .note-editor .note-toolbar {
    border-bottom: 1px solid #f1f1f1 !important;
}

.custom-block {
    border: 1px solid #ccc;
    padding: 10px;
    position: relative;
    margin: 10px 0;
    background: #f9f9f9 !important;
    color: #ed4c78 !important;
}

.custom-block-content {
    display: inline-block;
}

.delete-block {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px 6px;
}

.up-block {
    position: absolute;
    top: -18px;
    left: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px 6px;
}

.down-block {
    position: absolute;
    bottom: -18px;
    left: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px 6px;
}

/*End Page Manage CSS*/

#manage-menu .list-group-item {
    border: 1px solid #e7eaf3 !important;
    border-radius: 0.5rem !important;
}
#manage-menu .btn-icon.btn-sm {
    font-size: .8575rem !important;
    width: 0 !important;
    height: 0rem !important;
}

/*new-css*/
.page-link {
    min-width: 0px !important;
}

.filter_dropdown {
    transform: translate3d(-30px, 39.5px, 0px) !important;
}


.email-card-container .item:last-child .email-card::after {
    display: none;
}

.email-card-container .item:last-child .email-card::before {
    display: none;
}

.email-card {
    padding: 20px;
    border: 1px solid var(--border-color2);
    margin: 30px 0;
    position: relative;

}

.email-card::before {
    position: absolute;
    right: 50%;
    bottom: -25px;
    width: 2px;
    height: 25px;
    margin-left: -1px;
    border-left: 1px solid #d4dadf;
    content: "";
}

.email-card::after {
    position: absolute;
    right: calc(50% - 3.5px);
    bottom: -30px;
    border-top: 5px solid #d4dadf;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.email-count {
    font-size: 14px;
    transform: rotate(270deg);
    display: flex;
    justify-content: center;
    color: var(--heading-color);

}

@media (max-width: 767px) {
    .email-count {
        transform: rotate(0deg);
    }

    .email-card-thumbs-area {
        margin: auto;
    }
}

.email-card-thumbs-area {
    border: 1px solid var(--primary-color);
    padding: 10px;
    height: 100px;
    width: 100px;
    display: flex;
    text-align: center;
    color: var(--heading-color);
    position: relative;
}

.email-card-thumbs-area:hover .email-card-btn-area {
    opacity: 1;
    visibility: visible;

}

.email-card-btn-area {
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    background-color: rgb(255, 255, 255, .5);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-card-btn-area .cmn-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;

}

.email-card-btn-area .cmn-btn i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.email-card-secondary-btn {
    border: 1px solid var(--border-color2);
    padding: 7px 20px;
    color: var(--heading-color);
    position: relative;
}

.email-card-secondary-btn::before {
    position: absolute;
    right: 50%;
    bottom: -25px;
    width: 2px;
    height: 25px;
    margin-left: -1px;
    border-left: 1px solid #d4dadf;
    content: "";
}

.email-card-secondary-btn::after {
    position: absolute;
    right: calc(50% - 3.5px);
    bottom: -30px;
    border-top: 5px solid #d4dadf;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.email-design-btn {
    position: fixed;
    top: 20px;
    left: 20px;
}

.box-card {
    border: none;
    border-radius: 10px;
    box-shadow: var(--shadow2);
    background-color: var(--white);
}

.box-card .box-card-header {
    padding: 20px;
}

.box-card .box-card-header .box-card-title {
    font-size: 18px;
}

.badge_4_XmD.mantis_3oZCD {
    background-color: var(--bs-green);
}

.badge_4_XmD.bg-success {
    background-color: var(--bs-green);
}

.badge_4_XmD.bg-danger {
    background-color: var(--bs-red);
}

.badge_4_XmD.bg-warning {
    background-color: var(--bs-yellow);
}

.badge_4_XmD.bg-dark {
    background-color: var(--bs-dark);
}

.badge_4_XmD {
    display: inline-block;
    padding: 3px 6px;
    margin: 0 0 3px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    background-color: #a9b5c0;
    border-radius: 2px;
}

.badge_4_XmD.slate_1qnpm {
    background-color: #294661;
}

.bg-orange {
    background-color: #fb8c00 !important;
}

.transaction-card {
    border-bottom: 2px solid #6371f8 !important;
    border-radius: 5px;
}

.user-card {
    border-bottom: 2px solid #6371f8 !important;
    border-radius: 5px;
}

.sales-card {
    border-bottom: 2px solid #6371f8 !important;
    border-radius: 5px;
}

.order-card {
    border-bottom: 2px solid #6371f8 !important;
    border-radius: 5px;
}

.history-card {
    border-bottom: 2px solid #6371f8 !important;
    border-radius: 5px;
}

.sale-card {
    border-top: 2px solid #6371f8 !important;
    border-radius: 5px;
}

.user-card .card-body .card-title-top i {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #e7e7ff;
    color: #6371f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px 18px 0;
}

.user-card .card-body .badge {
    color: #02d584 !important;
}

.nav-pills .nav-link {
    font-weight: 500;
}

.nav-pills .nav-link:hover {
    background-color: #e7e7ff !important;
    color: #6e71ff !important;
}

.nav-vertical.nav-pills .nav-link.active {
    background-color: #6e71ff !important;
    color: #e7e7ff !important;
}

.navbar-dark .nav-pills .nav-link.active {
    background-color: #6e71ff !important;
    color: #e7e7ff !important;
}

.order-chart {
    height: 350px;
}

.avatar-xl {
    max-width: 65px !important;
    margin: 0 10px !important;
}

.alert-btn {
    position: absolute;
    right: 10px;
    top: 35px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #a7a0a0 !important;
}

.alert {
    color: #000 !important;
    background-color: #f0f0f054 !important;
}

.table-width {
    min-width: 1400px;
}


@media (max-width: 898px) {
    .alert {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .alert-btn {
        right: 10px;
        top: 8px;
    }

    .alert-box {
        justify-content: center;
    }

    .alert-box .flex-grow-1 {
        margin-left: 0 !important;
    }

    .alert-content {
        justify-content: center;
    }

    .allow-btn {
        margin-top: 15px;
    }
}


.avatar-xl.avatar-4x3{
    margin: auto !important;
}





.dashboard_announcement_bar {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.dashboard_announcement_bar .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-block: 5px;
    min-height: 50px;
    column-gap: 10px;
    row-gap: 10px;
    font-weight: 600;
}

.demo .announcement_bar-notice{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo .announcement-close {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #FFF;
    cursor: pointer;
    font-size: 20px;
}

@media (max-width: 767px) {
    .demo .announcement-close {
        top: 18px;
    }
}
@media (max-width: 580px) {
    .demo .announcement-close {
        top: 18px;
        right: 10px;
    }
}

@media (max-width: 475px) {
    .demo .announcement-close {
        top: 28px;
        right: 8px;
    }
}

@media (max-width: 475px) {
    .demo .announcement-close {
        top: 43px;
        right: 8px;
    }
}

.dashboard_announcement_bar .wrapper .click {
    color: #fff !important;
    font-weight: 700;
}

.demo .navbar-fixed {
    top: 50px;
}
.demo .purchase-item-btn,
.demo .purchase-item-btn:hover{
    background-color: #FF7500; color:#ffffff
}
.demo  #NotiflixNotifyWrap {
    top: 50px !important;
}
.demo .main >.content.container-fluid {
    margin-top: 50px;
}
.demo aside {
    margin-top: 50px;
}
.manageMultiple {
    height: 150px;
    width: 100px;
}
.popover {
    position: absolute !important;
    top: 41% !important;
    right: 3% !important;
    width: 100% !important;
    max-width: 530px !important;
}
.popover-body{
    overflow: auto !important;
}

.contentImage {
    padding: 5px !important;
    font-size: 11px !important;
    height: 26px !important;
    width: 25px !important;
    background-color: transparent !important;
    border: transparent !important;
}
.contentImage:hover{
    color: white !important;
}

.contentTitle{
    font-size: 12px !important;
    padding: 5px 10px !important;
    margin-right: 0 !important;
    width: 100% !important;
}
.content-manage{
    padding-left: 25px !important;
}

.contentAll button {
    transition: 0.5s;
    max-width: 33px;
    width: 100% !important;
    height: 33px !important;
}

.contentAll button:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.galleryListImage{
    width: 70px;
    height:50px;
    border-radius: 5px;
}
.galleryStatus{
    display: flex;
    align-items: center;
    justify-content: start;
}
.flatpickr-calendar.hasTime .flatpickr-time{
    border-top: transparent !important;
}
.full-text {
    background: #f8f9fa;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
    white-space: normal;
    word-break: break-word;
}
.firstLetterArea{
    display: flex !important;
    gap: 10px;
    align-items: center;
    width: 100% !important;
}
.wid1{
    width: 85% !important;
}
.wid2{
    width: 15% !important;
}

@media only screen and (max-width: 1500px){
    .wid1{
        width: 75% !important;
    }
    .wid2{
        width: 15% !important;
    }
}
@media only screen and (max-width: 768px){
    .wid1{
        width: 60% !important;
    }
    .wid2{
        width: 15% !important;
    }
    .table-responsive.datatable-custom {
        overflow-x: auto;
    }
}
@media only screen and (max-width: 591px){
    .wid1{
        width: 50% !important;
    }
    .wid2{
        width: 15% !important;
    }
}
@media only screen and (max-width: 575px){
    .wid1{
        width: 80% !important;
    }
    .wid2{
        width: 20% !important;
    }
}
@media only screen and (max-width: 423px){
    .wid1{
        width: 60% !important;
    }
    .wid2{
        width: 20% !important;
    }
}
@media only screen and (max-width: 991px){
    #firebase-app .alert-box{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    #firebase-app .alert-box .alertContent{
        flex-direction: column;
        gap: 15px;
    }
}
@media only screen and (max-width: 320px){
    .wid1{
        width: 35% !important;
    }
    .wid2{
        width: 15% !important;
    }
    .alertContent{
        flex-direction: column;
        gap: 15px;
    }
    .alertButton{
        margin-top: 15px;
    }
}


.no_image_size {
    height: 200px;
    width: 200px;
}
.custom-header{
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
/*----------------------------------------------
28. Checkout page start
----------------------------------------------*/
.checkout-form {
    border-radius: 5px;
    background-color: var(--white);
}
.checkout-form .title {
    margin-bottom: 20px;
}

/*----------------------------------------------
Checkout page end
----------------------------------------------*/
/*----------------------------------------------
29. Payment section start
-----------------------------------------------*/
.payment-section {
    border-radius: 5px;
    background-color: var(--white);
}

.payment-container-list {
    margin-top: 20px;
    /*height: 480px;*/
    overflow: auto;
    padding: 5px;
}
.payment-container-list .item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.payment-container-list .form-check-label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    cursor: pointer;
    box-shadow: var(--shadow1);
    border-radius: 5px;
    transition: var(--transition);
    gap: 15px;
}
.payment-container-list .form-check-label .image-area img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
}
.payment-container-list .form-check-label .content-area {
    max-width: 400px;
    padding-right: 30px;
}
.payment-container-list .form-check-input {
    position: absolute;
    right: 15px;
}
.payment-container-list .form-check-input[type=radio]:checked + .form-check-label {
    background-color: var(--primary-color-opacity-low);
}

.rtl .payment-container-list .form-check-label .content-area {
    padding-right: 0;
    padding-left: 30px;
}
.rtl .payment-container-list .form-check-input {
    left: 15px;
    right: auto;
}

/*----------------------------------------------
Payment section end
-----------------------------------------------*/
.note-btn-group.note-color.note-color-all{
    display: flex !important;
}
.note-icon-caret{
    display: none !important;
}

.bookingUserImage{
    height: 68px;
    width: 71px;
    border-radius: 6px;
}

.paymentContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 120px);
}
.payment-process-container {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.payment-process-container-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-process-image {
    width: 200px;
    height: 200px;
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}

.payment-process-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.payment-process-content {
    text-align: center;
}

.payment-process-content h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

#btn-confirm {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    background-color: #0d6efd;
    border: none;
    transition: background-color 0.3s ease;
}

#btn-confirm:hover {
    background-color: #0b5ed7;
}

.AuthMethod .payment-process-container {
    max-width: 650px;
}
.AuthMethod .payment-process-image {
    width: 100%;
    height: 100%;
}


/*----------------------------------------------
Chat section start
----------------------------------------------*/
.single-btn-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.single-btn {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: var(--primary-color-opacity-low);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    font-size: 15px;
    color: var(--grayish-blue);
}
.single-btn.active {
    color: #fff;
    background: #4d40ca;
    border: none;
}
.single-btn:hover {
    color: #fff;
    background: #FB5B32;
}

.single-btn2 {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 16px;
    background: transparent;
    border: none;
}
.single-btn2:hover {
    background-color: #d4e8f1;
    color: #000;
}

@media (max-width: 575px) {
    .single-btn2 {
        font-size: 14px;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
}
.rtl .single-btn2 {
    margin-right: 0;
    margin-left: 10px;
}

.message-send-btn {
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #4d40ca;
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
}

@media (max-width: 575px) {
    .message-send-btn {
        height: 30px;
        min-width: 30px;
        font-size: 14px;
        margin-left: 5px;
    }
}
.rtl .message-send-btn {
    margin-right: 10px;
    margin-left: 0;
}

.message-sidebar {
    height: 100%;
    position: relative;
    border-right: 1px solid rgba(231, 234, 243, .7);
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.message-sidebar .header-section {
    padding: 20px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.message-sidebar .header-section .section-title {
    font-size: 20px;
    font-weight: 700;
    color: #26282C;
    text-transform: capitalize;
    margin-right: 10px;
}
.search-bar {
    width: 100%;
}
.search-bar .search-form .form-control {
    border: 1px solid rgba(231, 234, 243, .7);
    padding: 10px 35px 10px 10px;
}
.search-bar .search-icon {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
    color:#26282C;
}
.message-container {
    box-shadow: 0 0.375rem 0.75rem rgba(140, 152, 164, .075);
    border: 1px solid rgba(231, 234, 243, .7);
    background-color: var(--white);
    border-radius: 5px;
    min-height: 500px;
}
.message-container .chat-box {
    position: relative;
    background-color: #EFF3F8;
    margin: 20px;
    border-radius: 10px;
    padding: 5px 0;
    position: relative;
    height: 94%;
}
.message-container .chat-box .header-section {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin: 15px;
    background-color: #fff;
    border-radius: 20px;
}
.message-container .chat-box .profile-info {
    display: flex;
}
.message-container .chat-box .profile-info .thumbs-area {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid var(--border-color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-container .chat-box .profile-info .thumbs-area img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 1px solid var(--border-color1);
}
.message-container .chat-box .profile-info .content-area .title {
    font-size: 15px;
    font-weight: 600;
    color: var(--heading-color);
}
.message-container .chat-box .profile-info .content-area .description {
    font-size: 13px;
}
.message-container .chat-box .chat-box-inner {
    max-height: 425px;
    overflow-y: auto;
    margin-bottom: 72px;
    padding: 0px 10px 0px 10px;
}
.message-container .chat-box .message-bubble {
    display: flex;
    margin: 10px 0 25px;
}
.supportTicketImage {
    width: 150px;
    height: 150px;
    margin-top: 6px;
    border-radius: 5px;
}
.message_attachment{
    margin: 0 20px 0 0 !important;
}
.attachment-wrapper {
    max-width: 300px;
}
.attachment-wrapper .row .col-md-6{
    padding: 0;
}
.message-container .chat-box .message-bubble .message-thumbs img {
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
}
.message-container .chat-box .message-bubble .message-text {
    padding: 5px 10px;
    border-radius: 15px;
    border-top-left-radius: 0;
    background-color: #fff;
    color: #000;
    max-width: 85%;
}
.message-container .chat-box .message-bubble-right {
    flex-direction: row-reverse;
}
.message-container .chat-box .message-bubble-right .message-thumbs {
    margin-right: 0;
    margin-left: 10px;
}
.message-container .chat-box .message-bubble-right .message-text {
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    background-color: #fff;
    color: #000;
    display: inline-block;
    width: max-content;
}
.col-right .attachment {
    margin-right: 10px;
}
.message-container .chat-box .chat-box-bottom {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    width: 98%;
    bottom: 8px;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.chat-box-bottom-inner {
    width: 100%;
    overflow: hidden;
}
.chat-message-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.message-image-preview {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
}
.message-container .chat-box .chat-box-bottom textarea {
    height: 40px;
    border-radius: 10px;
}

.message-sidebar {
    height: 100%;
    position: relative;
    border-right: 1px solid rgba(231, 234, 243, .7);
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.message-sidebar .header-section {
    padding: 20px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.message-sidebar .header-section .section-title {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--heading-color);
    text-transform: capitalize;
    margin-right: 10px;
}
.message-sidebar .conversations-wrapper {
    height: 550px;
    overflow: auto;
}
.message-sidebar .conversations-wrapper:hover {
    overflow-y: initial;
}
.message-sidebar .conversations-wrapper li {
    border-left: 2px solid transparent;
    transition: 0.5s;
    border-radius: 5px;
    list-style-type: none;
}
.message-sidebar .conversations-wrapper li .item-link {
    display: block;
    padding: 15px;
    position: relative;
    overflow-x: hidden;
}
.message-sidebar .conversations-wrapper li .item-link .item-header .chat-action {
    position: absolute;
    right: -20px;
    display: flex;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.message-sidebar .conversations-wrapper li .item-link .item-header .chat-action i {
    font-size: 12px;
    margin: 0 5px;
    color: var(--heading-color);
}
.message-sidebar .conversations-wrapper li .item-link .item-header .chat-action i:hover {
    color: var(--primary-color);
}
.message-sidebar .conversations-wrapper li .item-link .chat-title {
    font-size: 14px;
    color: var(--heading-color);
    text-transform: capitalize;
    font-family: var(--heading-font);
    font-weight: 700;
    margin-bottom: 5px;
}
.message-sidebar .conversations-wrapper li .item-link .chat-info {
    color: #000;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.message-sidebar .conversations-wrapper li .item-link .chat-info .chat-date {
    text-transform: capitalize;
    color: var(--grayish-blue);
}
.message-sidebar .conversations-wrapper li:nth-child(odd) {
    background-color: var(--gray);
}
.message-sidebar .conversations-wrapper li.active, .message-sidebar .conversations-wrapper li:hover {
    border-left: 2px solid #008dff;
    background-color: rgb(0, 141, 255, 0.1);
}

.search-result-chat {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px 0;
    border-radius: 6px;
    width: 79%;
    top: 63px;
    left: 17%;
    box-shadow: 0 0.375rem 0.75rem rgba(140, 152, 164, .075);
    border: 1px solid rgba(231, 234, 243, .7);
    z-index: 222;
}
.search-item {
    border-bottom: 1px solid rgba(231, 234, 243, .7);
    padding: 15px 15px;
    border-radius: 5px;
    transition: 0.5s;
}
.search-item:last-child{
    border-bottom: none;
}
a{
    color: #000;
}
.search-item:hover{
    background: #0a58ca;
}
.search-item:hover a{
    color: #fff;
}

.message-sidebar .conversations-wrapper li:hover .item-header .chat-action {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.message-sidebar .message-sidebar-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    background-color: var(--white);
    border-bottom-left-radius: 5px;
}

@media (max-width: 767px) {
    /*.message-container .message-sidebar .conversations-wrapper {*/
    /*  max-height: 300px;*/
    /*}*/
    /*.message-container .chat-box {*/
    /*  margin-top: 0;*/
    /*}*/
    /*.message-container .chat-box .chat-box-inner {*/
    /*  max-height: 300px;*/
    /*}*/
}
@media (max-width: 575px) {
    /*.message-container .chat-box .chat-box-bottom {*/
    /*  padding: 7px 10px;*/
    /*  margin: 0 10px 10px 10px;*/
    /*}*/
    /*.message-container .chat-box .chat-box-bottom textarea {*/
    /*height: 35px;*/
    /*}*/
}
.rtl .message-sidebar .header-section .section-title {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .message-sidebar .conversations-wrapper li {
    border-left: none;
    border-right: 2px solid transparent;
}
.rtl .message-sidebar .conversations-wrapper li.active, .rtl .message-sidebar .conversations-wrapper li:hover {
    border-left: none;
    border-right: 2px solid var(--primary-color);
}
.rtl .message-sidebar .conversations-wrapper li .item-link .item-header .chat-action {
    left: -20px;
    right: auto;
}
.rtl .message-sidebar .conversations-wrapper li:hover .item-header .chat-action {
    left: 10px;
}
.rtl .chat-box .profile-info .thumbs-area {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .chat-box .message-bubble .message-thumbs {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .chat-box .message-bubble .message-text {
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
}
.rtl .chat-box .message-bubble-right .message-thumbs {
    margin-right: 10px;
    margin-left: 0;
}
.rtl .chat-box .message-bubble-right .message-text {
    border-top-right-radius: 15px;
    border-top-left-radius: 0;
}

.offcanvas.offcanvas-end {
    border-left: none;
}

.message-offcanvas .message-sidebar .conversations-wrapper {
    max-height: initial;
}
.message-offcanvas .message-sidebar {
    border-right: none;
}
.messageText{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.messageText .message-text {
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px 10px 0 10px;
}
.chatMessageAll{
    min-height: 50vh !important;
}
.withoutMessage{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #EFF3F8;
    margin: 20px;
    border-radius: 10px;
    padding: 5px 0;
    height: 94%;
}
.chatList{
    position: relative;
    margin-bottom: 5px;
}
.chatList .chat-edit{
    color: var(--grayish-blue);
}
.chatList .chat-edit:hover{
    color: var(--primary-color);
}
.chatList .chat-delete{
    color: var(--grayish-blue);
}
.chatList .chat-delete:hover{
    color: var(--primary-color);
}
.chat-action {
    position: absolute;
    top: 10px;
    right: -50px;
    display: flex;
    gap: 10px;
    transition: 0.5s;
}

.chatList:hover .chat-action{
    right: 20px;
}

.message-modal-section .modal-header {
    align-items: start;
}
.message-modal-section .modal-body {
    max-height: 600px;
}
.message-modal-section .chat-box .chat-box-inner {
    max-height: 480px;
}
#recordingIndicator .record-animation {
    width: 100vw;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 150px;
    background-color: #F1F3F4;
    border-radius: 8px;
    padding: 16px 5px;
    overflow: hidden;
}
.record-animation ul{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    animation: line 3s linear infinite;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.record-animation ul li {
    display: flex;
    align-items: center;
    border-radius: 50%;
}
.record-animation ul li span{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff;
}
@keyframes line {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(100%);
    }
}

.img-wrapper {
    position: relative;
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}
.remove-preview {
    padding: 0px 4px 3px !important;
    display: inline-block !important;
    line-height: 1 !important;
}

/* scroll bar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #4D40CA;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #FB5B32 !important;
}
.message-bubble-left .leftItem{
    flex-direction: row-reverse;
    margin-top: 10px;
}
.message-bubble-left .attachment-wrapper .row .col-md-6 {
    padding-left: 10px !important;
}
/* scroll bar */

.message-sidebar .conversations-wrapper {
    max-height: 550px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

/*----------------------------------------------
Chat section end
----------------------------------------------*/

#searchDropdownMenu .dropdown-item-icon {
    width: auto !important;
}
#searchDropdownMenu .icon.icon-xs {
    justify-content: center;
}
#searchDropdownMenu i.bi.bi-plus-circle.pe-1 , #searchDropdownMenu i.bi.bi-list.pe-1, #searchDropdownMenu i.bi.bi-chat.pe-1{
    /*padding-right: 0 !important;*/
    line-height: 10px;
}


.stats-card {
    border-bottom: 2px solid var(--bs-primary) !important;
    border-radius: 5px;
}
.card-inner{
    padding: 50px 50px !important;
}
.btn-bottom{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(231, 234, 243, 0.7);
}
.btn-bottom button{
    float: right;

}
.bottom-area{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(231, 234, 243, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*#stepImages #previewImage {*/
/*    max-width: 300px;*/
/*    width: 100%;*/
/*    height: 350px;*/
/*}*/
#stepImages #previewImage {
    max-width: 100px;
    width: 100%;
    height: 100px;
}
#stepImages .card-body {
    padding: 30px 40px !important;
}
.gateway-card-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
a.d-flex.align-items-center.me-2 {
    color: #24150c;
    text-decoration: none;
    font-size: 14px !important;
}

h1.page-header-title {
    font-size: 16px;
}
.navbar-nav {
    -ms-flex-positive: 1;
    flex-grow: 0 !important;
}
main#content{
    margin-top:0px !important;
}
.fixed-top #accountNavbarDropdown > span,.fixed-top #accountNavbarDropdown > i {color:#fff !important}
/* .fixed-top #navbarNav > a > img{
    filter: brightness(0) invert(1);
} */

