﻿
/*! Font*/
* {
    font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif;
}

.font-small{
    font-size: 14px;
    font-weight: lighter;
}


/*! Orange Button*/
.btn-fs-orange {
    color: #fff;
    background-color: #db5901;
    border-color: #db5901;
}

.btn-fs-orange.disabled, .btn-fs-orange:disabled {
    color: #fff;
    background-color: #f89406;
    border-color: #f89406;
}

.btn-fs-orange:not(:disabled):not(.disabled):active, .btn-fs-orange:not(:disabled):not(.disabled).active,
.show > .btn-fs-orange.dropdown-toggle {
    color: #fff;
    background-color: #c67605;
    border-color: #ba6f04;
}

    .btn-fs-orange:not(:disabled):not(.disabled):active:focus, .btn-fs-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fs-orange.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 164, 43, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(249, 164, 43, 0.5);
    }

/*! Red Button*/
.btn-fs-red {
    color: #fff;
    background-color: #DE4B4B;
    border-color: #DE4B4B;
}
.btn-fs-red:focus, .btn-fs-red.focus {
    color: #fff;
    background-color: #ea3d38;
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 119, 116, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(241, 119, 116, 0.5);
}

.btn-fs-red.disabled, .btn-fs-red:disabled {
    color: #fff;
    background-color: #ee5f5b;
    border-color: #ee5f5b;
    opacity: 30%;
}

.btn-fs-red:not(:disabled):not(.disabled):active, .btn-fs-red:not(:disabled):not(.disabled).active,
.show > .btn-fs-red.dropdown-toggle {
    color: #fff;
    background-color: #e9322d;
    border-color: #e82721;
}

    .btn-fs-red:not(:disabled):not(.disabled):active:focus, .btn-fs-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-fs-red.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 119, 116, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(241, 119, 116, 0.5);
    }

/*Red Outline Button*/
.btn-outline-fs-red {
    color: #e82721;
    border-color: #e82721;
}

    .btn-outline-fs-red:hover {
        color: #fff;
        background-color: #e82721;
        border-color: #e82721;
    }

    .btn-check:focus + .btn-outline-fs-red, .btn-outline-fs-red:focus {
        box-shadow: 0 0 0 0.25rem rgba(238, 95, 91, 0.5);
    }

    .btn-check:checked + .btn-outline-fs-red,
    .btn-check:active + .btn-outline-fs-red, .btn-outline-fs-red:active, .btn-outline-fs-red.active, .btn-outline-fs-red.dropdown-toggle.show {
        color: #fff;
        background-color: #e82721;
        border-color: #e82721;
    }

        .btn-check:checked + .btn-outline-fs-red:focus,
        .btn-check:active + .btn-outline-fs-red:focus, .btn-outline-fs-red:active:focus, .btn-outline-fs-red.active:focus, .btn-outline-fs-red.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(238, 95, 91, 0.5);
        }

    .btn-outline-fs-red:disabled, .btn-outline-fs-red.disabled {
        color: #e82721;
        background-color: transparent;
        opacity: 20%;
    }


/*! Colors*/
.fs-red {
    color: #DE4B4B;
}

.fs-orange {
    color: #db5901;
}

/*! Background */
.bg-fs-red {
    background: #DE4B4B;
    outline: #000;
}

.bg-fs-orange {
    background: #db5901;
    outline: #000;
}

/*! borders */
.border-fs-orange {
    border-color: #db5901 !important;
}

.border-fs-red {
    border-color: #DE4B4B !important;
}

/*! Table */
.db-fixed{
    width: 60px;
    height: 60px;
}

.text-table {
    overflow: hidden;
    white-space: nowrap;
    width: 80px;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
    text-align: center !important;
}

.text-table-header {
    overflow: hidden;
    width: 80px;
    text-overflow: ellipsis;
    padding: 0px;
    margin: 0px;
    text-align: center !important;
}

.header-wrap {
    width: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
}

table.fixed {
    table-layout: fixed;
}

table.fixed td {
    overflow: hidden;
}


.bordered-td-fs {
    border: 1px solid #000;
    border-collapse: collapse;
    margin: 0;
    padding: 4px;
    position: relative;
    z-index: 1;
    background-clip: padding-box; /* Add this line */
}

.skewed-bg {
    background: rgba(219, 81, 1, 1);
    color: #FFF;
    padding: 2em;
    position: relative;
    z-index: 1;
    min-height: 300px;
    overflow: hidden;
    
}

.skewed-bg::after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -25%;
    left: 0;
    right: 0;
    height: 100%;
    background: #272b30;
    transform: skew(0deg, -9deg);
}

.top-content {
    position: relative;
    z-index: 3;
}

.large-icon {
    font-size: 64px;
}

.xxl-icon {
    font-size: 240px;
}

.pointer-link {
    cursor: pointer;
    text-decoration: none;
}


input[type='checkbox'] {

    width: 20px;
    height: 20px;
    background: white;
    border-radius: 3px;
    border: 2px solid #555;
}

.fs-orange-bg-fade {
    background: #db5901;
    background: linear-gradient(to right, #d05604, #e88b4c);
}

.card {
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.btn {
    border-radius: 1rem;
}

section.home-cards {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

@media{

    .home-cards .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        background: linear-gradient(to right, #9a7f1266, #eed67766);
    }
}

/*! Premium table code start*/
section.pricing {
    
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);


}

.bgf-h1 {
        background: linear-gradient(to right, #d05604, #dc7128);
    }

.bgf-h2 {
        background: linear-gradient(to right, #dc7128, #e88b4c);
    }

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 1rem;
    letter-spacing: .1rem;
    font-weight: bold;
    color: darkslategray;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
    color: darkslategray;
}

    .pricing .card-price .period {
        font-size: 0.8rem;
        color: darkslategray;
    }

.pricing ul li {
    margin-bottom: 2rem;
    color: darkslategray;
}

.pricing .text-muted {
    opacity: 0.8;
    color: black;
}

.pricing .btn {
    font-size: 100%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

        .pricing .card:hover .btn {
            opacity: 1;
        }
}

/*! Premium table code end */


/* Override the hover state */
.no-hover:hover {
    background-color: inherit !important; /* Use !important to ensure the style takes precedence */
}


/* Scrollbar For Chrome, Safari, and Opera */
.fs-scrollbar::-webkit-scrollbar {
    width: 12px;
}

.fs-scrollbar::-webkit-scrollbar-track {
    background-color: #f4f4f4;
    border-radius: 6px;
}

.fs-scrollbar::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

.fs-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* scrollbar For Firefox */
.fs-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #888 #f4f4f4;
}

.container-flex {
    display: flex;
}

.sidebar {
    width: 250px;
    height: 100vh;
    background-color: #343a40; /* Example color, you can adjust as needed */
}

.sidebar .list-group-item {
    border-radius: 0;
    background-color: #343a40;
    color: white;
}

.sidebar .list-group-item:hover {
    background-color: #007bff; /* Adjust hover color as needed */
}

.content-right-of-sidebar {
    margin-left: 250px; /* This should be the width of your sidebar */
}


/* For D3 Pos pick curve */
.chart-tooltip {
    position: fixed;
    pointer-events: none;
    background: rgba(24,24,28,.95);
    color: #e5e7eb;
    border: 1px solid #374151;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,.35);
    z-index: 9999;
    opacity: 0;
    transition: opacity .08s ease;
}

.chart-tooltip .name {
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.chart-tooltip .muted {
    color: #9ca3af;
}