body {
    background: #182b3c;
    font-family: 'Roboto';
    font-size: 15px;
}
.current .title {
    background: #27a2ff;
}
.step-heading {
    color: #27a2ff;
}
.actions ul li a {
    background: #27a2ff;
}
/*.title {
    width: 80px;
    height: 80px;
}*/
.select2-container {
    width: 100% !important;
    max-width: 450px;
}

.title_text {
    text-overflow: ellipsis;
    max-width: 66px;
    white-space: nowrap;
    overflow: hidden;
}

#errorall {
    font-size: 15px;
    margin: 0px;
    padding-top: 35px;
    background: red;
    padding: 12px 10px 12px 10px;
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 15px;
    font-family: 'Roboto';
    color: #fff;
    border-radius: 8px;
    display: none;
    text-align: center;
}

.langselect {
    padding: 12px 10px 12px 10px;
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 15px;
    font-family: 'Roboto';
    color: #fff;
    text-align: center;
}

input, select {
    font-family: 'Roboto';
}

label {
    font-size: 15px;
}
.ver-label {
    font-size: 17px;
}
.ver-label-status {
    text-align: center;
    border-radius: 3px;
}
.ver-label-status_wait {
    background: #25a2ff;
    color: #fff;
    animation: blinker 3s linear infinite;
}
.ver-label-status_success {
    background: #03b302;
    color: #fff;
}
.ver-label-status_err {
    background: red;
    color: #fff;
}
.select2-results__options {
    display: grid;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #666666;
    padding: 11px 12px;
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.select-list {
    margin-bottom: 0px;
}

.form-checkbox label.error {
    display: none !important;
}

#endall {
    font-size: 15px;
    margin: 0px;
    padding-top: 35px;
    background: #25a2ff;
    padding: 12px 10px 12px 10px;
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 15px;
    font-family: 'Roboto';
    color: #fff;
    border-radius: 8px;
    text-align: center;
    display: none;
}

#endall2 {
    display: none;
}

#endall2 a{
    background: #27a2ff;
    left: 50%;
    transform: translate(-50%, 10%);
    position: relative;
    width: 130px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    display: flex;
    display: -webkit-flex;
}

.container {
    min-height: 250px;
}


@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}
@media screen and (max-width: 670px) {
    .select2-container {
        width: 100% !important;
        max-width: 300px;
    }
}

@media screen and (max-width: 480px) {
    .select2-container {
        width: 100% !important;
        max-width: 300px;
    }
}

