﻿


.BulletReglament {
    margin: 0.7vh;
    font-size: 5vh;
   /* padding: 0.5vh;*/

    padding-left: 5.5vh;
    padding-right: 5.5vh;

    

    font-style: italic;
    background-color: antiquewhite;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1vh;
    background-color: transparent;
    color: Purple;
}



/*.select-items {
  
    background-color: DodgerBlue;
  
}*/

.opBull {
   
}


select, option {
    width: 70%;
    text-align: center;
    background-color: DodgerBlue;
}

option {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}





.BulletReglament select::-ms-expand {
    display: none;
}













.SectBulletContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
    flex-direction: row;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
}





.CrownContainer {
    /*background: no-repeat url('/images/Crown.png');*/

    background: no-repeat url('../images/Crown.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    /*border: 1px solid;
    border-color: red;*/
    width: 6vmin;
    height: 6vmin;
}



.BeretContainer {
    /*background: no-repeat url('/images/Crown.png');*/

    background: no-repeat url('../images/Beret.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    /*border: 1px solid;
    border-color: red;*/
    width: 6vmin;
    height: 6vmin;
}






.PlayerPosition {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}