.reseller {}

.reseller.top-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 16px;
    border-bottom: 1px #DBDBDB solid;
    margin-bottom: 16px;
    gap: 8px;
}

.reseller.ext-link {
    text-decoration: none !important;
    color: inherit !important;
}

.reseller.icon-btn {
    background: transparent;
    padding: 4px;
    margin-left: 4px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 16px;
}

.reseller.nav {
    display: flex;
    flex-direction: row;
    border-top: 1px #DBDBDB solid;
    border-bottom: 1px #DBDBDB solid;
    padding: 16px;
}

.reseller.nav a {
    color: black;
    text-decoration: none;
    width: 100%;
}

.reseller .logout-btn-primary {
    width: 100%;
    background: white;
    border: 1px #139591 solid;
    border-radius: 4px;
    color: #139591;
    font-weight: bold;
    padding: 8px 16px;
    cursor: pointer;
}

.reseller .logout-btn-primary:hover,
.reseller .logout-btn-primary:focus {
    background: rgba(255, 255, 255, 0.75);
}

.reseller .logout-btn-light {
    width: 100%;
    background: white;
    border: none;
    color: #139591;
    font-weight: bold;
    padding: 8px 16px;
    cursor: pointer;
}

.reseller .logout-btn-light:hover,
.reseller .logout-btn-light:focus {
    background: rgba(255, 255, 255, 0.75);
}

.reseller.logout {
    margin-top: 8px;
    padding: 0 16px
}

#profilePopover {
    /*box-shadow: none;*/
    border: none;
    left: auto !important;
    right: 16px;
}

#profilePopover .jqx-popover-content {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reseller .jqx-popover-title {
    display: none;
}

.reseller.profile {
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.reseller.profile-info {
    flex-grow: 1;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
}

.reseller.profile i {
    flex-grow: 0;
    text-align: center;
    flex-basis: 48px;
    flex-shrink: 0;
}

.reseller.profile-info span {
    word-wrap: anywhere;
}

/* Styles for reseller logout form */
.rapp-logout-form {
    display: inline;
    margin: 0;
    padding: 0;
}

.rapp-logout-btn-link {
    background: none;
    border: none;
    color: #b57559;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.rapp-logout-btn-link:hover {
    text-decoration: underline;
}
