@charset "UTF-8";
@font-face {
	font-family: 'yekan-bakh';
	src: url( '../fonts/Yekan-Bakh-FaNum-04-Regular.3ee0088.eot' );
	src: url( '../fonts/Yekan-Bakh-FaNum-04-Regular.3ee0088.eot?#iefix' ) format( 'embedded-opentype' ),
		url( '../fonts/Yekan-Bakh-FaNum-04-Regular.3ee0088.woff2' ) format( 'woff2' ),
		url( '../fonts/Yekan-Bakh-FaNum-04-Regular.3ee0088.woff' ) format( 'woff' ),
		url( '../fonts/Yekan-Bakh-FaNum-04-Regular.3ee0088.ttf' ) format( 'truetype' ),
		url( '../fonts/Yekan-Bakh-FaNum-04-Regular.3ee0088.svg#Yekan' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
}
body {
    font-family: 'yekan-bakh';
}
table {
    font-size: 13pt;
}
th {
    background: #444 !important;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
}
td {
    white-space: nowrap;
}
th:first-child {
    border-top-right-radius: 8px !important;
}
th:last-child {
    border-top-left-radius: 8px !important;
}
.scrolling-text {
    width: calc(100% - 300px);
    display: inline-block;
    white-space: nowrap;
    animation: scroll-ltr 20s linear infinite;
    direction: ltr;
}
.bg-warning {
    background-color: #fc8403 !important;
}
.text-warning {
    color: #fc8403 !important;
}
.text-hover-warning:hover {
    color: #fc8403 !important;
}
.header-img {
    height: 90px;
}
.advertise-img {
    width: 100%;
    padding-top: 10px;
}
.card-creative {
    background-color: #941f1f; 
    background-position: left; 
    background-image: url('../img/icon-back.png'); 
    background-size: auto 175px;
    background-repeat: repeat-x;
}
p{
    font-size: 12pt;
}
@keyframes scroll-ltr {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(100%);
    }
}
@media (max-width: 991.98px) {
    .header {
        position: relative !important;
    }
    .header-img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px !important;
    }
}


@media print {
    body * {
        visibility: hidden;
    }
    #print-area, #print-area * {
        visibility: visible;
    }
    #print-area {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .modal {
        display: none !important;
    }
}