/*Dropdowns*/
.dropdown-menu {
    border-radius: 8px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    min-width: 140px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    border-radius: 8px;
    border: 1px solid #22222E14;
}
.dropdown-content a {
    color: rgba(34, 34, 46, 0.5);
    padding: 10px 18px 6px 10px;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.dropdown-content a:active {
    color: #16181b;
    background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}
.dropdown-item {
    color: rgba(34, 34, 46, 0.75);
    padding: 10px 18px 10px 10px;
}
.dropdown-item:hover {
    color: rgb(0, 0, 0);
    font-weight: 500;
}
.dropdown-menu-2 {
    border-radius: 8px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    float: initial;
    padding: .5rem 0;
    font-size: 1rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: rgb(34 34 46 / 80%) !important;
    color: #fff;
}
.dropdown-item.active,
.dropdown-item:active .badge-ctrl {
    background-color: rgb(34 34 46 / 80%);
    color: #fff;
}
.dropdown-menu{
    font-size: 0.9rem;
    left: auto;
    right: 0px;
    min-width: 16rem;
}
.dropdown-menu.keyboard{
    right: 14px !important;
}

/*Custom*/
.drpdwn-1 {
    border: 1px solid #22222E1F;
    border-radius: 8px;
    background-color: white;
}
.drpdwn-1:hover {
    border: 2px solid #22222E29;
    margin: -1px;
}
.drpdwn-2 {
    background-color: white;
    color: rgba(34, 34, 46, 0.5);
    font-size: 0.938rem;
}

.drp-sett {
    border: 1px solid #22222E1F;
    border-radius: 8px;
    background-color: white;
    padding: .125rem .30rem;
    width: 32px;
    height: 32px;
}
.drp-sett:hover {
    background: #5c60f5;
}
.drp-sett:hover svg {
    fill: white;
}

.drp-rep {
    border: 1px solid #22222E1F;
    border-radius: 8px;
    background-color: white;
    padding: .125rem .30rem;
}
.drp-rep:hover {
    border: 2px solid #22222E29;
    margin: -1px;
}

.prof-drop-name {
    font: normal normal 600 17px/20px Work Sans;
    letter-spacing: -0.34px;
    color: #22222E;
    margin-left: 10px;
    padding-top: 20px;
}
.prof-drop-ac {
    color: rgba(34, 34, 46, 0.75);
    letter-spacing: -0.32px;
    font-weight: 600;
}
.prof-drop-ac:hover {
    color: #5C60F5;
    background-color: #f8f9fa !important;
}
.prof-drop-out {
    color: rgba(34, 34, 46, 0.75);
    letter-spacing: -0.32px;
    font-weight: 600;
}
.prof-drop-out:hover {
    color: rgba(255, 0, 0, 0.75) !important;
    background: #FF00000A !important;
}
.prof-drop-out:hover span {
    color: #ff000099;
    background: #ff00000a;
}
/* Packages menu dropdown */
.dotted a:before{
    content: "\25CF";
    padding: 8px;
    font-size: 0.44rem;
    position: relative;
    top: -2px
}

.dotted .dropdown-item{
    color: rgba(0, 0, 0, .7);
    font-weight: 500;
}

.dotted a:hover{
    color: rgb(0, 0, 0) !important;
    font-weight: 600;
}

.dotted .dropdown-item.active{
    color: rgba(255, 255, 255, 1) !important;
    font-weight: 600;
}

.userAccount{
    min-width: 220px;
}