﻿.user-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-top: 15px;
}

.user-menu .btn {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
}

.user-menu .btn:hover,
.user-menu .btn:focus {
    background-color: transparent;
    color: #3c8dbc;
}

.user-menu .dropdown-menu {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.user-menu .dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.user-menu .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.user-menu .dropdown-menu > li > a i {
    margin-right: 5px;
    width: 16px;
    text-align: center;
}

/* RTL support */
[dir="rtl"] .user-menu .dropdown-menu > li > a i {
    margin-right: 0;
    margin-left: 5px;
}

.content-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.owl-carousel.owl-loading {
    opacity: 1;
}