﻿/*#ul_profile li a {
    display: block;
    padding: 15px 8px;
    text-decoration: none;
    color: #666666;
    font-size: 18px;
    font-family: Roboto-Light !important;
}*/

.disc-header {
    padding-left: 3% !important;
    padding-right: 3% !important;
}

.profile-li-width {
    width: 20%;
}

.tab-content {
    border: none;
}

.sso-main-div-top-right {
    position: absolute;
    display: block;
    white-space: nowrap;
    line-height: 1;
    right: 0px;
    top: 10px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 0px;
    font-weight: 500;
}

.sso-topleft {
    display: inline-block;
    padding: 5px 5px;
    white-space: nowrap;
    line-height: 1;
    right: 10px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 0px;
    font-weight: 500;
    margin-right: 10px;
    background-color: #00000060;
    border-radius: 5px;
}

/*.sso-view:before {
    content: "";
    border-left: 5px solid transparent;
    border-bottom: 10px solid #e02001;
    position: absolute;
    left: -5px;
    top: 0px;
    text-align: center;
    color: #ffffff !important;
}*/

.sso-view-bg-color {
    background-color: #00000060;
}

.sso-walk-bg-color {
    background-color: #00000060;
}

.sso-interactive-bg-color {
    background-color: #00000060;
}

.sso-ar-bg-color {
    background-color: #00000060;
}

.sso-vr-bg-color {
    background-color: #00000060;
}

.sso-interactive-img {
    width: 18px;
    vertical-align: inherit;
}

.sso-walk-img {
    width: 24px;
    vertical-align: inherit;
}

.search-btn {
    background-color: #ffffff;
    color: #ED3237 !important;
}

.media-manager .thmb {
    border: 0;
    padding: 0 !important;
    margin-bottom: 0px !important;
    /*box-shadow: 0 1px 1px rgba(97, 108, 121, 0.1), 0 7px 18px 0 rgba(97, 108, 121, 0.13);*/
}

    .media-manager .fm-title {
        margin-top: 0px;
        font-size: 16px;
        font-family: Roboto-Medium;
    }

.sg-icon-style {
    height: 12px;
    width: 12px;
}

.sg-share-icon-style {
    width: 36px;
}

.sg-card-animation {
    -webkit-animation-delay: 1072ms;
    animation-delay: 644ms;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.sg-font-size {
    font-size: 12px !important;
}

.cg-icon-style {
    height: 12px;
    width: 12px;
}

.cg-share-icon-style {
    width: 36px;
}

.cg-card-animation {
    -webkit-animation-delay: 1072ms;
    animation-delay: 644ms;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}


.cg-font-size {
    font-size: 12px !important;
}

#divSXProducts .media-manager .thmb {
    padding: 0;
    margin-bottom: 0px;
    /*box-shadow: 0 1px 1px rgba(97, 108, 121, 0.1), 0 7px 18px 0 rgba(97, 108, 121, 0.13);*/
}

#divSXProducts .media-manager .fm-title {
    margin-top: 0px;
    font-size: 16px;
    font-family: Roboto-Medium;
}

.xp-card-animation {
    -webkit-animation-delay: 1072ms;
    animation-delay: 644ms;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.xp-font-size {
    font-size: 12px !important;
}

.profile-align {
    text-align: center;
    margin: auto;
}

.media-manager .thmb-prev a {
    background-color: black;
}

.profile-img {
    width: 100%; 
    border-radius: 50%;
}

@media (max-width:435px) {
    .profile-img {
        width: 50%;
    }
}

@media (min-width:768px) {
    .profile-align {
        text-align: left;
    }
}

@media (min-width:992px) {
    .profile-align {
        text-align: left;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .profile-align {
        text-align: left;
        margin: auto;
    }
}

@media (min-width:1400px) {
    .profile-align {
        text-align: left;
        margin: auto;
    }
}

.vuexr-nav {
    padding-bottom: 3px;
    display: flex;
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .vuexr-nav::-webkit-scrollbar {
        display: none;
        height: 0px; /* height of horizontal scrollbar ← You're missing this */
    }

.about-header {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.about-text {
    font-size: 16px;
    margin-bottom: 0px !important;
}

hr {
    border-bottom: 2px solid #dadada;
    margin-bottom: 10px;
    margin-top: 10px;
}

.about-hr
{
    border-bottom: 2px solid #dadada;
    margin-bottom: 30px;
    margin-top: 30px;
}