.virtual .nav-item a {
    color: #000;
}

.virtual .tab-content {
    padding-top: 15px;
}

.virtual .hidden {
    display: none;
}

.virtual .show {
    display: block;
}

.virtual .form-group {
    margin-bottom: 1rem;
}

.input-group-btn {
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    height: 38px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ced4da;
    padding: 0 15px;
}

.input-group-btn input {
    opacity: 0;
    height: 100%;
    width: 100%;
}

.input-group-btn .custom-file-uploader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.input-group-btn>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.input-group-btn>label {
    margin: 0;
}

.send-form,
.form-check {
    background: #0A3077 !important;
    color: #fff;
    border: none;
    outline: none;
}

.send-form:hover,
.form-check:hover {
    color: #fff;
}
.all-news .send-form{
    background: #D3A102!important;
}

.form-check {
    padding: 6px 20px;
    margin-bottom: 2px;
}

#form-result {
    text-align: center;
    font-size: 20px;
}

.virtual .row>div {
    padding-bottom: 0;
}

.virtual .row {
    margin-bottom: 0;
}
.all-news{
    padding: 30px;
    margin-bottom: 30px;
    min-height: 320px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 8px rgba(107, 103, 147, 0.1);
    box-shadow: 0 2px 8px rgba(107, 103, 147, 0.1);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.all-news .nav-tabs .nav-link.active::before{
    content: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: 1px solid!important;
    border-color: #dee2e6 #dee2e6 #fff!important;

}
.all-news .nav-tabs .nav-item.show .nav-link:hover,.all-news .nav-tabs .nav-item.show .nav-link:focus{
    border: 1px solid!important;
    border-color: #dee2e6 #dee2e6 #fff!important;

}
.all-news .captcha-input-2 input{
    height: auto;
}
.all-news #captcha_contacts_button{
    height: 36px;
}
.all-news .virt_row{
    display: flex;
    align-items: center;
}
/*.all-news .captcha-main{*/
/*    margin-left: 0;*/
/*}*/
.all-news #captcha_contacts img{
height: auto;
}
.all-news label{
    font-size: 18px;
    font-weight: 500;
}
.virtual .nav-link{
    font-size: 18px;
    font-weight: 500;
}
.check_btn{
    margin-top: 35px;
}
.check_btn .btn{
    background-color: #D3A102!important;
}
