.sm-scroll::-webkit-scrollbar {
    width: 4px;
}

.sm-scroll:hover::-webkit-scrollbar {
    width: 8px;
}

.sm-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sm-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2em;
}

    .sm-scroll::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.sm-scroll:hover::-webkit-scrollbar-thumb {
    border-radius: 4em;
}

.sm-scroll-h::-webkit-scrollbar {
    height: 4px;
}

.sm-scroll-h:hover::-webkit-scrollbar {
    height: 8px;
}

.sm-scroll-h::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sm-scroll-h::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2em;
}

    .sm-scroll-h::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.sm-scroll-h:hover::-webkit-scrollbar-thumb {
    border-radius: 4em;
}

.cp {
    cursor: pointer;
}

.card.developer, .card.project {
    background: #0e65d9;
    color: white;
}

    .card.developer .card-category, .card.project .card-category {
        color: #EFEFEF;
    }

.rounded-pill.btn-outline-primary * {
    background: none !important;
}

.rounded-pill.btn-outline-primary:active {
    background-color: #0e65d9 !important;
    color: white !important;
}

    .rounded-pill.btn-outline-primary:active * {
        color: white !important;
    }

.rounded-pill.btn-outline-primary:hover {
    background-color: #0e65d9 !important;
    color: white !important;
}

    .rounded-pill.btn-outline-primary:hover * {
        color: white !important;
    }

.ui-menu.ui-widget{
    z-index: 10001 !important;
}

.flex-1{
    flex: 1;
}

.flex-2{
    flex: 2;
}

.flex-3{
    flex: 3;
}

.flex-4{
    flex: 4;
}

.flex-5{
    flex: 5;
}

.flex-6{
    flex: 6;
}

.cf-custom{
    min-height: 12em;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: end;
    flex-direction: column;
}

.mw-80 {
    min-width: 80% !important;
}

.mw-90 {
    min-width: 90vw !important;
}

.ds{
    font-size: 1.25em;
}
.top-text-block {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: inherit !important;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

    .top-text-block:hover:before {
        content: '';
        width: 4px;
        background: #f05a1a;
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

    .top-text-block.unread {
        background: #ffc;
    }

    .top-text-block .top-text-light {
        color: #999;
        font-size: 0.8em;
    }

.top-head-dropdown .dropdown-menu {
    width: 350px;
    height: 300px;
    overflow: auto;
}

.top-head-dropdown li:last-child .top-text-block {
    border-bottom: 0;
}

.topbar-align-center {
    text-align: center;
}

.loader-topbar {
    margin: 5px auto;
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top: 3px solid #666;
    width: 22px;
    height: 22px;
    -webkit-animation: spin-topbar 1s linear infinite;
    animation: spin-topbar 1s linear infinite;
}

@-webkit-keyframes spin-topbar {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-topbar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-tt{
    border-radius: 50%;
    height: 3em;
    width: 3em;

}

.badge-danger-2{
    border-color:#FF0000;
    background-color:#FF0000;
}

#notifications {
    max-height: 50vh;
    overflow-y: scroll;
    box-shadow: 0px 0px 0.5em 0px #666;
}

.dropdown-menu {
    border-radius: 4px !important;
}

.region-ddl {
    border-radius: 0.8em;
    width: 18em;
}
.action_list a {
    margin: auto;
    font-size: 25px;
}

.action_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.bg-blue {
    background-color:blue;
}
.bg-green {
    background-color: green;
}
.bg-red {
    background-color: red;
}
.text-size {
    font-weight: 900;
    font-size: 3em;
}
.pn {
    font-weight: bold;
}
.dn {
    font-size: 0.6em;
}
.ddl-width {
    min-width: 15em;
    margin-right: 1em;
}

.td-width {
    max-width: 8em !important;
}

.txt-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 2em;
}