.check-role input:checked ~ .content {
    background: -webkit-gradient( linear, left top, right top,  from(#e3bb16),to(#d39700));
    background: linear-gradient(90deg, #e3bb16 0%, #d39700 100%);
}
.check-role input:checked ~ .content img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.check-role input:checked ~ .content .title {
    color: #fff;
}
.check-role input:checked ~ .content .circle {
    border: 1px solid #fff;
}
.check-role input:checked ~ .content .circle::after {
    display: block;
}
.check-role .circle::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none;
}
.item_box_kyc_type_detail input:checked ~ span{
	background: linear-gradient(90deg, #e3bb16 0%, #d39700 100%);
	color: #fff;
}
.user-ava img,
.avatar-group img{
    width: 100%;
}
.last_news.page_aplgo {
    padding: 30px 0;
    position: relative;
}
.inner {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.last_news.page_aplgo .text, .start .main_acumullit .text, .start .more_than_business .text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.last_news.page_aplgo .text h2 {
    width: 40%;
}
.last_news.page_aplgo .text .descr {
    width: 60%;
}
.last_news.page_aplgo .text h2, .start .main_acumullit h2, .start .more_than_business .text h2 {
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
}
.last_news.page_aplgo .items {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}   
.last_news.page_aplgo .item {
    width: 271px;
    display: flex;
    flex-direction: column;
    background-color: #eee;
    padding-bottom: 21px;
}
.last_news.page_aplgo .item .title {
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 22px;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
}
.last_news.page_aplgo .items .img {
    display: block;
    width: 100%;
    height: 147.78px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 13px;
    position: relative;
}
.last_news.page_aplgo .item .name {
    font-weight: 400;
    font-size: 1.5rem;
    padding: 0 15px;
}
.last_news.page_aplgo .item .date {
    font-weight: 600;
    font-size: 0.8rem;
    color: #5a832a;
    padding: 0 15px;
    margin-top: 3px;
}
.last_news.page_aplgo .txt {
    font-size: 1rem;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0 5px 0 15px;
}
.last_news.page_aplgo .item .btn {
    display: flex;
    height: 32px;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0 19px;
    position: relative;
    color: #5a832a;
    margin-left: 15px;
    cursor: pointer;
    margin-top: auto;
    font-size: 1rem;
    border: 1px solid #5a832a;
    border-radius: 30px;
}
.last_news.page_aplgo .item .photo, .last_news.page_aplgo .item .video {
    padding-left: 51px;
    padding-right: 20px;
    min-width: 0;
}
.checkbox__all .rec {
    position: relative;
}
.checkbox__all .rec::after {
    content: "";
    width: 5px;
    height: 10px;
    border: solid #ecc96c;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 5px;
    display: none;
    z-index: 1;
}
.checkbox__all input:checked ~ .rec {
    border: 1px solid #ecc96c;
}
.checkbox__all input:checked ~ .rec::after {
    display: block;
}
.checkbox-all .text::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #888888;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checkbox-all .text {
    padding-left: 24px;
}
.checkbox-all input:checked ~ .text::after {
    display: block;
}
.checkbox-all .text::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#D4A840), color-stop(53.65%, #FFED9A), to(#FCC541));
    background: linear-gradient(180deg, #D4A840 0%, #FFED9A 53.65%, #FCC541 100%);
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.table-admin__all_plus {
    border: 1px solid #eee;
    overflow-x: auto;
    white-space: nowrap;
}
.table-admin__all_plus td {
    padding: 10px 20px;
}
.table-admin__all_plus td:not(:first-child) {
    border-left: 1px solid #eee;
}
.table-admin__all_plus tbody tr {
    border-top: 1px solid #eee;
}
.table-admin__all_plus tbody tr:nth-child(odd) td {
    background: #f5f5f5;
}
.table-admin__all_plus tbody td {
    background: #fff;
}
.table-admin__all_plus.table-blue td:not(:first-child) {
    border-left: 1px solid #212b35;
}
.table-admin__all_plus.table-blue tr {
    border-top: 1px solid #212b35;
}
.box-method__detail img{
    width: 40px;
}