﻿/*MATTERSALES CSS*/
body {
    overflow-x: auto;
    overflow-y: auto;
}

    body::-webkit-scrollbar {
        height: 0.5rem !important;
        width: 0.5rem !important;
    }

    body::-webkit-scrollbar-track {
        background: transparent !important;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #b8b7b4 !important;
        border-radius: 20px !important;
        border: 3px solid transparent !important;
    }

    body::-webkit-scrollbar-corner {
        color: #b8b7b4 !important;
    }

.loading-content .container, .loading-content .container-fluid{
    display: none !important;
}

.col-section-black {
    color: #f6f6f6;
    background-color: #222;
    padding: 3rem 0rem 3rem 0rem;
    position: relative;
}

.col-section-gray {
    color: #222;
    background-color: #EAE9E5;
    padding: 3rem 0rem 3rem 0rem;
    position: relative;
}

.col-section-white {
    color: #222;
    background-color: #f6f6f6;
    padding: 3rem 0rem 3rem 0rem;
    position: relative;
}

.col-section {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: -0.5px;
    flex-wrap: wrap;
    max-width: 1300px;
}

.section-title {
    font-size: 28pt;
    line-height: 35pt;
    font-weight: 600;
}

.section-text {
    font-size: 16pt;
    line-height: 21pt;
    font-weight: 400;
}

#section1 .section-title {
    font-size: 34pt;
    line-height: 45pt;
    font-weight: 300;
}

#section1 .section-text {
    font-size: 18pt;
    line-height: 23pt;
}

.fw-400 {
    font-weight: 400 !important;
}

.case-box {
    height: 250px;
    width: 300px;
    padding: 0px;
    margin: 1rem;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    overflow: hidden;
    text-decoration: none !important;
    color: inherit !important;
}

    .case-box:not(.no-hover):hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.16), 0 10px 20px rgba(0,0,0,0.23);
    }

    .case-box .box-head {
        height: 60%;
    }

    .case-box .box-footer {
        height: 40%;
    }

        .case-box .box-footer .row {
            margin: 0px;
            padding: .25rem 1rem 0.25rem 1rem;
        }

        .case-box .box-footer i {
            font-size: 12pt;
        }

    .case-box .box-head img {
        height: 100%;
        width: 100%;
        object-fit: cover !important;
    }

.box-title {
    font-size: 14pt;
    line-height: 16pt;
    font-weight: 600;
}

.box-supertitle {
    font-size: 60pt;
    font-weight: 700;
    line-height: 74pt;
}

.box-text {
    font-size: 13pt;
    line-height: 17pt;
}

.logo {
    height: 35px !important;
    width: unset;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (max-width: 680px) {
    .logo {
        height: 23px !important;
    }
}

.text-left {
    text-align: left !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #ff3158;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

footer {
    border-top: 2px solid #222426;
    z-index: 5;
    width: 100%;
    background-color: #121416;
    color: rgba(255, 255, 255, 0.7);
}

ul#additional_links {
    margin: 0;
    padding: 8px 0 0 0;
    color: #555;
    font-size: 13px;
    font-size: 0.8125rem;
    float: left;
}

    ul#additional_links li {
        display: inline-block;
    }

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ul#additional_links li span {
        color: #fff;
        opacity: 0.5;
    }

    ul#footer-selector {
        margin: 0 0 0 0;
        padding: 0;
        list-style: none;
        float: right;
    }

        ul#footer-selector li {
            float: left;
            margin-right: 10px;
        }

.styled-select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-right: 35px;
    position: relative;
}

.btn-group {
    border-radius: 0.375rem;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.styled-select#lang-selector::after {
    font-family: Themify;
    content: "\e665";
    color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
}

.styled-select button {
    background: transparent;
    width: 110%;
    padding-left: 10px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    color: #ccc;
    font-family: 'SF Pro Display', Arial, Verdana, sans-serif;
    font-size: 0.75rem;
    margin: 0;
    font-weight: 500;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group .btn, .btn-group-vertical .btn {
    margin-bottom: 0;
    margin-right: 0;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    background: #18191B;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #808080;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
}

footer ul li a {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: 0.7;
}

.dropdown-item {
    color: #f6f6f6;
    font-size: 14px;
    opacity: 1;
}

.dropdown-menu a, .voiceBtn {
    cursor: pointer;
}


.dropdown-item:hover {
    color: #222 !important;
    text-decoration: none;
    background-color: #EAE9E5 !important;
}

body {
    font-family: 'SF Pro Display', Arial, Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.471;
    font-weight: 300;
}

input[type=text], input[type=password] {
    outline: none !important;
    padding: 0rem 1rem;
}

.header {
    background-color: #f6f6f6;
    min-height: 40px;
    /*position: fixed;*/
    width: 100%;
    top: 0px;
    z-index: 10;
}

    .header a {
        font-size: 15pt;
        color: #222 !important;
        font-weight: 500;
        padding-right: 2rem;
        padding-left: 2rem;
        min-height: 100%;
        display: flex;
        align-items: center;
        text-decoration: none !important;
        cursor: pointer !important;
    }

        .header a:hover {
            color: #ff3158 !important;
        }

#ms-logo:hover img {
    filter: invert(59%) sepia(80%) saturate(7086%) hue-rotate(330deg) brightness(100%) contrast(104%);
}

.btn-mp {
    border: 0px;
    border-radius: 7px;
    font-size: 15.5pt;
    color: #f6f6f6 !important;
    padding: 0.75rem 2rem 0.75rem 2rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer !important;
    background-color: #222;
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
    transition: 0.2s;
}

    .btn-mp:hover {
        background-color: #ff3158;
    }

.btn-login {
    border: 0px;
    border-radius: 7px;
    font-size: 15.5pt;
    color: #e2e2e2 !important;
    padding: 0.3rem 2rem 0.3rem 2rem;
    min-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer !important;
    background-color: #ff3158;
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
    transition: 0.2s;
}

    .btn-login:hover {
        background-color: #f1f1f1;
        color: #000 !important;
    }

iframe {
    width: 90%;
    height: 770px;
}

@media screen and (max-width: 680px){
    iframe {
        height: 670px;
    }
}

img {
    max-width: 100%;
    object-fit: contain;
}

.img-cover {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

#section1 .img-cover {
    min-height: 400px;
}

@media screen and (min-width: 681px) {
    #section1 .img-cover {
        min-height: 700px;
    }
}

.rounded-img {
    border: 0px;
    border-radius: 10px;
    width: 90%;
}

.flex-column .row {
    margin: 0px;
    width: 100%;
}

.w-fit-content {
    width: fit-content;
}

#mobileBars {
    display: none;
}

#menuVoices {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.input-field {
    background-color: transparent;
    color: #222;
    border: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.18);
    font-size: 16pt;
    letter-spacing: 0.8px;
}

.login-text {
    letter-spacing: 0.8px;
}

#loginScreen {
    min-height: 85vh;
}

    #loginScreen .container {
        max-width: 700px;
    }

    #loginScreen .btn-login {
        font-weight: 600;
        font-size: 17pt;
        border: 0px;
        border-radius: 0px;
        text-transform: uppercase;
        color: #fcfcfc !important;
        background-color: #222;
        padding: 0.8rem 2rem 0.8rem 2rem;
    }

        #loginScreen .btn-login:hover {
            background-color: #ff3158 !important;
        }

    #loginScreen .btn-login-2 {
        background-color: transparent !important;
        color: #ff3158 !important;
        border: 1px solid #ff3158;
    }

        #loginScreen .btn-login-2:hover {
            color: #fcfcfc !important;
        }


@media screen and (max-width: 680px) {
    #section1.col-section-gray, #section1.col-section-black, #section1.col-section-white{
        padding-top: 0rem !important;
    }

    #mobileBars {
        display: flex;
    }

    #menuVoices {
        display: none;
        justify-content: start;
        padding: 0px !important;
        padding-top: 20px !important;
    }

        #menuVoices a {
            width: 100%;
            min-height: 45px;
        }

    .header {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    #mobileBars .fa-regular.fa-xmark {
        font-size: 21pt;
    }

    #mobileBars .fa-regular.fa-bars {
        font-size: 18pt;
    }
}

.box_grid {
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin-bottom: 0px !important;
}

#homeScreen {
    background-color: #f6f6f6;
}

.normal-a {
    color: #222;
}

    .normal-a:hover {
        color: #ff3158;
    }
