.dodgerblue{
	color: dodgerblue;
}

.uyari_oval{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: yellow;
}

.kare{
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: red;
    margin-left: -5px;
}

.oval_yesil{
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color:#03e403;
    margin-left: -5px;
}
.oval_acik_yesil{
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color:#00ff00;
    margin-left: -5px;
}
.oval_siyah{
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color:#000000;
    margin-left: -5px;
}
.oval_kirmizi{
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color:#ff0000;
    margin-left: -5px;
}
.rakamlar{
    font-size: 20px;
    font-weight: 900;
    padding: 2px 4px 2px 4px;
    background-color: indigo;
    color: white;
    border-radius: 10px;
}

@keyframes zemin{
    from{background-color: #abfeab}
    to{background-color: white}
}

.uyari_zemin{
    background-color: #abfeab;
    animation-name: zemin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.firma_class{
    overflow: hidden;
    
}
.firma_class > p{
    text-overflow: Ellipsis; 
    overflow: hidden; 
    white-space: nowrap;
}


.flex-container{
    display: flex;
    justify-content: space-around;
    
}



.flex-container > div{
    border: 1px solid black;
    background-color: white;
    text-align: center;
    width: 100%;
}

.gosterge{
    display: none;
}
.dosyalar{
    display: none;
}



