.card-feature {
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%) !important;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%) !important;
}

.card-feature>div {
    min-height: 30px !important;
}

body {
    background-image: url(../images/bg.jpg) !important;
    font-family: 'Roboto', sans-serif !important;
}

.offcanvas-content p {
    margin-bottom: 0 !important;
}

.div-description {
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%) !important;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%) !important;
    padding: 10px;
}

/* .div-description p,h5,span {
    font-family: Poppins, Helvetica, "sans-serif" !important;
} */

.form-banking {
    font-size: 14px;
}

.form-banking .card-custom .row {
    margin-top: 15px;
}

.form-banking .card-custom .row .btn-copy {
    margin-left: -25px;
    padding: 2px 8px;
    font-size: 12px;
    background: #c9f7f5;
    color: #008a84;
}

.form-banking .card-custom .row .btn-copy:hover {
    background: #adfcf8;
}

.bg-dark {
    color: #fff;
}

.form-signin {
    background: #fff;
    width: 80%;
    margin: 5% auto;
    padding: 50px 30px;
    border-radius: 8px;
}

.required {
    color: red;
}

@media screen and (max-width: 767px) {
    .form-signin .form-group label.text-right {
        text-align: left !important;
    }
}

.theme-toggle {
    border-radius: 50%;
    font-size: 20px;
}

.theme-toggle .theme-icon-sun {
    display: none;
}

body.theme-dark {
    background-image: none !important;
    background-color: #101418 !important;
    color: #d7dee8;
}

body.theme-dark .theme-toggle .theme-icon-moon {
    display: none;
}

body.theme-dark .theme-toggle .theme-icon-sun {
    display: inline-block;
    color: #f6c343;
}

body.theme-dark .header,
body.theme-dark .header-mobile,
body.theme-dark .header-menu-wrapper,
body.theme-dark .footer,
body.theme-dark .subheader {
    background-color: #151b22 !important;
    color: #d7dee8 !important;
}

body.theme-dark .card,
body.theme-dark .card-custom,
body.theme-dark .dropdown-menu,
body.theme-dark .modal-content,
body.theme-dark .offcanvas,
body.theme-dark .div-description {
    background-color: #1b232d !important;
    color: #d7dee8 !important;
    border-color: #2b3642 !important;
}

body.theme-dark .card-header,
body.theme-dark .card-footer,
body.theme-dark .table th,
body.theme-dark .table td {
    border-color: #2b3642 !important;
}

body.theme-dark .menu-nav .menu-link,
body.theme-dark .menu-nav .menu-text,
body.theme-dark .text-dark,
body.theme-dark label,
body.theme-dark .form-text,
body.theme-dark .select2-results__option,
body.theme-dark .select2-selection__rendered {
    color: #d7dee8 !important;
}

body.theme-dark .menu-item-here .menu-link,
body.theme-dark .menu-item-active .menu-link,
body.theme-dark .menu-nav .menu-link:hover {
    background-color: #223044 !important;
}

body.theme-dark .form-control,
body.theme-dark .form-control-solid,
body.theme-dark .input-group-text,
body.theme-dark .select2-container--default .select2-selection--single,
body.theme-dark .select2-dropdown {
    background-color: #121820 !important;
    color: #d7dee8 !important;
    border-color: #2b3642 !important;
}

body.theme-dark .form-control::placeholder {
    color: #7e8a99 !important;
}

body.theme-dark .table,
body.theme-dark .table-striped tbody tr:nth-of-type(odd) {
    color: #d7dee8 !important;
    background-color: #1b232d !important;
}

body.theme-dark .alert-primary {
    background-color: #162a3d !important;
    border-color: #25435f !important;
    color: #d7eaff !important;
}

body.theme-dark,
body.theme-dark .content,
body.theme-dark .main,
body.theme-dark .wrapper,
body.theme-dark .page {
    color: #e6edf7 !important;
}

body.theme-dark a {
    color: #8fc1ff;
}

body.theme-dark a:hover {
    color: #b7d7ff;
}

body.theme-dark .text-muted,
body.theme-dark .text-dark-50,
body.theme-dark .text-dark-75,
body.theme-dark .text-dark,
body.theme-dark .card-title,
body.theme-dark .card-label,
body.theme-dark .font-weight-bolder,
body.theme-dark h1,
body.theme-dark h2,
body.theme-dark h3,
body.theme-dark h4,
body.theme-dark h5,
body.theme-dark h6 {
    color: #f3f7ff !important;
}

body.theme-dark .text-muted,
body.theme-dark small,
body.theme-dark .small,
body.theme-dark .form-text {
    color: #b8c2d3 !important;
}

body.theme-dark .btn-light,
body.theme-dark .btn.btn-light {
    background-color: #263244 !important;
    border-color: #34445b !important;
    color: #edf3ff !important;
}

body.theme-dark .btn-light:hover,
body.theme-dark .btn.btn-light:hover {
    background-color: #33445c !important;
    border-color: #40536d !important;
}

body.theme-dark .table-hover tbody tr:hover,
body.theme-dark .table tbody tr:hover {
    background-color: #233044 !important;
    color: #f5f8ff !important;
}

body.theme-dark .table thead th,
body.theme-dark .dataTables_wrapper,
body.theme-dark .dataTables_info,
body.theme-dark .dataTables_length,
body.theme-dark .dataTables_filter,
body.theme-dark .dataTables_paginate,
body.theme-dark .dataTables_wrapper label {
    color: #d9e3f2 !important;
}

body.theme-dark .dataTables_wrapper input,
body.theme-dark .dataTables_wrapper select {
    background-color: #121820 !important;
    border-color: #34445b !important;
    color: #e6edf7 !important;
}

body.theme-dark .page-link {
    background-color: #1b232d !important;
    border-color: #34445b !important;
    color: #d9e3f2 !important;
}

body.theme-dark .page-item.active .page-link {
    background-color: #187de4 !important;
    border-color: #187de4 !important;
    color: #fff !important;
}

body.theme-dark .select2-container--default .select2-results__option--highlighted[aria-selected],
body.theme-dark .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #263b5b !important;
    color: #fff !important;
}

body.theme-dark .modal-header,
body.theme-dark .modal-footer {
    border-color: #34445b !important;
}

body.theme-dark .alert-info {
    background-color: #172b3d !important;
    border-color: #2f5b7d !important;
    color: #d8ecff !important;
}

body.theme-dark .alert-warning {
    background-color: #3b2b12 !important;
    border-color: #74521e !important;
    color: #ffe6b0 !important;
}

body.theme-dark .alert-danger {
    background-color: #3d1b24 !important;
    border-color: #7a2d3e !important;
    color: #ffd6df !important;
}

body.theme-dark .alert-success {
    background-color: #123328 !important;
    border-color: #22614d !important;
    color: #c8f7e9 !important;
}

body.theme-dark .badge,
body.theme-dark .label {
    color: #fff;
}
