.w-2 {
    width: 20px;
}
.h-2 {
    height: 20px;
}

.btn-pfa-danger {
    color: #fff;
    background-color: #F64E60;
    border: 1px solid #F64E60;
    --ct-btn-hover-color: #fff;
    --ct-btn-hover-bg: #dc2026;
    --ct-btn-hover-border-color: #dc2026;
    --ct-btn-focus-shadow-rgb: 251, 126, 126;
    --ct-btn-active-color: #fff;
    --ct-btn-active-bg: #dc2026;
    --ct-btn-active-border-color: #dc2026;
    --ct-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ct-btn-disabled-color: #fff;
    --ct-btn-disabled-bg: #dc2026;
    --ct-btn-disabled-border-color: #dc2026;
}

.btn-pfa-outline-danger {
    --ct-btn-color: #dc2026;
    --ct-btn-border-color: #dc2026;
    --ct-btn-hover-color: #fff;
    --ct-btn-hover-bg: #dc2026;
    --ct-btn-hover-border-color: #dc2026;
    --ct-btn-focus-shadow-rgb: 250, 92, 124;
    --ct-btn-active-color: #fff;
    --ct-btn-active-bg: #dc2026;
    --ct-btn-active-border-color: #dc2026;
    --ct-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ct-btn-disabled-color: #dc2026;
    --ct-btn-disabled-bg: transparent;
    --ct-btn-disabled-border-color: #dc2026;
    --ct-gradient: none;
}
.pagination {
    --ct-pagination-active-bg: #dc2026;
    --ct-pagination-active-border-color: #dc2026;
    --ct-pagination-hover-bg: #FFE2E5;
    --ct-pagination-hover-border-color: #FFE2E5;
    --ct-pagination-hover-color: #000;
}
.symbol-label {
    background-color: #FFE2E5;
    color: #F64E60;
}

.bg-pfa-danger {
    color: #dc2026;
    background-color: #FFE2E5;
}

.text-pfa-danger {
    color: #dc2026;
}

.bg-danger-o-50 {
    background-color: rgba(246, 78, 96, 0.2) !important;
}

.widget-icon {
    color: #dc2026;
    font-size: 20px;
    background-color: #FFE2E5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
}

.user-image {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
}

.nav-pills {
    --ct-nav-pills-link-active-bg:#FFE2E5;
    --ct-nav-pills-link-active-color:#dc2024;
    --ct-link-hover-color: #dc2024;
}
.error {
    --ct-text-opacity: 1;
    color: rgba(var(--ct-danger-rgb), var(--ct-text-opacity)) !important;
}

.text-black-25 {
    color: #6c757d !important;
}

.badge.label-light-success {
    color: #1BC5BD;
    background-color: #C9F7F5;
}

.badge.label-light-danger {
    color: #F64E60;
    background-color: #FFE2E5;
}

.badge.label-light-secondary {
    color: #6c757d;
    background-color: #dbe1e9;
}

.badge.label-light-primary {
    color: #0d6efd;
    background-color: #c8ddfd;
}

.badge.label-light-warning {
    color: #ffc107;
    background-color: #fff3d1;
}

.badge.label-light-info {
    color: #0dcaf0;
    background-color: #bdf4ff;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modalImage {
    display: none;
    position: fixed;
    z-index: 9999; /* Ensure it's above other elements */
    left: 0;
    top: 0;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9); /* Semi-transparent black background */
}

.modal-contentImage {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    height: auto;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#captionImage {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-contentImage, #captionImage { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.custom-size {
    width: 100%;
}

.page-title-box .page-title-right {
    display: block!important;
}
@media (max-width: 1580px) and (min-width: 1398px) {
    .dashboard-card-title {
        font-size: 11px;
    }
}

@media (max-width: 1594px) and (min-width: 1208px) {
    .custom-size {
        width: 17%;
    }
}

@media (max-width: 1405px) and (min-width: 1605px) {
    .custom-size {
        width: 20%;
    }
}

@media(min-width: 992px) {
    .custom-size {
        width: auto;
    }
}

@media(min-width: 1606px){
    .custom-size {
        width: 20%;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .widget-flat i.widget-icon {
        display: block;
    }
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.closeImage {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.closeImage:hover,
.closeImage:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-contentImage {
        width: 100%;
    }
}

.fs-7 {
    font-size: 0.665rem;
}

.apexcharts-datalabels.legend-mouseover-inactive {
    opacity: 1 !important;
}

.text-padding th,
    .text-padding td {
        padding: 5px;
    }

th span.filter:hover, td span.filter:hover {
    cursor: pointer;
}

.profit-scroll {
    max-height:73.2vh;
    height: 100%;
    overflow-y:auto;
}

span.text-hover-danger:hover {
    color: #F64E60 !important;
    cursor: pointer;
}
.customer-detail .nav-tabs.nav-bordered li a.active {
    border-bottom: 2px solid #F64E60;
}
.customer-detail .nav-link:focus,.customer-detail .nav-link:hover {
    color: #F64E60 !important;
}

.theme-background {
    background-color: #0A0F20F5 !important;
    background-repeat: no-repeat;
}

.pfa-animation-logo {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin: -40px 0 0 -40px;
}

.pfa-logo-image {
    width: 350px;
    margin-left: -100px;
}

@media (max-width: 768px) {
    .pfa-animation-logo {
        width: 60px;
        height: 60px;
    }

    .pfa-logo-image {
        width: 200px;
        margin-left: -45px;
    }
}

@media (max-width: 480px) {
    .pfa-animation-logo {
        width: 40px;
        height: 40px;
    }

    .pfa-logo-image {
        width: 150px;
        margin-left: -25px;
    }
}
