.vender-link {
    background-color: #f0a837;
    display: inline-block;
    color: #fff;
    padding: 8px 25px;
    margin: 16px 10px 16px 40px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 24px;
    min-width: 150px;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.vender-link:hover {
    color: #fff;
    text-decoration: none;
}

.header-sticky {
    position: unset !important;
    width: 100% !important;
    left: 0 !important;
    height: 74px;;
    top: 0 !important;
    background-color:rgba(20, 20, 20, 1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   /* background: linear-gradient(0deg, rgba(186, 209, 241, 0) 0, rgba(0, 0, 0, .9) 100%) !important;*/
}


.header-fixed {
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background: linear-gradient(0deg, rgba(186, 209, 241, 0) 0, rgba(0, 0, 0, .9) 100%) !important;
}



.header.header-2 {
    padding-right: 5%;
    border: 0;
    /*background: transparent;*/
    color: #fff;
    padding-left: 5%;
}


.header.header-2 .col-h1 {
    border-right: 0;
}

.header.header-2 .yamm li a {
    color: #fff;
}

.header.header-2 .yamm li .dropdown-menu a {
    color: #222;
    font-weight: 500;
}


.col-h4 {
    display: flex;
}


.user-alerts .animation-ripple-delay2 {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #F46119;
    position: absolute;
    -webkit-animation: ripple2 1.5s linear infinite;
    animation: ripple2 1.5s linear infinite;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: absolute;
    right: 6px;
    background: #F46119;
    top: -1px;
}

.user-alerts a {
    position: relative;
}

.user-alerts a i {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.user-alerts a:hover i {
    transform: scale(1.2);
}


@-webkit-keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}


.user-alerts {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 10px;
}


.user-alerts i {
    margin: 0 5px;
    font-size: 20px;
}

.navbar-scrolling .header-top {
    display: none;
}


.header-top {
    padding: 19px 20px;
    background: #253241;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.ht-1 {
    font-size: 12px;
    display: flex;
    padding-left: 25px;
    text-transform: uppercase;
}

.ht-2 {
    display: flex;
}


.ht-1 i {
    margin-right: 8px;
    font-size: 16px;
}

.ht-phone {
    padding-right: 20px;
}

.ht-social {
    font-size: 12px;
    padding-right: 12px;
    border-right: 1px solid #fff;
    margin-right: 20px;
}


.ht-social:last-child {
    border-right: 0;
}

.ht-social i {
    color: #fff;
    font-size: 15px;
    margin-right: 7px;
    margin-left: 8px;
}

.ht-social-text {
    text-transform: uppercase;
    padding-right: 5px;
}


.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(1),
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(2),
.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(1) {
    top: 4px;
    left: 2px;
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(2) {
    top: 4px;
    left: calc(50% - 2px);
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(5) {
    top: 11px;
    left: 2px;
}

.toggle-menu-button.is-open .toggle-menu-button-icon span:nth-child(6) {
    top: 11px;
    left: calc(50% - 2px);
}

.toggle-menu-button .toggle-menu-button-icon {
    position: relative;
    position: relative;
    top: -2px;
    display: inline-block;
    width: 22px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.toggle-menu-button .toggle-menu-button-icon span {
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    background: #777;
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(1),
.toggle-menu-button .toggle-menu-button-icon span:nth-child(2) {
    top: 0;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(3),
.toggle-menu-button .toggle-menu-button-icon span:nth-child(4) {
    top: 6px;
}

.toggle-menu-button .toggle-menu-button-icon span:nth-child(5),
.toggle-menu-button .toggle-menu-button-icon span:nth-child(6) {
    top: 12px;
}

.navbar-with-inside > li:hover .wrap-inside-nav {
    display: block;
}

.toggle-menu-button {
    margin-left: 4px;
    border: none;
    background: none;
    margin-top: 5px;
}

/*SIDEBARS*/

/**
 * Box Model, Html & Body
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    transform: translate(0px, 0px);
}

[data-canvas=container],
[data-off-canvas] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

[data-off-canvas*=reveal] {
    padding: 25px 0;
    z-index: 0;
}


/** Canvas **/

[data-canvas] {
    z-index: 1;
}

[data-canvas=container] {
    /* width: 100%; */
    /* height: 100%; */
    background-color: white;
    /* Basic background color, overwrite this in your own css. */
    -webkit-overflow-scrolling: touch;
    /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[data-canvas=container]:before,
[data-canvas=container]:after {
    display: table;
    clear: both;
    content: '';
}


/** Off-Canavs **/

[data-off-canvas] {
    padding: 10px 25px;
    position: fixed;
    display: none;
    color: white;
    /* Basic colors, overwrite this in your own css. */
    background-color: black;
    /* Basic background color, overwrite this in your own css. */
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[data-off-canvas*=top] {
    top: 0;
    width: 100%;
    height: auto;
    padding: 30px;
    text-align: center;
}

[data-off-canvas*=top] ul {
    float: none !important;
    margin: 0 !important;
}

[data-off-canvas*=top] li {
    display: inline-block;
    float: none !important;
    width: auto !important;
}

[data-off-canvas*=right] {
    top: 0;
    right: 0;
    width: 255px;
    height: 100%;
}

[data-off-canvas*=bottom] {
    bottom: 0;
    width: 100%;
}

html [data-off-canvas*=bottom] {
    padding: 25px;
}

html [data-off-canvas*=bottom] li {
    display: inline-block;
    float: none !important;
    width: auto;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

html [data-off-canvas*=bottom] ul {
    display: inline-block;
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
}

[data-off-canvas*=left] {
    top: 0;
    left: 0;
    width: 255px;
    height: 100%;
}

[data-off-canvas*=slidebar-panel-left] {
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    padding-left: 70px;
}

.slidebar-panel-wrap {
    position: relative;
    margin-left: -120px;
    padding-top: 50px;
    z-index: 99999 !important;
}

html [data-off-canvas*=open] {
    display: block;
    margin-left: -255px;
    transition-duration: 300ms;
    transform: translate(255px, 0px);
}

[data-off-canvas*=reveal] {
    z-index: 0;
}

[data-off-canvas*=push] {
    z-index: 1;
}

[data-off-canvas*=overlay] {
    z-index: 9999;
}

[data-off-canvas*=shift] {
    z-index: 0;
}

[data-off-canvas*=mobile-slidebar] .navbar-brand {
    padding-bottom: 25px;
}


[data-off-canvas*=mobile-slidebar] .navbar-brand img {
    max-width: 100%;
    height: auto;
}


/** Animation **/

[data-canvas],
[data-off-canvas] {
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    -webkit-backface-visibility: hidden;
    /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

[data-off-canvas*=shift][data-off-canvas*=top] {
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
}

[data-off-canvas*=shift][data-off-canvas*=right] {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

[data-off-canvas*=shift][data-off-canvas*=bottom] {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

[data-off-canvas*=shift][data-off-canvas*=left] {
    -webkit-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
}

.menu-mobile-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 777;
}

.menu-mobile-button:focus {
    outline: none;
}

[data-off-canvas] ul {
    margin: 0 !important;
    padding: 0 !important;
}


[data-off-canvas] li {
    display: inline-block;
    float: none !important;
    width: 100%;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

[data-off-canvas] li a {
    display: inline-block;
    float: none !important;
    width: 100%;
    margin: 0;
    padding: 5px 20px;
    color: #fff !important;
    font-size: 13px;
}

[data-off-canvas] .nav-link {
    color: #FFF;
    position: relative;
}

[data-off-canvas] li:hover a {
    color: #088cdc;
}

[data-off-canvas*=mobile-slidebar] .dropdown-menu {
    position: relative !important;
    float: none;
    display: block;
    background: none;
    color: inherit;
}


/* SEARCH MODAL */

.header-search {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background-color: rgba(34, 34, 34, 0.95);
    opacity: 0;
    z-index: 99999;
    transition: all 0.3s ease 0s;
}

.header-search.open {
    visibility: visible;
    opacity: 1;
}

.search-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    border: none;
    background-color: #fff !important;
    opacity: 1 !important;
    z-index: 999;
    transition: all 0.3s;
}

.search-open {
    float: right;
    height: 40px;
    padding-top: 7px;
    padding-left: 22px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}

.header-search.open {
    visibility: visible;
    opacity: 1;
}

.search-global {
    position: absolute;
    top: 50vh;
    margin-top: -120px;
}

.search-global__input {
    width: 100%;
    padding-right: 50px;
    padding-bottom: 12px;
    font: 700 72px Montserrat;
    color: #fff;
    border: none;
    border-bottom: 1px solid #919191;
    background-color: transparent;
    opacity: 1;
}

.search-global__input::-moz-placeholder {
    color: #fff;
}

.search-global__input:-ms-input-placeholder {
    color: #fff;
}

.search-global__input::-webkit-input-placeholder {
    color: #fff;
}

.search-global__input:focus {
    outline-style: none;
}

.search-global__btn {
    position: absolute;
    top: 34px;
    right: 0;
    font-size: 30px;
    color: #fff;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.search-global__note {
    margin-top: 41px;
    font-family: Montserrat;
    font-size: 14px;
    color: #555;
}

.btn_header_search {
    font-size: 16px !important;
    padding: 0 7px !important;
}


.col-h2 .b-filter-finder__select {
    display: flex;
    width: 400px;
    margin-right: 0%;
    margin-bottom: 0%;
    vertical-align: middle;
    border: 1px solid #eee;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;

}


.col-h2 .b-filter-finder__select .bootstrap-select {
    margin-right: -2px;
}




#select-location .ui-select:after {
    border: none;
    width: auto;
    height: auto;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: unset;
}

/*RESPONSIVE STYLES */

@media (max-width:1000px) {

    .header-top,
    .col-h3 {
        display: none !important;
    }

    html .user-area {
        border-right: 0;
        margin-right: 41px;
    }

}




@media (min-width:768px) and (max-width:1000px) {



    .col-h3 {
        padding-right: 67px !important;
        display: flex;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .col-h2 {
        display: none !important;
    }

    .header-top,
    .col-h3 {
        display: none;
    }

    .menu-mobile-button {
        top: 0;
    }

    .header .navbar {
        min-height: 87px;
    }

    html .menu-mobile-button {
        top: 14px;
        display: block !important;
    }
}

@media (max-width:767px) {

    .header-top,
    .col-h3 {
        display: none !important;
    }

    .col-h2,
    .user-data {
        display: none !important;
    }

    .menu-mobile-button {
        top: -20px;
    }

    .header .navbar {
        min-height: 87px;
    }

    .wrap-left-open [data-off-canvas*='slidebar-open'],
    .slidebar-panel {
        display: none !important;
    }
}


.b-filter-finder__search {
    position: relative;
}

.b-find-search {
    border: 1px solid #eee;
    padding: 10px 20px;
    min-width: 300px;
    font-size: 15px;
    height: 44px;
    color: #222;
    font-weight: normal;
}

.b-search {
    border: 0;
    position: absolute;
    right: 4px;
    top: -1px;
    background: transparent;
    padding: 10px;
    color: #222;
    font-size: 19px;
    height: 47px;
}


.header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 200;
   /* background: #FFF;*/
    border-bottom: 1px solid #eee;
}

.top-bar {
    background-color: #253241;
    height: 55px;
    transition: all .3s;
    overflow: hidden;
}

.top-bar__inner {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.top-bar__inner:before {
    content: '';
    position: absolute;
    right: 100%;
    width: 2000px;
    bottom: 0;
    top: 0;
    background-color: #FFF;
}

.top-bar__inner:after {
    content: '';
    position: absolute;
    right: 100%;
    border-style: solid;
    border-width: 28px;
    border-color: #253241 #253241 transparent transparent;
    bottom: 0;
    top: -1px;
    background-color: #FFF;
    transition: all .3s;
}

.top-bar__list {
    margin-bottom: 0;
}

.top-bar__item {
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.top-bar__item:not(:last-child) {
    border-right: 1px solid #ccc;
}

.top-bar .btn {
    height: 55px;
    line-height: 55px;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
}

.top-bar .btn .ic {
    font-size: 18px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: sub;
}

.top-bar__link {
    color: #FFF;
    transition: all .3s;
}

.header-contacts {
    overflow: hidden;
    padding-top: 15px;
    padding-left: 5px;
}

.header-contacts .ic {
    float: left;
    font-size: 35px;
    padding-right: 10px;
    border-right: 1px solid #eee;
}

.header-contacts__inner {
    font-size: 14px;
    color: #222222;
    display: block;
    padding-left: 62px;
    line-height: 1;
}

.header-contacts__number {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #222222 !important;
    white-space: nowrap;
    margin-top: 6px;
    text-decoration: none !important;
}

.main-menu {
    padding-top: 0;
}


.header-top {
    padding: 20px;
    background-color: #253241;
}

.main-menu .nav-item .ic {
    color: #222222;
    font-size: 18px;
}

.header-main .navbar-brand {
    position: relative;
    top: 0;
    transition: all .3s;
    padding-left: 00px;
}

.header.navbar-scrolling {
    position: fixed;
    z-index: 998;
    /*opacity: 0.9;*/
    transition: all .3s;
}

.header.navbar-scrolling:hover {
    opacity: 1;
}

.header.navbar-scrolling .top-bar {
    height: 0;
    opacity: 0;
}

.header.navbar-scrolling .header-main .navbar-brand {
    top: 0;
}


.header-main .navbar-brand img {
    max-width: 135px;
}

.yamm .dropdown-menu {
    border-radius: 0;
}




.col-h1 {
    border-right: 1px solid #eee;
    padding: 0;
    margin: 10px;
}

.col-h2 {
    padding-left: 25px;
    display: flex;
}

.col-h3 {
    padding-right: 25px;
    display: flex;
    margin-left: auto;
}



.header-main .align-items-center {
    align-items: center !important;
    justify-content: space-between;
}

.user-img {
    position: relative;
}


.user-img i {
    position: absolute;
    bottom: 0;
    left: 20px;
    color: orange;
}

.user-area img {
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border-radius: 100px;
}

.fl-header {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    height: 96px;
}


.fl-header .nav-logo {
    border-right: 1px solid #eeeeee;
    padding: 27px 50px;
    height: 96px;
}


.fl-header .header-search button.btn i {
    font-size: 34px;
}



.fl-header .header-search input {
    border: none;
    font-size: 17px;
    color: #222222;
    line-height: 1.2;
    text-align: left;
    outline: none;
    min-width: 350px;
    font-style: italic;
}


.fl-header .header-page .offcanvas-start .link-reg li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    border-right: 1px solid #eeeeee;
    margin-right: 0;
}

.fl-header .header-page .offcanvas-start .link-reg ul {
    height: 96px;
}

.fl-header.link-reg ul li a {
    font-size: 17px;
    font-family: inherit;
    color: inherit;
    line-height: 1.2;
}


.header-main .navbar {
    padding: 0.5rem 0;
}




.fl-header .link-reg li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    border-left: 1px solid #eeeeee;
    margin-right: 0;
    height: 96px;
}

.fl-header .link-reg .user-area .user-data .name {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    line-height: 1.2;
}


.user-data .name a {
    font-size: 15px;
    color: #222222;
}

.user-area {
    align-content: center;
    padding-right: 20px;
    border-left: 1px solid #eee;
    padding-left: 20px;
}

.fl-header .user-data {
    min-width: 220px;
    position: relative;
    cursor: pointer;
}

.fl-header .user-area {
    position: relative;
    padding: 20px 30px;
    border-left: 1px solid #eeeeee;
    height: 96px;
}


.fl-header .nav-logo img {
    min-width: 160px;
    height: auto;
}


.fl-nav {
    border-right: 1px solid #eeeeee;
    height: 100%;
    padding: 0 50px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}



.fl-nav li {
    display: inline-block;
    text-align: center;
    margin: 0;
}

.fl-nav ul {
    flex-direction: row;
}

.fl-nav .navbar-nav li a.active {
    color: #222;
}

.fl-nav .navbar-nav li a {
    position: relative;
    padding: 36px 12px;
    font-size: 19px !important;
    color: #cccccc;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
    font-size: 19px;
}

.fl-nav-wrapper .dots-menu:hover {
    background-color: #f09e00;
}

.fl-nav-wrapper .dots-menu.is-open {
    background-color: rgb(222, 41, 41);
}

.m-login {
    color: #222;
    position: absolute;
    right: 19px;
    top: 29px;
}


.m-login i {
    margin-right: 10px;
}


.m-login a {
    color: #222;
    font-size: 20px;
}

.m-login span {
    position: relative;
    top: -3px;
    font-size: 16px;
    text-transform: uppercase;
}


.members-info_top {
    opacity: 1;
}


.nav-icons li {
    list-style: none;
    display: inline-block;
}



.members-info_top {
    color: #222;
    position: absolute;
    top: 100px;
    border: 0;
    width: 101%;
    text-align: center;
    right: 0px;
    font-size: 14px;
    opacity: 1;
    background: #fff;
    padding: 10px;
    line-height: 20px;
    min-width: 100px;
    border-radius: 0;
    opacity: 0;
    transition: all .4s;
    border: 0;
    border-top: 0;
}


.members-info_top li {
    margin-bottom: 3px;
    font-size: 12px;
}


.members-info_top li a:hover {
    opacity: 1 !important;
}


.members-info_top li a {
    display: inline-block;
    color: #222 !important;
    opacity: .8;
    font-size: 10px !important;
    text-transform: uppercase;
    line-height: 14px;
}


.user-data {
    min-width: 135px;
    padding-top: 5px;
    padding-left: 5px;
}

.user-data p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.user-data .name {
    font-weight: 600;
    font-size: 14px;
}

.user-data .role {
    font-size: 11px;
    text-transform: uppercase;
}


.user-data .role i {
    color: orange;
    font-size: 12px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}
