﻿/*https://www.dafont.com/ds-digital.font?text=DS-DIGB.TTF*/

#countdown {
    font-size: 2em;
    color: #2c3e50;
}

.centerz {
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.shadow {
}

.tbl {
    background-color: transparent;
    border-radius: 10px;
    padding: 5px;
    font-size: 34px;
}

.radiustop {
    /*    box-shadow: 2px 2px 3px rgba(0,0,0,0.3) !important;*/
    background-color: transparent;
    /*    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    padding: 5px !important;
    vertical-align: bottom;
}

.radiusbottom {
    background-color: transparent;
    padding: 5px !important;
    /*    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}

.spn {
    background-color: #03003c;
    border-radius: 10px !important;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3) !important;
}

.spn2 {
    border-radius: 10px !important;
    background-color: rgba(255, 255, 255, 0.7);
}


tr {
    background-color: transparent;
    /*  padding: 6px;*/
}

.lmp2 {
    color: #03003c;
    animation-name: txtlmp2;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
}

@keyframes txtlmp2 {


    10% {
        color: yellow;
    }

    15% {
        color: #03003c;
    }
}

.lmp {
    color: white;
    animation-name: txtlmp;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
}

@keyframes txtlmp {
    5% {
        color: black;
    }

    10% {
        color: yellow;
    }

    20% {
        color: white;
    }

    80% {
        color: white;
    }
}
@font-face {
    font-family: 'DS-Digital';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/DS-DIGI.woff') format('woff');
}

@font-face {
    font-family: 'DS-Digital';
    font-style: italic;
    font-weight: 400;
    src: url('/css/fonts/DS-DIGII.woff') format('woff');
}

@font-face {
    font-family: 'DS-Digital';
    font-style: normal;
    font-weight: 700;
    src: url('/css/fonts/DS-DIGIB.woff') format('woff');
}

@font-face {
    font-family: 'DS-Digital';
    font-style: italic;
    font-weight: 700;
    src: url('/css/fonts/DS-DIGIT.woff') format('woff');
}
/*
@font-face {
    font-family: 'DS-Digital';
    font-style: normal;
    font-weight: 400;
    src: local('DS-Digital'), url('https://fonts.cdnfonts.com/s/15049/DS-DIGI.woff') format('woff');
}

@font-face {
    font-family: 'DS-Digital';
    font-style: italic;
    font-weight: 400;
    src: local('DS-Digital'), url('https://fonts.cdnfonts.com/s/15049/DS-DIGII.woff') format('woff');
}

@font-face {
    font-family: 'DS-Digital';
    font-style: normal;
    font-weight: 700;
    src: local('DS-Digital'), url('https://fonts.cdnfonts.com/s/15049/DS-DIGIB.woff') format('woff');
}

@font-face {
    font-family: 'DS-Digital';
    font-style: italic;
    font-weight: 700;
    src: local('DS-Digital'), url('https://fonts.cdnfonts.com/s/15049/DS-DIGIT.woff') format('woff');
}*/

/*.table-wrapper {
    background-image: url('/portals/0/image-20250909125300-1.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 292px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}*/
