.list-view {
    width: 100%;
}

.alert {
    margin-bottom: 0;
}

.is_debug {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.has-error .help-block {
    color: red;
    font-size: 14px;
}

.hidden {
    display: none;
}

.fade {
    opacity: inherit !important;
}

.filter-link.active {
    color: black;
}

.registration .nav-tabs .nav-link.active,
.login .nav-tabs .nav-link.active {
    border-top: 4px solid #5c6bc0;

}

@media screen and (max-width: 767px) {
    .registration .nav-tabs .nav-link.active,
    .login .nav-tabs .nav-link.active {
        border: 2px solid #5c6bc0;
        border-radius: 0;
    }
}

/* .registration .nav-tabs .nav-item,
.login .nav-tabs .nav-item {
    width: 45%;
} */

@media screen and (max-width: 767px) {
    .registration .nav-tabs .nav-item {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 1259px) {
    .login .nav-tabs .nav-link.active {
        border: 2px solid #5c6bc0;
        border-radius: 0;
    }
}

@media screen and (max-width: 1259px) {
    .login .nav-tabs .nav-item {
        text-align: center;
        width: 100%;
    }
}

.page-tab {
    border: 1px solid #5c6bc0;
    padding: .5rem;

    display: flex;
    justify-content: center;
    flex-basis: 45%;

}

.page-tab--active {
    background: #5c6bc0;
    color: white;
    pointer-events: none;
    cursor: default;
}

.badge-message {
    padding: 20px 10px;
    background-image: url('/images/icon-chat.png');
    background-repeat: no-repeat;
    background-position: center 60%;
    color: #5c6bc0;
}

.star-icon {
    padding-bottom: 5px;
}


a[target="_blank"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f08e";
    vertical-align: top;
}

.how-it-works-list-item {
    margin-bottom: 0;
}

.bg-primary .navbar-nav .dropdown-menu .nav-item .nav-link {
    color: #5c6bc0;
}

.bg-primary .navbar-nav .dropdown-menu .nav-item .nav-link:hover {
    color: #fff;
}