﻿
.profile-image {
    width: 5.125rem;
    height: 5.125rem;
}
.rounded-circle {
    border-radius: 50% !important;
}
.header-icon:not(.btn) .profile-image {
    width: 3rem;
    height: auto;
    margin-right: 0.5rem !important;
    margin-top: 0.5rem !important;
}
.dropdown-header.bg-trans-gradient {
    padding: 1.25rem 1.5rem;
}
.bg-trans-gradient {
    background: linear-gradient(250deg,#3e93d6,#8a75aa);
}
.rounded-top {
    border-radius: 4px 4px 0 0;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.rounded-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.color-white {
    color: #fff !important;
}
.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}
.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #f3f3f3;
}
.m-0 {
    margin: 0 !important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.mt-5 {
    margin-top: 0.5rem !important;
}








