.cont-likes{
	display:flex;
    justify-content: center;
    margin: 4% 15%;
}
.col-l{
	padding: 0 2%;
    width: 45%;
    text-align: right;
    display:flex;
    justify-content: right;
}

.col-r{
    padding: 0 2%;
    width: 45%;
    text-align: center;
    display:flex;
}

.btn-like{
    background: transparent;
    border:transparent;
    min-width: 20%;
}


.btn-dislike{
    background: transparent;
    border:transparent;
    min-width: 20%;
}

.icon{
    padding: 0 !important;
    margin: 0 !important;
    width: 35%;
    margin-bottom: 0px !important;
}

.accountant{
    color: #a5a9aa;
    font-size:18px;
    font-weight: 500;
    min-width: 15%;
    border:transparent;
    margin: -5px 0 0 -40px;
}
.accountant_like{
    color: #a5a9aa;
    font-size:18px;
    font-weight: 500;
    width: 15%;
    border:transparent;
    margin: -10px 0 0 -40px !important;
}

.reason-hide{
    display: none;
    justify-content: center;
    margin-bottom: 4%;
}

.cont-reason{
	background: #fff;
    border: 2px solid #e32029;
    border-radius: 25px;
    margin: 2%;
    padding: 3% 6% 2% 6%;
    color: #a5a9aa;
    width: 80%;
    font-size: 16px;
}
.title-reason{
	font-size: 18px !important;
    font-weight: 600;
}

.btn-reason{
	background: #e32029;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 3% 35%;
    padding: 1% 5%;
    border-radius: 25px;
    border: transparent;
}

.btn-reason:hover{
	background: #a5a9aa;
}
