input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.language-new {
    padding: 9px 7px;
    box-sizing: border-box;
    position: relative;
    /*top: 9px;*/
    /*background: #1c4373;*/
    border-radius: 5px;
}

.h-86 {
    height: 86px !important;
}

.one_line {
    display: none;
}

.t-col {
    color: #386BA8;
}

.fs24 {
    font-size: 1.5rem;
    line-height: 35px;
}

.m-0-auto {
    width: 94%;
    margin: 0 auto;
}

.boxes {
    width: 94%;
    min-height: 470px;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    box-sizing: border-box;
    background: white;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.boxes:hover {
    filter: drop-shadow(0.707px 0.707px 6.5px rgba(17,40,65,0.2));
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    background-image: linear-gradient(to top, #386ba8, #204f7d);
}
.boxes:hover .t-white {
    color: white;
}

.fs19_1 {
    font-size: 17.3px;
}
.n-clr {
    color: #D7DBE4;
}
.a-underline:hover {
    text-decoration: none;
}

.txt-clr {
    color: #616B75;
}

.t-center {
    width: 62%;
    margin: 0 auto
}

.cursor-pointer {
    cursor: pointer;
}

.col-d {
    /*background: #1c4373;*/
    padding: 5.5px;
    border-radius: 5px;
}
.mt-9 {
    margin-top: 9px;
}

.logout-btn {
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 4px;
    color: #2b2b2b !important;
    text-decoration: none;
    min-width: 43px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding: 2px;
    box-sizing: border-box;

}

#name-lastname{
    font-size: 13px;
}

.img-height {
    height: 28px !important;
}

.col-d-1 {
    padding: 7px;
}

.pt-42 {
    padding-top: 42px;
}

.fs13 {
    font-size: 1.3rem;
}

.text-blue {
    color: #1576CB;
    line-height: 35px;
}

.bg-letter:before {
    content: '';
    background-image: url("/imgNew/envel.png");
    background-repeat: no-repeat;
    background-position-x: center;
    height: 112px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 44px;
    width: 126px;
}

.custom-form {
    border: none !important;
    border-bottom: 1px solid #C0C0C0 !important;
}

.label-color {
    color: #616B75;
    font-size: 16px;
}

.ui-selectmenu-button {
    background-color: #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    line-height: 26px;
    position: relative;
    width: 100%;
    border: none;
    box-shadow: unset;
    border-radius: unset;
    border-bottom: 1px solid #C0C0C0;
    height: 26px;
}

.ui-selectmenu-icon, .selectize-control.single .selectize-input:after {
    background-image: url('/imgNew/arrow-down.png');
    background-repeat: no-repeat;
}

.selectize-control.single .selectize-input:after {
    bottom: 0 !important;
    height: 10px !important;
    margin: auto 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 16px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none !important;
}

.label-color-1 {
    color:#376AA6;
    font-weight: bold;
    font-size: 16px;
}

.follow_color {
    color: #4474AC !important;
}

.selectize-1 {
    border: unset !important;
    border-bottom: 1px solid #BFBFBF !important;
}
.selectize-input {
    border: unset !important;
    min-height: 16px !important;
    overflow: unset !important;
    padding: 0 22px !important;
}

.selectize-control {
    box-shadow: unset !important;
}

.t-30 {
    top: 30px;
}

.fz-17 {
    font-size: 17px;
}

.tooltip-img {
    margin-top: 30px;
    display: inline-block;
    margin-left: 69px;
    margin-right: 10px;
    width: 291px;
    height: 94px;
    /*background-image: url(/imgNew/tooltip.png);*/
    /*background-repeat: no-repeat;*/
    background-color: #eff0f3;
    border-radius:4px ;
}

.tooltip-img:after {
    content: "";
    position: absolute;
    top: 65%;
    /* left: 10%; */
    margin-left: -9px;
    border-width: 14px;
    border-style: solid;
    border-color: #eff0f3 transparent transparent transparent;
    transform: rotate(-90deg);
    right: -9%;
}


.tooltip-text {
    font-size: 15px;
    padding: 15px;
    display: inline-block;
}

.textarea-img {
    background-image: url("/imgNew/textarea.png");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 325px;
}

.pl-36 {
    padding-left: 36px !important;
}

.attach_description {
    width: 68%;
    text-align: left !important;
    font-size: 16px;
}
.about_us {
    width: 100%;
    min-height: 620px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 10px 20px 15px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}

.ab-title {
    font-size: 18px;
    font-weight: bold;
}

.after-checkbox,
.after-checkbox-1,
.after-checkbox-2,
.des-color {
    color: #616B75;
}

.after-checkbox,
.after-checkbox-1,
.after-checkbox-2
{
    color: #616B75;
    padding-left: 3.5rem !important;
}

.after-checkbox:before {
    content: '';
    position: absolute;
    background-image: url(/imgNew/sprite123.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 20px;
    left: 39px;
    top: 3px;
}

.after-checkbox-1:before {
    content: '';
    position: absolute;
    background-image: url(/imgNew/sprite123.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 20px;
    left: 39px;
    top: 29px;

}
.after-checkbox-2:before {
    content: '';
    position: absolute;
    background-image: url(/imgNew/sprite123.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 20px;
    left: 39px;
    top: 57px;

}

.w-92 {
    width: 95% !important;
}

.fs-15_5 {
    font-size: 15.5px;
}

.mh-800 {
    min-height: 860px;
}

.w-100-custom {
    width: 100%;
}

.date-inp {
    height: 35px;
    border-radius: 4px !important;
}

.ml-13 {
    margin-left: 13px;
}

.complain-button:checked body {
    background: red !important;
}

.envel-logo {
    width: 320px;
}

.login-imgs {
    width: 70px;
    min-height: 100px;
    position: relative;
    top: 31px;
    text-align: center;
}

.text-primary-custom {
    color: #3d73b3!important;
}

/*.videoWrapper {*/
/*    position: relative;*/
/*    padding-bottom: 56.25%; !* 16:9 *!*/
/*    padding-top: 25px;*/
/*    height: 0;*/
/*}*/
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tooltip_1 {
    display: inline-block;
    border-bottom: 1px dotted black;
    position: fixed;
    bottom: 29px;
    left: 104px;
    z-index: 2;
}

.tooltip_1 .tooltiptext {
    visibility: visible;
    width: 250px;
    filter: drop-shadow(0.707px 0.707px 2.5px rgba(17,40,65,0.22));
    background-color: #ffb940;
    border: 1px solid rgba(0,0,0,0.2);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 1;
    transition: opacity 0.3s;
    box-sizing: border-box;
}


.tooltip_1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -9px;
    border-width: 11px;
    border-style: solid;
    border-color: #ffb940 transparent transparent transparent;
    /*filter: drop-shadow(0.707px 0.707px 2.5px rgba(17,40,65,0.22));*/
}

.tooltip_1:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.circe-download, .info {
    width: 32px;
    height: 31px;
    background: #1576cb;
    display: inline-block;
    float: left;
    margin-left: 7px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    margin-top: 15px;
}

.download_description {
    display: inline-block;
    float: left;
    text-align: left;
    width: 189px;
    font-size: 13px;
    margin-left: 15px;
    color: black;
    font-weight: bold;
}

.request-content {
    width: 98%;
    margin: 0 auto;
    filter: drop-shadow(0.707px 0.707px 2.5px rgba(17,40,65,0.22));
    background-color: #b0d8fa;
    border: 1px solid rgba(0,0,0,0.2);
    min-height: 60px;
    border-radius: 4px;
    padding: 10px;
}

.request_txt_clr {
    color: black;
}

.clr-sec-page {
    color: #54595E;
    font-weight: bold;
}

.text-state {
    text-transform: capitalize !important;
    font-family: 'Grapalat-regular', "Arian AMU", "Arial AMU", Sylfaen, sans-serif !important;
}

.sprite-c:after {
    content: '';
    background-image: url(/img/sprite171.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 111;
    width: 154px;
    height: 100px;
    left: 45%;
    top: 50px;

}

.mr-25{
    margin-right: 18px;
}

.new-inp-design {
    min-height: 40px !important;
}

.new-inp-design + .selectize-control.single .selectize-input:after {
    top: 0px !important;
    left: 8px !important;
}

.new-inp-design + .selectize-control.single .selectize-input >* {
    padding-left: 10px !important;
    padding-top: 0px !important;
    font-size: 15px;
    padding-bottom: 2px !important;
    margin-top: 6px !important;
}

.selectize-dropdown {
    top: 36px !important;
}

.selectize-dropdown-content {
    position: relative;
    top: 15px !important;
}

.new-inp-design + .selectize-control.single .selectize-input {
    min-height: 34px !important;
}

#entity_1 + .selectize-control > .selectize-dropdown [data-selectable].option,
.new-inp-design + .selectize-control > .selectize-dropdown [data-selectable].option
{
    opacity: 1;
    font-size: 15px !important;
}

#entity_1 + .selectize-control.single .selectize-input >* {
    font-size: 15px !important;
}

.mt-50 {
    margin-top: 30px;
}

.explanation {
    filter: drop-shadow(0.707px 0.707px 2.5px rgba(17,40,65,0.22));
    min-height: 60px;
    padding: 10px;
    border-radius: 4px;
    background-color: white;
    box-sizing: border-box;
}

.fz16 {
    font-size: 16px;
}

.d-inline-block-custom {
    display: inline-block;
}



.undo {
    position: absolute;
    right: 21px;
    top: 7px;
    color: #5c8bc2;
    cursor:pointer;
}

.shake {
    -webkit-animation-name: shake;
    animation: shake 4s linear infinite;
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.two-line {
    width: 245px;
    margin: 0 auto;
}

.mt-30 {
    margin-top: 30px;
}

.instead-tooltip {
    margin-top: 0px;
    display: inline-block;
    margin-left: 69px;
    width: 291px;
    height: 94px;
}

.textarea-background {
    width: 97%;
    margin: 0 auto;
    background-color: white;
    min-height: 300px;
    position: relative;
}

.row-in-textarea {
    z-index: 11;
    width: 100%;
    margin: 0 auto;
}

#entity_name {
    text-align: right;
    font-size: 16px;
    margin-bottom: 2px;
}

#directed, .direct {
    font-size: 15px;
    margin-bottom: 2px;
    text-align: right !important;
}

#message {
    min-height: 340px;
    width: 88%;
    font-size:16px;
}

.request_after_text,
.request_before_text {
    min-height: 50px;
    margin-bottom: 6px;
    font-size: 18px;
    text-align: justify;
    padding: 6px;
    overflow: auto;
    width: 88%;
    padding-left: 17px;
    padding-right: 21px;
}

#mailto {
    font-size: 13px;
}

.new-css {
    font-size: 11px !important;
    font-weight: bold !important;
}

.btn-custom {
    height: 35px !important;
    width: 139px !important;

}

.button-color {
    background-color: #8e98a5 !important;
}

.pl-6 {
    padding-left: 72px;
}

.complain-textarea {
    width: 88%;
    min-height: 170px;
}

․name_envelope_1,
.name_envelope,
․name_envelope_legal
{
    text-transform: uppercase !important;
}

.pl-57 {
    padding-left: 57px;
}

#direct_bottom {
    font-size: 18px !important;
    color: black !important;
}

.loader-button {
    position: relative;
    top: -2px;
}

#check-result  table {
    border: 1px solid #BDBDBD !important;
}

.custom-btn-copy {
    background: #FFB93F;
    border: none;
    position: absolute;
    right: 0px;
    top: 16px;
    width: 125px;
    height: 40px;
}

.new-content {
    min-width: 58% !important;
    height: unset !important;
}

.name_envelope_1 {
    color: black !important;
}

.h-number {
    margin-bottom: 2px; text-align: center !important;
}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.arrow-pos {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.ico {
    display: inline-block;
    overflow: hidden;
    height: 98px;
    width: 102px;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.icoim1 {
    background: url(/imgNew/icoim1.png);
    background-size: 100%;
    height: 85px;
    widht: 102px;
}

.icoim2 {
    background: url(/imgNew/icoim2.png);
    background-size: 100%;
    height: 85px;
    widht: 102px;
}

.icoim3 {
    background: url(/imgNew/icoim3.png);
    background-size: 100%;
    height: 85px;
    widht: 102px;
}

.boxes:hover .ico {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.0);
    transform: scale(1.2);
}

.boxes:hover .icoim1, .boxes:hover .icoim2, .boxes:hover .icoim3 {
    background-position: 0px 84px;
}

.android-width {
    width: 100% !important;
}

.pdf-canvas {
    width: 100% !important;
}

.med-mar-dow {
    margin-left: 104px;
}

.iti {
    width: 100%;
}

#phone {
    padding-left: 90px !important;
}

.selectize-1-error {
    border-bottom: 1px solid red !important;
}

.fs13_1 {
    font-size: 13px;
}

.h-number {
    text-align: center !important;
    padding-left: 23px !important;
}

․mt-9-rem {
    margin-top: 9px !important;
}

.pl-custom {
    padding-left: 70px !important;
}

.new-form-style {
    position: relative;
    left: 176px;
    top: 42px;
    z-index: 11;
}

.minus-top-row {
    position: relative;
    top: -300px;

}
.min-height-box {
    min-height: 258px !important;
}

.top-plus {
    margin-top: 100px;
}

#refreshButton {
    position: absolute;
    right: 237px;
    z-index: 12;
    bottom: 111px;
    height: 38px;
}

.unset-padding {
    padding: 0 0 0 94px !important;
    border: 1px solid #C0C0C0 !important;
    width: 100% !important;
}
.unset-padding_1 {
    border: 1px solid #C0C0C0 !important;
    width: 100% !important;
    font-size: 18px !important;
}

#intel-input > .iti {
    left: -16px;
    top: 0px;
}

.new-modal {
    display: unset !important;
}

.btn-new {
    height: unset !important;
    border-radius: 4px !important;
    margin-right: unset !important;
}

.header-new{
    border-bottom: unset !important;
    padding: 7px 17px 2px 17px !important;
}
.footer-new{
    border-top: unset !important;
    padding: 7px 17px 2px 17px !important;
}

.body-new {
    padding-bottom: 0 !important;
}

.content-new {
    height: unset !important;
    padding: unset !important;
    width: 359px !important;
}

.sign_box {
    display: inline-block;
    width: 180px;
    height: 146px;
    /*margin: 0px 40px 40px 40px;*/
    padding-top: 14px;
    font-size: 16px;
    cursor: pointer;
}

.tabcontent_new {
    width: 100%;
}

.wt-sign {
    width: 138px;
    margin: 16px auto 16px auto;
}
.sign-fz {
    font-size: 14px;
    color: gray;
    font-weight: 500;
    width: 200px;
    display: inline-block;
}

.sign_box_active {
    border: 2px solid #10ab00;
    border-radius: 5px;
    background: white;
}

.other-border {
    border: 2px solid #8c8c8c !important;
}

.desc-style {
    width: 100%;
    margin: 16px auto 16px auto;
}

.col-custom-header {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/*.header-flex-content {*/
/*    display: flex !important;*/
/*    justify-content: center !important;*/
/*    align-items: center !important;*/
/*    top: 4px !important;*/
/*}*/
#mid_signe_pdf {
    transition: unset !important;
}
.rectangle_1 {
    position: relative;
    display: inline-block;
    min-height: 133px;
    width: 100%;
    text-align: center;
    background: #456fae;
    line-height: 50px;
    text-decoration: none;
    background-clip: content-box;
    overflow: hidden;
    top: 0px;
}
.rectangle{
    position: relative;
    display: inline-block;
    min-height: 800px;
    width: 100%;
    background: linear-gradient(187deg, rgb(70, 112, 176) 47%, rgb(70, 112, 176) 35%, rgb(28, 67, 115) 100%);
    clip-path: polygon(50% 39.5%, 0 0, 100% 0);
    top: -7px;
}

.rectangle_rotate {
    background: white;
    width: 100%;
    height: 500px;
    clip-path: polygon(50% 70%, 0% 100%, 100% 100%);
    position: absolute;
    top: 670px;
}

.shadow {
    position: absolute;
    z-index: -1;
    content: "";
    background: rgba(202, 197, 197, 0.24);
    width: 100%;
    height: 500px;
    clip-path: polygon(50% 70%, 0% 100%, 100% 100%);
    top: 664px;
}

.language_new_top {
    top: 10px !important;
}

.new_color {
    color: #376aa6 !important;
}

.img_2 {
    display: none;
}

.sign_box:hover .img_1 {
    display: none;
}

.sign_box:hover .img_2 {
    display: inline-block;
}
.sign_box_active .img_1 {
    display: none;
}

.sign_box_active .img_2 {
    display: inline-block;
}

.mid-phone-w {
    width: 15% !important;
    display: inline-block;
}

.custom-mid-phone {
    width: 50%;
    margin: 0 auto;
}
.form-w {
    width: 76%;
}

.new-width {
    min-width: 29px !important;
    height: 29px !important;
}
#mid-sign-phone {
    display: inline-block !important;
    width: 57% !important;
}

.custom-control-certificate{
    font-size: 15px !important;
    height: 35px !important;
    padding-left: 12px !important;
}

#form-error-phone-mid-sign {
    position: relative;
    left: 198px;
    width: 60%;
}
.btn-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.sign-error-file {
    position: relative;
    top: 45px;

}

.btn_center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.success-container {
    margin-top: -550px !important;
}
.new-h1 {
    min-height: 600px !important;
}
.new-h {
    min-height: 240px !important;
}

.for-border {
    width: 96%;
    border: 3px solid #4A4D50;
    position: absolute;
    transform: translateX(-207px);
    bottom: 7.5px;
    border-bottom-left-radius: 9px;
}

.resolution-choose-type {
    margin-top: 2.5613660618996796vh !important;
}

.mb-3-vh {
    margin-top: 1.7075773745997866vh !important;
}
.mt-3-vh {
    margin-top: 1.7075773745997866vh !important;
}
.mt-3-vh-new {
    margin-top: 2.0075773745997866vh !important;
}

.mt-1-vh {
    margin-top: 1.42689434364994666vh !important;
}

.mt-5-vh {
    margin-top: 6.122732123799359vh !important;
}

.mt-1-original-vh {
    margin-top: 0.42689434364994666vh !important;
}

.mt-4-vh {
    margin-top: 2.5613660618996796vh !important;
}

.for-header-mid {
    position: absolute;
    right: 9px;
    width: 110px;
    top: 28px;
}

.d-inline-block-mid {
    display: none;
}


.custom-select-new {
    width: 100%;
    border: none;
    border-bottom: 1px solid #BFBFBF;
    font-size: 15px !important;
}

#tooltip-address .title {
    position: absolute;
    top: 16px;
    padding: 4px;
    left: 10px;
    font-size: 10px;
    width: 100%;
    height: 53px;
}

.bg-letter:before {
    display: none;
}

.send-letter-envelope:before {
    display: block;
}

.custom-state-select {
    width: 100%;
    height: 26px;
    background: white;
    border: none;
    border-bottom: 1px solid #bfbfbf;
}

.description_mobile {
    display: none;
}

.mt-100 {
    margin-top: 100px;
}

.new-height {
    min-height: 40px !important;
}

.error-select {
    border: 1px solid #F53C3C !important;
}

.swal2-confirm {
    background-color: #234e83 !important;
    outline: none !important;
}

.voting-form__group {
    margin-bottom: 40px;
    background: white;
    padding: 15px;
    box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.25);
}

.wrapper_bottom {
    margin-bottom: 90px !important;
}

::placeholder {
    font-size: 14px;
    /*text-transform: capitalize;*/
}
