﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import "./smooth-scrollbar.css";
@import "./sidebar.css";
/*@import "./sizes.css";*/

* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none !important;
    -ms-text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
    text-size-adjust: none !important;
}



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
.custom-select:-webkit-autofill,
.custom-select:-webkit-autofill:hover,
.custom-select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}


html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


::-webkit-scrollbar{
    width:10px;
}
/* Track */
::-webkit-scrollbar-track {
    display:none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(196,197,206);
    border-radius:10px;
    
}


body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: "Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    /*font-family: 'Roboto', sans-serif;*/
    zoom: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: rgba(87,87,86,0.05);
}

input:focus, input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input[type=checkbox], input[type=radio] {
    accent-color: #df6d18;
}

.general-wrapper {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.MT30 {
    margin-top: 30px !important;
}

.MB10 {
    margin-bottom: 10px !important;
}

.open-chat {
    width: 70px;
    height: 70px;
    display: block;
    background-color: #E0004D;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 40px;
    box-shadow: 0px 5px 15px -5px rgba(32, 36, 48, 0.5);
    border: none;
    outline: none;
    z-index: 4;
}

    .open-chat .icon {
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        fill: #fff;
    }

.sidebar-content .custom-select {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

/*Navbar header*/
header .navbar {
    height: 100px;
    display: flex;
    justify-content: space-between;
    padding: .5rem 3rem;
    z-index: 3;
}

    header .navbar a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
        width: 125px;
        margin: 0;
        padding: 0;
        font-size: 0;
    }

    header .navbar .navbar-collapse {
        flex-grow: initial;
    }

        header .navbar .navbar-collapse .navbar-nav {
            z-index: 0;
        }

header a.nav-link {
    padding: 0 15px 0 45px !important;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding: 0;
    color: #FFF;
    background: #fff;
    background-clip: padding-box;
    border: solid .15em transparent;
    border-radius: 50px;
}

header .nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -.15em;
    border-radius: inherit;
    background: linear-gradient(97.99deg, #fff 0%, #fff 46.87%, #fff 100%);
}

header .nav-link.active:before {
    background: #E87722;
}

header .nav-link .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 15px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}

    header .nav-link .icon.icon-dashboard {
        background-position: 0 0;
        background-image: url(../img/Apex_Home.svg);
    }

    header .nav-link .icon.icon-profile {
        background-image: url(../img/Apex_Settings.svg);
        
    }

    header .nav-link .icon.icon-admin {
        background-image:url(../img/Apex_Config.svg)
    }

    header .nav-link .icon.icon-logout {
        background-image: url(../img/Apex_Door.svg);
    }

header .nav-link.external-link {
    border-radius: 120px;
    background-color: #E87722;
    color: #fff !important;
    padding: 0 20px 0 37px !important;
    font-size: 15px;
    margin-left: 10px;
    line-height: 37px;
}

    header .nav-link.external-link .icon {
        background: none;
        fill: #fff;
    }
.logo-height {
    height: 88px;
    margin-top:1px;
}

/*REGULATORY TABLE*/
.th-reg-link {
    overflow-x: hidden;
    max-width: 250px;
    min-width: 0px;
    text-overflow:ellipsis;
}

    .th-reg-link td {
        overflow-x: auto;
        max-width: 250px;
        min-width: 0px;
    }



/*UNAUTHORIZED ACCESS */
.unauthorized-container {
    position: relative;
    padding-top: 100px;
    min-height: calc(100vh - 191px);
    height: calc(100vh - 100px);
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
    margin: 0;
}

unauthorized-container .container-fluid {
    /*width: calc(100% - 410px);*/
    padding-right: 120px;
    padding-left: 120px;
    margin: 0;
    padding-top: 90px;
    padding-top: 0;
    /****doble scroll****/
    height: calc(100vh - 100px);
    overflow-y: auto;
}

/*DASHBOARD*/
.dashboard-container {
    position: relative;
    padding-top: 0;
    min-height: calc(100vh - 191px);
    height: calc(100vh - 100px);
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
    margin: 0;
}

    .dashboard-container .container-fluid {
        /*width: calc(100% - 410px);*/
        padding-right: 120px;
        padding-left: 120px;
        margin: 0;
        padding-top: 90px;
        padding-top: 0;
        /****doble scroll****/
        height: calc(100vh - 100px);
        overflow-y: auto;
    }


    .dashboard-container h2 {
        font-size: 36px;
        line-height: 46px;
        font-weight: 300;
        color: #202430;
        margin: 0;
        padding-top: 90px;
    }

        .dashboard-container h2 .user-name {
            font-weight: 700;
        }

    .dashboard-container .welcome-text {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        color: #91949D;
    }

    .dashboard-container h3 {
        font-size: 26px;
        line-height: 40px;
        font-weight: 700;
        color: #202430;
        margin: 70px 0 35px 0;
    }

        .dashboard-container h3 .count {
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            color: rgba(32, 36, 48, 0.6);
            position: relative;
            top: -12px;
        }

    .dashboard-container .titular-row {
        position: relative;
    }

        .dashboard-container .titular-row .actions {
            position: absolute;
            top: 0;
            right: 0;
        }

            .dashboard-container .titular-row .actions:after {
                content: '';
                display: inline-block;
                clear: both;
            }

            .dashboard-container .titular-row .actions span {
                float: left;
                margin-right: 15px;
                font-size: 16px;
                font-weight: 400;
                color: #202430;
                height: 38px;
                line-height: 38px;
                display: inline-block;
            }

            .dashboard-container .titular-row .actions button {
                float: left;
                margin-right: 5px;
            }

                .dashboard-container .titular-row .actions button:last-of-type {
                    margin-right: 0;
                }

                .dashboard-container .titular-row .actions button.query-btn {
                    position: relative;
                    display: inline-block;
                    padding: 0 15px 0 15px !important;
                    height: 38px;
                    line-height: 38px;
                    border-radius: 3px;
                    background-color: #E0004D;
                    font-size: 15px;
                    font-weight: 700;
                    color: #FFF;
                    border: none;
                    outline: none;
                    margin-right: 20px;
                }

                .dashboard-container .titular-row .actions button .icon {
                    width: 20px;
                    height: 20px;
                }

                .dashboard-container .titular-row .actions button.card-view-btn,
                .dashboard-container .titular-row .actions button.list-view-btn {
                    border: none;
                    background: transparent;
                    outline: none;
                    margin-top: 6px;
                }

                    .dashboard-container .titular-row .actions button.card-view-btn.active,
                    .dashboard-container .titular-row .actions button.list-view-btn.active {
                        fill: #202430;
                    }

                .dashboard-container .titular-row .actions button.card-view-btn,
                .dashboard-container .titular-row .actions button.list-view-btn {
                    fill: rgba(32, 36, 48, 0.4);
                }

    .dashboard-container .city-time-box {
        height: 85px;
        min-width: 400px;
        box-shadow: 0 0 20px rgba(32, 36, 48, 0.2);
        position: absolute;
        /*top: 90px;
    right: 120px;*/
        top: 90px;
        right: 0;
        background-color: #fff;
        border-radius: 15px;
        padding: 22px 10px 10px 175px;
        display:none;
    }

        .dashboard-container .city-time-box .hour {
            font-size: 50px;
            font-weight: 100;
            color: #202430;
            position: absolute;
            top: 0;
            left: 30px;
            height: 85px;
            line-height: 85px;
            display: inline-block;
            text-align: center;
        }

        .dashboard-container .city-time-box .city-country {
            font-size: 18px;
            line-height: 21px;
            font-weight: 700;
            color: #202430;
            margin: 0 0 4px 0;
        }

            .dashboard-container .city-time-box .city-country .country {
                font-weight: 400;
            }

        .dashboard-container .city-time-box .date {
            font-size: 12px;
            line-height: 14px;
            font-weight: 400;
            color: rgba(32, 36, 48, 0.6);
            margin: 0;
        }

    .dashboard-container .news-regulatory-updates-box {
        display: none;
        overflow: hidden;
    }

    .dashboard-container .lateral-section {
        /*width: 410px;*/
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        padding: 20px 40px;
        padding: 0 40px;
        /****doble scroll****/
        height: calc(100vh - 100px);
        overflow: visible !important;
        z-index:2;
    }

        .dashboard-container .lateral-section .lateral-tit {
            font-size: 20px;
            line-height: 23px;
            color: #202430;
            margin: 0 0 20px 0;
            padding-top: 40px;
        }

.carousel-controls {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 170px;
    height: 50px;
}

    .carousel-controls .current-slide {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        font-weight: 600;
        color: #202430;
        margin-left: 10px;
    }

        .carousel-controls .current-slide span {
            font-size: 12px;
            color:#E87722;
        }

    .carousel-controls .carousel-control-pause {
        opacity: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 70px;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        text-align: center;
    }

    .carousel-controls .carousel-control-prev {
        opacity: 1;
        right: 40px;
        left: auto;
    }

    .carousel-controls .carousel-control-next {
        opacity: 1;
        right: 10px;
    }

        .carousel-controls .carousel-control-pause .icon,
        .carousel-controls .carousel-control-prev .icon,
        .carousel-controls .carousel-control-next .icon {
            width: 35px;
            height: 35px;
            display: inline-block;
            fill: #E87722;
        }

.carousel-item .img-container {
    height: initial;
    overflow: hidden;
    position: relative;
}

    .carousel-item .img-container img {
        width: 100%;
    }

.carousel-item .featured-news-date {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(32, 36, 48, 0.6);
    margin-top: 15px;
    margin-bottom: 15px;
}

    .carousel-item .featured-news-date span {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        color: #E87722;
        margin-right: 20px;
    }

.carousel-item h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #202430;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.dashboard-container .lateral-section .updates-tit {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #575756;
    margin: 40px -40px 30px -60px;
    padding: 0 40px;
    position: relative;
    border-radius:60px 0px 0px 60px;

}

    .dashboard-container .lateral-section .updates-tit:after {
        content: '';
        width: 15px;
        height: 15px;
        background: #575756;
        transform: rotate(45deg);
        position: absolute;
        bottom: -8px;
        left: 40px;
    }

    .dashboard-container .lateral-section .updates-tit .count {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        color: #fff;
        position: relative;
        top: -12px;
    }

.dashboard-container .lateral-section .list-group {
    padding-bottom: 20px;
}

    .dashboard-container .lateral-section .list-group .update-date {
        font-size: 13px;
        line-height: 26px;
        color: rgba(32, 36, 48, 0.6);
        margin-bottom: 2px;
    }

    .dashboard-container .lateral-section .list-group .update-tit {
        font-weight: normal;
        font-size: 20px;
        line-height: 28px;
        color: #202430;
        margin-bottom: 10px;
    }

.active-apps.list-view .col-4,
.unsubscribe-apps.list-view .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
/*END DASHBOARD*/


/* Provide sufficient contrast against white background */
a {
    color: #575756;
}
a:hover{
    color:#E87722
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */


@media only screen and (max-width: 1550px) {
    .footer .footer-links {
        width: 70% !important;
    }

    .footer, .footer .footer-links a {
        font-size: 12px !important;
    }
}

.footer {
    width: 100%;
    white-space: nowrap;
    line-height: 90px; /* Vertically center the text there */
    height: 90px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(32, 36, 48, 0.6);
    position: relative;
    margin-top: 70px;
}

.sanne-appex-text{
    margin-left:50px;
    float: left;
    height:20px;
    width: 2000px;
}

.footer-xl {
    display: block;
}

.footer-xs {
    display: none;
}

    .footer-xs .footer {
        margin-top: 0 !important;
    }

.footer .footer-links {
    float: right;
    width:60%;
}

    .footer .footer-links a {
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        color: rgba(32, 36, 48, 0.6);
        position: relative;
        display: inline-block;
        margin-left: 30px;
        position: relative;
    }

        .footer .footer-links a:before {
            content: '';
            display: inline-block;
            width: 1px;
            height: 16px;
            background: #c9ccd5;
            position: absolute;
            left: -15px;
            top: 36px;
        }

        .footer .footer-links a:first-of-type {
            margin-left: 0;
        }

            .footer .footer-links a:first-of-type:before {
                display: none;
            }

.dashboard-container .footer {
    margin: 70px -120px 0 -120px;
    padding: 0 50px;
    width: initial;
}


.app-box {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(32, 36, 48, 0.2);
    height: 280px;
    padding: 30px 30px 35px 30px;
    position: relative;
    margin-bottom: 30px;
    transition: margin ease-in-out .2s;
}

.list-view .app-box {
    min-height: 120px;
    height: initial;
}

.active-apps:not(.list-view) .app-box:hover,
.unsubscribe-apps:not(.list-view) .app-box:hover {
    margin-top: -5px;
    border:2px solid #E87722;
}

.app-box .app-logo {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(32, 36, 48, 0.5);
    display: inline-block;
    background-color: #cdcdcc;
    color: #E87722;
    font-size: 23px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
}

    .app-box .app-logo img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.app-box .app-name {
    height: 60px;
    line-height: 60px;
    margin-left: 85px;
    font-size: 20px;
    font-weight: 700;
    color: #202430;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-view .app-box .app-name {
    height: auto;
    line-height: normal;
    margin-top: 3px;
}

.app-box .app-desc {
    margin-top: 20px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(32, 36, 48, 0.6);
    margin-bottom: 0;
}

.list-view .app-box .app-desc {
    margin-top: 0;
    margin-left: 85px;
    padding-right: 278px;
}

.app-box .app-actions {
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
    height: 40px;
}

.list-view .app-box .app-actions {
    top: 0;
    bottom: 0;
    left: auto;
    margin-top: auto;
    margin-bottom: auto;
    right: 30px;
}

    .list-view .app-box .app-actions .dropdown {
        float: left;
    }

.app-box .app-actions:after {
    content: '';
    display: block;
    clear: both;
}

.app-box .app-actions .launch-btn {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding: 0 15px 0 37px !important;
    height: 40px;
    line-height: 40px;
    border-radius: 120px;
    background-color: #E87722;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    float: left;
    border: none;
    outline: none;
    min-width:124px;
}

.app-box .app-actions button.launch-btn:hover,
.app-box .app-actions button.launch-btn:link,
.app-box .app-actions button.launch-btn:active,
.app-box .app-actions button.launch-btn:visited {
    color: black;
    text-decoration: none;
    background: #fff;
    border: 2px solid;
    outline: none;
    color: #E87722;
    border-color: #E87722;
}

.app-box .app-actions a.launch-btn:hover {
    text-decoration: none;
    background: #fff;
    border: 2px solid;
    outline: none;
    color: #E87722;
    border-color: #E87722;
}
    .app-box .app-actions button.launch-btn:hover .icon,
    .app-box .app-actions a.launch-btn:hover .icon {
        fill: #E87722;
    }

.app-box .app-actions .launch-btn .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 15px;
    width: 20px;
    height: 20px;
    fill: #fff;
}



    .dropdown-item.link-item {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        color: #202430;
    }

    .dropdown-item.link-item .icon {
        width: 20px;
        height: 20px;
        fill: #E87722;
    }

.app-box .app-actions .details-btn {
    position: relative;
    display: inline-block;
    margin-right: 0;
    padding: 0 15px !important;
    height: 40px;
    line-height: 40px;
    border-radius: 120px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 700;
    color: #E87722;
    float: left;
    cursor: pointer;
    border: 2px solid #E87722;
}

    .app-box .app-actions .details-btn:hover {
        text-decoration: none;
        background-color: #E87722;
        color: #fff;
    }



/*PROFILE*/
.profile-container {
    position: relative;
    padding-left: 360px;
    height: calc(100vh - 100px);
}

    .profile-container .page-navigation {
        width: 360px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding: 70px 50px 0 50px;
    }

        .profile-container .page-navigation h3 {
            font-weight: 700;
            font-size: 26px;
            line-height: 40px;
            color: #202430;
            margin-bottom: 20px;
        }

        .profile-container .page-navigation p {
            font-weight: normal;
            font-size: 18px;
            line-height: 26px;
            color: rgba(32, 36, 48, 0.6);
            margin-bottom: 60px;
        }



        .profile-container .page-navigation .list-group-item {
            background-color: transparent;
            border: none;
            height: 40px;
            line-height: 40px;
            margin-bottom: 10px;
            padding: 0 0 0 30px;
            font-size: 18px;
            font-weight: 400;
            color: rgba(32, 36, 48, 0.6);
            transition: font-weight ease-in-out .25s, color ease-in-out .25s;
        }

            .profile-container .page-navigation .list-group-item:before {
                content: '';
                width: 3px;
                height: 40px;
                background-color: #E87722;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                display: inline-block;
                opacity: 0;
                transition: opacity ease-in-out .25s;
            }

            .profile-container .page-navigation .list-group-item.active {
                font-weight: 700;
                color: #202430;
            }

                .profile-container .page-navigation .list-group-item.active:before {
                    opacity: 1;
                }



    .profile-container .profile-content {
        position: relative;
        height: calc(100vh - 100px);
        overflow-y: auto;
        overflow-x: hidden;
    }

        .profile-container .profile-content .scroll-section {
            min-height: calc(100vh - 100px);
            padding: 80px 120px;
        }

            .profile-container .profile-content .scroll-section h4 {
                font-weight: 700;
                font-size: 36px;
                line-height: 46px;
                color: #202430;
                border-bottom: 1px solid #202430;
                padding-bottom: 10px;
                margin-bottom: 40px;
            }

.user-data {
    position: relative;
    margin-bottom: 35px;
    padding-left: 150px;
    min-height: 120px;
}

    .user-data .user-image {
        width: 130px;
        height: 130px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        display: inline-block;
        border: 2px solid #fff;
        background-color: #575756;
        color: #E87722;
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        line-height: 120px;
        overflow: hidden;
        text-align: center;
    }

        .user-data .user-image img {
            width: 100%;
            display: block;
            vertical-align: top;
        }

    .user-data .user-name {
        font-weight: 700;
        font-size: 26px;
        line-height: 40px;
        color: #202430;
        margin: 0;
    }

    .user-data .user-company {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: rgba(32, 36, 48, 0.6);
        margin-bottom: 20px;
    }

    .user-data .user-country {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: rgba(32, 36, 48, 0.6);
        margin: 0;
    }

        .user-data .user-country .icon {
            width: 20px;
            height: 20px;
            display: inline-block;
            margin-right: 4px;
            fill: rgba(32, 36, 48, 0.6);
            margin-top: -3px;
        }

.read-only-data {
}

    .read-only-data .form-group {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid rgba(32, 36, 48, 0.15);
        margin: 0;
    }

        .read-only-data .form-group label {
            font-weight: 400;
            font-size: 18px;
            line-height: 21px;
            color: rgba(32, 36, 48, 0.6);
            height: 50px;
            line-height: 50px;
            margin: 0;
            max-width: 250px;
        }

        .read-only-data .form-group p {
            font-weight: 700;
            font-size: 18px;
            line-height: 21px;
            color: #202430;
            height: 50px;
            line-height: 50px;
            margin: 0;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

.profile-container .profile-content .edit-btn {
    position: relative;
    display: inline-block;
    padding: 0 15px !important;
    height: 40px;
    line-height: 40px;
    border-radius: 120px;
    background-color: transparent;
    border: solid 1px #E87722;
    font-size: 16px;
    font-weight: 700;
    color: #E87722;
    margin-top: 45px;
}

    .profile-container .profile-content .edit-btn:hover {
        text-decoration: none;
        background-color: #E87722;
        color: #fff;
    }

.interests-checks h5 {
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #202430;
}

.interests-category {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(32, 36, 48, 0.15);
    margin-bottom: 40px;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #202430;
    padding-top: 5px;
}

.custom-switch .custom-control-label::before {
    top: 0;
    left: -80px;
    width: 60px;
    height: 32px;
    pointer-events: all;
    border-radius: 25px;
}

.custom-switch .custom-control-label::after {
    top: 4px;
    left: -76px;
    width: 24px;
    height: 24px;
    background-color: rgba(32, 36, 48, 0.6);
    border-radius: 50%;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
}

.custom-switch {
    padding-left: 80px;
    min-height: 32px;
    margin-bottom: 20px;
    display: inline-block;
}

.interests-category .custom-switch {
    padding-left: 95px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #E87722;
    background-color: #E87722;
}

.custom-control-input.link ~ .custom-control-label::before {
    color: #fff;
    border-color: #E87722;
    background-color: #E87722;
}

.custom-control-input.link ~ .custom-control-label::after {
    background-color: #fff;
}

.custom-select {
    height: 60px;
    padding: 0 1.75rem 0 .75rem;
    margin-bottom: 40px;
    border: none;
}
/*END PROFILE*/


.sidebar-content h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #202430;
    margin-bottom: 30px;
}

.sidebar-content-federations h4 {
    margin-bottom: 25px !important;
}


.actions-row:after {
    content: '';
    display: block;
    clear: both;
}

.actions-row .btn-save {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding: 0 25px !important;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #E87722;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    float: right;
    border: none;
    outline: none;
    transition: all 2s;
    border-radius:120px;
}

    .actions-row .btn-save:hover,
    .actions-row .btn-save:link,
    .actions-row .btn-save:active,
    .actions-row .btn-save:visited {
        text-decoration: none;
        background: #fff;
        border: 2px solid !important;
        outline: none;
        border-color: #E87722 !important;
        color:#E87722;
    }

    .actions-row .btn-save:disabled,
    .actions-row .btn-save:disabled:hover {
        color: darkgrey;
        background: #f7f7f7;
        border-color: lightgrey;
    }

.btn-idp-icon{

    padding: 0px !important;
    display:inline-flex !important;

}
.btn-text, .btn-icon{
    display:inline-flex;
    align-items:center;
    padding: 0 24px;
    height: 100%;
}
.btn-icon {
    font-size: 1.5em;
    background: rgba(0,0,0,0.08);
    right: 1px;
    padding: 0 30px;
    position: absolute;
    border-top-right-radius: 120px;
    border-bottom-right-radius:120px;
}
.actions-row .btn-cancel {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding: 0 25px !important;
    height: 40px;
    line-height: 40px;
    border-radius: 120px;
    background-color: #fff;
    border: solid 2px #E87722;
    font-size: 15px;
    font-weight: 700;
    color: #E87722;
    float: right;
}

    .actions-row .btn-cancel:hover,
    .actions-row .btn-cancel:link,
    .actions-row .btn-cancel:active,
    .actions-row .btn-cancel:visited {
        text-decoration: none;
        background-color: #E87722;
        color: #fff;
        outline: none;
        border: solid 2px #E87722;
    }

/*FLOATING LABELS FORMS*/
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius:120px;
}
    

    .form-label-group.date {
        width: 180px;
    }

    .form-label-group.date .input-group-addon {
        position: absolute;
        top: 18px;
        right: 36px;
    }

    .form-label-group > input,
    .form-label-group > label {
        padding: 0 16px;
    }

    .form-label-group > textarea {
        padding: 19px;
        height: 160px !important;
        color: black;
    }

    .form-label-group > .custom-select {
        padding: 19px;
        z-index: 2;
        background-color: transparent;
        border-radius:120px;
    }

    .form-label-group .js-typeahead {
        height: 60px;
        border: none;
    }

.news-image-container {
    border: 1px solid #363944;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
    margin-bottom: 20px;
}

.margin-right-bt{
    margin-right:10rem;
}

.news-image-container img {
    text-align: center;
    width: 100% !important;
    max-width: 350px;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: 0;*/
    display: block;
    width: 100%;
    margin-bottom: auto;
    margin-top: auto;
    line-height: 60px;
    color: #495057;
    cursor: text;
    border-radius: 120px;
    transition: all .1s ease-in-out;
    opacity: .4;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group textarea::-webkit-textarea-placeholder {
    color: transparent;
}

.form-label-group textarea:-ms-textarea-placeholder {
    color: transparent;
}

.form-label-group textarea::-ms-textarea-placeholder {
    color: transparent;
}

.form-label-group textarea::-moz-placeholder {
    color: transparent;
}

.form-label-group textarea::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
    padding-top: 14px;
    padding-bottom: 4px;
    opacity: 1;
    z-index:2;
    position: relative;
    background:transparent;
}

.form-label-group textarea:not(:placeholder-shown) {
    padding-top: 30px;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #202430;
    font-weight: 400;
    line-height: 14px;
    opacity: 1;
   
}

.form-label-group textarea:not(:placeholder-shown) ~ label {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #202430;
    font-weight: 400;
    line-height: 14px;
    opacity: 1;
   
}

.form-label-group .custom-select:not(:placeholder-shown) {
    padding-bottom: 0;
    color: #202430;
    top:8px;
    font-size: 15px;
    height:40px;
}

.form-label-group .custom-select:not(:placeholder-shown):focus{
    outline: #E87722 solid 2.8px;
    top:0px;
    height:55px;

}
.sidebar-content .custom-select:focus{
    margin-bottom:0px;
}


.form-label-group .custom-select:not(:placeholder-shown) ~ label {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #202430;
    font-weight: 400;
    line-height: 14px;
    opacity: 1;
    
}

.form-label-group .multiselect-native-select {
    z-index: 3;
    border: 1px solid #363944;
    height: 60px;
    display: block;
    border-radius: 4px;
    padding: 0;
}

    .form-label-group .multiselect-native-select .btn-group {
        padding: 0;
        display: block;
        width: 100%;
        height: 60px;
    }

        .form-label-group .multiselect-native-select .btn-group > button {
            padding: 21px 19px 0 19px;
            display: block;
            width: 100%;
            height: 60px;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .form-label-group .multiselect-native-select .btn-group > button:after {
                position: absolute;
                top: 28px;
                right: 10px;
            }

    .form-label-group .multiselect-native-select ~ label {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        color: #202430;
        font-weight: 400;
        line-height: 14px;
        opacity: 1;
        z-index: 1;
    }

.form-label-group .typeahead__container {
    border: 1px solid transparent;
    height: 60px;
    display: block;
    border-radius: 4px;
    padding: 0;
    background-color: transparent;
}

    .form-label-group .typeahead__container .typeahead__field input {
        background-color: transparent;
        padding: 4px 19px;
    }

    .form-label-group .typeahead__container.result .typeahead__field input,
    .form-label-group .typeahead__container.cancel .typeahead__field input {
        padding-top: 24px;
    }

    .form-label-group .typeahead__container.result ~ label,
    .form-label-group .typeahead__container.cancel ~ label {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        color: #202430;
        font-weight: 400;
        line-height: 14px;
        opacity: 1;
        z-index: 1;
    }

.typeahead__list {
    background-color: #fff;
    box-shadow: 1px 1px 13px rgba(0,0,0,.15);
    width: 100%;
    padding: 12px 0 !important;
    border-color: #363944;
}

    .typeahead__list > li {
        border: none;
    }

        .typeahead__list > li a {
            padding: 4px 34px !important;
        }

.typeahead__cancel-button {
    z-index: 4;
}

.multiselect-container {
    background-color: #fff;
    box-shadow: 1px 1px 13px rgba(0,0,0,.15);
    width: 100%;
    padding: 12px 0 !important;
    border-color: #363944;
}

    .multiselect-container > li > a {
    }

        .multiselect-container > li > a > label {
            margin: 0;
            height: 100%;
            cursor: pointer;
            font-weight: 400;
            padding: 4px 20px 4px 19px;
        }

            .multiselect-container > li > a > label > input[type=checkbox] {
                margin-bottom: 5px;
                margin-right: 7px;
            }

.table-filters .custom-select {
    border: 1px solid #ced4da;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 2rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-radius: .25rem;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder,
    .form-label-group textarea::-ms-textarea-placeholder {
        color: black;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder,
    .form-label-group input:-ms-textarea-placeholder {
        color: black;
    }
}
.form-control{
    border: 1px solid transparent;
}

    .form-control:focus {
        border-color: #cccccc;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
.form-label-group .form-control {
    
    box-sizing: border-box;
    font-size: 16px;
    line-height: 19px;
    color: #202430;
    opacity: 1;
    height: 60px;
    border-radius: 120px;
}

.orange-border {
    border: 1px solid #E87722;
    background: rgba(87, 87, 86,0.1);
}
/*END FLOATING LABELS FORMS*/
.sidebar.info-support .sidebar-content {
    padding: 40px 80px 0 80px;
}

.sidebar-content .app-info {
}

    .sidebar-content .app-info .app-logo {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 40px;
        left: 80px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 0 2px rgba(32, 36, 48, 0.5);
        display: inline-block;
        background-color: #cdcdcc;
        color: #E87722;
        font-size: 30px;
        font-weight: 500;
        line-height: 80px;
        text-align: center;
        text-transform: uppercase;
    }

        .sidebar-content .app-info .app-logo img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            margin: 0 auto;
        }

    .sidebar-content .app-info .app-name {
        height: 80px;
        line-height: 80px;
        margin-left: 120px;
        font-size: 36px;
        font-weight: 700;
        color: #202430;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 120px;
    }

    .sidebar-content .app-info .app-actions {
        position: absolute;
        top: 60px;
        right: 80px;
        height: 40px;
    }

        .sidebar-content .app-info .app-actions .dropdown {
            float: right;
        }

        .sidebar-content .app-info .app-actions:after {
            content: '';
            display: block;
            clear: both;
        }

        .sidebar-content .app-info .app-actions .launch-btn {
            position: relative;
            display: inline-block;
            margin-left: 20px;
            padding: 0 15px 0 37px !important;
            height: 40px;
            line-height: 40px;
            border-radius: 120px;
            background-color: #E87722;
            font-size: 15px;
            font-weight: 700;
            color: #FFF;
            float: right;
            border: none;
            outline: none;
        }

            .sidebar-content .app-info .app-actions .launch-btn:hover,
            /*.sidebar-content .app-info .app-actions .launch-btn:link,*/
            .sidebar-content .app-info .app-actions .launch-btn:active,
            .sidebar-content .app-info .app-actions .launch-btn:visited {
                text-decoration: none;
                background: #E87722;
                border: none;
                outline: none;
            }

            .sidebar-content .app-info .app-actions .launch-btn .icon {
                position: absolute;
                top: 0;
                bottom: 0;
                margin-top: auto;
                margin-bottom: auto;
                left: 15px;
                width: 20px;
                height: 20px;
                fill: #fff;
            }

        .sidebar-content .app-info .app-actions .details-btn {
            position: relative;
            display: inline-block;
            margin-left: 10px;
            padding: 0 15px !important;
            height: 40px;
            line-height: 40px;
            border-radius: 5px;
            background-color: #fff;
            border: solid 2px #E87722;
            font-size: 15px;
            font-weight: 700;
            color: #E87722;
            float: right;
        }

            .sidebar-content .app-info .app-actions .details-btn:hover {
                text-decoration: none;
                background-color: #E87722;
                color: #fff;
            }
/*Regulation info*/

.sidebar-content .regulation-info {
}

    .sidebar-content .regulation-info .regulation-title {
        margin-left: 0;
        font-size: 26px;
        font-weight: 700;
        color: #202430;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .sidebar-content .regulation-info .update-date {
        font-size: 15px;
        color: #999;
    }

    .sidebar-content .regulation-info .regulation-source {
    }

    .sidebar-content .regulation-info .regulation-text {
        margin-bottom: 8px;
    }

.regulation-details {
    padding: 0;
    margin: 0 40px 0 15px;
}

.regulation-insight {
    width: 390px;
    max-width: 390px;
    margin: 0;
    background-color: rgba(232,119,34,0.5);
    border-radius: 7px;
    padding: 25px 30px;
}

    .regulation-insight h6 {
        height: 33px;
        line-height: 33px;
        padding-left: 43px;
        font-weight: 700;
        font-size: 16px;
        color: #202430;
        margin-bottom: 14px;
        position: relative;
    }

    .regulation-insight ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .regulation-insight ul li {
            margin: 0;
            padding: 0;
            font-size: 14px;
        }

.matching-interest {
}

    .matching-interest > div:not(.title) .inner {
        background-color: #f5f5f5;
        border-radius: 3px;
        padding: 10px;
    }

    .matching-interest h5 {
        margin-top: 25px;
    }

    .matching-interest h6 {
        padding: 5px 10px;
        border-bottom: 2px solid #b5b5b5;
    }

    .matching-interest ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .matching-interest ul li {
            margin: 0;
            padding: 0;
            position: relative;
            display: block;
            margin-bottom: 4px;
        }

            .matching-interest ul li span {
                padding: 7px 10px;
                line-height: 16px;
                font-size: 14px;
                display: inline-block;
            }

            .matching-interest ul li.strong span {
                font-weight: 700;
                border-radius: 120px;
                height:20px;
                line-height:30px;
            }

            .matching-interest ul li .match-badge {
                position: relative;
                display: inline-block;
                top: 2px;
            }
/******/

.sidebar-content .news-detail {
}

    .sidebar-content .news-detail .news-titular {
        margin-left: 0;
        margin-bottom: 20px;
        font-size: 36px;
        font-weight: 700;
        color: #202430;
    }

    .sidebar-content .news-detail .news-body {
        position: relative;
        clear: both;
    }

        .sidebar-content .news-detail .news-body .news-text {
            float: left;
        }

        .sidebar-content .news-detail .news-body .photo-container {
            width: 400px;
            height: 239px;
            box-shadow: 0 0 2px rgba(32, 36, 48, 0.5);
            display: block;
            background-color: #ffffff;
            float: left;
            border: 2px solid #ececec;
            margin: 0 40px 40px 0;
        }

            .sidebar-content .news-detail .news-body .photo-container img {
                width: 400px;
                height: 235px;
                object-fit: cover;
                object-position: center center;
            }


/*Tabs*/
.tabs-page {
    position: relative;
}

.nav-tabs {
    position: relative;
    min-height: 50px;
    margin: 0;
    padding-left: 0;
    text-align: left;
    cursor: auto;
    z-index: 1;
}

    .nav-tabs li {
        display: inline-block;
        height: 50px;
        border: none;
    }

        .nav-tabs li:not(:last-child) {
            padding-right: 22px;
        }

        .nav-tabs li a[role="tab"] {
            height: 50px;
            margin: 0;
            padding: 0px;
            font-size: 18px;
            font-weight: 400;
            text-transform: none;
            text-align: center;
            letter-spacing: 0.25px;
            color: rgba(32, 36, 48, 0.6);
            background: none;
            border: none;
            line-height: 50px;
            transition: color 0.3s ease, box-shadow 0.2s ease;
        }

            .nav-tabs li a[role="tab"]:hover {
                color: #202430;
            }

        .nav-tabs li a.nav-link.active {
            color: #202430 !important;
            font-weight: 700;
            box-shadow: inset 0 -3px 0 #E87722;
            background: none;
        }

        .nav-tabs li a.active:hover, .tabs-page > .nav-tabs li a.active:focus {
            background: none;
            border: none;
        }

.tab-content {
    position: relative;
    margin: 0;
    padding: 0;
    background: #e6e6e6;
}

    .tab-content p {
        font-weight: 300;
        font-size: 20px;
        line-height: 36px;
        color: #202430;
        margin-bottom: 30px;
    }

        .tab-content p.small {
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            color: #202430;
        }

        .tab-content p b {
            font-weight: 700;
            font-size: 16px;
            line-height: 30px;
            color: #202430;
        }

    .tab-content ul {
        margin: 0;
        padding: 0;
    }

        .tab-content ul li {
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            color: rgba(32, 36, 48, 0.6);
            list-style: none;
        }

.about-agreement {
    padding: 0;
    margin: 0 40px 0 15px;
}

.contact-support {
    width: 390px;
    max-width: 390px;
    padding: 0;
    margin: 0 16px 0 40px;
}

    .contact-support h5 {
        font-weight: 700;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        color: #202430;
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 30px;
    }

    .contact-support .contact {
        position: relative;
        padding-left: 105px;
    }

        .contact-support .contact .contact-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            vertical-align: top;
        }

            .contact-support .contact .contact-img img {
                width: 100%;
                display: block;
                vertical-align: top;
            }

        .contact-support .contact .contact-name {
            font-weight: 700;
            font-size: 19px;
            line-height: 20px;
            color: #202430;
            margin-bottom: 15px;
        }

        .contact-support .contact .contact-job {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: #202430;
            margin-bottom: 15px;
        }

        .contact-support .contact .contact-mail {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: #202430;
            margin-bottom: 15px;
        }

            .contact-support .contact .contact-mail a {
                color: #202430;
                text-decoration: underline;
            }

            .contact-support .contact .contact-mail:hover a {
                color: #E87722;
            }

            .contact-support .contact .contact-mail .icon-mail {
                width: 20px;
                height: 20px;
                fill: #E87722;
                margin-right: 5px;
            }

        .contact-support .contact .contact-phone {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: #202430;
            margin-bottom: 0;
        }

            .contact-support .contact .contact-phone .icon-phone {
                width: 20px;
                height: 20px;
                fill: #E87722;
                margin-right: 10px;
            }

    .contact-support .support {
        margin-top: 40px;
        background-color: rgba(232, 119, 34, 0.15);
        border-radius: 7px;
        padding: 25px 30px;
    }

        .contact-support .support h6 {
            height: 33px;
            line-height: 33px;
            padding-left: 43px;
            font-weight: 700;
            font-size: 16px;
            color: #202430;
            margin-bottom: 14px;
            position: relative;
        }

            .contact-support .support h6:before {
                content: '';
                width: 33px;
                height: 33px;
                display: inline-block;
                background: url(../img/Apex_Help.svg) no-repeat;
                position: absolute;
                top: 0;
                left: 0;
            }

        .contact-support .support p {
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            color: rgba(32, 36, 48, 0.6);
            margin-bottom: 20px;
        }

        .contact-support .support .query-btn {
            position: relative;
            display: inline-block;
            padding: 0 15px 0 15px !important;
            height: 38px;
            line-height: 38px;
            border-radius: 120px;
            background-color: #E87722;
            font-size: 15px;
            font-weight: 700;
            color: #FFF;
            border: none;
            outline: none;
        }

header .navbar {
    transition: none;
}

    header .navbar .navbar-collapse {
        transition: none;
    }

        header .navbar .navbar-collapse.show {
            flex-grow: initial;
            background-color: white;
            margin-top: 10px;
            position: absolute;
            top: 100px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            left: 0;
            right: 0;
            align-items: center;
            box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
            margin: 0;
            padding: 20px;
            z-index: 1;
        }

            header .navbar .navbar-collapse.show .navbar-nav {
                align-items: center;
            }

                header .navbar .navbar-collapse.show .navbar-nav .nav-item {
                    display: inline-block;
                }

                header .navbar .navbar-collapse.show .navbar-nav li .nav-link.external-link {
                    border-radius: 5px;
                    background-color: #E87722;
                    color: #fff !important;
                    padding: 0 20px 0 37px !important;
                    font-size: 15px;
                    margin-left: 10px;
                    line-height: 37px;
                    width: 100%;
                    margin: 0;
                    width: calc(100vw - 30px);
                    text-align: center;
                    border-radius:120px;
                }

                    header .navbar .navbar-collapse.show .navbar-nav li .nav-link.external-link .icon {
                        left: initial;
                        margin-left: -25px;
                    }

/*ADMINISTRATION*/
.administration-container {
    position: relative;
    padding-left: 360px;
    min-height: calc(100vh - 100px);
}

    .administration-container .page-navigation {
        max-width: 375px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding: 30px 70px 0 50px;
    }

        .administration-container .page-navigation h3 {
            font-weight: 700;
            font-size: 26px;
            line-height: 40px;
            color: #202430;
            margin-bottom: 20px;
        }

        .administration-container .page-navigation p {
            font-weight: normal;
            font-size: 18px;
            line-height: 26px;
            color: rgba(32, 36, 48, 0.6);
            margin-bottom: 60px;
        }

        .administration-container .page-navigation .fa-bars {
            cursor: pointer;
        }

        .administration-container .page-navigation .list-group-item {
            background-color: transparent;
            border: none;
            height: 40px;
            line-height: 40px;
            margin-bottom: 10px;
            padding: 0 0 0 30px;
            font-size: 18px;
            font-weight: 400;
            color: rgba(32, 36, 48, 0.6);
            transition: font-weight ease-in-out .25s, color ease-in-out .25s;
            width:18rem;
        }

            .administration-container .page-navigation .list-group-item:before {
                content: '';
                width: 3px;
                height: 40px;
                background-color: #E87722;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                display: inline-block;
                opacity: 0;
                transition: opacity ease-in-out .25s;
            }

            .administration-container .page-navigation .list-group-item.active {
                font-weight: 700;
                color: #202430;
            }

                .administration-container .page-navigation .list-group-item.active:before {
                    opacity: 1;
                }



    .administration-container .administration-content {
        /*        position: relative;*/
        min-height: calc(100vh - 100px);
        overflow-y: hidden;
        overflow-x: hidden;
    }

        .administration-container .administration-content .scroll-section {
            padding: 80px;
            padding-left: 9%;
        }

            .administration-container .administration-content .scroll-section h4 {
                font-weight: 700;
                font-size: 36px;
                line-height: 46px;
                color: #202430;
                padding-bottom: 10px;
                margin-bottom: 0px;
            }
/*END ADMINISTRATION*/




@media (max-width: 1692px) {
    .active-apps .col-4,
    .unsubscribe-apps .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dashboard-container .city-time-box {
        position: relative;
        top: 15px;
        right: initial;
        width: auto;
        display: inline-block;
        display:none;

    }
}

@media (max-width: 1200px) {
    .dashboard-container .top-row {
        position: relative;
    }

    .dashboard-container .news-regulatory-updates-box {
        height: 85px;
        box-shadow: 0 0 20px rgba(32, 36, 48, 0.2);
        position: absolute;
        top: 15px;
        right: 0;
        background-color: #fff;
        border-radius: 15px;
        padding: 22px 40px 10px 100px;
        display: inline-block;
        text-decoration: none !important;
        outline: none;
    }

        .dashboard-container .news-regulatory-updates-box p:after {
            content: '';
            display: inline-block;
            width: 42px;
            height: 37px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin-top: auto;
            margin-bottom: auto;
            left: 30px;
            background: transparent url(../img/Apex_News.svg);
        }

        .dashboard-container .news-regulatory-updates-box p {
            font-size: 18px;
            line-height: 21px;
            font-weight: 700;
            color: #202430;
        }

        .dashboard-container .news-regulatory-updates-box .badge {
            border-radius: 50%;
            background-color: #E0004D;
            height: 15px;
            min-width: 15px;
            font-weight: 700;
            font-size: 9px;
            line-height: 15px;
            text-align: center;
            position: absolute;
            top: 18px;
            left: 55px;
            color: #fff;
            padding: 0 3px;
        }

    .footer-xl {
        display: none;
    }

    .footer-xs {
        display: block;
    }

    .dashboard-container,
    .dashboard-container .container-fluid,
    .dashboard-container .lateral-section {
        height: initial;
        overflow-y: initial;
    }

    .profile-container {
        position: relative;
        padding-left: 0;
        height: calc(100vh - 100px);
    }

        .profile-container .page-navigation {
            width: 100%;
            position: relative;
            top: initial;
            left: initial;
            bottom: initial;
            padding: 30px 40px 0 40px;
        }

            .profile-container .page-navigation p {
                margin-bottom: 40px;
            }

            .profile-container .page-navigation .list-group {
                flex-direction: row;
                justify-content: flex-start;
            }

                .profile-container .page-navigation .list-group .list-group-item {
                    width: initial;
                    padding-left: 0;
                    margin-right: 30px;
                }

            .profile-container .page-navigation .list-group-item:before {
                content: '';
                width: 100%;
                height: 3px;
                background-color: #E87722;
                position: absolute;
                top: initial;
                left: 0;
                right: 0;
                bottom: -10px;
                display: inline-block;
                opacity: 0;
                transition: opacity ease-in-out .25s;
            }

        .profile-container .profile-content {
            position: relative;
            height: initial;
            
            overflow-x: hidden;
            height:65vh;
        }

            .profile-container .profile-content .scroll-section {
                padding: 50px 40px;
            }

    .administration-container {
        position: relative;
        padding-left: 0;
        height: calc(100vh - 100px);
    }

        .administration-container .page-navigation {
            width: 100%;
            position: relative;
            top: initial;
            left: initial;
            bottom: initial;
            padding: 30px 40px 0 40px;
            display: none;
        }

            .administration-container .page-navigation p {
                margin-bottom: 40px;
            }

            .administration-container .page-navigation .list-group {
                flex-direction: row;
                justify-content: flex-start;
            }

                .administration-container .page-navigation .list-group .list-group-item {
                    width: initial;
                    padding-left: 0;
                    margin-right: 30px;
                }

            .administration-container .page-navigation .list-group-item:before {
                content: '';
                width: 100%;
                height: 3px;
                background-color: #6001D3;
                position: absolute;
                top: initial;
                left: 0;
                right: 0;
                bottom: -10px;
                display: inline-block;
                opacity: 0;
                transition: opacity ease-in-out .25s;
            }

        .administration-container .administration-content {
            position: relative;
            height: initial;
            overflow-y: hidden;
            overflow-x: hidden;
        }

        .administration-container .profile-content .scroll-section {
            padding: 50px 40px;
        }

    .interests-category .custom-switch {
        padding-left: 95px;
    }

    .dashboard-container .lateral-section {
        padding: 20px 120px;
    }

        .dashboard-container .lateral-section .updates-tit {
            margin: 40px -120px 30px -120px;
            padding: 0 120px;
        }

            .dashboard-container .lateral-section .updates-tit:after {
                left: 120px;
            }

    .open-chat {
        bottom: 50px;
        right: 38px;
    }
}

@media (min-width: 731px) and (max-width: 1200px) {
    .carousel-item .img-container {
        height: 210px;
        overflow: hidden;
        width: 320px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .carousel-item {
        min-height: 210px;
        padding-left: 360px;
    }
}


@media (max-width: 830px) {
    

    .app-actions {
        top: 62%;
    }

    .app-box .app-actions .launch-btn {
        min-width: 150px;
        padding-left: 48px !important;
    }

    .app-box .app-actions .details-btn {
        padding-left: 15px !important;
        min-width: 150px;
        margin-top: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .dashboard-container h2 {
        padding-top: 60px;
    }
}


@media (max-width: 991px) {
    .dashboard-container .container-fluid {
        padding-right: 55px;
        padding-left: 55px;
        margin: 0;
        padding-top: 60px;
    }

    .dashboard-container .lateral-section {
        padding: 20px 40px;
    }

        .dashboard-container .lateral-section .updates-tit {
            margin: 40px -40px 30px -40px;
            padding: 0 40px;
        }

            .dashboard-container .lateral-section .updates-tit:after {
                left: 40px;
            }

    .dashboard-container h2 {
        padding-top: 0;
    }

    footer .container {
        max-width: calc(100% - 120px);
    }
}

@media (max-width: 830px) {
    .dashboard-container .news-regulatory-updates-box {
        padding-left: 60px;
    }

        .dashboard-container .news-regulatory-updates-box p {
            width: 0;
            overflow: hidden;
        }
}

@media (max-width: 730px) {

    .environment-label{
        display:none;
    }
    .open-chat {
        bottom: 25px;
        right: 20px;
        width: 55px;
        height: 55px;
    }

        .open-chat .icon {
            width: 45px;
            height: 45px;
        }

    header .navbar {
        height: 100px;
        padding: .5rem 20px;
    }

    .logo-height {
        height: 90px;
        margin-top: 1px;
    }

    .general-wrapper {
        top: 60px;
    }

    .dashboard-container .container-fluid {
        padding-right: 35px;
        padding-left: 35px;
        margin: 0;
        padding-top: 30px;
    }

    .dashboard-container h2 {
        font-size: 20px;
        line-height: 26px;
        padding-top: 35px;
    }

    .dashboard-container .welcome-text {
        font-size: 12px;
        line-height: 20px;
    }

    .dashboard-container .news-regulatory-updates-box {
        height: 52px;
        width: 70px;
        padding: 0;
        top: 0rem;
        right:76%;
    }

        .dashboard-container .news-regulatory-updates-box p:after {
            left: 15px;
        }

        .dashboard-container .news-regulatory-updates-box .badge {
            left: 40px;
            top: 5px;
        }

    .dashboard-container .city-time-box {
        height: 52px;
        min-width: 255px;
        position: relative;
        top: 5px;
        right: initial;
        width: auto;
        display: inline-block;
        background-color: #fff;
        border-radius: 10px;
        padding: 13px 10px 10px 97px;
        display:none;
    }

        .dashboard-container .city-time-box .hour {
            font-size: 30px;
            left: 14px;
            height: 52px;
            line-height: 52px;
        }

        .dashboard-container .city-time-box .city-country {
            font-size: 12px;
            line-height: 14px;
            margin: 0 0 4px 0;
        }

        .dashboard-container .city-time-box .date {
            font-size: 11px;
            line-height: 12px;
        }

    .dashboard-container h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 86px 0 25px 0;
    }

        .dashboard-container h3 .count {
            font-size: 10px;
            line-height: 12px;
        }

    .active-apps .col-4,
    .unsubscribe-apps .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dashboard-container .titular-row .actions span {
        display: none;
    }

    .dashboard-container .titular-row .actions button.query-btn {
        padding: 0 10px 0 10px !important;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-right: 0;
        margin-top: -2px;
    }

    .dashboard-container .titular-row .actions button.card-view-btn,
    .dashboard-container .titular-row .actions button.list-view-btn {
        display: none;
    }

    .app-box {
        min-height: 70px !important;
        height: initial !important;
        padding: 15px !important;
        margin-bottom: 10px !important;
    }

        .app-box .app-logo {
            width: 40px;
            height: 40px;
            top: 15px;
            left: 15px;
            line-height: 40px;
            font-size: 17px;
        }

            .app-box .app-logo img {
                width: 40px;
                height: 40px;
            }

        .app-box .app-name {
            height: auto !important;
            font-size: 14px !important;
            line-height: normal !important;
            margin-top: 12px !important;
            margin-left: 65px !important;
            max-width: 12ch;
        }

    .active-apps:not(.list-view) .app-box:hover,
    .unsubscribe-apps:not(.list-view) .app-box:hover {
        margin-top: 0;
    }

    .app-box .app-name {
        height: auto;
        line-height: normal;
        margin-top: 3px;
    }

    .app-box .app-desc {
        display: none;
    }

    .list-view .app-box .app-actions,
    .app-box .app-actions {
        top: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        margin-top: auto !important;
        margin-bottom: auto !important;
        right: 30px !important;
    }

        .app-box .app-actions .dropdown {
            display: none;
        }

        .app-box .app-actions .details-btn {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            width: 80px;
            min-width:80px;
            height: 32px;
            line-height: 32px;
            padding: 0 !important;
            float: right;
            margin-top: 4px;
            position: relative;
            color: #fff;
            left:18px;
        }

         

            .app-box .app-actions .details-btn:after {
                content: 'Open';
                display: block;
                width: 35px;
                height: 32px;
                line-height: 21px;
                position: absolute;
                top: 2px;
                left: 15px;
                color: #575756;
                font-size: 16px;
                font-weight: 200;
                right: 0;
                bottom: 0;
                text-align: center;
            }

            .app-box .app-actions .details-btn:hover:after {
                color: #fff;
            }

    .dashboard-container .lateral-section .lateral-tit {
        font-size: 18px;
        line-height: 23px;
        color: #202430;
        margin: 0 0 12px 0;
    }

    .carousel-item .featured-news-date {
        font-size: 12px;
        line-height: 14px;
    }

    .carousel-item h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .dashboard-container .lateral-section .updates-tit {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }

        .dashboard-container .lateral-section .updates-tit .count {
            font-size: 11px;
        }
    .row {
        display: block;
    }

    .dashboard-container .lateral-section .list-group .update-date {
        font-size: 12px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .dashboard-container .lateral-section .list-group .update-tit {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .dashboard-container .lateral-section .list-group .row .col-sm-12 {
        flex: 0 0 50%;
        width: 100%;
    }

    

    .profile-container .page-navigation {
        padding: 25px 20px 0 20px;
    }

        .profile-container .page-navigation h3 {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 10px;
            margin-top:50px;
        }

        .profile-container .page-navigation p {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 25px;
        }

        .profile-container .page-navigation .list-group-item {
            height: 28px;
            line-height: 28px;
            font-size: 12px;
            font-weight: 400;
        }

            .profile-container .page-navigation .list-group-item.active {
                font-weight: 400;
            }

    .profile-container .profile-content .scroll-section {
        padding: 30px 20px;
    }

        .profile-container .profile-content .scroll-section h4 {
            font-size: 20px;
            line-height: 23px;
            padding-bottom: 10px;
            margin-bottom: 35px;
        }

    .administration-container .page-navigation {
        padding: 0px 20px 0 20px;
        display: none;
        /*content-visibility: hidden; Aqui me he quedado*/
    }

        .administration-container .page-navigation h3 {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 10px;
        }

        .administration-container .page-navigation p {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 25px;
        }

        .administration-container .page-navigation .list-group-item {
            height: 28px;
            line-height: 28px;
            font-size: 12px;
            font-weight: 400;
        }

            .administration-container .page-navigation .list-group-item.active {
                font-weight: 400;
            }

    .administration-container .administration-content .scroll-section {
        padding: 10px 20px;
    }

        .administration-container .administration-content .scroll-section h4 {
            font-size: 20px;
            line-height: 23px;
            padding-bottom: 10px;
            margin-bottom: 35px;
        }


    .user-data .user-image {
        width: 90px;
        height: 90px;
        font-size:40px;
        line-height:76px;
    }

    .user-data {
        position: relative;
        margin-bottom: 35px;
        padding-left: 113px;
        min-height: 90px;
    }

        .user-data .user-name {
            font-size: 18px;
            line-height: 28px;
        }

        .user-data .user-company {
            font-size: 14px;
            line-height: 26px;
            margin-bottom: 10px;
        }

        .user-data .user-country {
            font-size: 14px;
            line-height: 16px;
        }

            .user-data .user-country .icon {
                margin-right: 3px;
            }

    .read-only-data .form-group label {
        font-size: 12px;
        line-height: 21px;
        height: 0px;
        line-height: 0px;
        max-width: 200px;
        top:-10px;
    }

    .read-only-data .form-group p {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #202430;
        height: 50px;
        margin-top: -20px;
    }

    .profile-container .profile-content .edit-btn {
        font-size: 14px;
    }

    .interests-checks h5 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .custom-control-label {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        padding-top: 5px;
    }

    .custom-switch {
        min-height: 26px;
        margin-bottom: 20px;
    }

        .custom-switch .custom-control-label::before {
            top: 0;
            left: -65px;
            width: 50px;
            height: 26px;
            pointer-events: all;
            border-radius: 25px;
        }

        .custom-switch .custom-control-label::after {
            top: 3px;
            left: -61px;
            width: 20px;
            height: 20px;
            background-color: rgba(32, 36, 48, 0.6);
            border-radius: 50%;
        }

        .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
            background-color: #fff;
            -webkit-transform: translateX(22px);
            transform: translateX(22px);
        }

    .interests-category .custom-switch {
        padding-left: 80px;
    }

    .interests-category {
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .sidebar-content h4 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 22px;
        padding-bottom: 4px;
    }

    .form-label-group .form-control {
        font-size: 14px;
        line-height: 19px;
        height: 50px;
    }


    .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 10px;
        line-height: 14px;
    }

    .form-label-group > label {
        line-height: 50px;
    }

    .sidebar.no-header .sidebar-header {
        height: 30px;
        background: #f7f7f7;
    }

    .sidebar.no-header .sidebar-content {
        top: 30px;
        background:#f7f7f7;
    }

    .sidebar .sidebar-content {
        padding: 0 20px 15px 20px;
    }

    .actions-row .btn-cancel {
        margin-left: 10px;
        margin-right: 10px;
        float: left;
    }

    .upload-img-sm{
        margin-top:30px!important;
    }

    .grid-right{
        height:48px !important;
    }

    .actions-row .btn-save {
        margin-left: 0;
        float: left;
    }

    .actions-row {
        display: block;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .sidebar .sidebar-header {
        height: 70px;
    }

    .sidebar .sidebar-content {
        top: 70px;
    }

    .sidebar.info-support .sidebar-content {
        padding: 20px 20px 0 20px;
        background-color: #f7f7f7;
    }
    .tab-content {
        background-color: #f7f7f7;
    }
    .sidebar .sidebar-footer {
        background-color: #f7f7f7;
    }

    .sidebar .sidebar-header .btn-close {
        top: 17px;
        left: 20px;
    }

    .about-agreement {
        padding: 0;
        margin: 0 15px 0 15px;
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        min-width: calc(100% - 30px);
    }

    .contact-support {
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        min-width: calc(100% - 30px);
        padding: 0;
        margin: 20px 15px 0 15px;
    }

    .sidebar-content .app-info .app-logo {
        width: 50px;
        height: 50px;
        top: 20px;
        left: 20px;
        font-size: 23px;
        line-height: 50px;
        font-size: 17px;
    }

        .sidebar-content .app-info .app-logo img {
            width: 50px;
            height: 50px;
        }

    .sidebar-content .app-info .app-name {
        height: 50px;
        line-height: 50px;
        margin-left: 67px;
        font-size: 18px;
        font-weight: 700;
        color: #202430;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 0;
    }

    .sidebar-content .app-info .app-actions {
        position: relative;
        top: initial;
        right: initial;
        height: 40px;
    }

    .sidebar-content .app-info .app-actions {
        position: relative;
        top: initial;
        right: initial;
        height: initial;
        margin-bottom: 20px;
    }

        .sidebar-content .app-info .app-actions .dropdown {
            float: none;
            display: block;
            width: 100%;
        }

        .sidebar-content .app-info .app-actions .dropdown {
            float: none;
        }

        .sidebar-content .app-info .app-actions .launch-btn {
            position: relative;
            display: block;
            margin-left: 0;
            padding: 0 15px 0 37px !important;
            height: 40px;
            line-height: 40px;
            border-radius: 120px;
            background-color: #E87722 !important;
            font-size: 13px;
            font-weight: 700;
            color: #FFF;
            float: none;
            border: none;
            outline: none;
            width: 100%;
        }

            .sidebar-content .app-info .app-actions .launch-btn .icon {
                position: absolute;
                top: 0;
                bottom: 0;
                margin-top: auto;
                margin-bottom: auto;
                left: initial;
                width: 20px;
                height: 20px;
                fill: #fff;
                margin-left: -25px;
            }

    .nav-tabs {
        min-height: 45px;
    }

        .nav-tabs li {
            height: 45px;
        }

            .nav-tabs li a[role="tab"] {
                height: 45px;
                font-size: 14px;
                line-height: 45px;
            }

    .tab-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

        .tab-content p.small {
            font-size: 12px;
            line-height: 22px;
        }

        .tab-content p b {
            font-size: 14px;
            line-height: 28px;
        }

    .tab-content ul li {
        font-size: 12px;
        line-height: 22px;
    }

    .contact-support h5 {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .contact-support .contact {
        padding-left: 85px;
    }

        .contact-support .contact .contact-img {
            width: 60px;
            height: 60px;
        }

        .contact-support .contact .contact-name {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 5px;
        }

        .contact-support .contact .contact-job {
            font-size: 13px;
            line-height: 20px;
            margin-bottom: 5px;
        }

        .contact-support .contact .contact-mail {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 5px;
        }

        .contact-support .contact .contact-phone {
            font-weight: 400;
            font-size: 12px;
            line-height: 20px;
            color: #202430;
            margin-bottom: 0;
        }

    .contact-support .support h6 {
        font-size: 14px;
    }

    .contact-support .support p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .contact-support .support .query-btn {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    header .navbar .navbar-collapse.show {
        top: 90px;
    }

    .footer .footer-links {
        margin-top: 15px;
        float: none;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        line-height: 30px;
    }

    .footer .footer-links a{
        margin-left:0px;
        margin-right:30px;
        color:grey !important;
    }

    ..footer .footer-links a:first-of-type{
        margin-left:90px;
    }

    .dashboard-container footer {
        height: initial;
        line-height: 50px;
    }

    footer .container {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
    }

    .footer .footer-links a:before {
        top: 7px;
    }
}

@media (min-width: 731px) and (max-width: 775px) {
    .app-box .app-actions .details-btn {
        padding: 0 10px !important;
    }

    .app-box .app-actions .launch-btn {
        padding: 0 10px 0 30px !important;
    }

        .app-box .app-actions .launch-btn .icon {
            left: 8px;
        }
}

.table-filters {
    max-width: max-content;
}
#filterSection .table-filters {
    position: absolute;
    background: white;
    z-index: 1;
    padding-bottom: 20px;
    width: max-content;
    right: 10%;
    box-shadow: 0px 0px 3px 0px grey;
}
    .table-filters:after {
        content: '';
        display: block;
        clear: both;
    }

    .table-filters h6 {
        float: left;
        height: 38px;
        line-height: 38px;
        margin-right: 15px;
        font-size: 16px;
        font-weight: 500;
    }

    .table-filters .form-group {
        float: left;
        margin-right: 10px;
    }

        .table-filters .form-group:after {
            content: '';
            display: block;
            clear: both;
        }

        .table-filters .form-group label {
            float: left;
            display: none;
        }

        .table-filters .form-group .form-control {
            float: left;
            width: initial;
        }

    .table-filters .input-group.date {
        width: 145px;
    }

        .table-filters .input-group.date .input-group-addon {
            position: absolute;
            right: 10px;
            top: 0;
            bottom: 0;
            margin-top: auto;
            margin-bottom: auto;
            height: 23px;
            color: #545b62;
            z-index: 3;
        }

        .table-filters .input-group.date.datepicker {
            padding: 0px !important;
        }

    .table-filters .buttons {
        float: right;
    }

        .table-filters .buttons .btn-search {
            position: relative;
            display: inline-block;
            margin-right: 0;
            padding: 0 15px !important;
            height: 40px;
            line-height: 40px;
            border-radius: 5px;
            background-color: #fff;
            border: solid 2px #E87722;
            font-size: 15px;
            font-weight: 700;
            color: #E87722;
            float: left;
        }

            .table-filters .buttons .btn-search:hover {
                text-decoration: none;
                background-color: #E87722;
                color: #fff;
            }

    .table-filters .btn-group.btn-group-toggle {
    }

        .table-filters .btn-group.btn-group-toggle .btn {
            color: #6c7592;
            background-color: #ffffff;
            border-color: #ced4da;
        }

            .table-filters .btn-group.btn-group-toggle .btn.active {
                color: #ffffff;
                background-color: #007bff;
                border-color: #007bff;
            }


.btn-new {
    position: absolute;
    top: 90px;
    right: 120px;
}

.btn-new {
    position: sticky;
    top: 90px;
    right: 120px;
    display: inline-block;
    margin-right: 0;
    padding: 0 15px 0 37px !important;
    line-height: 40px;
    border-radius: 120px;
    background-color: #E87722;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    float: left;
    border: none;
    outline: none;
    margin-left:20px;
    width:140px;
}

    .btn-new:hover,
    .btn-new:link,
    .btn-new:active,
    .btn-new:visited,
    .btn-filter:hover {
        text-decoration: none;
        background: #fff;
        border: 2px solid #E87722;
        outline: none;
        color:#E87722
    }

    .btn-new svg {
        position: absolute;
        left: 10px;
        top: -1px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 17px;
    }

.bi-arrow-left {
    vertical-align: text-bottom;
}

.btn-filter {
    background-color: #E87722;
    color: #FFF;
    top: 90px;
    display: inline-block;
    position: sticky;
    border-radius:50px;
    width:140px;
}

    .btn-filter:hover {
        color: #E87722;
        border: 2px solid #E87722;
    }

.btn-enable, .btn-disable, .btn-clear {
    position: relative;
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    padding: 0 15px !important;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 2px #E87722;
    font-size: 15px;
    font-weight: 700;
    color: #E87722;
    float: left;
}

    .btn-enable:hover,
    .btn-disable:hover,
    .btn-clear:hover {
        text-decoration: none;
        background-color: #E87722;
        color: #fff;
    }

.fixed-table-toolbar {
    float: right;
    margin-bottom: 15px;
    margin-right: 20px;
}

.fixed-table-pagination {
    float: right;
}

    .fixed-table-pagination .pagination {
        float: left !important;
        margin-left: 40px;
    }

    .fixed-table-pagination .pagination-detail {
        float: left;
    }

.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
    line-height: 34px;
    margin-right: 10px;
    font-size: 14px;
    color: #777;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
    display: inline-block;
    line-height: 34px;
    font-size: 14px;
    color: #777;
}

    .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-secondary {
        color: #6c7592;
        background-color: #ffffff;
        border-color: #ced4da;
        margin-right: 10px;
    }

.fixed-table-toolbar .btn-secondary {
    color: #6c7592;
    background-color: #ffffff;
    border-color: #ced4da;
}

.fixed-table-container {
    background-color: #fff;
}

.scroll-section .admin-sections {
}

    .scroll-section .admin-sections .admin-item {
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(32, 36, 48, 0.2);
        height: 204px;
        padding: 150px 30px 35px 30px;
        position: relative;
        margin-bottom: 30px;
        transition: margin ease-in-out .2s;
        display: block;
        margin: 10px 15px 30px 15px;
        text-align: center;
        max-width: 315px;
        color: #343a40;
        font-weight: 700;
    }

        .scroll-section .admin-sections .admin-item:hover {
            text-decoration: none;
            margin-top: 5px;
        }

        .scroll-section .admin-sections .admin-item .bi {
            position: absolute;
            top: 55px;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            font-size: 50px;
            color: #E87722;
        }

        .scroll-section .admin-sections .admin-item.aplications-configuration {
        }

        .scroll-section .admin-sections .admin-item.users {
        }

        .scroll-section .admin-sections .admin-item.interest-categories {
        }

        .scroll-section .admin-sections .admin-item.interest-sub-categories {
        }

        .scroll-section .admin-sections .admin-item.interest-items {
        }

        .scroll-section .admin-sections .admin-item.site-configurations {
        }

        .scroll-section .admin-sections .admin-item.news {
        }

#main-body {
    position: relative;
    min-height: calc(100vh - 100px);
}

    #main-body .alert {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        border-radius: 0;
        background: #FFFFFF;
        box-shadow: 0px 0px 50px -15px rgba(32, 36, 48, 0.2);
        border: none;
        text-align: center;
        font-family: Roboto;
        font-weight: 300;
        font-size: 20px;
        height: 70px;
        line-height: 70px;
        color: #202430;
        padding: 0;
        z-index: 3;
    }

        #main-body .alert:before {
            content: '';
            width: 50px;
            height: 50px;
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0;
            margin-top: auto;
            margin-bottom: auto;
            background-color: transparent;
            background: url(../img/Apex_Confirm.svg) no-repeat;
            margin-left: -60px;
            transform: scale(.85);
        }

        #main-body .alert.alert-danger:before {
            background-position: 0 -150px;
        }

.is-sidebar-open #main-body .alert {
    z-index: 50;
    left: initial;
    width: 800px;
    position: fixed;
}

@media (max-width: 800px) {
    .is-sidebar-open #main-body .alert {
        width: 100vw;
    }
}

@media (min-width: 801px) and (max-width: 1390px) {
    .is-sidebar-open #main-body .alert {
        width: 800px;
    }
}

.regulatory-item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d5d5d5;
    cursor: pointer;
}

    .regulatory-item:hover {
        background-color: #f5f5f5;
    }

    .regulatory-item:last-of-type {
        border-bottom: none;
    }

    .regulatory-item .badge {
        border-radius: 3px;
        font-weight: 400;
        font-size: 11px;
        padding: 4px 7px;
        color: #fff;
    }

    .regulatory-item .badge {
        background-color: #c2c2c2;
    }

        .regulatory-item .badge.Services {
            background-color: #92e1c0;
        }

        .regulatory-item .badge.Sectors {
            background-color: #fad165;
        }

        .regulatory-item .badge.Geographic.Juristictions {
            background-color: #9fc6e7;
        }

        .regulatory-item .badge.Cayman.Preferred.Contact {
            background-color: #b99aff;
        }

        .regulatory-item .badge.Free.Tag {
            background-color: #b3dc6c;
        }

        .regulatory-item .badge.Hedge {
            background-color: #ff7537;
        }

        .regulatory-item .badge.Structured.Finance {
            background-color: #f691b2;
        }



.simplecolorpicker {
    position: absolute;
    bottom: 5px;
    left: 20px;
    z-index: 3;
    width: calc(100% - 40px);
    border-radius:120px;
}

.colour-container {
    background: transparent;
    border: 1px solid #363944;
    box-sizing: border-box;
    border-radius: 120px;
    font-size: 16px;
    line-height: 19px;
    color: #202430;
    opacity: .4;
    height: 60px;
    padding-top: 24px;
    padding-bottom: 4px;
    opacity: 1;
    z-index: 2;
    position: relative;
}

    .colour-container label {
        padding: 0 19px;
        top: -24px;
        position: relative;
    }

.modal-content {
    border-radius: 10px;
    border: none;
}

.modal-body {
    padding: 30px 45px;
}

    .modal-body .modal-title {
        font-size: 30px;
        font-weight: 700;
        color: #202430;
        margin-bottom: 25px;
    }

#footer-header-content {
    font-size: 30px;
    font-weight: 700;
    color: #202430;
    margin-top: 20px;
    margin-bottom: 20px;
}

.user-agreement-modal .modal-header {
    height: 150px;
    background-color: #fff;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 33;
    background: #E87722;
    border-bottom: none;
}

    .user-agreement-modal .modal-header button.close {
        height: 36px;
        background-color: #f6f7fb;
        border-radius: 40px;
        font-weight: 700;
        font-size: 14px;
        line-height: 38px;
        color: #202430;
        padding-left: 38px;
        padding-right: 15px;
        position: absolute;
        top: 60px;
        left: 45px;
        border: none;
        box-shadow: none;
        outline: none;
        padding: 0 20px 0 45px;
        margin: 0;
        opacity: 1;
    }

        .user-agreement-modal .modal-header button.close:before {
            content: '';
            width: 12px;
            height: 12px;
            display: inline-block;
            background: url(../img/Apex_Close.svg) no-repeat -38px 0;
            position: absolute;
            top: 0;
            bottom: 0;
            margin-top: auto;
            margin-bottom: auto;
            left: 20px;
        }

.title-row {
    display: flex;
}

    .title-row h5 {
    }

    .title-row .custom-switch {
        margin-bottom: 0;
        margin-top: 2px;
        margin-left: 30px;
        transform: scale(.9);
    }

.modal-open .modal-backdrop {
    z-index: 30;
}

.modal-header {
    flex-direction: row-reverse;
}

    .modal-header h4 {
        font-weight: 700;
        font-size: 18px;
        line-height: normal;
        color: #202430;
        margin-bottom: 0;
    }

    .modal-header button.close {
        float: right;
    }

.modal-footer .btn-primary {
    padding-top: 7px !important;
    padding-bottom: 5px !important;
}

/* loading*/

@keyframes ldio-109lqdwn7cfc {
    0% {
        background: #575756
    }

    12.5% {
        background: #575756
    }

    12.625% {
        background: #575756
    }

    100% {
        background: #575756
    }
}

.ldio-109lqdwn7cfc div {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #E87722;
    animation: ldio-109lqdwn7cfc 1s linear infinite;
}

.loadingio-spinner-blocks-x7eoba7w7b.is-loading {
    display: inline-block;
}

.loadingio-spinner-blocks-x7eoba7w7b {
    display: none;
    overflow: hidden;
    background: rgba(255,255,255,.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90002;
}

.ldio-109lqdwn7cfc {
    width: 40px;
    height: 40px;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(.7);
    margin-left: -70px;
    margin-top: -70px;
}

    .ldio-109lqdwn7cfc div {
        box-sizing: content-box;
    }

textarea.form-control.editable + .note-editor.note-frame {
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 4px;
    padding-top: 25px;
}

    textarea.form-control.editable + .note-editor.note-frame + label {
        bottom: initial;
    }

.info-text {
    
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 25px;
    
    box-shadow: 0 0 15px #695d663b;
    color: #575756;
    font-size: 15px;
    font-weight: 600;
}

    .info-text p {
        color: #575752;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: normal;
        margin-bottom: 8px;
    }

        .info-text p:last-of-type {
            margin-bottom: 0;
        }

        .info-text p.last-login {
            font-size: 14px;
            font-weight: 400;
        }

        .info-text p.italic {
            font-size: 14px;
            font-weight: 400;
            font-style: italic;
            color: #575756;
            
        }

            .info-text p.italic a {
                color: rgba(232, 119, 34, 0.8);
                font-weight: 600;
            }

.note-icon-caret:before {
    display: none !important;
}


.contactNumberCode {
    display: flex;
    justify-content: space-around;
}

.grid-left {
    /* border: 1px solid lightgray;*/
    margin-left: 0;
    width: 50%;
}

.grid-right {
    /*  border: 1px solid lightgray;*/
    margin-left: 10px;
    width: 70%;
    height: 60px;
}

.error {
    opacity: 0.8 !important;
    z-index: 999;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
    box-shadow: none !important;
    border-radius:120px !important;
}

th {
    background-color: #575756;
    color: white;
    text-align: center;
    font-weight: bolder;
    border-right: 0;
    border-left: 0;
}

​
.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > td,
.table-bordered {
    border-right: 0;
    border-left: 0;
    text-align: center;
    width: 100% !important;
}

    .table-bordered td, .table-bordered th {
        border-right: 0;
        border-left: 0;
        text-align: center;
    }

.vertical-box-shadow {
    box-shadow: -5px 0 5px -10px rgb(0 0 0 / 3%), 5px 0 5px 5px rgb(0 0 0 / 3%);
}

.environment-label {
    color: red;
    font-weight: bold;
}

.gray {
    color: #b7c2ce;
}

.gray {
    color: #b7c2ce;
}

.new-details-btn {
    cursor: pointer;
}

.zoomable-image {
    transition: transform .2s; 
}

    .zoomable-image.generic-zoomable:hover {
        transform: scale(1.1);
    }



    .zoomable-image.federations-zoomable:hover {
        transform: scale(1.1);
        box-shadow: 9px -5px 20px 0px rgb(0 0 0 / 100%);
        filter: contrast(1.15)
    }


#federation-fields {
    margin-top: 2%;
} 

.buttons-group {
    text-align: center;
    float: right;
    margin-top: auto;
    width: auto;
}
    .buttons-group table {
        margin-left: auto;
    }

.button-admin-pane {
    height: 40px;
}

.UsersTableRow {
    line-height: 1;
}

.form-label-group-dropdown{
    background-color:transparent;
}

.custom-select.investorLookups{
    margin-bottom: 0px;
}

.colorpicker {
    margin-right: 10px;
}

#switch-federations{
    padding-left: 65px;
    padding-top: 15px;
}

.info-text-signupurl {
    overflow: hidden;
    height: 1px;
    opacity: 0;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    transition: all 3s ease;
}

.animated-infobox {
    opacity: 1;
    height: auto;
}


#signInCodeBtn2:disabled, #signInCodeBtn:disabled {
    color: darkgray !important;
    background: #F6F7FB !important;
    box-shadow: none !important;
}

#user-city-and-country {
    display: flex;
}

.federation-name-textarea {
    font-weight: bold;
    font-size: 20px !important;
    padding-top: 4px !important;
    line-height: 22px !important;
    resize: none;
}

.federation-name {
    background-color: transparent;
}
.no-border {
    border: 0;
   /*  box-shadow: none; You may want to include this as bootstrap applies these styles too */
}

.qr-code {
    height: 200px;
    width: 200px
}

.page-link{
    color:#575756 !important;
}

.page-item.active .page-link{
    background-color:#E87722;
    border-color:#E87722;
}



.upload-btn:hover{
    cursor:pointer;
}

.upload-img{
    height: 40px;
}

.upload-text{
    margin-top: -3.5rem;
    margin-left: 3rem;
}

.form-label-group.upload-document{
    width: 20%;
    
}

.fa, .fas{
    color: #E87722;
}

.datepicker{
    padding: 0px;
}

.navbar-light .navbar-toggler{
    border-color:#E87722;
}

.custom-select:focus{
    border:red !important;
}

.show-bg {
    background: #e6e6e6;
}

.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid transparent;
    background: #fff;
    border-radius: 12px;
}
.btn-ua{
    background-color: #e87722;
    border-color: #E87722;
    border-radius: 20px;
    width: 104px;
}

.btn-ua:hover {
    background: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    background: white !important;
    border-color: #e87722 !important;
    color: #e87722;
    }


.ua_container {
    width: 50%;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 2px 16px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 25px;
}


    

.card-img, .card-img-top {
    height: 210px;
    border-radius: 15px;
    background:white;
}

.idp-btn-img {
    height: 210px;
    border-radius: 15px;
    padding: 50px;
    background: white;
}



.card-per {
    width: 28rem;
    border-radius: 15px;
    background: #ebebeb;
    border: none;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%);
    padding: 0px;
    transition: all 0.2s ease-out;
    margin: 0 6rem 8rem 6rem;
    height:18rem;
}

.card-per:hover{
    cursor:pointer;
}
.idp-info{
    display:none !important;
}
.expanded{
    height:1100px;
    width:74%;
    z-index:2;
    margin-left:8.5rem;
    margin-top:140px;
}

.card-per.expanded {
    transform: scale(1.1);
}

.show-idp{
    display:initial !important;
}

.filter-idp {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: transparent;
    border-radius: 0px;
    width: 60%;
    border-bottom:1px solid black;
}
    .filter-idp:focus {
        box-shadow: 0px 0px 0px 0px transparent;
        border-color: black;
        background: transparent;
    }

.container-filter {
    margin-bottom: 70px;
    display:flex;
}

.newIdpBtn{
    margin-left:150px;
    width:170px;
}

/*.admin-section-idp {
    width: 77%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}*/

.newIdpForm{
    display:block;
    margin:50px;
}
.form-control-idp{
    border:0px solid transparent;
}
}

input[type=file]::-webkit-file-upload-button{
    visibility:hidden;
    display:none;
}
input[type=file]::file-selector-button {
    display: none;
}

.upload-text-no-btn {
    left: 3rem;
    top: 14px;
}

.upload-img-sm{
    height:30px;
    margin-left:10px;
    margin-top:15px;
}

.form-height{
    height:60px
}

.label-upload{
    opacity:1;
    z-index:22;
    cursor:pointer !important;
}

.margin-left-box {
    margin-left: 30px;
    max-width: 95%;
}

.border-big-box{
    border-radius:20px!important;
}
.form-label-group textarea:not(:placeholder-shown):focus{
    border-radius: 20px !important;
   
}

    .border-filter {
        border: 1px solid #ced4da;
    }

pre {
    white-space:pre-wrap;
}

.margin-text {
    margin: 50px 0px 50px 40px;
}

.backNewIdp{
    display:inline-block;
    margin-bottom:30px;
}

.newIdpTitle {
    display: inline-block;
    font-weight: 400;
    font-size: 30px;
    margin-left: 10px;
}
.dropdown-menu.show{
    width:300px;
}

.idp-align {
    justify-content: center;
    align-items: center;
}
