#app .row{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    letter-spacing: normal;
    word-spacing: normal;
}

#app .m-1 {
    margin: .25rem;
    font-weight: normal;
}

#app .m-2 {
    margin: .5rem;
}

#app .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

#app .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

#app .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
    margin-left: 1rem;
}

#app .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -2.5rem;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

#app .custom-radio .custom-control-label::before {
    border-radius: 50%;
}

#app .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

#app .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.35);
}

#app .custom-control-label::after {
    position: absolute;
    top: 0.8rem;
    left: -2rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

#app .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: white;
    width: 6px;
    height: 6px;
    border-radius: 50px;
}

#app .custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#app .btn-link {
    color: #3CAFF4 !important;
}

#app .btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
    outline:none;
}

#app .btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .25rem;
    box-shadow: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: normal;
    font-family: Arial;
}

#app .btn-lg{
    font-size: 20px;
}

#app .btn:hover{
    text-decoration: underline;
}

#app .form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#app .form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.35);
}

#app .btn-primary {
    color: #fff;
    background: #007bff;
    border-color: #007bff;
    /*width: 100px;*/
    height: 38px;
    font-weight: normal;
    text-shadow: none;
}

#app .btn-primary:hover{
    text-decoration: none;
    background-color: #006fe6;
}

#app .btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.35);
}

#app .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#app .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 100%;
}

#app .input-group-prepend {
    margin-right: -1px;
}

#app .input-group-append, #app .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
    width: 26px;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
    display: flex !important;
}

#app .input-group .form-control{
    width: calc(100% - 26px);
}

#app .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#app .input-group>.custom-select:not(:first-child),#app .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#app .mb-0,#app .my-0 {
    margin-bottom: 0!important;
}

#app .mb-3, #app .my-3 {
    margin-bottom: 16px!important;
}

#app .mt-4, #app .my-4 {
    margin-top: 24px!important;
}

#app .text-danger {
    color: #007bff!important;
}

#app .text-success {
    color: #28a745!important;
}

#app .font-weight-bold {
    font-weight: 700!important;
}

#app .btn.btn-success {
    color: #fff;
    background: #28a745;
    border-color: #28a745;
    width: 110px;
    height: 38px;
    font-weight: normal;
    text-shadow: none;
    opacity: 1;
    cursor: pointer;
}

#app .btn.btn-success:hover{
    text-decoration: none;
    background: #23923d;
}

#app .btn.btn-success:focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.35);
}

.btn.colored {
    background: #252a75 url(/assets/btn-bg.png) repeat-x top !important;
    border: 1px solid #252a75 !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 #3263cd !important;
}

@media (min-width: 992px){
    .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
}


.btn {
    font-size: 18px;
    font-weight: 500;
    padding: 14px 24px;
}



.main-footer__bottom .container::before,
.main-footer__bottom .container::after{
    content: none;
}

.container {
    min-width: fit-content;
    width: 100%;
}

.btn_top.show{
    display: flex !important;

}


