.item-thame {
	margin-top:-60px;
	margin-bottom:60px;
}

.appeal__item__footer__mark a {
	color: #27A193;
}

.file_block {
	margin-top:30px;
	margin-bottom:30px;
}

.btn {
    padding: 1.2rem 3.2rem;
    border-radius: 20rem;
    color: #fff;
    background-color: #27A193;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 140%;
    transition: 0.3s;
    cursor: pointer;
    max-width: max-content;
}
button[disabled] {
    color: #fff;
    background-color: #919494;
}

.info_company {
	margin-bottom:80px;
}

.candidate__form-buttons a.btn {
    margin-bottom: 0px;
}

.error input[type=text] {
    border: 2px solid red !important;
}
.joining__form-text.error, .joining__responsibility-title.error, .info__call-accept.error p {
    color: red !important;
}

.hidden {
	display: none;
}

.message-block {
	position: fixed;
	z-index: 1000000;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	padding: 20px;
	background-color: #8bc34a;
	color: white;
}

.message-block.error {
	background-color: #d53a3a;
	color: white;
}

.message-block.success {
	background-color: #238b30;
	color: white;
}

.sign-success {
    padding: 0.8rem 2.4rem;
	text-align:center;
}

.back {

}

.joining__table-cell a.sign {
    margin-bottom:0px;
}

.joining__table-cell a.sign::before {
    background: none;
    width: auto;
}

.joining__form-text-2 {
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-weight: 600;
}

.joining__form-text-2 span {
    color: #27A193;
}
.joining__form-text-2 p{
    margin-bottom:40px;
}
.uploaded .file_name_upload {
    display: flex;
}

.uploaded  label.delete_upload{
    display: block;
}


.sidebar-link-wrapper {
    justify-content: left;
}

.count_event {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #FF5454;
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    line-height: 1.6rem;
    border-radius: 50%;
}

.joining__form-row.block {
	display: block;
}

.joining__form-row.block .candidate-registration__form-item {
	display: block;
	margin-bottom: 40px;
}