/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2021/10/15, 18:21:51
    Author     : akimoto
*/

.teller{
	border-radius: 20px;
	box-shadow: 5px 4px 10px 3px rgb(82 94 96 / 70%);
	margin: 5px auto;
	padding: 15px;
	background: #1211188c;
	min-height: 120px;
	max-height: 150px;
	display: flex;
}
.teller-info-wrap{
	display: flex;
	align-items: center;
	width: 100%;
}
.teller-pict-wrap{
	width: 60px;
	height: 60px;
	margin-right: 15px;
	position: relative;
}

.tellerIcon{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.rankIcon{
	position: absolute;
	right: -5px;
	bottom: -10px;
	width: 35px !important;
	height: 35px !important;
	border-radius: unset !important;
	filter: drop-shadow(0px 0px 5px #00cdef);
}

.teller-info{
	width: 80%;
}

.teller-status{
	text-align: center;
	border-radius: 5px;
	background: #cb5dae;
	padding: 5px 0;
	margin-bottom: 5px;
}
.teller-title {
    background: #cb5dae;
    border-radius: 5px;
    padding: 5px 15px;
    width: 100%;
    margin: 10px auto;
}

.teller-style {
    text-align: center;
    border-radius: 5px;
    padding: 4px 4px;
    border: 2px solid #cb5dae;
    margin-right: 5px;
}
.teller-style:last-of-type {
    margin-right: 0;
}
.teller-style-wrap{
	margin: 15px 0 5px;
}

.teller-about{
	min-height: 300px;
	max-height: 500px;
}