﻿.card-title {
    font-size: 15px;
    font-weight: normal !important;
}
.card-header {
    height: auto !important;
    background-color: #F2DE00 !important;
}

.card-body {
    border-radius: 10px !important;
}

.grayBorder {
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    padding: 5px !important;
}

.dates {
    text-align: center !important;
}

.festivalLogo {
    border-radius: 50% !important;
}

.festivalTitleEn {
    color: #c1c1c1;
    font-size:25px;
    font-weight: bold;
    font-style: italic;
}
.festivalTitleFa{
    font-size:30px;
    font-weight:bold;
}
.genres {
    display: flex !important;    
    border-radius: 5px;
    font-size:12px;
}
.divGenre {
    margin: 2px !important;
    color: #848484;
    padding: 7px;
    background-color: #e9e9e9;
    font-style: italic;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
    text-align:center;
    display:inline-flex;
}
#btnOpenFestival {
    background-color: #41c838 !important;
    padding: 15px;
    border-radius:5px;
    color:white;
    font-size:15px;
    text-align:center;
    cursor:pointer;
}
#btnOpenFestival:hover {
    background-color: #30bd26 !important;
}
#btnCloseFestival {
    background-color: #d71c1c !important;
    cursor: not-allowed;
    padding: 15px;
    border-radius: 5px;
    color: white;
}
.green{
    color:green;
}
.red{
    color:red;
}
.openclose{
    margin-top:10px;
    margin-bottom:10px;
}
.festivalShortLink{
    font-size:12px;
    color:gray;
}
.howtosend{
    color:blue;
}
.detail hr{
    border-bottom:2px dashed #ccc ;
    margin-left:10px;
    margin-top:8px;
    margin-bottom:8px;
}
.mt-20{
    margin-top:20px;
}
@media (max-width:600px) {
}
.countdown-content{
    padding:10px;
    text-align:center;
}