#watermark {
    background-repeat: repeat;
    background-position: left;
    background-size: auto;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    line-height: 2;
    margin: 0;
    position: fixed;
    z-index: 99999;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */
}

.top-navbar-area .nav-item .dropdown-menu {
    width: auto !important;
}

.top-navbar-area .nav-item .dropdown-item {
    height: 35px;
    line-height: 35px;
    padding-bottom: 2.3rem;
}

.modal.modal-vcenter .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

.rwd-table td:before {
    display: none;
}

@media (max-width: 767px) {
    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

    .rwd-table td:before {
        content: attr(data-th);
        width: 6.5em;
        display: inline-block;
        font-weight: bold;
        color: #053aac;
    }

    .rwd-table tr:nth-of-type(2n) {
        background: #eee;
        border-bottom: 1px solid #ffffff;
    }

    .rwd-table tr:nth-of-type(2n) td {
        border-top: 1px solid #ffffff;
    }
}

.multi-factor-panel .select-card.active {
    border: 2px solid #77b7fa !important;
    box-shadow: 0 0 8px #77b7fa33;
}

.multi-factor-panel .select-card:hover {
    border: 2px solid #77b7fa;
}

.multi-factor-panel .select-card {
    min-height: 180px;
}

@media (max-width: 767px) {
    .multi-factor-panel .select-card {
        min-height: auto;
    }
    .multi-factor-panel .select-card .card-body {
        padding-bottom: 1.25rem !important;
    }
}

.cursor-pointer {
  cursor: pointer;
}
