.admin {
    background: linear-gradient(to right,rgb(19, 27, 40) 0%,rgba(220, 89, 89, 0.81) 50%,rgb(20, 28, 40) 100%);
    width: 208px;
    opacity: 0.8;
    padding: 7px 0px;
    margin: auto;
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Trebuchet MS';
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 800ms cubic-bezier(0.390,0.500,0.150,1.360);
}


.vip {
    background: linear-gradient(to right, rgba(211,183,31,1) 0%,rgba(217,196,85,1) 50%,rgba(211,183,31,1) 100%);
    width: 208px;
	opacity: 0.8;
    padding: 4px 0px;
    margin: auto;
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Trebuchet MS';
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2.5px solid #aa9317;
    transition: all 800ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}



.smod {
    background: linear-gradient(to right,rgb(20, 28, 41) 0%,rgba(159, 58, 216, 0.69) 50%,rgb(20, 28, 41) 100%);
    width: 208px;
    opacity: 0.8;
    padding: 7px 0px;
    margin: auto;
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Trebuchet MS';
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 800ms cubic-bezier(0.390,0.500,0.150,1.360);
}


.uye {
    background: linear-gradient(to right,rgb(20, 28, 41) 0%,rgba(144, 154, 177, 0.29) 50%,rgb(20, 28, 41) 100%);
    width: 208px;
    opacity: 0.8;
    padding: 7px 0px;
    margin: auto;
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Trebuchet MS';
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* border-bottom: 2.5px solid #2f3644; */
    transition: all 800ms cubic-bezier(0.390,0.500,0.150,1.360)
}



.mod {
    background: linear-gradient(to right, rgba(0,131,222,1) 0%,rgba(69,162,227,1) 50%,rgba(0,131,222,1) 100%);
    width: 208px;
	opacity: 0.8;
    padding: 4px 0px;
    margin: auto;
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Trebuchet MS';
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2.5px solid #0d74bb;
    transition: all 800ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}



.grafiker {
    background: linear-gradient(to right, rgba(225,72,141,1) 0%,rgba(243,115,173,1) 50%,rgba(225,72,141,1) 100%);
    width: 208px;
	opacity: 0.8;
    padding: 4px 0px;
    margin: auto;
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Trebuchet MS';
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2.5px solid #cb407f;
    transition: all 800ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}


.dmod {
    background: linear-gradient(to right, rgba(53,98,58,1) 0%,rgba(72,130,79,1) 50%,rgba(53,98,58,1) 100%);
    width: 208px;
	opacity: 0.8;
    padding: 4px 0px;
    margin: auto;
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Trebuchet MS';
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2.5px solid #35623a;
    transition: all 800ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}

.yonetici {
    background: linear-gradient(to right, rgba(242,95,56,1) 0%,rgba(249,126,93,1) 50%,rgba(242,95,56,1) 100%);
    width: 208px;
	opacity: 0.8;
    padding: 4px 0px;
    margin: auto;
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Trebuchet MS';
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2.5px solid #c64d33;
    transition: all 800ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
}
		
		