@font-face {
    font-family: PPTelegrafRegular;
    src: url(../fonts/PPTelegrafRegular.otf);
}

@font-face {
    font-family: PPTelegrafSemibold;
    src: url(../fonts/PPTelegrafSemibold.otf);
}

:root {
    --primarycolor: #21485B;
}

body,
p {
    font-family: 'PPTelegrafRegular';
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: PPTelegrafSemibold;
}

.logo_img{
    height: 50px;
}

.registration_from{
    min-height: 100vh;
}

.form_div {
    background: #f5f5f5;
}

.form-control {
    padding: 10px 20px;
}

.submit,.submit:hover {
    width: 100%;
    padding: 10px 20px;
    background: var(--primarycolor);
    border: none;
}

img.img-flag {
    width: 30px;
}
.select2-container--default .select2-selection--single {
    height: auto;
    padding: 10px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 15px;
}

.error_message {
    background: #ffc2c2;
    padding: 20px 40px;
}

.error_message_text{
    color: #ff0000;
}

.input-group-append .input-group-text {
    padding: 4px 20px;
    border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
    cursor: pointer;
}

.input-group-prepend .input-group-text{
    border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
}

.input-group i {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}

.toast-message{
    font-family: 'PPTelegrafRegular';
}

.red_font {
    color: #ff0000;
}

#certificateheight{
    overflow: hidden;
    resize: none;
    height: 85px;
}

.input-group-text {
    height: 100%;
}

input:valid {
    background-color: palegreen;
}

input:invalid {
    background-color: lightpink;
}


.certificate_show_btn {
    width: 100%;
    padding: 10px 20px;
    background: var(--primarycolor);
    border: none;
    color: #fff;
    border-radius: var(--bs-border-radius);
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
}
