/**
 * KodeBase admin template
 * Website: www.kodecast.com
 */
/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:wght@300&family=Ubuntu:wght@500&display=swap"); */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

:root {
    --kc-teal-primary: #20c997;
    --kc-teal-secondary: #25C278;
    --kc-border-primary-color: #2c2e33;
    --kc-border-secondary-color: #20c997;
    --kc-bg-primary-color: #1d1e24;
    --kc-text-primary-color: #fff;
    --kc-text-secondary-color: #a4a6ae;
    --bs-teal: #5c60f5;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
}

.alert {
    border: none;
}

/*
 * ----- ----- ----- heading ----- ----- -----
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
}

/*
 * ----- ----- ----- font-family ----- ----- -----
 */
.font-heading-primary {
    font-family: 'Ubuntu', sans-serif !important;
}

.font-text-primary {
    font-family: 'Poppins', sans-serif !important;
}

/**
 * ----- ----- ----- bg ----- ----- -----
 */
.bg-kc-teal {
    background-color: var(--kc-teal-secondary) !important;
}

/**
 * ----- ----- ----- code ----- ----- -----
 */
code {
    color: var(--kc-teal-primary) !important;
}

/**
 * ----- ----- ----- Branding ----- ----- -----
 */
.branding {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    text-align: center;
}

.branding img {
    width: 230px;
}

/**
 * ----- ----- ----- .table ----- ----- -----
 */


.table thead tr {
    border-style: solid;
    border-width: 0;
}


.table th,
.table td {
    vertical-align: middle;
    font-size: 0.875rem;
    padding: 0.9375rem;
    line-height: 1;
    white-space: nowrap;

}

/**
 * ----- ----- ----- .btn ----- ----- -----
 */
.btn-outline-secondary {
    color: var(--kc-text-primary);
    border-color: var(--kc-border-primary-color);
}

.btn-primary-amj {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--kc-border-secondary-color);
    --bs-btn-border-color: var(--kc-border-secondary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--kc-teal-secondary);
    --bs-btn-hover-border-color: var(--kc-border-secondary-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--kc-border-secondary-color);
    --bs-btn-active-border-color: var(--kc-border-secondary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--kc-border-secondary-color);
    --bs-btn-disabled-border-color: var(--kc-border-secondary-color);
}

.btn-outline-amj {
    --bs-btn-color: #fff;
    --bs-btn-border-color: var(--kc-border-secondary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--kc-border-secondary-color);
    --bs-btn-hover-border-color: var(--kc-border-secondary-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--kc-border-secondary-color);
    --bs-btn-active-border-color: var(--kc-border-secondary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--kc-border-secondary-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}

/**
 * ----- ----- ----- .badge ----- ----- -----
 */
.badge-outline-success {
    color: var(--bs-success)!important;
    border: 1px solid var(--bs-success);
}

.badge-outline-warning {
    color: var(--bs-warning)!important;
    border: 1px solid var(--bs-warning);
}

.badge-outline-danger {
    color: var(--bs-red)!important;
    border: 1px solid var(--bs-red);
}

/**
 * ----- ----- ----- .card ----- ----- -----
 */


.card .card-header {

    text-transform: capitalize;
    font-size: 1.125rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.card .card-title {
    margin-bottom: 1.125rem;
    text-transform: capitalize;
}

.card .card-footer {
    border-top: 1px solid var(--kc-border-primary-color);
}

/**
 * ----- ----- ----- hr ----- ----- -----
 */
hr {
    border-top: var(--kc-border-primary-color) solid !important;
}

/**
 * ----- ----- ----- .media ----- ----- -----
 */
.media {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.media .media-body {
    width: 100%;
}

.media .media-body h6 {
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

.media .media-body h6 span {
    font-size: 0.875rem;
    color: var(--bs-teal);
}

.media .media-body p {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.media img {
    margin-right: 10px;
    margin-bottom: 0;
}

/**
 *  ----- ----- ----- .nameInitial ----- ----- -----
 */
.nameInitial {
    border: 1px solid var(--bs-teal);
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 40px;
    width: 40px;
    align-items: center;
}

/**
 *  ----- ----- ----- .productImg ----- ----- -----
 */
.productImg {
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 40px;
    width: 40px;
    align-items: center;
}

/**
 *  ----- ----- ----- .productImg ----- ----- -----
 */
.profileNameInitials h6 {
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-teal);
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 1rem;
}

/**
 *  ----- ----- ----- .sidebarToggled ----- ----- -----
 */
[dir="ltr"] {
    .sidebarToggled #mainSidebar {
        margin-left: -20rem;
    }

    .nav-link[data-bs-toggle="collapse"]::after {
        border: solid;
        border-width: 0 0.09rem 0.09rem 0;
        content: "";
        display: inline-block;
        padding: 3px;
        position: absolute;
        right: 1.5rem;
        top: 1.1rem;
        transform: rotate(-135deg);
        transition: all .2s ease-out;
    }

    .nav-link[data-bs-toggle="collapse"].collapsed::after {
        transform: rotate(45deg);
        transition: all .2s ease-out;
    }
}

[dir="rtl"] {
    .sidebarToggled #mainSidebar {
        margin-right: -20rem;
    }

    .nav-link[data-bs-toggle="collapse"]::after {
        border: solid;
        border-width: 0 0.09rem 0.09rem 0;
        content: "";
        display: inline-block;
        padding: 3px;
        position: absolute;
        right: 17rem;
        transform: rotate(-135deg);
        transition: all .2s ease-out;
        margin-top: 8px;
    }


    .nav-link[data-bs-toggle="collapse"].collapsed::after {
        transform: rotate(45deg);
        transition: all .2s ease-out;
    }
}

/**
 *  ----- ----- ----- .modal ----- ----- -----
 */
#modalApplication .btn {
    position: absolute;
    right: -30px;
    top: -30px;
    color: #fff;
}

#modalApplication .box {
    color: var(--bs-heading-color);
    text-decoration: none;
}

#modalApplication .box:hover {
    color: var(--kc-teal-primary);
}

.modal-backdrop {
    background-color: #000;
    opacity: 0.5 !important;
}

/**
 *  ----- ----- ----- .border ----- ----- -----
 */
.border-primary-color {
    color: var(--kc-border-primary-color);
}

/**
 *  ----- ----- ----- .breadcrumb-custom ----- ----- -----
 */
.breadcrumb-custom {
    border-radius: 3px !important;
    background: var(--kc-border-primary-color);
    text-align: center;
    overflow: hidden;
}

.breadcrumb-custom .breadcrumb-item {
    position: relative;
    flex-grow: 1;
    padding: .75rem 3rem;
}

.breadcrumb-custom .breadcrumb-item::before {
    display: none;
}

.breadcrumb-custom .breadcrumb-item::after {
    position: absolute;
    top: 50%;
    right: -25px;
    z-index: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    content: "";
    border-top-right-radius: .5rem;
    box-shadow: 1px -1px #fff;
    transform: scale(0.707) rotate(45deg);
}

.breadcrumb-custom .breadcrumb-item:first-child {
    padding-left: 1.5rem;
}

.breadcrumb-custom .breadcrumb-item:last-child {
    padding-right: 1.5rem;
}

.breadcrumb-custom .breadcrumb-item:last-child::after {
    display: none;
}

.breadcrumb-custom .breadcrumb-item a {
    color: #fff !important;
}

.breadcrumb-custom .breadcrumb-item a:hover {
    color: var(--kc-teal-primary) !important;
}

.breadcrumb-custom .active {
    color: var(--kc-teal-primary);
}

/**
 *  ----- ----- ----- .accordion ----- ----- -----
 */
/**
 *  ----- ----- ----- ul.timeline ----- ----- -----
 */
ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: var(--bs-teal);
    display: inline-block;
    position: absolute;
    left: 9px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 0;
}

ul.timeline>li:before {
    content: ' ';
    background: var(--bs-teal);
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid var(--bs-teal);
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.nav-link {
    margin-bottom: 5px !important;
}

/**
 *  ----- ----- ----- .wrapper ----- ----- -----
 */
.wrapper #mainSidebar {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    min-width: 20rem;
    background-color: var(--kc-bg-primary-color);
    transition: margin 0.25s ease-out;
}

.wrapper #mainSidebar .nav-pills .nav-link {
    color: #fff;
}

.wrapper #mainSidebar .nav-pills .nav-link:hover {
    background-color: var(--bs-teal);
    color: #fff !important;
}

.wrapper #mainSidebar .nav-pills .active {
    background-color: var(--bs-teal);
    font-weight: 600;
    color: #fff!important;
}

.wrapper #pageContent {
    min-width: 0;
    width: 100%;
    overflow-y: scroll;
}

.wrapper #pageContent #topNavigation {
    background-color: var(--kc-bg-primary-color);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
}

.wrapper #pageContent #topNavigation .nav-link i {
    position: relative;
}

.wrapper #pageContent #topNavigation form .btn {
    border: var(--bs-border-width) solid var(--bs-border-color);
    color: var(--kc-text-primary-color);
}

.wrapper #pageContent .container-fluid #searchForMobile {
    display: none;
}

.wrapper #pageContent .container-fluid #searchForMobile form .btn {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.wrapper #pageContent .container-fluid .pageTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem !important;
}

/*
 * ----- ----- ----- ----- ----- ----- Components ----- ----- ----- ----- ----- -----
 */
.divider {
    border-bottom: 1px solid var(--kc-border-primary-color);
}

.kc-a {
    text-decoration: none;
    color: #fff !important;
}

.kc-a:hover {
    color: var(--kc-teal-primary) !important;
}

.cardQuickInfo .card-body {
    display: flex;
    justify-content: space-between;
}

.cardQuickInfo .card-body p {
    margin-bottom: 0;
}

.cardQuickInfo .card-body i {
    font-size: 2rem;
    color: var(--bs-teal) !important;
}

.cardQuickInfo .card-footer a {
    color: var(--bs-heading-color);
    text-decoration: none;
}

.cardQuickInfo:hover .card-footer {
    background-color: var(--bs-primary);
    color: #fff;
}

/**
 * ----- ----- ----- footer ----- ----- -----
 */
footer {
    color: var(--kc-text-primary-color);
    /* border-top: 1px solid var(--kc-border-primary-color); */
}


/**
 * ----- ----- ----- others ----- ----- -----
 */
.text-small {
    font-size: 80%;
}

/**
 * ----- ----- ----- login.html ----- ----- -----
 */

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/**
 * ----- ----- ----- #messenger ----- ----- -----
 */
#messenger .messengerList {
    color: #fff !important;
}

#messenger .messengerList .media .media-body h6 span {
    color: #fff !important;
}

#messenger .messengerList a:hover {
    color: var(--kc-teal-primary) !important;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: transparent !important;
}

.card-auth {
    max-width: 500px;
    padding: 1rem;
    min-width: 420px;
}


/**
 * ----- ----- ----- ----- ----- ----- media screen > max-width ----- ----- ----- ----- ----- -----
 */
@media screen and (max-width: 767px) {
    .creditcard {
        height: 260px !important;
    }

    .branding img {
        width: 130px;
    }

    .md-pt-0 {
        padding-top: 0 !important;
    }

    .pageTitle .btn-toolbar {
        margin-bottom: 0 !important;
    }

    /**
   *  ----- ----- ----- .wrapper ----- ----- -----
   */
    .wrapper #pageContent #topNavigation .container-fluid div:first-child {
        justify-content: space-between;
    }

    .wrapper #pageContent #topNavigation .container-fluid form {
        display: none !important;
    }

    .wrapper #pageContent #topNavigation .container-fluid .nav-right ul:last-child {
        margin-right: -10px;
    }

    .wrapper #pageContent .container-fluid #searchForMobile {
        display: block;
    }

    .wrapper #pageContent .container-fluid .pageTitle {
        display: block;
    }

    .wrapper #pageContent .container-fluid .pageTitle h3 {
        margin-bottom: 0.875rem;
    }

    .wrapper #pageContent .container-fluid .pageTitle .btn-toolbar {
        justify-content: space-between;
    }

    #sectionDashboardQuickInfo .col-xs-12:last-child {
        margin-bottom: 0;
    }

    #messenger .messengerList a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    [dir="rtl"] {
        .nav-link[data-bs-toggle="collapse"]::after {
            left: 1.5rem;
            right: unset;
        }
    }
}

@media screen and (max-width: 991px) {
    .only-d-lg {
        display: none;
    }

    #lineChartExampleOne {
        height: 200px !important;
    }

    #world-map {
        height: 200px !important;
    }

    .sm-mb-0 {
        margin-bottom: 0 !important;
    }

    .sm-mb-1 {
        margin-bottom: .25rem !important;
    }

    .sm-mb-2 {
        margin-bottom: .5rem !important;
    }

    .sm-mb-3 {
        margin-bottom: 1rem !important;
    }

    .sm-mt-0 {
        margin-top: 0 !important;
    }

    .sm-mt-1 {
        margin-top: .25rem !important;
    }

    .sm-mt-2 {
        margin-top: .5rem !important;
    }

    .sm-mt-3 {
        margin-top: 1rem !important;
    }

    .sm-my-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .sm-my-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    #modalApplication .modal-body-lg {
        display: none;
    }

    #modalApplication .modal-body-sm i {
        margin-right: 5px;
    }
}

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




    .sidebarToggled #mainSidebar #sidebarUntoggleBtn {
        display: block !important;
    }

    [dir="ltr"] {
        .sidebarToggled #mainSidebar {
            margin-left: 0 !important;
        }

        .wrapper #mainSidebar {

            bottom: 0;
            float: none;
            left: 0;
            z-index: 999;
            position: fixed;
            top: 0;
            border-right: 1px solid var(--kc-border-primary-color);
            overflow-y: scroll;
            min-width: 250px;
            margin-left: -20rem;
        }
    }


    [dir="rtl"] {
        .sidebarToggled #mainSidebar {
            margin-right: 0 !important;
        }

        .wrapper #mainSidebar {

            bottom: 0;
            float: none;
            right: 0;
            z-index: 999;
            position: fixed;
            top: 0;
            border-right: 1px solid var(--kc-border-primary-color);
            overflow-y: scroll;
            min-width: 250px;
            margin-right: -20rem;
        }

    }
}

/**
 * ----- ----- ----- ----- ----- ----- media screen > min-width ----- ----- ----- ----- ----- -----
 */
@media screen and (min-width: 768px) {
    .md-mb-0 {
        margin-bottom: 0 !important;
    }

}

@media screen and (min-width: 992px) {

    .only-d-sm {
        display: none;
    }

    #modalApplication .modal-body-sm {
        display: none;
    }

    #modalApplication .modal-body-lg i {
        font-size: 2.5rem;
    }

    #modalApplication .col-lg-2 {
        padding: 2rem;
    }

    #messenger .messengerList a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/**
 * ----- ----- ----- ----- ----- ----- media screen > min-width and max-width ----- ----- ----- ----- ----- -----
 */
@media screen and (min-width: 768px) and (max-width: 991px) {

    #messenger .messengerList a {
        text-align: center !important;
    }

    #messenger .messengerList .media {
        text-align: center;
        display: block !important;
    }

    #messenger .messengerList img {
        margin-right: 0 !important;
    }

    #messenger .messengerList h6,
    #messenger .messengerList .name {
        display: none !important;
    }
}


/*# New Css */
/* Hide scrollbar in Chrome, Safari and Opera */
.sidebar-main::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidebar-main {
    -ms-overflow-style: none;
    /* IE and EDGE */
    ;
    scrollbar-width: none;
    /* Firefox */
}

.sidebar-main {
    overflow: auto;
}

/* light theme css */
[data-bs-theme=light] {

    .note-frame {
        color: #000000;
    }

    .text-white {
        color: #000000 !important;
    }

    .wrapper #mainSidebar .nav-pills .nav-link {
        color: #000000;
    }

    .wrapper #pageContent #topNavigation {
        background-color: #ffffff;
    }

    .wrapper #mainSidebar {
        background-color: #ffffff;
    }

    .card {
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.10);
        border: none;
    }

    body {
        background-color: #f4f6f9;
    }

    .list-group li a {
        text-decoration: none;
    }

    .btn-outline-kodechek {
        --bs-btn-color: #000000;
        --bs-btn-border-color: #000000;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #212529;
        --bs-btn-hover-border-color: #212529;
        --bs-btn-focus-shadow-rgb: 33, 37, 41;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #000000;
        --bs-btn-active-border-color: #ffffff;
        --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
        --bs-btn-disabled-color: #212529;
        --bs-btn-disabled-bg: transparent;
        --bs-btn-disabled-border-color: #212529;
        --bs-gradient: none;
    }
}

/* dark theme css */
.note-modal .note-modal-body label {
    color: #000000;
}
.note-editable {
    border: 1px solid var(--bs-border-color);
    background-color: #ffffff;
}
[data-bs-theme=dark] {
.note-editable {
        background-color: #000000;
    }
    .note-frame {
        color: #ffffff;
    }

    .wrapper #pageContent #topNavigation {
        background-color: #0e0e0e;
    }

    .text-white {
        color: #ffffff !important;
    }

    .modal-content {
        background-color: #0e0e0e;
    }

    .wrapper #mainSidebar {
        background-color: #0e0e0e;
    }


    .card {
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.10);
        border: none;
        background-color: #0e0e0e;
    }

    .transaction-card {
        color: #c9c9c9;
    }

    .table>:not(caption)>*>* {
        background-color: #0e0e0e;
    }

    .list-group-item:not(.active) {
        background-color: #0e0e0e;

    }

    .list-group-item:hover {
        background-color: var(--bs-primary);

    }

    .form-control {
        background-color: #161718;
    }

    .btn-outline-kodechek {
        --bs-btn-color: #ffffff;
        --bs-btn-border-color: #ffffff;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #212529;
        --bs-btn-hover-border-color: #212529;
        --bs-btn-focus-shadow-rgb: 33, 37, 41;
        --bs-btn-active-color: #000;
        --bs-btn-active-bg: #fdfdfd;
        --bs-btn-active-border-color: #000000;
        --bs-btn-active-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
        --bs-btn-disabled-color: #212529;
        --bs-btn-disabled-bg: transparent;
        --bs-btn-disabled-border-color: #212529;
        --bs-gradient: none;
    }

}


a.nav-link {
    color: #e9ecef;
    position: relative;
    display: block;
    font-size: 1rem;
}


.child {
    padding-left: 40px;
}

.child:before {
    content: "";
    position: absolute;
    left: 1.4375rem;
    top: 1rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background: #656565;
}

.sidebar-dropdown .child.active:before {

    left: 1.175rem;
    width: 0.775rem;
    height: 0.75rem;
    border-radius: 50%;
    top: .8rem;
    background: black;
    border: 2px solid #ffffff;
}


/* Loader styles */
.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.profile-image {
    height: 150px;

}

.icon-warning {
    font-size: 5rem;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: scale(2);
}

.modal.show .modal-dialog {
    transform: translateY(0);
}

.table-img {
    width: 250px;
}

.square-150 {
    width: 150px;
    height: 150px;
}

/* Drag & Drop */
.menu_list {

    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 15px;
}

ul li {
    list-style-type: none;
}

#myUL {
    list-style-type: none;
    padding: 20px 40px;
    margin: 0;
}

#myUL2 {
    list-style-type: none;
    margin: 0;
    padding: 20px;
}

#myUL li {
    padding: 5px;
}

#myUL li:hover {
    background: #f1f1f1;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    top: 0.9em;
}

.table thead th {
    vertical-align: top;
}

#myUL .custom-control-label {
    display: inline-block;
    width: 100%;
}


.alert {
    margin-bottom: 0.5rem;
    margin-top: .5rem;
    cursor: move;
}

.alert-secondary:hover {
    color: #383d41;
    background-color: #e5f5f8;
    border-color: #e1e3e4;
}

.d_icon {
    display: inline-block;
    padding: 3px 0;
    margin-right: 8px;
    opacity: .5;
    cursor: move;
}


.filter_search_box,
#myInput,
#myInput2 {
    width: 100%;
    font-size: 16px;
    padding: 6px 20px 6px 45px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.remove {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    color: #ff0000;
}

.mdelete {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    color: #ff0000;
}

@keyframes ping {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(5);
        opacity: 0;
    }
}

.ping {
    position: relative;
    padding-left: 4em;
}

.ping::before,
.ping::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 0;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    background-color: currentColor;
}

.ping::before {
    animation: ping 1.7s ease infinite;
    opacity: 0.25;
}

/* Credit Card */
.creditcard {
    position: relative;
    background: #1fddff;
    background: -webkit-linear-gradient(to left bottom, #f29492, #0066cc);
    background: linear-gradient(to left bottom, #f29492, #0066cc);
    border-radius: 15px;
    -webkit-box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.3);
    padding: 5% 10%;
    color: white;
    font-family: "Inconsolata", monospace;
    width: 100%;
    height: 300px;
}


.creditcard:hover .button {
    opacity: 1;
}

.overlap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.creditcard:hover .overlap {
    display: block;
    border-radius: 15px;
    background: rgba(0, 0, 0, .3);
}

.transaction-card {
    border: none;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.transaction-card .card-header {
    font-weight: 600;
}

.transaction-card .card-body {
    padding: 20px;
}

.transaction-card .status {
    font-weight: 600;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.summary-item:last-child {
    font-weight: bold;
}

.trx-body div {
    display: flex;
    justify-content: space-between;
}
.table>thead {
    border-top: 1px solid #eceef3;
}


.select2-container {
    width: 100% !important;
}
.select2-selection {
    height: 42px !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}
.select2-selection__rendered {
    line-height: 38px !important;
    padding-left: 10px !important;
}
.select2-selection__arrow {
    height: 42px !important;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}
