a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.lang {
    color: #333;
}

    .lang:hover {
        cursor: pointer;
    }

.langMenu {
    width: 50px;
    min-width: unset;
    text-align: center;
}

    .langMenu > li {
        display: flex;
        flex-direction: column;
    }

.menuToggle {
    color: #fff;
    margin-left: 5px;
}

a {
    text-decoration: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

body {
    font-size: 14px;
}

.content-wrapper {
    height: calc(100vh - 102px);
    min-height: 100% !important;
    overflow: auto;
}

.relative{
    position: relative;
}

.centerContainer {
    vertical-align: middle !important;
    text-align: center;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #0000;
    border: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.display-home {
    font-size: 70px;
    margin-top: 130px;
}

.box-header {
    margin-bottom: 10px;
}

.box {
    border-top: 3px solid var(--main-color);
    padding: 20px;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.btn-default {
    background-color: var(--main-color);
    color: #fff;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav {
    flex-direction: row;
}

.navbar-link {
    padding: 15px 10px !important;
    line-height: 20px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: var(--main-color);
    border-bottom-color: transparent;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    border: 0px;
}

.navbar-nav > .user-menu .user-image {
    float: unset;
}

.sidebar {
    height: calc(100vh - 50px);
    overflow: auto;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.maxWidthNavbarIcon {
    width: 20px;
}

.marginTopProfile {
    margin-top: 15px;
}

.page-link:hover {
    cursor: pointer;
}

.marginTop-Register {
    margin-top: 5px;
}

.user-panel > .info {
    top: 10px;
}

.iconSocial{
    font-size: 17px;
}

.hiddenInput {
    opacity: 0;
    width: 0px;
    height: 0px;
    border: 0px;
    padding: 0;
}

.customerImg {
    width: 137px;
    height: 182px;
}

.customerImg:hover{
    cursor: pointer;
}

.spanCustomerWidth {
    width: 70%;
    display: inline-block;
}

.fileInputCustomer {
    width: 137px;
    height: 182px;
    position: absolute;
    left: 0px;
    top: 25px;
}

    .fileInputCustomer:hover {
        cursor: pointer;
    }

.textAreaAddress {
    resize: none;
    height: 109px !important;
}

.marTopNoLabel{
    margin-top: 25px;
}

.cameraFeed {
    width: 182px;
    left: auto;
    height: auto;
    margin-top: 0px;
    top: auto;
    display: flex;
    position: relative;
}

.break{
    flex-basis: 100%;
    height: 0;
}

.webCamVideoBorder {
    position: absolute;
    height: 137px;
    width: 102px;
    right: 40px;
    bottom: -1px;
    border: 1px solid #f00;
}

    .webCamVideoBorder:hover {
        cursor: pointer;
    }

.table {
    border-radius: 3px;
    border-top: 3px solid var(--main-color);
    border-collapse: collapse;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.btn-link {
    color: var(--main-color);
    font-weight: 600;
}

.fullOpacity{
    opacity: 1 !important;
}

.table > :not(caption) > * > * {
    box-shadow: none;
    border: 0;
    border-collapse: collapse;
}

.spanCustomer {
    font-size: 12pt;
    font-weight: bold;
}

.customerViewImg {
    width: 200px;
    height: 266px;
}

.btnCustomerFunctions {
    width: 190px;
}

.twoFactorBtnGroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.twoFactorBtn {
    width: 280px;
}

.iconTableCards {
    font-size: 18px;
}

.cardDropdown {
    height: 35px;
}

.marginLeftLabelContract {
    margin-left: 5px;
}

.marginLeftContracts {
    margin-left: 15px;
}

.contractDiv {
    border: 2px solid #000;
    width: 90%;
    height: 125px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 20px;
    display: flex;
}

.contractContent {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cardInfoDiv {
    width: 90%;
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #fff;
}

.cardInfoActive {
    background-color: #34cc22;
}

.cardInfoExpired {
    background-color: #e81010;
}

.contractBalance {
    color: #1c548e;
    flex-grow: 1;
    align-items: flex-end;
    display: flex;
}

.centerContract {
    display: flex;
    justify-content: center;
}


.contractActive {
    border-right: 20px solid #34cc22;
    height: 121px;
    margin-top: -10px;
}

.contractExpired {
    border-right: 20px solid #e81010;
    height: 121px;
    margin-top: -10px;
}

.contractHold {
    border-right: 20px solid #1c548e;
    height: 121px;
    margin-top: -10px;
}

.modalOperationHistory {
    width: 90%;
    max-width: unset;
}

.modalContracts{
    width: 60%;
    max-width: unset;
}

.scrollTableOperationsHistory {
    overflow: auto;
    max-height: calc(100vh - 140px);
    max-width: 100%;
}

.tableScroll thead {
    display: table-header-group !important;
}

.tableScroll tbody {
    display: table-row-group !important;
}

.tableScroll thead tr th{
    border-bottom: 0;
}

.floatThead-container{
    margin-top: 0 !important;
}

.infoPicture {
    margin-top: 5px;
    white-space: pre-line;
    float: left;
}

.stickyCookie {
    position: fixed;
    z-index: 999;
    left: 0;
    border: 0;
    border-radius: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0px;
    background-color: var(--main-color) !important;
}

.stickyCookie > button{
    background-color: #fff;
    color: #000;
}

.validationCodeIcon {
    position: relative;
    top: -30px;
    left: calc(100% - 20px);
    cursor: pointer;
}

.GDPRmodal {
    width: 90%;
    max-width: unset;
}

.textEmailValidationCode {
    font-size: 12px;
    width: 100%;
    float: left;
    margin-top: -15px;
    white-space: pre-line;
}

.backColorWhite{
    background-color: #fff;
}

.form-control {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.cameraButtons {
    display: flex;
    flex-direction: row-reverse;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 137px);
}

/*---- Privacy Policy -----*/
.accordion, .accordion:hover, .accordion:focus, .accordion:active {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background: #ffffff;
}

.tabSpace {
    padding-left: 3em;
}

.boxShadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    min-width: 800px;
    max-width: 800px;
    margin-bottom: 10px;
}

.panel {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    display: none;
    background-color: white;
    overflow: hidden;
    color: #444;
}

.faqh2 {
    font-size: 19px;
    font-weight: 500;
    color: var(--main-color);
    text-align: left;
}

.divFaqs {
    float: left;
    padding-left: 300px;
}

.cd-faq-categories{
    list-style: none;
}

.cd-faq-categories a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 28px 0 16px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #9f9f9f;
    white-space: nowrap;
    border-bottom: 1px solid #efefef;
    text-overflow: ellipsis;
}

    .cd-faq-categories a::before,
    .cd-faq-categories a::after {
        /* plus icon on the right */
        position: absolute;
        top: 50%;
        right: 16px;
        display: inline-block;
        height: 1px;
        width: 10px;
        background-color: #7f868e;
    }

    .cd-faq-categories a::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.gotoTop, .gotoTop:hover, .gotoTop:focus {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 40px;
    background-color: var(--main-color);
    height: 40px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    font-size: 25px;
    z-index: 1;
}

.preLine {
    white-space: pre-line;
}

@media only screen and (min-width: 998px) {
    .cd-faq-categories {
        width: 28%;
        position: fixed;
        float: left;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    }

        .cd-faq-categories a {
            font-size: 15px;
            font-weight: 400;
            padding-left: 20px;
            padding: 0 24px;
            -webkit-transition: background 0.2s, padding 0.2s;
            -moz-transition: background 0.2s, padding 0.2s;
            transition: background 0.2s, padding 0.2s;
        }

            .cd-faq-categories a::before,
            .cd-faq-categories a::after {
                display: none;
            }

    .no-touch .cd-faq-categories a:hover {
        background: #efefef;
    }

    .no-js .cd-faq-categories {
        width: 300%;
        margin-bottom: 2em;
    }
}

.cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
    top: 20px;
}

@media only screen and (min-width:1417px) {
    .cd-faq-categories.is-fixed {
        /* top and left value assigned in jQuery */
        position: fixed;
        left: 18vw !important;
        top: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-faq-categories {
        padding: 0;
        position: absolute;
        top: 170px;
        left: 0;
        width: 268px;
        z-index: 2;
    }

        .cd-faq-categories a::before {
            /* decorative rectangle on the left visible for the selected item */
            display: block;
            top: 0;
            right: auto;
            left: 0;
            height: 300%;
            width: 3px;
            background-color: #aa243b;
            opacity: 0;
            -webkit-transition: opacity 0.2s;
            -moz-transition: opacity 0.2s;
            transition: opacity 0.2s;
        }

        .cd-faq-categories .selected {
            background: #efefef !important;
        }

            .cd-faq-categories .selected::before {
                opacity: 1;
            }



    .no-js .cd-faq-categories {
        position: relative;
    }
}

@media only screen and (min-width: 998px) and (max-width: 1300px) {

    .boxShadow {
        max-width: 600px;
        min-width: 600px;
    }

    .divFaqs {
        padding-left: 260px;
    }

    .cd-faq-categories {
        width: 19%;
    }

        .cd-faq-categories.is-fixed {
            left: 5vw !important;
        }
}

@media only screen and (max-width: 998px) {
    .cd-faq-categories.is-fixed {
        /* top and left value assigned in jQuery */
        position: relative;
        left: unset !important;
        top: unset;
    }

    .divFaqs {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .boxShadow {
        min-width: calc(100vw - 60px);
        max-width: calc(100vw - 60px);
    }

    .cd-faq-categories {
        margin-bottom: 30px;
    }

    .modalContracts {
        width: 96%;
    }
}

.scroll-wrapper {
    overflow-y: auto;
}

.cd-faq {
    margin-top: 30px;
}

/*---- Privacy Policy -----*/

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a, .main-header .navbar-right a {
        background: var(--main-color);
    }
}

@media (max-width: 768px){
    .content-wrapper {
        height: calc(100vh - 152px);
        min-height: 100% !important;
        overflow: auto;
    }
}

@media (max-width: 576px) {
    .content-wrapper {
        height: calc(100vh - 173px);
    }

    .modalOperationHistory {
        width: auto;
    }

    .GDPRmodal {
        width: auto;
    }

    .contractDiv {
        height: 145px;
    }

    .contractExpired {
        height: 141px;
    }

    .contractHold {
        height: 141px;
    }

    .contractActive {
        height: 141px;
    }
}
