
.multiselect-dropdown .dropdown-btn {
    display: inline-block;
    border: 1px solid #ddd;
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 4px;
}

.btn-to-top {
    position              : absolute;
    bottom                : 1.25rem;
    right                 : 1.25rem;
    -ms-flex-item-align   : end;
    align-self            : flex-end;
    opacity               : 0;
    /* visibility         : hidden; */
    z-index               : 999;
    transition            : all .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn-to-top {
        transition: none
    }
}

.btn-to-top-visible {
    visibility: visible;
    opacity   : 1
}

.navbar+.btn-to-top {
    bottom: 4.625rem
}

.navbar+.navbar+.btn-to-top {
    bottom: 8rem
}
::ng-deep .ant-modal-header {
  background-color: #143F64 !important;
}
::ng-deep .cdk-overlay-container {
  z-index: 5000 !important;
}
