@font-face {
    font-family: 'DB HeaventRounded';
    src: url('/template/backend/fonts/DBHeaventRounded.eot');
    src: url('/template/backend/fonts/DBHeaventRounded.eot?#iefix') format('embedded-opentype'),
        url('/template/backend/fonts/DBHeaventRounded.woff2') format('woff2'),
        url('/template/backend/fonts/DBHeaventRounded.woff') format('woff'),
        url('/template/backend/fonts/DBHeaventRounded.ttf') format('truetype'),
        url('/template/backend/fonts/DBHeaventRounded.svg#DBHeaventRounded') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DB Adman X';
    src: url('/template/backend/fonts/DBAdmanX.eot');
    src: url('/template/backend/fonts/DBAdmanX.eot?#iefix') format('embedded-opentype'),
        url('/template/backend/fonts/DBAdmanX.woff2') format('woff2'),
        url('/template/backend/fonts/DBAdmanX.woff') format('woff'),
        url('/template/backend/fonts/DBAdmanX.ttf') format('truetype'),
        url('/template/backend/fonts/DBAdmanX.svg#DBAdmanX') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DB HeaventRounded';
    src: url('/template/backend/fonts/DBHeaventRounded-Black.eot');
    src: url('/template/backend/fonts/DBHeaventRounded-Black.eot?#iefix') format('embedded-opentype'),
        url('/template/backend/fonts/DBHeaventRounded-Black.woff2') format('woff2'),
        url('/template/backend/fonts/DBHeaventRounded-Black.woff') format('woff'),
        url('/template/backend/fonts/DBHeaventRounded-Black.ttf') format('truetype'),
        url('/template/backend/fonts/DBHeaventRounded-Black.svg#DBHeaventRounded-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DB HeaventRounded';
    src: url('/template/backend/fonts/DBHeaventRounded-Bold.eot');
    src: url('/template/backend/fonts/DBHeaventRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('/template/backend/fonts/DBHeaventRounded-Bold.woff2') format('woff2'),
        url('/template/backend/fonts/DBHeaventRounded-Bold.woff') format('woff'),
        url('/template/backend/fonts/DBHeaventRounded-Bold.ttf') format('truetype'),
        url('/template/backend/fonts/DBHeaventRounded-Bold.svg#DBHeaventRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DB HeaventRounded';
    src: url('/template/backend/fonts/DBHeaventRounded_1.eot');
    src: url('/template/backend/fonts/DBHeaventRounded_1.eot?#iefix') format('embedded-opentype'),
        url('/template/backend/fonts/DBHeaventRounded_1.woff2') format('woff2'),
        url('/template/backend/fonts/DBHeaventRounded_1.woff') format('woff'),
        url('/template/backend/fonts/DBHeaventRounded_1.ttf') format('truetype'),
        url('/template/backend/fonts/DBHeaventRounded_1.svg#DBHeaventRounded') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'DB HeaventRounded';  
    background-color: #e9ecef;
}
.fw-600{
    font-weight: 600;
}

.cards{
    
    background-color: white;
    border-color: #ffffff;
    border-radius: 0.5rem;
}
.ml-5{
    margin-left: 5rem;
}
.fs-h{
    font-size: x-large;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #ffffff;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: aliceblue;
}
.text-c{
    text-align: center;
}
h3{
    font-size: 1.5rem;
}
.text-e{
    text-align: end;
}
.track1{
   
        background-color: cornsilk;
        border-bottom-right-radius: 0.75rem;
        padding-left: 1rem;
        padding-right: 1rem;
        border-top-left-radius: 0.75rem;
        color: #ffcc00 !important;
    
   
}
.track2{
    color: teal !important;
    background-color: #00808042;
    border-bottom-right-radius: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top-left-radius: 0.75rem;
  
}
.track3 {
    color: lightsalmon !important;
    background-color: #ffa07a36;
    border-bottom-right-radius: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top-left-radius: 0.75rem;
}
.track4 {
    background-color: #d89c7157;
    border-bottom-right-radius: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top-left-radius: 0.75rem;
    color: #d89c71 !important;
}
.fs-b{
    font-size: larger;
}
.btn-secondary {
    color: #1d2124;
    background-color: #c6def9;
    border-color: #c6def9;
}