@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');



@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*** INFO ***/
.info {
    padding: 80px 0px;
    background-image: linear-gradient(180deg, #ffffff 8%, #231f20 60%);
}

.info .logo {
    display: inline-block;
    margin-bottom: 30px;
}

.info .logo img {
    max-height: 80px;
}

.info .button-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.info .button-group .button.is-checked {
    color: #e52632;
}

.info .button-group .button:last-child {
    border: none;
}

.info .button-group .button {
    color: #231f20;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    background: none;
    padding: 0px 11px 0px 6px;
    border-right: 2px solid #000;
}

.bg-box {
    display: inline-block;
    width: 100%;
    height: calc(100% - 25px);
    margin-bottom: 25px;
    border-radius: 15px;
    background-color: #ffffff;
    border: 2px solid #231f20;
    text-align: center;
    padding: 20px 15px 20px 15px;
}

.bg-box .logo2 {
    height: 49px;
    margin-bottom: 15px;
}

.bg-box .content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.bg-box .content p {
    font-size: 10px;
    color: #0b0204;
    font-weight: 900;
    line-height: 1.2;
    margin: 0px;
}

.bg-box .content p span {
    font-size: 8px;
    font-style: italic;
}

.bg-box .content p.left {
    border-right: 1px solid #0b0204;
    padding-right: 10px;
    margin-right: 10px;
}

.bg-box hr {
    border-color: #0b0204;
    display: inline-block;
    margin: 5px 0px 6px 0px;
    width: 82%;
    opacity: 1;
    float: left;
    margin-left: 7%;
    position: relative;
}

.bg-box p.down {
    font-size: 9px;
    color: #0b0204;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.modal .btn-close {
    color: #000;
    opacity: 1;
}

.modal .bg-box .content p {
    font-size: 12px;
}

.modal .bg-box .content p span {
    font-size: 10px;
    font-style: italic;
}

.modal .bg-box .content p.down {
    font-size: 11px;
}

body.modal-open section {
    filter: blur(15px);
}



/*** LOGIN ***/
.login {
    padding: 130px 0px 113px 0px;
    background: #FBFAF4;
    overflow: hidden;
}

.login h2 {
    margin-bottom: 35px;
    font-weight: bold;
}

.login .form-control::-webkit-input-placeholder {
    color: #3B3B39;
}

.login .form-control {
    margin-bottom: 15px;
    border-radius: 0px;
    border: 1px solid #C8C8C8;
    color: #3B3B39;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 15px;
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    height: 50px;
}

.login .form-control.logoinput {
    padding-top: 13px;
}

.login textarea.form-control {
    height: 150px;
    resize: none;
}

.login .btn-submit {
    padding: 0px 20px;
    font-weight: 400;
    font-size: 14px;
    min-width: 150px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    background: #000;
    color: #fff;
}


.modal.show {
    opacity: 1 !important;
}
 
.modal .bg-box {
    margin-top: 15px;
}
 
a {
    text-decoration: none;
}
 
.info .button-group .button {
    border: none;
    border-right: 2px solid #000;
}

.modal .bg-box .content p span#modal-name {
    font-style: normal;
}
 
.bg-box .content p a {
    color: #0b0204;
}
 
.modal .bg-box .content p a {
    font-weight: 800;
}


.modal .bg-box {
    margin-top: 0px;
}


.last-content h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px !important;
    margin-top: 20px;
    font-weight: 600;
    background: none;
    padding: 10px 20px;
    letter-spacing: 0;
    line-height:30px !important;
}


#company-search {
    max-width: 450px;
    margin: 20px auto;
    padding: 12px 18px;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

#company-search:focus {
    border-color: #000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#company-search::placeholder {
    color: #999;
    font-size: 14px;
}


.modal .modal-dialog {
    max-width: 500px;
}

.modal-backdrop.fade.show {
    z-index: 99999;
}
.modal{
    z-index: 999999;
}


.info .button.btn-default {
    display: inline-block;
    line-height: 43px;
    padding: 0px 30px;
    font-size: 14px;
    color: #fff;
    background: #dc3635;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
 
.info .button.btn-default:hover {
    color: #fff !important;
    background: #dc3635 !important;
}