
.filecart-converter
{
    position: relative;
    display: inline-block;
    min-width: 55px
}

.filecart-converter i.fas
{
	margin-right: 5px;
}

.filecart-converter .converter-current
{
    background-color: #1d1c21;
    color: white;
    padding: 5px 10px;
    margin: 0;
    border: none;
    cursor: pointer;
    text-align: center;
}

.filecart-converter:hover .converter-current
{
    background-color: #555555;
}

.filecart-converter .converter-currencies
{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 100%;
}

.filecart-converter:hover .converter-currencies
{
    display: block;
}

.filecart-converter .converter-currencies a
{
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    text-align: center;
}

.filecart-converter .converter-currencies a:hover
{
	background-color: #f1f1f1;
	color: black;
}