body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
}
input.form-control.ui-autocomplete-input.ui-autocomplete-loading{
    background: white url('../../bimg/NursesLounge/loader.gif') right center no-repeat;
    background-size: 30px 30px;
}
.fs-10{
    font-size: 10px;
}
.inline-table{
    display: inline-table;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.no-margin{
    margin: 0px !important;
}
.no-padding{
    padding: 0px !important;
}
.of-contain{
    object-fit: contain;
}
.cursor-pointer{
   cursor: pointer;
}
.error{
    font-size: 14px;
    color: red;
    font-weight: 500;
}
.follow-lounges{
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.open-url{
    cursor: pointer;
}
.original-background {
    background-color: #0772B8 !important;
    border: 1px solid #0772B8 !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text]{
    color: #6C757D;
}
:root {
    --primary: #000000;
    --placeholder: #b0adad;
    --titleColor: #0972BA;
    --textColor: #00184A;
    --link: #1492E6;
    --label: #00184A;
    --button: linear-gradient(to right, rgba(79, 147, 206, 1), rgba(40, 74, 103, 1));
    --buttonHover: linear-gradient(to right, rgba(40, 74, 103, 1), rgb(79 147 206));
}
.btnAnimate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.btnAnimate:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--buttonHover);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btnAnimate:hover,
.btnAnimate:focus,
.btnAnimate:active {
    color: white;
}
.btnAnimate:hover:before,
.btnAnimate:focus:before,
.btnAnimate:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.loginHolder {
    min-height: 100vh;
}
.brand-wrapper {
    padding-top: 7px;
    padding-bottom: 8px;
}
.brand-wrapper .logo {
    height: 77px;
}
.loginInfoCaption {
    position: absolute;
    top: 20px;
    left: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
}
.loginText {
    position: absolute;
    bottom: 0;
}
.loginText h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
}
.loginText h3 strong {
    font-weight: 600;
}
.login-section-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 140px;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
}
.login-wrapper {
    width: auto;
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}
.login-section-wrapper:before {
    content: '';
    background: url('../bimg/Login/shape.svg');
    position: fixed;
    top: -50%;
    background-repeat: no-repeat;
    right: -75%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(10deg);
}
.form-login {
    margin-top: 40px;
}
.form-group {
    position: relative;
}
.form-login .form-group {
    margin-bottom: 24px;
}
.login-wrapper label {
    font-size: 16px;
    font-weight: 500;
    color: var(--label);
}
.login-wrapper .form-control {
    padding: 10px 10px;
    min-height: 54px;
    font-size: 18px;
    font-weight: normal;
    border-color: #CCD7EE;
}
.login-wrapper .form-control::-webkit-input-placeholder {
    color: var(--placeholder);
}
.login-wrapper .form-control::-moz-placeholder {
    color: var(--placeholder);
}
.login-wrapper .form-control:-ms-input-placeholder {
    color: var(--placeholder);
}
.login-wrapper .form-control::-ms-input-placeholder {
    color: var(--placeholder);
}
.login-wrapper .form-control::placeholder {
    color: var(--placeholder);
}
.form-login .form-check input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-top: 0;
}
.form-login .form-check label {
    margin-left: 10px;
    color: #8694B1;
}
.login-wrapper .login-btn {
    padding: 15px 20px;
    background: var(--button);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 14px;
}
.login-wrapper .login-btn:hover {
    border: 1px solid #4f93ce;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.login-wrapper a.forgot-password-link {
    color: var(--link);
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}
.login-wrapper-footer-text {
    font-size: 16px;
    color: #8694B1;
    font-weight: 400;
    margin-bottom: 0;
}
.login-wrapper-footer-text .text-reset {
    color: var(--link) !important;
}
.login-title {
    font-size: 40px;
    color: var(--titleColor);
    font-weight: bold;
    margin-bottom: 10px;
}
.login-text {
    font-size: 18px;
    color: var(--textColor);
}
.login-img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}
.invalid-feedback {
    font-size: 12px;
    position: absolute;
    top: -18px;
    right: 0;
    text-align: right;
    width: auto;
    background: #AF0A0A;
    padding: 7px 10px;
    color: #fff;
    border-radius: 4px;
}
.invalid-feedback:after {
    content: '';
    border-top: 10px solid #AF0A0A;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    right: 12px;
}
.form-control.is-invalid {
    border-color: #AF0A0A;
}
.ol-mt-10 li{
    margin: 10px 0px !important;
}
.w-60{
    max-width: 60px;
}
.w-120{
    max-width: 120px;
}
@media(max-width:1800px) {
    .login-section-wrapper {
        padding: 0 100px;
    }
}
@media(max-width:1600px) {
    .login-section-wrapper {
        padding: 0 70px;
    }
    .login-title {
        font-size: 30px;
    }
}
@media(max-width:1400px) {
    .login-section-wrapper {
        padding: 0 40px;
    }
}
@media(max-width:1199px) {
    .login-section-wrapper {
        padding: 0 70px;
    }
    .loginText h3 {
        font-size: 30px;
    }
    .login-section-wrapper:before {
        top: -60%;
        right: -70%;
        transform: rotate(6deg);
    }
}
@media (max-width: 991px) {
    .login-section-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    .login-section-wrapper:before {
        top: -60%;
        right: -63%;
        transform: rotate(14deg);
    }
}
@media(max-width:768px) {
    .brand-wrapper .logo {
        height: 50px;
    }
    .login-section-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .login-section-wrapper:before {
        top: -70%;
        right: -42%;
        transform: rotate(6deg);
    }
}
@media (max-width: 577px) {
    .login-section-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 100vh;
    }
    .login-section-wrapper:before {
        top: -67%;
        right: -35%;
        transform: rotate(12deg);
    }
    .login-wrapper {
        width: 100%;
    }
    .login-wrapper a.forgot-password-link {
        margin-bottom: 16px;
    }
    .form-login {
        margin-top: 20px;
    }
    .login-wrapper-footer-text {
        font-size: 14px;
    }
    .login-text {
        font-size: 16px;
    }
    .login-title {
        font-size: 26px;
    }
    .login-wrapper {
        padding-top: 0;
    }
}
.form-signup .chosen-container {
    width: 100% !important;
}
.form-signup .chosen-choices {
    min-height: 54px;
    font-size: 18px;
    font-weight: normal;
    border-color: #CCD7EE;
    background-image: none;
    max-height: 85px;
}
.form-signup .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    width: 100% !important;
}
.form-signup .chosen-container-multi .chosen-choices li.search-choice span {
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
.form-signup .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
}
/*feedback on add more fields design issue fixed on scroll*/
.login-img, .loginInfoCaption {
    position: fixed;
    width: calc(100% - 33%);
}
.login-section-wrapper{
    height: 100vh;
    overflow: auto;
}
@media(max-width:991px){
    .loginInfoCaption{width:calc(40% - 40px)}
}
/*dashboard css starts*/
body {
    color: var(--textColor);
    font-weight: 500;
}
.bg-light {
    background-color: #E9EEF1 !important;
}
/*header starts*/
nav.navbar {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: hidden;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: var(--label);
}
.nav-underline .nav-link:hover {
    color: var(--link);
}
.nav-underline .active {
    font-weight: 500;
    color: var(--link);
    background: #E9EEF1;
    border-radius: 4px;
}
.navbar-light .navbar-brand {
    padding: 0;
}
.navbar-light .navbar-brand img {
    height: 40px;
}
.profile-active span.profile-img img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border-radius: 100%;
}
.navbar .dropdown-toggle:after {
    display: none;
}
.navbar-light .navbar-nav.main-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 16px;
    color: var(--textColor);
}
.navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border-color: #ddd;
    margin-top: 0px !important;
    padding-top: .5rem !important;
}
.navbar-nav .dropdown-menu a.dropdown-item {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}
.navbar-light .navbar-nav.main-nav .active>.nav-link,
.navbar-light .navbar-nav.main-nav .nav-link.active,
.navbar-light .navbar-nav.main-nav .nav-link.show,
.navbar-light .navbar-nav.main-nav .show>.nav-link {
    color: var(--link);
    border-bottom: 2px solid var(--link)
}

.profile-menu {
    margin-right: 50px;
}
.menu-settings {
    position: absolute;
    right: 20px;
    top: 7px;
    height: 84%;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--linkColor);
    text-decoration: none;
    background-color: #F5F5F5;
}
/*Search input header*/
.custom-search-input {
    margin: 0;
    margin-top: 2px;
    padding: 0;
    margin-right: 50px;
}
.custom-search-input .search-query {
    padding-right: 5px;
    padding-right: 4px \9;
    padding-left: 10px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 35px;
}
.custom-search-input button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: var(--textColor);
}
.search-query:focus+button {
    z-index: 3;
}
.custom-search-input span.input-group-btn {
    position: absolute;
    right: 0;
}
.notify-list {
    width: 300px;
    white-space: initial;
}
.notify-list .profile-img {
    width: 40px;
    margin-right: 5px;
    position: relative;
}
.notify-list .profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.notify-txt span {
    display: contents;
    color: #797979;
    font-size: 14px;
}
.notify-txt span.txt-spname {
    display: contents;
    font-size: 14px;
    font-weight: 500;
    color: #5d5d5d;
}
.notify-txt {
    margin-right: 10px;
}
.timestamp {
    font-size: 0.66em;
    color: #5d5d5d;
    width: 20%;
    overflow: auto;
}
.scroller-height {
    max-height: 200px;
    overflow: auto;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        position: absolute;
        float: none;
        right: 0px;
    }
}
@media (max-width:1400px) {
    .custom-search-input {
        margin-right: 0;
    }
    .navbar-light .navbar-nav.main-nav .nav-link {
        padding: 5px 10px;
    }
    .profile-menu {
        margin-right: 40px;
    }
}
@media(max-width:1199px) {
    .navbar-light .navbar-nav.main-nav .nav-link {
        font-size: 12px
    }
    .profile-name {
        font-size: 12px;
    }
    .navbar-light .navbar-brand img {
        height: 30px;
    }
}
@media (max-width: 992px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .navbar-light .navbar-toggler {
        position: absolute;
        right: 20px;
    }
    .navbar-light .navbar-nav.main-nav .nav-link {
        padding: 15px 10px;
        border-bottom: 1px solid #ddd;
    }
    .profile-menu {
        margin-right: 0;
        margin-top: 10px;
        padding: 10px 20px;
        height: auto;
        background: #f2f2f2;
    }
    .custom-search-input {
        margin-bottom: 20px;
    }
    .custom-search-input .input-group {
        padding: 0;
    }
    .custom-search-input .search-query {
        height: 50px;
    }
    .profile-name {
        font-size: 18px;
    }
    .menu-settings {
        position: unset;
    }
    .menu-settings .dropdown-toggle {
        display: none;
    }
    .menu-settings .dropdown-menu.dropdown-menu-right {
        display: block;
        margin-top: 10px;
        border-color: #f2f2f2;
    }
    .navbar-light .navbar-nav.main-nav .nav-link {
        font-size: 14px;
    }
    .custom-search-input span.input-group-btn {
        line-height: 48px;
    }
    .navbar-nav .notifications .dropdown-menu {
        position: absolute;
        float: none;
        width: 300px;
        right: 0px;
    }
    .navbar-nav .inbox-notifications .dropdown-menu {
        position: absolute;
        float: none;
        width: 300px;
        right: 0px;
    }
}
@media(max-width:577px) {
    .notify-list {
        width: 215px;
        white-space: normal;
        max-width: 215px;
    }
}
@media(max-width:375px) {
    .navbar-nav .notifications .dropdown-menu {
        right: -55px
    }
    .navbar-nav .inbox-notifications .dropdown-menu {
        right: -55px
    }
}
/*header ends*/
/*banner starts*/
.page-holder{
    margin-top: 60px;
}
.banner-img img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    max-height: 400px;
    object-fit: cover;
}
.banner-holder {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.thumbnail-img {
    margin-top: -78%;
    position: relative;
}
.thumbnail-img span.image-change,
.thumbnail-img span.image-change-mobile
{
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    left: 0;
    bottom: 10px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.thumbnail-img span.image-change img,
.thumbnail-img span.image-change-mobile img
{
    border-radius: 0;
    height: auto;
    width: 22px;
    filter: invert(1);
    align-items: center;
    justify-content: center;
    display: flex;
}
.thumbnail-img img {
    border-radius: 100%;
    height: 170px;
    width: 170px;
}
.followers-count p {
    margin: 0;
    text-align: center;
}
.nav-scroller.scrolling-bar{
    margin-left:-25px;
    padding: 6px 0;
    height: auto;
}
.nav-scroller .nav{
    padding-bottom: 0;
    border-right: 1px solid #dddd;
    border-left: 1px solid #dddd;
}
.nav-scroller-left{
    cursor: pointer;
}
.nav-scroller-right{
    cursor: pointer;
}
@media (max-width: 767.98px) {
    .nav-scroller-left-wrap,
    .nav-scroller-left{
        display: none !important;
    }
    .nav-scroller-right-wrap,
    .nav-scroller-right{
        display: none !important;
    }
}
@media (max-width: 575.98px) {
    .nav-scroller-left-wrap,
    .nav-scroller-left{
        display: none !important;
    }
    .nav-scroller-right-wrap,
    .nav-scroller-right{
        display: none !important;
    }
}
.small-name {
    color: #9a9a9a;
    font-size: 80%;
    line-break: anywhere;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}
.followers-count .title {
    color: #9a9a9a;
    font-size: 80%;
    font-weight: 600;
}
.followers-count .count {
    font-size: 80%;
    font-weight: 600;
}
.followers-count {
    margin-top: 10%;
}
@media(max-width: 992px){
    .followers-count {
        margin-top: -7%;
    }
}
@media(max-width:1199px){
    .nav-underline .nav-link {
        padding: 10px;
        font-size: 12px;
    }
    .thumbnail-img{
        margin-top: -70%;
    }
    .thumbnail-img img {
        height: 150px;
        width: 150px;
    }
}
@media(max-width:1024px){
    .thumbnail-img img {
        height: 150px;
        width: 150px;
    }
}
@media(max-width:992px){
    .mobile-profile {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .mobile-thumb{
        max-width: 150px;
        text-align: center;
        margin: auto;
        margin-top: -100px;
    }
    .mobile-profile .followers-count p{
        display: inline-flex;
        margin-right:10px;
    }
    .nav-scroller.scrolling-bar {
        margin-left: 0;
    }
    .nav-scroller .nav{
        justify-content: center;
        border-right:0;
        border-left:0;
        overflow: auto;
    }
    .nav-underline .nav-link{
        font-size: 14px;
    }
}
@media(max-width:767px){
    .nav-scroller .nav {
        justify-content: initial;
        overflow: auto;
    }
}
@media(max-width:576px){
    .banner-img, .banner-img img{
        height:150px;object-fit: cover;
    }
    .mobile-thumb{
        margin-top:-60px; max-width: 90px;
    }
    .lounge-follow a {
        font-size: 12px;
    }
    .thumbnail-img img {
        height: auto;
        width: 150px;
    }
    .thumbnail-img span.image-change{
        left: -20px;
        bottom: 4px;
    }
    .thumbnail-img span.image-change-mobile{
        left: -20px;
        bottom: 4px;
    }
}
/*banner ends*/
/*page cards Starts here*/
.card {
    border: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border-radius: 8px;
}
.card-basicinfo .card-title {
    margin-bottom: .75rem;
    font-size: 32px;
    font-weight: 600;
    color: var(--link);
}
.card-basicinfo .cource-info {
    color: #000 !important;
    font-size: 24px;
    margin-left: 10px;
    font-weight: 500;
}
.card-basicinfo span.cource-info {
    color: #000 !important;
    font-size: 24px;
    margin-left: 10px;
    font-weight: 500;
}
.card-infobox label {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
}
.card-infobox p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom:0 ;
}
.edit-icon a{color:var(--label)}
.card-box .card-body {
    padding: 0 20px;
}
.card-box .card-body h2.card-title {
    font-size: 16px;
    font-weight: 600;
    padding: 18px 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
}
.card-box.card-rightBox .admin-list .list-items a,
.card-box.card-rightBox .admin-list .list-items h4
{
    display: flex;
    font-weight: 600;
    color: var(--link) !important;
    cursor: pointer;
}
.card-box.card-rightBox .admin-list .list-items .profile-img img {
    width: 40px;
    height: 40px;
}
.card-box.card-rightBox .admin-list .list-items .profile-img .fa {
    border: 1px solid #ddd;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}
.card-aboutmeinfo {
    padding: 14px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.card-aboutmeinfo p {
    margin-bottom: 0;
}
.card-box .list-items {
    padding: 0;
    margin: 0;
    list-style: none;
}
.card-box .list-items .profile-img img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
.card-box .list-items .img-objectfit img{object-fit: cover;}
.card-box .list-info h4 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}
.card-box .list-info p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
}
.card-box .list-items li{
    margin-bottom: 40px;
}
.card-box .list-items li:last-child{
    margin-bottom: 0;
}
/*right sidebar css starts*/
.card-lounge .profile-img.img-objectfit img {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 100%;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
}
.card-lounge {
    padding: 20px 0;
}
.card-box.card-rightBox .list-info h4 a{
    font-size: 18px;
    font-weight: 600;
    color:var(--textColor);
    text-decoration: none;
    display: grid;
    position: relative;
}
.card-box.card-rightBox .list-items .profile-img img{
    width:48px;
    height:48px;
}
.card-box.card-rightBox .list-info h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color:var(--textColor)
}
.card-box.card-rightBox .list-info a{
    font-size: 16px;
    text-decoration: none;
    color:var(--link)
}
.card-box.card-rightBox .list-items li {
    margin-bottom: 20px;
}
.card-box.card-rightBox .list-items li:last-child {
    margin-bottom: 0px;
}
.card-box.card-rightBox .see-more{
    font-size: 14px;
    color:var(--link);
    text-decoration: none;
    text-align: center;
    display: block;
}

/*invite block css on mobile*/
.card-aboutmeinfo.nav-scroller{
    line-height: initial;
    height: auto;
}
.card-box.card-rightBox .card-aboutmeinfo.nav-scroller .nav{
    border-right: 0;
}
.card-box.card-rightBox .card-aboutmeinfo.nav-scroller .list-items li {
    width: 280px;
    display: inline-block;
    margin-right: 20px;
    text-align: left;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(4,4,109,0.12);
    margin-bottom: 10px;
    margin-top: 10px;
}
.card-box.card-rightBox .nav-scroller .delete-icon {
    position: absolute;
    top: -10px;
    right: 12px;
}
@media(max-width:1199px){
    .card-infobox p{font-size: 22px;}
}
@media(max-width:767px){
    .card-infobox p {
        font-size: 16px;
    }
    .card-basicinfo .card-title{
        font-size: 22px;
    }
    .card-basicinfo span.cource-info{
        font-size: 18px;
    }
    .card-box .list-info h4{
        font-size: 22px;
    }
}
@media(max-width:576px){
    .card-infobox p {
        font-size: 14px;
    }
    .card-basicinfo .card-title{
        font-size: 18px;
    }
    .card-basicinfo span.cource-info{
        font-size: 16px;
    }
    .card-box .list-info h4{
        font-size: 18px;
    }
    .card-box .list-info p{
        font-size: 14px;
    }
    .card-aboutmeinfo p{
        font-size: 14px;
        line-height: 24px;
    }
    .card-box.card-rightBox .card-aboutmeinfo.nav-scroller .list-items li{
        width: 240px;
    }
    .custom-xs {
        max-width: 100%;
        flex: 0 0 90%;
    }
    .position-xs {
        position: absolute;
        top: 10px;
        right: 0;
        text-align: center;
        padding-right: 0;
    }
    .card-aboutmeinfo{
        padding: 14px 10px;
    }
    .card-box .list-items li{position: relative;}
}
/*page cards ends *************************/
/*Photoswipe*/
.pswp__ui--idle .pswp__button--social-share{
    opacity: 0;
}
.pswp__button--social-share, .pswp__button--social-share:before {
    background: url(../../bimg/NursesLounge/share.png) 12px 12px no-repeat;
    background-size: 20px 20px;
    width: 44px;
    height: 44px;
    left: -135px;
}
.social-share .pswp__share-tooltip{
    width: 180px;
    height: 50px;
}
.social-share .pswp__share-tooltip a{
    float: left;
    margin: 0px 8px;
}
.social-share .social-icons {
    width: 25px;
    align-items: center;
    height: 25px;
    border-radius: 100%;
    opacity: 0.7;
    color: #fff;
    justify-content: center !important;
    display: inline-flex;
    font-size: 15px;
}
.social-share .social-icons:hover {
    opacity: 1;
}
.social-share .facebook-color{
    background: #3b5998;
}
.social-share .twitter-color{
    background: #598dca;
}
.social-share .pint-color{
    background: #d54d52;
}
.social-share .linkedin-color{
    background: #469ac8;
}
/*profile edit starts */
.profile-edit .form-input {
    border: 2px solid #E6ECEF;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.profile-edit .form-input .form-group {
    margin-bottom: 0;
}
.profile-edit .form-input .form-group .form-control {
    border: 0;
    padding: 0;
    color: var(--textColor);
    font-size: 24px;
    font-weight: 500;
    height: 34px;
}
.profile-edit .form-input .form-group label {
    margin: 0;
    font-size: 16px;
    color: #707070;
    font-weight: 300;
}
.profile-edit .form-input .form-group .form-control{
    box-shadow: none;
}
.profile-edit .form-input .form-group textarea.form-control{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 32px;
    min-height: 160px;
}
.btn-save{
    font-size: 16px;
    padding: 5px 20px;
    background: var(--button);
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
}
.btn-light{
    background: #E6ECEF;
    color:var(--link);
    font-size: 16px;
    padding: 7px 20px;
    font-weight: 500;
    border-radius: 4px;
    margin-right:10px
}
.profile-edit.card-aboutbox .form-input .form-group input.form-control {
    font-size: 18px;
}
.addmore {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    cursor: pointer;
}
.addmore img, .addmore-experience img {
    width: 14px;
    margin-top: -4px;
}
.addmore-experience{
    cursor: pointer;
}
.exp-date label {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}
.exp-date select.form-control {
    padding: 0 5px;
}
.working-present .custom-control-label {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
@media(max-width:1200px){
    .working-present .custom-control-label{font-size: 12px;}
}
@media(max-width:767px){
    .working-present .custom-control-label{font-size: 11px;}
    .profile-edit .form-input .form-group label{font-size: 14px;}
}
/*profile edit ends */
/*profile settings modal popup css starts*/
.modal-600 .modal-dialog{
    max-width:600px;
}
.modal-custom .modal-title {
    font-size: 24px;
}
.modal-header .close {
    color: var(--textColor);
    opacity: 1;
    font-size: 40px;
}
.modal-header {
    border-bottom: 0;
}
.modal-info h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.modal-info .form-group label {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
}
.modal-info .form-group label span.required {
    color: #f00;
}
.modal-info .form-group .form-control {
    border: 2px solid #E6ECEF;
    height: 54px;
    color: var(--textColor);
}
.modal-info .form-group textarea.form-control{
    min-height:160px;
    resize:none;
}
.modal-footer{
    border-top:0 ;
}
.modal-footer .btn{
    height:44px;
    width:140px
}
/*profile settings modal popup css ends*/
/*profile view page css starts*/
.link-color{
    color: var(--link) !important;
}
.list-info.send-invite {
    height: 55px;
}
.follow-profile img{
    vertical-align: text-bottom;
    height:auto !important;
}
.follow-profile {
    float: right;
    margin-top: -60px;
}
.follow-profile .btn-light{
    background: rgba(255,255,255,0.5);
    border: 0;
    color: var(--textColor);
    line-height: 29px;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 600;
    margin-right: 0;
}
.btn-light.unfollow{
    background: var(--button);
    color:#fff
}
.follow-profile .btn-light.btnAnimate:hover{
    color:#fff
}
.btn-light.unfollow img, .follow-profile .btn-light.btnAnimate:hover img{
    filter: invert(1);
}
@media(max-width:992px){
    .mobile-profile .follow-profile{
        margin: 0;
    }
    .mobile-profile .follow-profile .btn-light, .mobile-profile .follow-profile .btn-light:focus {
        background: var(--button);
        color:#fff
    }
    .mobile-profile .follow-profile .btn-light img {
        filter: invert(1);
    }
}
@media(max-width:576px){
    .follow-profile {
        margin-top: -120px;
        margin-right: 10px;
    }
    .modal-footer .btn{
        width:auto
    }
}
/*send invite modal css starts*/
.modal.profile-edit .modal-title {
    font-size: 24px;
}
.modal.profile-edit .modal-header{
    border-bottom: 1px solid #dee2e6;
}
.modal.profile-edit .form-group label{
    font-size: 16px;
}
.modal.profile-edit .form-group .form-control, .modal.profile-edit .form-input .form-group .form-control{
    font-size: 16px;
    height: 26px;
}
.desc-text{
    font-size: 16px;
    color:var(--textColor);
    font-weight: 600;}
#nurseslounge-home-takepicture-modal .icon-box {
    width: 60px;
    height: 60px;
    display: block;
    background: var(--button);
    padding: 14px 0;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}
#nurseslounge-home-takepicture-modal button.btn.icon-box img {
    width: 40px;
}
/*send invite modal css ends*/
/*profile view page css ends*/
/*footer css starts*/
.footer {
    background: #fff;
    border-top: 5px solid #0972BA;
}
.footer-top {
    padding: 50px 0;
}
.footer-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-box ul li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    color:var(--link);
    font-weight: 600;
    text-transform: uppercase;
}
.footer-box ul li:hover a{
    color: var(--textColor);
}
.footer-box img.footer-logo {
    width: 80%;
}
.footer-bottom {
    padding: 10px 0;
    text-align: right;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: var(--link);
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
/*Notificationss Single*/
.notifications .navbar-nav .dropdown-menu a.dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.notifications .badge-dark {
    color: #fff;
    background-color: #cb0909;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block !important;
    top: -2px;
    padding: 2px;
    font-weight: 500;
    font-size: 12px;
    right: 8px;
    border-radius: 100%;
    border: 1px solid #fff;
}
.notifications {
    right: 40px;
    top: 0px;
    padding: 0 10px;
    position: relative;
}
@media(max-width:768px) {
    .notifications {
        right: 40px;
        padding: 0 10px;
        position: relative;
    }
}
.notifications .dropdown-menu {
    margin-top: 9px;
}
.notifications-container h4 {
    font-size: 16px;
    background: #f7f7f7;
    padding: 10px 20px;
    font-weight: 500;
    border: 1px solid #ddd;
    margin-bottom: 0;
}
.notifications-container .new-notification {
    left: 0;
    bottom: 0;
    top: 30px;
    width: 10px;
    height: 10px;
    background: var(--link);
    position: absolute;
}
.inbox-notifications .navbar-nav .dropdown-menu a.dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.inbox-notifications .badge-dark {
    color: #fff;
    background-color: #cb0909;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block !important;
    top: -2px;
    padding: 2px;
    font-weight: 500;
    font-size: 12px;
    right: 8px;
    border-radius: 100%;
    border: 1px solid #fff;
}
.inbox-notifications {
    right: 25px;
    top: 0px;
    padding: 0 10px;
    position: relative;
}
@media(max-width:768px) {
    .inbox-notifications {
        right: 78px;
        top: 0px;
        padding: 0 10px;
        position: relative;
    }
}
.inbox-notifications .dropdown-menu {
    margin-top: 9px;
}
.inbox-notifications-container h4 {
    font-size: 16px;
    background: #f7f7f7;
    padding: 10px 20px;
    font-weight: 500;
    border: 1px solid #ddd;
    margin-bottom: 0;
}
.inbox-notifications-container .new-notification {
    left: 0;
    bottom: 0;
    top: 30px;
    width: 10px;
    height: 10px;
    background: var(--link);
    position: absolute;
}
@media(max-width:768px) {
    #topNav .notifications-menu {
        height: 40px;
    }
}
#topNav .menu-settings .dropdown-menu{
    padding-top:0px !important;
}
#topNav .dropdown-hover .dropdown-menu{
    padding-top:0px !important;
}
#topNav .notifications-menu .notifications .dropdown-menu{
    padding-top:0px !important;
}
#topNav .notifications-menu .notifications .notification.opened{
    background-color: #ffffff;
}
#topNav .notifications-menu .notifications .notification{
    background-color: #f8f9fa87;
    cursor: pointer;
}
#topNav .notifications-menu .notifications .notification:hover{
    background-color: #dee4ea87;
}
#topNav .notifications-menu .inbox-notifications .dropdown-menu{
    padding-top:0px !important;
}
#topNav .notifications-menu .inbox-notifications .notification.opened{
    background-color: #ffffff;
}
#topNav .notifications-menu .inbox-notifications .notification{
    background-color: #f8f9fa87;
    cursor: pointer;
}
#topNav .notifications-menu .inbox-notifications .notification:hover{
    background-color: #dee4ea87;
}
/*Notifications Both*/
.notifications-heading {
    font-size: 18px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    background: #f7f7f7;
    margin-bottom: 0;
    width: 430px;
}
/*End Notificationsss*/
#nurseslounge-home-my-profile-edit-modal .profile-edit .form-input .form-group select.form-control{
    font-size: 18px;
}
.modal-texthead p {
    font-size: 14px;
    font-weight: 400;
    color: var(--textColor);
    line-height: 21px;
}
.modal-texthead, .modal-texthead .row .col-sm-6 {
    margin-bottom: 20px;
}
.modal-texthead h3 {
    margin-bottom: 3px;
}
.modal-texthead .form-group{
    margin-bottom: 0px;
}
.txt-blue{color: var(--link) !important;}
.font-weight-semibold{
    font-weight: 600 !important;
}
@media(max-width:992px) and (min-width:577px){
    #nurseslounge-home-my-profile-edit-modal .modal-dialog{
        max-width:90%
    }
}
#nurseslounge-home-my-profile-edit-modal .nursing-recruiter{
    display: contents;
}
#nurseslounge-home-my-profile-edit-modal .organization-representative{
    display: contents;
}
#nurseslounge-home-my-profile-edit-modal .nursing-student{
    display: contents;
}
#nurseslounge-home-my-profile-edit-modal .nurse{
    display: contents;
}
#nurseslounge-home-my-profile-edit-modal .nurse-faculty{
    display: contents;
}
.ui-front{
    z-index: 9999;
}
#nurseslounge-home-my-profile-edit-modal .chosen-container {
    width: 100% !important;
}
#nurseslounge-home-my-profile-edit-modal .chosen-choices {
    min-height: 54px;
    font-size: 18px;
    font-weight: normal;
    border-color: #CCD7EE;
    background-image: none;
    max-height: 85px;
}
#nurseslounge-home-my-profile-edit-modal .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    width: 100% !important;
}
#nurseslounge-home-my-profile-edit-modal .chosen-container-multi .chosen-choices li.search-choice span {
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-home-my-profile-edit-modal .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 1;
}
#nurseslounge-home-configuration-modal .profile-edit .form-input .form-group select.form-control {
    font-size: 18px;
}
#nurseslounge-home-configuration-modal .digest-email-schedules-wrapper,
#nurseslounge-home-configuration-modal .digest-email-schedule-days-wrapper,
#nurseslounge-home-configuration-modal .digest-email-schedule-start-at-wrapper,
#nurseslounge-home-configuration-modal .digest-email-schedule-time-zone-wrapper,
#nurseslounge-home-configuration-modal .digest-email-schedule-weekly-wrapper
{
    display:none;
}
#nurseslounge-home-configuration-modal #digest-email-schedule-start-at-wrapper tr td:not(:last-child) {
    border: 0px solid gray !important;
}
#nurseslounge-home-takepicture-modal .camera-button,
#nurseslounge-home-takepicture-modal .image-button {
    display: none;
}
#nurseslounge-home-takepicture-modal .my-camera,
#nurseslounge-home-takepicture-modal .my-camera video{
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;
    margin: auto !important;
}
#nurseslounge-home-takepicture-modal .camera-buttons,
#nurseslounge-home-takepicture-modal .image-buttons {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 320px;
}
#nurseslounge-home-takepicture-modal .camera-buttons .camera-button,
#nurseslounge-home-takepicture-modal .image-buttons .image-button {
    display: none;
    font-size: 16px;
    padding: 5px 20px;
    background: #E6ECEF;
    font-weight: 500;
    color: #333;
    border-radius: 4px;
}
#nurseslounge-home-takepicture-modal .camera-buttons .camera-button.active,
#nurseslounge-home-takepicture-modal .image-buttons .image-button.active{
    display: none;
    background: var(--button);
    color: #fff;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#nurseslounge-home-takepicture-modal .camera-buttons .camera-button.active:before,
#nurseslounge-home-takepicture-modal .image-buttons .image-button.active:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--buttonHover);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#nurseslounge-home-takepicture-modal .camera-buttons .camera-button.active:hover,
#nurseslounge-home-takepicture-modal .camera-buttons .camera-button.active:focus,
#nurseslounge-home-takepicture-modal .camera-buttons .camera-button.active:active,
#nurseslounge-home-takepicture-modal .image-buttons .image-button.active:hover,
#nurseslounge-home-takepicture-modal .image-buttons .image-button.active:focus,
#nurseslounge-home-takepicture-modal .image-buttons .image-button.active:active{
    color: white;
}
#nurseslounge-home-takepicture-modal .camera-buttons .camera-button.active:hover:before,
#nurseslounge-home-takepicture-modal .camera-buttons .camera-button.active:focus:before,
#nurseslounge-home-takepicture-modal .camera-buttons .camera-button.active:focus:active,
#nurseslounge-home-takepicture-modal .image-buttons .image-button.active:hover:before,
#nurseslounge-home-takepicture-modal .image-buttons .image-button.active:focus:before,
#nurseslounge-home-takepicture-modal .image-buttons .image-button.active:focus:active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#nurseslounge-home-takepicture-modal .my-camera{
    width: 400px;
    height: 300px;
}
@media (max-width: 576px) {
    #nurseslounge-home-takepicture-modal .my-camera{
        width: 330px;
        height: 260px;
    }
}
@media (max-width: 351px) {
    #nurseslounge-home-takepicture-modal .my-camera{
        width: 260px;
        height: 160px;
    }
}
@media (max-width: 301px) {
    #nurseslounge-home-takepicture-modal .my-camera{
        width: 190px;
        height: 90px;
    }
}
#nurseslounge-home-my-profile .home-my-profile-right .follow-lounges{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 374px;
}
#nurseslounge-home-my-profile .home-my-profile-right .invite-colleagues{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 200px;
}
.ui-tooltip {
    padding: 6px 10px;
    color: #333;
    border-radius: 5px;
    font-size: .7em;
    line-height: 1;
}
/*Last Update*/
*:focus {
    outline: none;
}
.banner-img:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top-left-radius: 8px;
    height: 100%;
    z-index: 0;
    border-top-right-radius: 8px;
}
.banner-img {
    position: relative;
}
.lounge-headerinfo h2.card-title, .lounge-headerinfo p {
    margin-bottom: 7px;
}
.lounge-desc p {
    font-weight: 400;
    line-height: 30px;
}
#home-my-profile-left-profile-about-my-career-modal .invalid-feedback,
#home-my-profile-left-profile-degrees-modal .invalid-feedback,
#home-my-profile-left-profile-specialty-modal .invalid-feedback,
#home-my-profile-left-profile-experience-modal .invalid-feedback,
#home-my-profile-left-profile-education-modal .invalid-feedback,
#home-my-profile-left-profile-license-modal .invalid-feedback,
#home-my-profile-left-profile-certification-modal .invalid-feedback,
#home-my-profile-left-profile-memberships-modal .invalid-feedback,
#home-my-profile-left-profile-volunteer-modal .invalid-feedback,
#home-my-profile-left-profile-research-modal .invalid-feedback,
#home-my-profile-left-profile-publications-modal .invalid-feedback,
#home-my-profile-left-profile-presentations-modal .invalid-feedback,
#home-my-profile-left-profile-awards-modal .invalid-feedback
{
    top: -55px;
    text-align: center;
}
#home-my-profile-left-profile-experience-modal .employer-image{
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
#home-my-profile-left-profile-experience-modal .employer-option{
    cursor: pointer;
}
#home-my-profile-left-profile-experience-modal .employer-option:hover{
    background:#eee
}
/*NursesLounge Home My Profile*/
#nurseslounge-home-my-profile .soft{
    cursor: pointer;
    color: #8694B1;
}
#nurseslounge-home-my-profile .description{
    line-height: 24px !important;
    padding: 20px 2px;
}
/*Nurses Lounge Lounge Profile Invitations Modal*/
#nurseslounge-home-my-profile-invitations-modal a{
    color: #007bff !important;
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-right .card-box.card-rightBox .list-items .profile-img img{
    cursor: pointer;
}
.pac-container{
    z-index: 99999;
}
.pac-container:after {
    background-image: none !important;
    height: 0px;
}
.required-force{
    color: #f00;
}
/*Jobs Search*/
.background-cover {
    background-color: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.background-cover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url('../../bimg/NursesLounge/national-cancer-institute.png');
    background-position: center center;
    background-repeat-x: no-repeat;
    background-size: cover;
}
.job-search {
    border-radius: 8px;
}
.profile-edit.job-search .form-input .form-group .form-control{
    font-size:18px;
    line-height:20px;
}
.profile-edit.job-search .form-input .form-group label{
    line-height:20px
}
.job-home-desc {
    margin-top: 50px;
    color: #fff;
}
.job-home-desc h2 {
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
}
.job-home-desc .btn-explore {
    background: #fff;
    color: var(--textColor);
    margin-top: 20px;
    font-weight: 600;
    padding: 8px 40px;
    border:0
}
.job-home-desc .btn-explore:hover{
    color:#fff;
    border-radius: 4px;
}
.job-home-desc .btn-explore:before{
    color:#fff;
    border-radius: 4px;
}
@media(max-width:991px){
    .job-home-desc h2 {
        font-size: 60px;
        line-height: 70px;
    }

}
@media(max-width:767px){
    .profile-edit.job-search .form-input{
        padding:10px;
    }
    .profile-edit.job-search .form-input .form-group label{
        font-size: 13px;
    }
    .job-home-desc h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .background-cover{overflow: auto; padding-bottom:50px;}
}
@media(max-width:575px){
    .profile-edit.job-search .form-input .form-group label{
        font-size: 14px;
    }
}
#nurseslounge-jobs {
    margin-top: -1vh !important;
}
#nurseslounge-jobs .nurseslounge-jobs{
    display: none;
}
/*job search css ends*/
/*job result css starts*/
a, a:hover{
    color: var(--textColor);
    text-decoration: none !important;
}
.result-counter .card-box .card-body h2.card-title{
    font-size: 22px;
}
.result-counter .result-numbers{
    font-size: 14px;
    font-weight: 400;
    color:#707070;
    line-height: 30px;
}
.result-counter .card-box .list-info h4{
    font-size: 18px;
}
.result-counter .card-box .list-items .profile-img img{
    width:60px;
    height: 60px;
}
.toggle-arrow {
    position: absolute;
    top: 11px;
    right: -7px;
    background: #fff;
    padding: 10px 8px;
    border: 1px solid #ddd;
    border-left: 0;
    cursor: pointer;
    color: #ddd;
    font-size: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.toggle-arrow:hover{
    color: var(--textColor);
}
.result-counter .card-box .list-items li{
    box-shadow: 0 3px 8px rgba(0,0,0,0.1) !important;
}
.result-counter .card-box .list-items li:hover{
    background-color: #c7c7c72b !important;
}
.change-search .card-box .form-group .form-control{
    font-size: 14px;
    font-weight: 500;
}
.result-counter .card-aboutmeinfo {
    height: 84%;
    width: 100%;
    overflow: auto;
}
.result-counter .card-aboutmeinfo::-webkit-scrollbar {
    width: 0px;
}
.search-location-map iframe{
    width: 100%;
    height:calc(100vh - 190px)
}
.result-counter .card-box{
    height:calc(100vh - 100px)
}

.push-left-negative{
    margin-left: -32.5%;
    transition: 1s;
}
.push-left-positive{
    margin-left: 0;
    transition: 1s;
}
.result-map-marker{
    transition: 1s;
}
.pull-left-full{
    flex: 0 0 100%;
    max-width: 99%;
    transition: 1s;
}
@media(max-width:1200px){
    .search-location-map iframe{
        height:calc(100vh - 250px)
    }
    .pull-left-full {
        max-width: 98%;
    }
    .push-left-negative {
        margin-left: -40.5%;
    }
}
@media(max-width:991px){
    .search-location-map iframe{
        height:300px;
    }
    .pull-left-full {
        max-width: auto;
    }
    .push-left-negative {
        margin-left: 0;
    }
    .toggle-arrow{display:none}
}
#nurseslounge-jobs #search-location-map{
    height: 75vh !important;
    width: 100%;
}
/**Paginations**/
#nurseslounge-jobs .nurseslounge-jobs .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages li>a:hover{
    background:#eee
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-jobs .nurseslounge-jobs .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
/*NursesLounge Jobs*/
#nurseslounge-jobs .nurseslounge-jobs .nurseslounge-jobs-left .jobs-list-container{
    height: 100%;
}
@keyframes nurseslounge-jobs-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-jobs .nurseslounge-jobs-preload{
    position: relative;
    animation-name: nurseslounge-jobs-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-jobs .clg-rating .rating-stars svg {
    margin: 0;
    width: 20px;
}
#nurseslounge-jobs svg {
    overflow: hidden;
    vertical-align: middle;
}
#nurseslounge-jobs .gm-style .gm-style-iw-d{
    text-align: center;
}
#nurseslounge-jobs .gm-style .gm-style-iw-d a{
    color: #088dcd;
}
/*NursesLounge Employer Jobs Modal*/
#nurseslounge-employer-jobs-modal .result-info-count {
    color: #707070;
    font-weight: 400;
}
#nurseslounge-employer-jobs-modal .result-info-count strong {
    font-weight: 600;
}
#nurseslounge-employer-jobs-modal .profile-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
#nurseslounge-employer-jobs-modal .font-18 {
    font-size: 18px !important;
}
#nurseslounge-employer-jobs-modal .align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
#nurseslounge-employer-jobs-modal svg {
    margin: 0;
    width: auto;
}
#nurseslounge-employer-jobs-modal .card-box .list-items .list-group-item .profile-img img {
    width: 50px;
    height: 50px;
}
#nurseslounge-employer-jobs-modal .list-group-item:hover{
    background-color: #c7c7c72b !important;
}
@keyframes nurseslounge-employer-jobs-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-employer-jobs-modal .nurseslounge-employer-jobs-preload{
    position: relative;
    animation-name: nurseslounge-employer-jobs-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-employer-jobs-modal .nav-tabs .nav-link {
    cursor: pointer;
}
#nurseslounge-employer-jobs-modal .tab-info .nav-tabs .nav-link.active {
    background: #E7F6FF;
    color: var(--link);
}
/*Pagination*/
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages li>a:hover{
    cursor: pointer;
    background:#eee
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-employer-jobs-modal .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
#employer-modal-tabs-location-map{
    width: 100%;
    height: 100%;
    min-height: 300px;
}
#nurseslounge-employer-jobs-modal .card-box .list-info h4{
    cursor: pointer;
    font-size: 20px !important;
}
#nurseslounge-employer-jobs-modal .lounge-image{
    cursor: pointer;
}
/*Degrees*/
#nurseslounge-degrees-home .result-info-count{
    color: #707070;
    font-weight: 400;
}
#nurseslounge-degrees-home .rating-stars svg{
    margin: 0;
    width: 20px;
}
@keyframes nurseslounge-degrees-home-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-degrees-home .nurseslounge-degrees-home-preload{
    position: relative;
    animation-name: nurseslounge-degrees-home-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-degrees-home .result-info-count {
    color: #707070;
    font-weight: 400;
}
#nurseslounge-degrees-home .result-info-count strong {
    font-weight: 600;
}
#nurseslounge-degrees-home .ads img{
    height: 25px;
    padding: 0px !important;
    margin: -5px !important;
    position: absolute;
}
/*Pagination*/
#nurseslounge-degrees-home .pagination-nav .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-degrees-home .pagination-nav .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages li>a:hover{
    cursor: pointer;
    background:#eee
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-degrees-home .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
#nurseslounge-degrees-home .nurseslounge-degrees-home-left .list-items li{
    cursor: pointer;
}
#nurseslounge-degrees-home .nurseslounge-degrees-home-left .list-items li:hover {
    background-color: #c7c7c72b !important;
}
/*Multiselect*/
#nurseslounge-degrees-home .chosen-container{
    width: 100% !important;
}
#nurseslounge-degrees-home .chosen-choices{
    min-height:initial;
    max-height: initial;
    padding: initial;
    font-size: 18px;
    font-weight: normal;
    background-image: none;
    overflow: auto;
    border: 0 !important;
}
#nurseslounge-degrees-home .chosen-container-active .chosen-choices{
    border: 0 !important;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#nurseslounge-degrees-home .chosen-container.chosen-with-drop .chosen-drop{
    border: solid 1px gray;
}
#nurseslounge-degrees-home .chosen-container-multi .chosen-choices li.search-field{
    width: 100% !important;
}
#nurseslounge-degrees-home .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    width: 100% !important;
    height: auto;
    font-size: 18px;
    border: 0 !important;
    font-family: inherit;
    font-weight: 500;
}
#nurseslounge-degrees-home .chosen-container-multi .chosen-choices li.search-choice span{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-degrees-home .chosen-container-multi .chosen-choices li.search-choice{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 25px;
}
/*Degree popup*/
@keyframes nurseslounge-degree-popup-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-degree-modal .nurseslounge-degree-popup-preload{
    position: relative;
    animation-name: nurseslounge-degree-popup-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#degree-modal-tabs-location-map{
    width: 100%;
    height: 100%;
    min-height: 300px;
}
#nurseslounge-degree-modal .nav-tabs .nav-link {
    cursor: pointer;
}
#nurseslounge-degree-modal .tab-info .nav-tabs .nav-link.active {
    background: #E7F6FF;
    color: var(--link);
}
#nurseslounge-degree-modal .degree-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
#nurseslounge-degree-modal .strong{
    font-size: 20px;
}
#nurseslounge-degree-modal .card-box .list-info p {
    font-weight: 500;
}
#nurseslounge-degree-modal .overview-college h5 {
    font-size: 18px;
    font-weight: 600;
}
#nurseslounge-degree-modal .degree-overview *{
    font-weight: 400;
}
#nurseslounge-degree-modal .card-box .list-info h4{
    cursor: pointer;
}
#nurseslounge-degree-modal .rating-stars{
    cursor: pointer;
}
/*Nurses Lounge Degrees For Me*/
#nurseslounge-home-degrees-for-me .result-info-count{
    color: #707070;
    font-weight: 400;
}
#nurseslounge-home-degrees-for-me .rating-stars svg{
    margin: 0;
    width: 20px;
}
@keyframes nurseslounge-home-degrees-for-me-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-home-degrees-for-me .nurseslounge-home-degrees-for-me-preload{
    position: relative;
    animation-name: nurseslounge-home-degrees-for-me-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-home-degrees-for-me .result-info-count {
    color: #707070;
    font-weight: 400;
}
#nurseslounge-home-degrees-for-me .result-info-count strong {
    font-weight: 600;
}
#nurseslounge-home-degrees-for-me .ads img{
    height: 25px;
    padding: 0px !important;
    margin: -5px !important;
    position: absolute;
}
/*Pagination*/
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages li>a:hover{
    cursor: pointer;
    background:#eee
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-home-degrees-for-me .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
#nurseslounge-home-degrees-for-me .nurseslounge-home-degrees-for-me-left .list-items li{
    cursor: pointer;
}
#nurseslounge-home-degrees-for-me .nurseslounge-home-degrees-for-me-left .list-items li:hover {
    background-color: #c7c7c72b !important;
}
/*Jobs Near Me*/
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-up #search-location-map {
    height: 75vh !important;
    width: 100%;
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-up .spotlight-wrapper .pin{
    padding: 12px 0px;
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-up .spotlight-wrapper .top{
    color: #000;
    opacity: .5;
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-up .spotlight-wrapper .logo{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-up .spotlight-wrapper .pin img{
    width: 20px;
    height: auto;
}
@keyframes nurseslounge-home-job-near-me-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-preload{
    position: relative;
    animation-name: nurseslounge-home-job-near-me-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-home-job-near-me .gm-style .gm-style-iw-d{
    text-align: center;
}
#nurseslounge-home-job-near-me .gm-style .gm-style-iw-d a{
    color: #088dcd;
}
/*Pagination*/
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages li>a:hover{
    background:#eee
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-home-job-near-me .nurseslounge-home-job-near-me-down .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
/*NursesLounge Degree Information*/
#nurseslounge-degree-information .info-text p{
    font-size: 14px;
    font-weight: 400;
    color: #888;
    line-height: 24px;
}
#nurseslounge-degree-information .nurseslounge-degree-information-right .qr-code img{
    max-height: 270px;
    max-width: 270px;
}
#nurseslounge-degree-information .nurseslounge-degree-information-right .meet-our-recruiters .recruiter {
    cursor: pointer;
}
#nurseslounge-degree-information .nurseslounge-degree-information-right .meet-our-recruiters .recruiter-job-title{
    text-align: left;
    font-size: .8em;
    line-height: 15px;
}
#nurseslounge-degree-information-right-map {
    width: 100%;
    height: 300px;
}
/*NursesLounge Degree Information Review Modal*/
#nurseslounge-degree-information-review-modal .review-modal h4 {
    font-size: 16px;
    font-weight: 600;
}
#nurseslounge-degree-information-review-modal .review-modal .h-170 {
    height: 170px !important;
}
#nurseslounge-degree-information-review-modal .form-group.radio-btnblock .custom-control-inline {
    background: #fff;
    width: 100%;
    margin-right: 0;
    padding: 0;
    border: 2px solid #f7f7f7;
}
#nurseslounge-degree-information-review-modal .form-group.radio-btnblock .custom-control-inline label.custom-control-label {
    padding: 10px;
    text-align: center;
    width: 100%;
    color: var(--textColor);
    cursor: pointer;
}
#nurseslounge-degree-information-review-modal .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
#nurseslounge-degree-information-review-modal .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
#nurseslounge-degree-information-review-modal .form-group.radio-btnblock .custom-control-input:checked~.custom-control-label {
    background: var(--link);
    color: #fff;
    border-color: var(--link);
    cursor: pointer;
}
#nurseslounge-degree-information-review-modal .form-group.radio-btnblock .custom-control-inline label.custom-control-label {
    padding: 10px;
    text-align: center;
    width: 100%;
    color: var(--textColor);
}
#nurseslounge-degree-information-review-modal .form-group.radio-btnblock {
    display: flex;
}
#nurseslounge-degree-information-review-modal .radio-btnblock .custom-radio .custom-control-label::before{
    visibility: hidden;
}
#nurseslounge-degree-information-review-modal .rating-stars{
    cursor: pointer;
}
#nurseslounge-degree-information-review-modal .invalid-feedback {
    top: -55px;
    text-align: center;
}
#nurseslounge-degree-information-review-modal .review-modal h4 {
    font-size: 16px;
    font-weight: 600;
}
#nurseslounge-degree-information-review-modal .review-modal ul li {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
}
#nurseslounge-degree-information-review-modal .review-modal ul {
    padding-left: 16px;
}
#nurseslounge-degree-information-review-modal .start-btn {
    padding: 15px 20px;
    background: var(--button);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 14px;
}
#nurseslounge-degree-request-info-modal .invalid-feedback {
    top: -55px;
    text-align: center;
}
/*NursesLounge Lounges Home*/
#nurseslounge-lounges-home .result-info-count{
    color: #707070;
    font-weight: 400;
}
#nurseslounge-lounges-home .rating-stars svg{
    margin: 0;
    width: 20px;
}
@keyframes nurseslounge-lounge-home-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-lounges-home .nurseslounge-lounge-home-preload{
    position: relative;
    animation-name: nurseslounge-lounge-home-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-lounges-home .result-info-count {
    color: #707070;
    font-weight: 400;
}
#nurseslounge-lounges-home .result-info-count strong {
    font-weight: 600;
}
#nurseslounge-lounges-home .nurseslounge-lounges-home-left .list-items li {
    cursor: pointer;
}
#nurseslounge-lounges-home .nurseslounge-lounges-home-left .list-items li:hover {
    background-color: #c7c7c72b !important;
}
#nurseslounge-lounges-home .nurseslounge-lounges-home-left .btn-light{
    font-size: 14px;
    padding: 6px 15px;
    font-weight: 500;
    border-radius: 4px;
    margin-right: unset;
    height: 40px;
}
/*Multiselect*/
#nurseslounge-lounges-home .chosen-container{
    width: 100% !important;
}
#nurseslounge-lounges-home .chosen-choices{
    min-height:initial;
    max-height: initial;
    padding: initial;
    font-size: 18px;
    font-weight: normal;
    background-image: none;
    overflow: auto;
    border: 0 !important;
}
#nurseslounge-lounges-home .chosen-container-active .chosen-choices{
    border: 0 !important;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#nurseslounge-lounges-home .chosen-container.chosen-with-drop .chosen-drop{
    border: solid 1px gray;
}
#nurseslounge-lounges-home .chosen-container-multi .chosen-choices li.search-field{
    width: 100% !important;
}
#nurseslounge-lounges-home .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    width: 100% !important;
    height: auto;
    font-size: 18px;
    border: 0 !important;
    font-family: inherit;
    font-weight: 500;
}
#nurseslounge-lounges-home .chosen-container-multi .chosen-choices li.search-choice span{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-lounges-home .chosen-container-multi .chosen-choices li.search-choice{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 25px;
}
/*Pagination*/
#nurseslounge-lounges-home .pagination-nav .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-lounges-home .pagination-nav .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages li>a:hover{
    background:#eee
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-lounges-home .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
/*NursesLounge Information*/
#nurseslounge-lounge-information .info-text {
    margin-bottom: 20px;
}
#nurseslounge-lounge-information .info-text p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    line-height: 24px;
}
#nurseslounge-lounge-information .info-text h5 {
    font-size: 18px;
}
#nurseslounge-lounge-information-right-map {
    width: 100%;
    height: 300px;
}
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .meet-our-recruiters .recruiter{
    cursor: pointer;
}
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .meet-our-recruiters .recruiter-job-title{
    text-align: left;
    font-size: .8em;
    line-height: 15px;
}
/*NursesLounge Information Review Modal*/
#nurseslounge-lounge-information-review-modal .review-modal h4 {
    font-size: 16px;
    font-weight: 600;
}
#nurseslounge-lounge-information-review-modal .review-modal .h-170 {
    height: 170px !important;
}
#nurseslounge-lounge-information-review-modal .form-group.radio-btnblock .custom-control-inline {
    background: #fff;
    width: 100%;
    margin-right: 0;
    padding: 0;
    border: 2px solid #f7f7f7;
}
#nurseslounge-lounge-information-review-modal .form-group.radio-btnblock .custom-control-inline label.custom-control-label {
    padding: 10px;
    text-align: center;
    width: 100%;
    color: var(--textColor);
    cursor: pointer;
}
#nurseslounge-lounge-information-review-modal .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
#nurseslounge-lounge-information-review-modal .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
#nurseslounge-lounge-information-review-modal .form-group.radio-btnblock .custom-control-input:checked~.custom-control-label {
    background: var(--link);
    color: #fff;
    border-color: var(--link);
    cursor: pointer;
}
#nurseslounge-lounge-information-review-modal .form-group.radio-btnblock .custom-control-inline label.custom-control-label {
    padding: 10px;
    text-align: center;
    width: 100%;
    color: var(--textColor);
}
#nurseslounge-lounge-information-review-modal .form-group.radio-btnblock {
    display: flex;
}
#nurseslounge-lounge-information-review-modal .radio-btnblock .custom-radio .custom-control-label::before{
    visibility: hidden;
}
#nurseslounge-lounge-information-review-modal .rating-stars{
    cursor: pointer;
}
#nurseslounge-lounge-information-review-modal .invalid-feedback {
    top: -55px;
    text-align: center;
}
#nurseslounge-lounge-information-review-modal .review-modal h4 {
    font-size: 16px;
    font-weight: 600;
}
#nurseslounge-lounge-information-review-modal .review-modal ul li {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
}
#nurseslounge-lounge-information-review-modal .review-modal ul {
    padding-left: 16px;
}
#nurseslounge-lounge-information-review-modal .start-btn {
    padding: 15px 20px;
    background: var(--button);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 14px;
}
/*NursesLounge Information Degrees*/
@keyframes nurseslounge-lounge-degrees-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-preload{
    position: relative;
    animation-name: nurseslounge-lounge-degrees-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-right .meet-our-recruiters .recruiter{
    cursor: pointer;
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-right .meet-our-recruiters .recruiter-job-title{
    text-align: left;
    font-size: .8em;
    line-height: 15px;
}
/**Paginations**/
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages li>a:hover{
    background:#eee
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .list-items li{
    cursor: pointer;
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .list-items li:hover {
    background-color: #c7c7c72b !important;
}
#nurseslounge-lounge-degrees .nurseslounge-lounge-degrees-left .list-items li .ads img{
    height: 25px;
    padding: 0px !important;
    margin: -5px !important;
    position: absolute;
}
#nurseslounge-lounge-degrees .chosen-container {
    width: 100% !important;
}
#nurseslounge-lounge-degrees .chosen-choices {
    min-height:initial;
    max-height: initial;
    padding: initial;
    font-size: 18px;
    font-weight: normal;
    background-image: none;
    overflow: auto;
    border: 0 !important;
}
#nurseslounge-lounge-degrees .chosen-container-active .chosen-choices{
    border: 0 !important;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#nurseslounge-lounge-degrees .chosen-container.chosen-with-drop .chosen-drop{
    border: solid 1px gray;
}
#nurseslounge-lounge-degrees .chosen-container-multi .chosen-choices li.search-field{
    width: 100% !important;
}
#nurseslounge-lounge-degrees .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: 100% !important;
    height: auto;
    font-size: 18px;
    border: 0 !important;
    font-family: inherit;
    font-weight: 500;
}
#nurseslounge-lounge-degrees .chosen-container-multi .chosen-choices li.search-choice span {
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-lounge-degrees .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 25px;
}
/*NursesLounge Lounge Nursing Jobs*/
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-up #search-location-map {
    height: 75vh !important;
    width: 100%;
}
/*Pagination*/
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages li>a:hover{
    background:#eee
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-down .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
#nurseslounge-lounge-nursing-jobs .gm-style .gm-style-iw-d{
    text-align: center;
}
#nurseslounge-lounge-nursing-jobs .gm-style .gm-style-iw-d a{
    color: #088dcd;
}
#nurseslounge-lounge-nursing-jobs .admin-list a,
#nurseslounge-lounge-nursing-jobs .admin-list h4
{
    display: flex;
    font-weight: 600;
    color: var(--link) !important;
    cursor: pointer;
    float: left;
    padding: 6px 0px;
}
#nurseslounge-lounge-nursing-jobs .admin-list .profile-img img {
    width: 40px;
    height: 40px;
}
#nurseslounge-lounge-nursing-jobs .admin-list .profile-img .fa {
    border: 1px solid #ddd;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}
/*Preload*/
@keyframes nurseslounge-lounge-nursing-jobs-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-lounge-nursing-jobs .nurseslounge-lounge-nursing-jobs-preload{
    position: relative;
    animation-name: nurseslounge-lounge-nursing-jobs-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
/*NursesLounge Home Collegues*/
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .tab-info .nav-pills .nav-item {
    cursor: pointer;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .tab-info .nav-pills .nav-link {
    font-size: 12px;
    padding: 5px 7px;
    line-height: 30px;
    cursor: pointer;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .tab-info .nav-pills .nav-link.active,
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .tab-info .nav-pills .show>.nav-link{
    background: #E7F6FF;
    color: var(--link);
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .tab-info .badge-light {
    color: #212529;
    width: 30px;
    vertical-align: middle;
    height: 30px;
    border-radius: 100%;
    background-color: #f8f9fa;
    padding: 10px 0;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .tab-info .search-box .input-group .input-group-addon {
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 22;
    font-size: 16px;
    left: 10px;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .tab-info .search-box .input-group .form-control {
    border: 2px solid #D2D1D8;
    height: 40px;
    padding-left: 50px;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    font-weight: 400;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .tab-info .btn-light{
    padding: 7px 10px;
}
@media(max-width:1200px){
    #nurseslounge-home-collagues .nurseslounge-home-collagues-left .card-box .tab-info .list-items .profile-img img{
        width:50px;
        height:50px;
    }
    #nurseslounge-home-collagues .nurseslounge-home-collagues-left .card-box .tab-info .list-info h4{
        font-size: 19px;
    }
    #nurseslounge-home-collagues .nurseslounge-home-collagues-left .tab-info .btn-light{
        font-size: 14px;
    }
    #nurseslounge-home-collagues .nurseslounge-home-collagues-left .tab-info .nav{
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap;
    }
}
@media(max-width:576px){
    #nurseslounge-home-collagues .nurseslounge-home-collagues-left .tab-info .btn{
        margin-top:10px
    }
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .result-info-count {
    color: #707070;
    font-weight: 400;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .result-info-count strong {
    font-weight: 600;
}
@keyframes nurseslounge-home-collagues-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-preload{
    position: relative;
    animation-name: nurseslounge-home-collagues-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .list-items li{
     cursor: pointer;
 }
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .list-items li:hover {
    background-color: #c7c7c72b !important;
}
/*Pagination*/
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages li>a:hover{
    background:#eee
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-left .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
/*NursesLounge Lounge Review*/
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .rating-bargraph .star {
    width: 72px;
    color: #707070;
    font-weight: 400;
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .rating-bargraph .star-percent {
    color: var(--textColor);
    font-weight: 400;
    width: 60px;
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .rating-bargraph .progress-bar {
    background-color: #FFCC48;
    font-size: 16px;
    text-align: left;
    color: var(--textColor);
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .rating-bargraph ul {
    list-style: none;
    padding: 0;
    width: 100%;
}
@keyframes nurseslounge-lounge-reviews-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-preload{
    position: relative;
    animation-name: nurseslounge-lounge-reviews-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .rating-bargraph .progress {
    height: 30px;
}
/*Pagination*/
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages li>a:hover{
    background:#eee
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-left .answer-review{
    cursor: pointer;
}
/*NursesLounge Lounge Followers */
@keyframes nurseslounge-lounge-followers-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-preload{
    position: relative;
    animation-name: nurseslounge-lounge-followers-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
/*Pagination*/
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages li>a:hover{
    background:#eee
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
/*NursesLounge Lounge Followers*/
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .list-items li:hover {
    background-color: #c7c7c72b !important;
}
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-left .list-items li {
    cursor: pointer;
}
/*NursesLounge Job Information*/
#nurseslounge-job-information .nurseslounge-job-information-right .qr-code img{
    max-height: 270px;
    max-width: 270px;
}
#nurseslounge-job-information .nurseslounge-job-information-right .info-text {
    margin-bottom: 20px;
}
#nurseslounge-job-information .nurseslounge-job-information-right .info-text p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    line-height: 24px;
}
#nurseslounge-job-information .nurseslounge-job-information-right .info-text h5 {
    font-size: 18px;
}
#nurseslounge-job-information .nurseslounge-job-information-right .meet-our-recruiters .recruiter{
    cursor: pointer;
}
#nurseslounge-job-information .nurseslounge-job-information-right .meet-our-recruiters .recruiter-job-title{
    text-align: left;
    font-size: .8em;
    line-height: 15px;
}
#nurseslounge-job-information-right-map {
    width: 100%;
    height: 300px;
}
/*NursesLounge Job Request Info Modal*/
#nurseslounge-job-request-info-modal .request-info-text p {
    font-size: 14px;
    color: #707070;
}
#nurseslounge-job-request-info-modal .invalid-feedback {
    top: -55px;
    text-align: center;
}
/*NursesLounge Degree Request Info Modal*/
#nurseslounge-degree-request-info-modal .request-info-text p {
    font-size: 14px;
    color: #707070;
}
#nurseslounge-degree-request-info-modal .invalid-feedback{
    top: -55px;
    text-align: center;
}
/*NursesLounge Job Information Edit Modal*/
#nurseslounge-job-information-edit-modal .font-18 {
    font-size: 18px !important;
}
#nurseslounge-job-information-edit-modal .tab-info .nav-pills .nav-item {
    cursor: pointer;
}
#nurseslounge-job-information-edit-modal .tab-info .nav-pills .nav-link {
    font-size: 14px;
    padding: 5px 7px;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-right: 10px;
    cursor: pointer;
}
#nurseslounge-job-information-edit-modal .tab-info .nav-pills .nav-link.active,
#nurseslounge-job-information-edit-modal .tab-info .nav-pills .show>.nav-link{
    background: #E7F6FF;
    color: var(--link);
}
#job-edit-location-map{
    width: 100%;
    height: 300px;
}
#nurseslounge-job-information-edit-modal .invalid-feedback {
    top: -55px;
    text-align: center;
}
/*NursesLounge Degree Information Edit Modal*/
#nurseslounge-degree-information-edit-modal .font-18 {
    font-size: 18px !important;
}
#nurseslounge-degree-information-edit-modal .tab-info .nav-pills .nav-item {
    cursor: pointer;
}
#nurseslounge-degree-information-edit-modal .tab-info .nav-pills .nav-link {
    font-size: 14px;
    padding: 5px 7px;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-right: 10px;
    cursor: pointer;
}
#nurseslounge-degree-information-edit-modal .tab-info .nav-pills .nav-link.active,
#nurseslounge-degree-information-edit-modal .tab-info .nav-pills .show>.nav-link{
    background: #E7F6FF;
    color: var(--link);
}
#nurseslounge-degree-information-edit-modal .invalid-feedback {
    text-align: center;
}
/*Multiselect*/
#nurseslounge-degree-information-edit-modal .chosen-container {
    width: 100% !important;
}
#nurseslounge-degree-information-edit-modal .chosen-choices {
    min-height: 54px;
    font-size: 18px;
    font-weight: normal;
    border-color: #CCD7EE;
    background-image: none;
    max-height: 85px;
    overflow-x: hidden;
    overflow-y: auto;
}
#nurseslounge-degree-information-edit-modal .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    width: 100% !important;
}
#nurseslounge-degree-information-edit-modal .chosen-container-multi .chosen-choices li.search-choice span {
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-degree-information-edit-modal .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
}
#nurseslounge-degree-information-edit-modal .chosen-container-multi .chosen-choices li.search-field{
    width: 100%;
}
/*NursesLounge Degree Reviews*/
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-right .rating-bargraph .star {
    width: 72px;
    color: #707070;
    font-weight: 400;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-right .rating-bargraph .star-percent {
    color: var(--textColor);
    font-weight: 400;
    width: 60px;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-right .rating-bargraph .progress-bar {
    background-color: #FFCC48;
    font-size: 16px;
    text-align: left;
    color: var(--textColor);
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-right .align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-right .rating-bargraph ul {
    list-style: none;
    padding: 0;
    width: 100%;
}
@keyframes nurseslounge-degree-reviews-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-preload{
    position: relative;
    animation-name: nurseslounge-degree-reviews-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-right .rating-bargraph .progress {
    height: 30px;
}
/*Pagination*/
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages li>a:hover{
    background:#eee
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .answer-review{
    cursor: pointer;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .contact-header {
    margin: 5px;
    padding: 10px;
    background: #E7F6FF;
    border-radius: 4px;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .pros {
    background-color: #8add8e !important;
}
#nurseslounge-degree-reviews .nurseslounge-degree-reviews-left .cons {
    background-color: #fcb2b5 !important;
}
/*NursesLounge Job Information Edit Modal*/
#nurseslounge-lounge-information-edit-modal .font-18 {
    font-size: 18px !important;
}
#nurseslounge-lounge-information-edit-modal .tab-info .nav-pills .nav-item {
    cursor: pointer;
}
#nurseslounge-lounge-information-edit-modal .tab-info .nav-pills .nav-link {
    font-size: 14px;
    padding: 5px 7px;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
#nurseslounge-lounge-information-edit-modal .tab-info .nav-pills .nav-link.active,
#nurseslounge-lounge-information-edit-modal .tab-info .nav-pills .show>.nav-link{
    background: #E7F6FF;
    color: var(--link);
}
#nurseslounge-lounge-information-edit-modal .invalid-feedback {
    top: -55px;
    text-align: center;
}
#edit-location-map{
    width: 100%;
    height: 300px;
}
#nurseslounge-lounge-information-edit-modal .thumbnail-img{
    margin-top: -11em;
    margin-left: 1em;
    width: 50%;
}
#nurseslounge-lounge-information-edit-modal input[type="file"]{
    display: none;
}
#nurseslounge-lounge-information-edit-modal .youtube-video{
    width: 100%;
    height: 450px;
    text-align: center;
}
#nurseslounge-lounge-information-edit-modal .my-video{
    width: 100%;
    height: 300px;
}
#nurseslounge-lounge-information-edit-modal .banner-img .photo{
    width: 100%;
    display: block;
    max-height: 310px;
    object-fit: cover;
}
#nurseslounge-lounge-information-edit-modal .banner-img .photo-change{
    width: 100%;
    height: 50px;
    text-align: right;
    padding: 10px;
    background-color: #CCCCCC;
    display: block;
    position: absolute;
}
#nurseslounge-lounge-information-edit-modal .banner-img .photo-change img{
    cursor: pointer;
}
#nurseslounge-lounge-information-edit-modal .delete-my-video{
    display: none;
}
/*NursesLounge Lounge Information Recruiters*/
#nurseslounge-lounge-information-edit-modal #recruiters .item{
    text-align: left;
    padding: 10px;
}
#nurseslounge-lounge-information-edit-modal #recruiters .item .image-container{
    border-radius: 100%;
    border: 1px solid #dee2e6 !important;
    width: 95px;
    height: 95px;
    float: left;
    background-color: #fff;
}
#nurseslounge-lounge-information-edit-modal #recruiters .item .image-container img{
    border-radius: 100%;
    height: 95px;
    width: 95px;
}
#nurseslounge-lounge-information-edit-modal #recruiters .item .label-container{
    float: left;
    font-size: 14px;
    width: 100%;
    margin: 10px 0;
}
#nurseslounge-lounge-information-edit-modal #recruiters div.dataTables_wrapper div.dataTables_filter label{
    display: none;
}
#nurseslounge-lounge-information-edit-modal #recruiters th{
    font-size: 14px;
    font-weight: 500;
}
/*NursesLounge Lounge Information Owners*/
#nurseslounge-lounge-information-edit-modal #owners .item{
    text-align: left;
    padding: 10px;
}
#nurseslounge-lounge-information-edit-modal #owners .item .image-container{
    border-radius: 100%;
    border: 1px solid #dee2e6 !important;
    width: 95px;
    height: 95px;
    float: left;
    background-color: #fff;
}
#nurseslounge-lounge-information-edit-modal #owners .item .image-container img{
    border-radius: 100%;
    height: 95px;
    width: 95px;
}
#nurseslounge-lounge-information-edit-modal #owners .item .label-container{
    float: left;
    font-size: 14px;
    width: 100%;
    margin: 10px 0;
}
#nurseslounge-lounge-information-edit-modal #owners div.dataTables_wrapper div.dataTables_filter label{
    display: none;
}
#nurseslounge-lounge-information-edit-modal #owners th{
    font-size: 14px;
    font-weight: 500;
}
/*NursesLounge Lounge Information Jobs*/
#nurseslounge-lounge-information-edit-modal #jobs .square {
    float: right;
    padding: 30px;
    border-radius: 2%;
    width: 100%;
    display: inline-block;
    font-size: 24px;
    border: solid 1px rgba(82, 86, 89, 0.26);
    color: #088dcd;
    text-align:left;
    font-weight: 600;
}
#nurseslounge-lounge-information-edit-modal #jobs th{
    font-size: 14px;
    font-weight: 500;
}
#nurseslounge-lounge-information-edit-modal #jobs td {
    font-size: 13px;
    font-weight: 400;
}
#nurseslounge-lounge-information-edit-modal #jobs div.dataTables_wrapper div.dataTables_filter label{
    display: none;
}
/*NursesLounge Lounge Information Degrees*/
#nurseslounge-lounge-information-edit-modal #degrees .square {
    float: right;
    padding: 30px;
    border-radius: 2%;
    width: 100%;
    display: inline-block;
    font-size: 24px;
    border: solid 1px rgba(82, 86, 89, 0.26);
    color: #088dcd;
    text-align:left;
    font-weight: 600;
}
#nurseslounge-lounge-information-edit-modal #degrees th{
    font-size: 14px;
    font-weight: 500;
}
#nurseslounge-lounge-information-edit-modal #degrees td {
    font-size: 13px;
    font-weight: 400;
}
#nurseslounge-lounge-information-edit-modal #degrees div.dataTables_wrapper div.dataTables_filter label{
    display: none;
}
/*NursesLounge Lounge Information Import*/
#nurseslounge-lounge-information-edit-modal #import th{
    font-size: 14px;
    font-weight: 500;
}
#nurseslounge-lounge-information-edit-modal #import td {
    font-size: 13px;
    font-weight: 400;
}
#nurseslounge-lounge-information-edit-modal #import .table-condensed td {
    border:none;
}
#nurseslounge-lounge-information-edit-modal #import #analyze .labels-fields{
    width: 100%;
    height: 600px;
}
/*NursesLounge Lounge Information Statistics*/
/*
#nurseslounge-lounge-information-edit-modal #statistics .square {
    float: right;
    padding: 7px;
    border-radius: 2%;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    border: 1px solid rgba(82,86,89,0.26);
    color: #088dcd;
    text-align: left;
    font-weight: 600;
    height: 100%;
    margin-top: 12px;
}
#nurseslounge-lounge-information-edit-modal #statistics-graph {
    width: 100%;
    height: 300px;
}
 */
#nurseslounge-lounge-information-edit-modal #statistics .statistic-report .square{
    border: solid 1px #cccccc;
    height: 150px;
    text-align: center;
    padding: 5px;
    margin: 5px;
}
#nurseslounge-lounge-information-edit-modal #statistics .statistic-report .title{
    border-bottom:solid 1px #cccccc;
    font-size: 19px;
}
#nurseslounge-lounge-information-edit-modal #statistics .statistic-report .number{
    margin-top: 10px;
    font-size: 28px;
}
/*NursesLounge Lounge Information Invite Statistics*/
#nurseslounge-lounge-information-edit-modal #inviteStatistics .square {
    float: right;
    padding: 7px;
    border-radius: 2%;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    border: 1px solid rgba(82,86,89,0.26);
    color: #088dcd;
    text-align: left;
    font-weight: 600;
    height: 100%;
    margin-top: 12px;
}
#nurseslounge-lounge-information-edit-modal #invite-statistics-graph {
    width: 100%;
    height: 300px;
}
#nurseslounge-lounge-information-edit-modal #multimedia .cropme-container{
    margin-left: 0px;
    margin-top: -20px;
}
#nurseslounge-lounge-information-edit-modal #otherNames .tagify__input{
    width: 100% !important;
    border: 2px solid #E6ECEF;
    height: 54px;
    color: var(--textColor);
    padding: 10px;
}
#nurseslounge-lounge-information-edit-modal #otherNames .tagify{
    border: 0px solid #E6ECEF !important;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto !important;
}
#nurseslounge-lounge-information-edit-modal #inviteTemplates .invite-template-form,
#nurseslounge-lounge-information-edit-modal #inviteTemplates .invite-list-form{
    display:none;
}
#nurseslounge-lounge-information-edit-modal #inviteTemplates .invite-template-form .editor-drop-image {
    border: dashed 4px #ccc !important;
}
#nurseslounge-lounge-information-edit-modal #inviteTemplates .invite-template-form .editor-drop-image a {
    padding: 5px;
    text-decoration: none !important;
    color: var(--link);
    font-weight: 600;
    display: inline-block;
}
#nurseslounge-lounge-information-edit-modal #inviteTemplates .invite-template-form  label {
    margin-left: 10px;
    font-size: 16px;
    color: #707070;
    font-weight: 300;
    margin-bottom: 0;
}
#nurseslounge-lounge-information-edit-modal #inviteTemplates .invite-template-form .attach-image {
    width: auto;
    height: auto;
    max-height: 240px;
    max-width: 100%;
    object-fit: scale-down;
    border: 1px solid #dee2e6!important;
}
#nurseslounge-lounge-information-edit-modal #inviteTemplates .invite-template-form .reset-image {
    display:none;
}
#nurseslounge-lounge-information-edit-modal #inviteTemplates .invite-list-form .square {
    float: right;
    padding: 7px;
    border-radius: 2%;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    border: 1px solid rgba(82, 86, 89, 0.26);
    color: #088dcd;
    font-weight: 600;
    height: 100%;
    margin-top: 12px;
    text-align: center;
}
#nurseslounge-lounge-information-edit-modal #inviteTemplates .invalid-feedback {
    top: -25px !important;
    text-align: center;
}
#nurseslounge-lounge-information-edit-modal #inviteTemplates .invite-list-form div.dataTables_wrapper div.dataTables_filter label {
    display: none;
}
#nurseslounge-lounge-information-edit-modal #inviteTemplates .invite-list-form .datatable-invite-templates .image-container{
     position: relative;
     max-width: 150px;
     max-height: 150px;
     text-align: center;
}
/*NursesLounge Employer Jobs Modal - Job Recruiter*/
#nurseslounge-employer-jobs-modal #jobs-recruiters .content{
    min-height: 300px;
}
#nurseslounge-employer-jobs-modal #jobs-recruiters .content .list-group{
    height: 280px;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*NursesLounge Employer Jobs Modal - Job Rating*/
#nurseslounge-employer-jobs-modal #jobs-rating .content{
    min-height: 300px;
}
#nurseslounge-employer-jobs-modal #jobs-rating .content svg{
    height: 4em;
    width: 4em;
}
/*NursesLounge Employer Jobs Modal - Jobs reviews*/
#nurseslounge-employer-jobs-modal #jobs-reviews .content{
    min-height: 300px;
}
#nurseslounge-employer-jobs-modal #jobs-reviews .content .mh{
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*Nurses Lounge Degree - Recruiters*/
#nurseslounge-degree-modal #degrees-recruiters .content {
    min-height: 300px;
}
#nurseslounge-degree-modal #degrees-recruiters .content .list-group{
    height: 280px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#nurseslounge-degree-modal #degrees-recruiters .profile-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
/*Nurses Lounge Degree - Rating*/
#nurseslounge-degree-modal #degrees-rating .content {
    min-height: 300px;
}
#nurseslounge-degree-modal #degrees-rating .content svg{
    height: 4em;
    width: 4em;
}
/*Nurses Lounge Degree - Degree Reviews*/
#nurseslounge-degree-modal #degrees-reviews .content{
    min-height: 300px;
}
#nurseslounge-degree-modal #degrees-reviews .content .mh{
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*Nurses Lounge Degree - Degree Cost*/
#nurseslounge-degree-modal #degrees-cost .content{
    min-height: 300px;
}
.font-responsive{
    line-break: auto;
    font-size:1em;
}
@media (max-width: 577px) {
    .font-responsive{
        font-size: 3.2vw;
        line-break: anywhere;
    }
}
/*Nurses Lounge Activity Left*/
#nurseslounge-lounge-activity-wall-share-modal [data-link],
#nurseslounge-lounge-activity-options-modal [data-link],
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left [data-link]{
    cursor: pointer;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .btn-refresh-wall-up,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .btn-load-more
{
    cursor: pointer;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .post-name {
    font-weight: 600;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .post-date {
    font-size: .6em;
    padding: .2em;
    opacity: 0.8;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left hr{
    border-top: 1px solid rgba(0,0,0,0.1) !important;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .attach{
    cursor: pointer;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .attach[data-filetype=video] {
    min-height: 300px !important;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .list-group-item{
    padding: .2rem 1.25rem;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .list-group-item .comments{
    padding: 0px !important;
    display: block;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left ul > li .reply{
    display: none;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .open-thread{
    display: none;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .item{
    display: none;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .wall-image {
    width: 56px;
    height: 56px;
    border-radius: 100%;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .post-image {
    width: 46px;
    border-radius: 100%;
    height: 46px;
    border: 1px solid #dee2e6!important;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .post-text{
    border-style: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*Website Link*/
/*Landscape*/
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-link.landscape > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
    max-height: 350px;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-link.landscape > .block > .left,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-link.landscape > .block > .right
{
    width: 47%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-link.landscape > .block .soft
{
    color: #707070;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-link.landscape > .block .date
{
    font-size: 9px;
    color: #707070;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-link.landscape > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*Portrait*/
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-link.portrait > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-link.portrait > .block > .left
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-link.portrait > .block > .right
{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.5em !important;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-link.portrait > .block .soft
{
    color: #707070;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-link.portrait > .block .date
{
    font-size: 12px;
    color: #707070;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-link.portrait > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*Comment image comments*/
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .comments .container {
    margin: 2px !important;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #F2F5F7;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .comments ul li{
    border: 0px;
    background: #FFFFFF;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left div.comments > ul > li:first-child{
    border-top: solid 1px #dee2e6;
    border-radius: 0px;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .comments button{
    font-size: initial;
    padding: 3px;
    margin: 0px;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .comments ul > li > ul{
    width: 90%;
    float: right;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .comments ul > li > ul > li > ul{
    width: 100%;
    float: right;
}
/*Reply*/
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .reply .reply-post{
    display: contents;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .reply .img{
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 1px solid #dee2e6!important;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .reply textarea{
    resize: none;
    border-style: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*Website Attach*/
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-attach .block {
    cursor: pointer;
    background: #F2F5F7;
    display: inline-block;
    width: 100% !important;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .website-attach .soft{
    color: #a7a7a7;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left a {
    color: var(--link);
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .megaphone-btn,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .calendar-btn {
    height: 80px;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .green-label {
    color:#56b669;
    font-weight: bold;
    font-size: 1em;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .gray-label {
    color:#b3b3b3;
    font-weight: bold;
    font-size: 1em;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .pin-form label {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .pin-form label span.required {
    color: #f00;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .announcement-txt {
    color: #b3b3b3;
    font-size: 0.8em;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-left .announcement-img{
    width: 50px;
    height: 50px;
    margin-top: 23px;
}
#nurseslounge-lounge-activity .chosen-container{
    width: 100% !important;
}
#nurseslounge-lounge-activity .chosen-choices{
    min-height: 54px;
    font-size: 18px;
    font-weight: normal;
    border-color: #CCD7EE;
    background-image: none;
    height: auto;
    padding: 10px 20px;
}
#nurseslounge-lounge-activity .chosen-container-active .chosen-choices{
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#nurseslounge-lounge-activity .chosen-container.chosen-with-drop .chosen-drop{
    border: solid 1px gray;
}
#nurseslounge-lounge-activity .chosen-container-multi .chosen-choices li.search-field{
    width: 100% !important;
}
#nurseslounge-lounge-activity .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    width: 100% !important;
    height: auto;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    opacity: 0.7;
}
#nurseslounge-lounge-activity .chosen-container-multi .chosen-choices li.search-choice span{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-lounge-activity .chosen-container-multi .chosen-choices li.search-choice{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 25px;
}
/*Nurses Lounge Activity Wall Update Modal*/
#nurseslounge-lounge-activity-wall-update-modal .options{
    list-style: none;
    padding: 0;
    margin: 0;
}
#nurseslounge-lounge-activity-wall-update-modal .options li a {
    padding: 10px 10px;
    width: 50%;
    height: 50px;
    float: left;
    font-weight: 600;
    color: var(--textColor);
    text-decoration: none;
}
#nurseslounge-lounge-activity-wall-update-modal .options li:hover a{
    background: #f7f7f7;
}
#nurseslounge-lounge-activity-wall-update-modal .options li img {
    width: 20px;
}
#nurseslounge-lounge-activity-wall-update-modal .image-container {
    width: 400px;
    height: 300px;
}
#nurseslounge-lounge-activity-wall-update-modal .camera-buttons,
#nurseslounge-lounge-activity-wall-update-modal .image-buttons {
    text-align: center;
}
#nurseslounge-lounge-activity-wall-update-modal .camera-buttons .camera-button,
#nurseslounge-lounge-activity-wall-update-modal .image-buttons .image-button {
    font-size: 16px;
    padding: 5px 20px;
    background: #E6ECEF;
    font-weight: 500;
    color: #333;
    border-radius: 4px;
}
#nurseslounge-lounge-activity-wall-update-modal .camera-buttons .camera-button.active,
#nurseslounge-lounge-activity-wall-update-modal .image-buttons .image-button.active {
    background: var(--button);
    color: #fff;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
}
#nurseslounge-lounge-activity-wall-update-modal .image-container img,
#nurseslounge-lounge-activity-wall-update-modal .image-container video {
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;
    margin: auto !important;
    max-height: 300px;
}
#nurseslounge-lounge-activity-wall-update-modal .image-container .pdfobject{
    overflow: auto;
    width: 100%;
    height: 300px !important;
}
/*Nurses Lounge Activity Wall Album Modal*/
#nurseslounge-lounge-activity-wall-album-modal .tab-info .nav-pills .nav-item {
    cursor: pointer;
}
#nurseslounge-lounge-activity-wall-album-modal .tab-info .nav-pills .nav-link {
    font-size: 14px;
    padding: 5px 7px;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-right: 10px;
    cursor: pointer;
}
#nurseslounge-lounge-activity-wall-album-modal .tab-info .nav-pills .nav-link.active,
#nurseslounge-lounge-activity-wall-album-modal .tab-info .nav-pills .show>.nav-link{
    background: #E7F6FF;
    color: var(--link);
}
#nurseslounge-lounge-activity-wall-album-modal .tab-info .tab-pane{
    margin-top: 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow-x: hidden;
    height: 60vh;
    overflow-y: scroll;
}
#nurseslounge-lounge-activity-wall-album-modal .img-box-album {
    position: relative;
}
#nurseslounge-lounge-activity-wall-album-modal .img-box-album:hover .btn-delete{
    display: block;
}
#nurseslounge-lounge-activity-wall-album-modal .img-box-album .img-desc .img-title {
    color: #707070;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
}
#nurseslounge-lounge-activity-wall-album-modal .img-box-album .img-desc .img-contain {
    border-radius: 3px;
    border: 2px solid #f7f7f7;
    width: 100%;
    height: 110px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#nurseslounge-lounge-activity-wall-album-modal .btn-delete {
    position: absolute;
    top: 3px;
    right: 3px;
    display: none;
    color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
}
#nurseslounge-lounge-activity-wall-album-modal .img-contain {
    cursor: pointer;
}
/*NursesLounge Activity Options Modal*/
#nurseslounge-lounge-activity-options-modal .post-name {
    font-weight: 600;
}
#nurseslounge-lounge-activity-options-modal .post-date {
    font-size: .6em;
    padding: .2em;
    opacity: 0.8;
}
#nurseslounge-lounge-activity-options-modal .block {
    cursor: pointer;
    background: #F2F5F7;
    display: inline-block;
    width: 100% !important;
}
#nurseslounge-lounge-activity-options-modal textarea{
    resize: none;
    border-style: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*Landscape*/
#nurseslounge-lounge-activity-options-modal .post-media .website-link.landscape > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
    max-height: 350px;
}
#nurseslounge-lounge-activity-options-modal .post-media .website-link.landscape > .block > .left,
#nurseslounge-lounge-activity-options-modal .post-media .website-link.landscape > .block > .right
{
    width: 47%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-lounge-activity-options-modal .post-media .website-link.landscape > .block .soft
{
    color: #707070;
}
#nurseslounge-lounge-activity-options-modal .post-media .website-link.landscape > .block .date
{
    font-size: 9px;
    color: #707070;
}
#nurseslounge-lounge-activity-options-modal .post-media .website-link.landscape > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*Portrait*/
#nurseslounge-lounge-activity-options-modal .post-media .website-link.portrait > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
}
#nurseslounge-lounge-activity-options-modal .post-media .website-link.portrait > .block > .left
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-lounge-activity-options-modal .post-media .website-link.portrait > .block > .right
{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.5em !important;
}
#nurseslounge-lounge-activity-options-modal .post-media .website-link.portrait > .block .soft
{
    color: #707070;
}
#nurseslounge-lounge-activity-options-modal .post-media .website-link.portrait > .block .date
{
    font-size: 12px;
    color: #707070;
}
#nurseslounge-lounge-activity-options-modal .post-media .website-link.portrait > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*NursesLounge Wall Share Modal*/
#nurseslounge-lounge-activity-wall-share-modal .social-icons {
    width: 50px;
    align-items: center;
    height: 50px;
    border-radius: 100%;
    opacity: 0.7;
    color: #fff;
    justify-content: center !important;
    display: inline-flex;
    font-size: 30px;
}
#nurseslounge-lounge-activity-wall-share-modal .social-icons:hover {
    opacity: 1;
}
#nurseslounge-lounge-activity-wall-share-modal .facebook-color{
    background: #3b5998;
}
#nurseslounge-lounge-activity-wall-share-modal .twitter-color{
    background: #598dca;
}
#nurseslounge-lounge-activity-wall-share-modal .pint-color{
    background: #d54d52;
}
#nurseslounge-lounge-activity-wall-share-modal .linkedin-color{
    background: #469ac8;
}
#nurseslounge-lounge-activity-wall-share-modal .block {
    cursor: pointer;
    background: #F2F5F7;
    display: inline-block;
    width: 100% !important;
}
#nurseslounge-lounge-activity-wall-share-modal textarea{
    resize: none;
    border-style: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*Landscape*/
#nurseslounge-lounge-activity-wall-share-modal .post-media .website-link.landscape > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
    max-height: 350px;
}
#nurseslounge-lounge-activity-wall-share-modal .post-media .website-link.landscape > .block > .left,
#nurseslounge-lounge-activity-wall-share-modal .post-media .website-link.landscape > .block > .right
{
    width: 47%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-lounge-activity-wall-share-modal .post-media .website-link.landscape > .block .soft
{
    color: #707070;
}
#nurseslounge-lounge-activity-wall-share-modal .post-media .website-link.landscape > .block .date
{
    font-size: 9px;
    color: #707070;
}
#nurseslounge-lounge-activity-wall-share-modal .post-media .website-link.landscape > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*Portrait*/
#nurseslounge-lounge-activity-wall-share-modal .post-media .website-link.portrait > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
}
#nurseslounge-lounge-activity-wall-share-modal .post-media .website-link.portrait > .block > .left
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-lounge-activity-wall-share-modal .post-media .website-link.portrait > .block > .right
{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.5em !important;
}
#nurseslounge-lounge-activity-wall-share-modal .post-media .website-link.portrait > .block .soft
{
    color: #707070;
}
#nurseslounge-lounge-activity-wall-share-modal .post-media .website-link.portrait > .block .date
{
    font-size: 12px;
    color: #707070;
}
#nurseslounge-lounge-activity-wall-share-modal .post-media .website-link.portrait > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*NursesLounge Activity Right*/
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .info-text p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    line-height: 24px;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .meet-our-recruiters .recruiter{
    cursor: pointer;
}
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .meet-our-recruiters .recruiter-job-title{
    text-align: left;
    font-size: .8em;
    line-height: 15px;
}
#nurseslounge-lounge-activity-right-map {
    width: 100%;
    height: 300px;
}
#nurseslounge-lounge-activity #carouselControls .carousel-control-prev,
#nurseslounge-lounge-activity #carouselControls .carousel-control-next {
    background-color: #4d8fc9;
    border-radius: 170px;
    width: 35px;
    height: 35px;
}
#nurseslounge-lounge-activity #carouselControls .carousel-control-prev {
    left:-60px;
}
#nurseslounge-lounge-activity #carouselControls .carousel-control-next {
    right:-60px;
}
/*Profile Wall*/
/*NursesLounge Home Activity Left*/
#nurseslounge-home-activity-wall-share-modal [data-link],
#nurseslounge-home-activity-options-modal [data-link],
#nurseslounge-home-activity .nurseslounge-home-activity-left [data-link]{
    cursor: pointer;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .btn-refresh-wall-up,
#nurseslounge-home-activity .nurseslounge-home-activity-left .btn-load-more
{
    cursor: pointer;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .post-name {
    font-weight: 600;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .post-date {
    font-size: .6em;
    padding: .2em;
    opacity: 0.8;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left hr{
    border-top: 1px solid rgba(0,0,0,0.1) !important;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .attach{
    cursor: pointer;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .attach[data-filetype=video] {
    min-height: 300px !important;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .list-group-item{
    padding: .2rem 1.25rem;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .list-group-item .comments{
    padding: 0px !important;
    display: block;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left ul > li .reply{
    display: none;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .open-thread{
    display: none;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .item{
    display: none;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .wall-image {
    width: 56px;
    height: 56px;
    border-radius: 100%;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .post-image {
    width: 46px;
    border-radius: 100%;
    height: 46px;
    border: 1px solid #dee2e6!important;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .post-text{
    resize: none;
    border-style: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*Website Link*/
/*Landscape*/
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-link.landscape > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
    max-height: 350px;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-link.landscape > .block > .left,
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-link.landscape > .block > .right
{
    width: 47%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-link.landscape > .block .soft
{
    color: #707070;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-link.landscape > .block .date
{
    font-size: 9px;
    color: #707070;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-link.landscape > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*Portrait*/
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-link.portrait > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-link.portrait > .block > .left
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-link.portrait > .block > .right
{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.5em !important;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-link.portrait > .block .soft
{
    color: #707070;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-link.portrait > .block .date
{
    font-size: 12px;
    color: #707070;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-link.portrait > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*Comment image comments*/
#nurseslounge-home-activity .nurseslounge-home-activity-left .comments .container {
    margin: 2px !important;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #F2F5F7;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .comments ul li{
    border: 0px;
    background: #FFFFFF;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left div.comments > ul > li:first-child{
    border-top: solid 1px #dee2e6;
    border-radius: 0px;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .comments button{
    font-size: initial;
    padding: 3px;
    margin: 0px;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .comments ul > li > ul{
    width: 90%;
    float: right;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .comments ul > li > ul > li > ul{
    width: 100%;
    float: right;
}
/*Reply*/
#nurseslounge-home-activity .nurseslounge-home-activity-left .reply .reply-post{
    display: contents;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .reply .img{
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 1px solid #dee2e6!important;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .reply textarea{
    resize: none;
    border-style: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*Website Attach*/
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-attach .block {
    cursor: pointer;
    background: #F2F5F7;
    display: inline-block;
    width: 100% !important;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .website-attach .soft{
    color: #a7a7a7;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left a {
    color: var(--link);
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .spotlight-wrapper .pin{
    padding: 12px 0px;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .spotlight-wrapper .top{
    color: #000;
    opacity: .5;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .spotlight-wrapper .logo{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .spotlight-wrapper .pin img{
    width: 20px;
    height: auto;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .spotlight-wrapper .item{
    display:block !important;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .announcement-txt{
    color: #b3b3b3;
    font-size: 0.8em;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .announcement-img{
    width: 50px;
    height: 50px;
    margin-top: 23px;
}
/*NursesLounge Home Activity Wall Update Modal*/
#nurseslounge-home-activity-wall-update-modal .options{
    list-style: none;
    padding: 0;
    margin: 0;
}
#nurseslounge-home-activity-wall-update-modal .options li a {
    padding: 10px 10px;
    width: 50%;
    height: 50px;
    float: left;
    font-weight: 600;
    color: var(--textColor);
    text-decoration: none;
}
#nurseslounge-home-activity-wall-update-modal .options li:hover a{
    background: #f7f7f7;
}
#nurseslounge-home-activity-wall-update-modal .options li img {
    width: 20px;
}
#nurseslounge-home-activity-wall-update-modal .image-container {
    width: 400px;
    height: 300px;
}
#nurseslounge-home-activity-wall-update-modal .camera-buttons,
#nurseslounge-home-activity-wall-update-modal .image-buttons {
    text-align: center;
}
#nurseslounge-home-activity-wall-update-modal .camera-buttons .camera-button,
#nurseslounge-home-activity-wall-update-modal .image-buttons .image-button {
    font-size: 16px;
    padding: 5px 20px;
    background: #E6ECEF;
    font-weight: 500;
    color: #333;
    border-radius: 4px;
}
#nurseslounge-home-activity-wall-update-modal .camera-buttons .camera-button.active,
#nurseslounge-home-activity-wall-update-modal .image-buttons .image-button.active {
    background: var(--button);
    color: #fff;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
}
#nurseslounge-home-activity-wall-update-modal .image-container img,
#nurseslounge-home-activity-wall-update-modal .image-container video {
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;
    margin: auto !important;
    max-height: 300px;
}
#nurseslounge-home-activity-wall-update-modal .image-container .pdfobject{
    overflow: auto;
    width: 100%;
    height: 300px !important;
}
/*NursesLounge Home Activity Wall Album Modal*/
#nurseslounge-home-activity-wall-album-modal .tab-info .nav-pills .nav-item {
    cursor: pointer;
}
#nurseslounge-home-activity-wall-album-modal .tab-info .nav-pills .nav-link {
    font-size: 14px;
    padding: 5px 7px;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-right: 10px;
    cursor: pointer;
}
#nurseslounge-home-activity-wall-album-modal .tab-info .nav-pills .nav-link.active,
#nurseslounge-home-activity-wall-album-modal .tab-info .nav-pills .show>.nav-link{
    background: #E7F6FF;
    color: var(--link);
}
#nurseslounge-home-activity-wall-album-modal .tab-info .tab-pane{
    margin-top: 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow-x: hidden;
    height: 60vh;
    overflow-y: scroll;
}
#nurseslounge-home-activity-wall-album-modal .img-box-album {
    position: relative;
}
#nurseslounge-home-activity-wall-album-modal .img-box-album:hover .btn-delete{
    display: block;
}
#nurseslounge-home-activity-wall-album-modal .img-box-album .img-desc .img-title {
    color: #707070;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
}
#nurseslounge-home-activity-wall-album-modal .img-box-album .img-desc .img-contain {
    border-radius: 3px;
    border: 2px solid #f7f7f7;
    width: 100%;
    height: 110px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#nurseslounge-home-activity-wall-album-modal .btn-delete {
    position: absolute;
    top: 3px;
    right: 3px;
    display: none;
    color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
}
#nurseslounge-home-activity-wall-album-modal .img-contain {
    cursor: pointer;
}
/*NursesLounge Home Activity Options Modal*/
#nurseslounge-home-activity-options-modal .post-name {
    font-weight: 600;
}
#nurseslounge-home-activity-options-modal .post-date {
    font-size: .6em;
    padding: .2em;
    opacity: 0.8;
}
#nurseslounge-home-activity-options-modal .block {
    cursor: pointer;
    background: #F2F5F7;
    display: inline-block;
    width: 100% !important;
}
#nurseslounge-home-activity-options-modal textarea{
    resize: none;
    border-style: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*Landscape*/
#nurseslounge-home-activity-options-modal .post-media .website-link.landscape > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
    max-height: 350px;
}
#nurseslounge-home-activity-options-modal .post-media .website-link.landscape > .block > .left,
#nurseslounge-home-activity-options-modal .post-media .website-link.landscape > .block > .right
{
    width: 47%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-home-activity-options-modal .post-media .website-link.landscape > .block .soft
{
    color: #707070;
}
#nurseslounge-home-activity-options-modal .post-media .website-link.landscape > .block .date
{
    font-size: 9px;
    color: #707070;
}
#nurseslounge-home-activity-options-modal .post-media .website-link.landscape > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*Portrait*/
#nurseslounge-home-activity-options-modal .post-media .website-link.portrait > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
}
#nurseslounge-home-activity-options-modal .post-media .website-link.portrait > .block > .left
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-home-activity-options-modal .post-media .website-link.portrait > .block > .right
{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.5em !important;
}
#nurseslounge-home-activity-options-modal .post-media .website-link.portrait > .block .soft
{
    color: #707070;
}
#nurseslounge-home-activity-options-modal .post-media .website-link.portrait > .block .date
{
    font-size: 12px;
    color: #707070;
}
#nurseslounge-home-activity-options-modal .post-media .website-link.portrait > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*NursesLounge Home Wall Share Modal*/
#nurseslounge-home-activity-wall-share-modal .social-icons {
    width: 50px;
    align-items: center;
    height: 50px;
    border-radius: 100%;
    opacity: 0.7;
    color: #fff;
    justify-content: center !important;
    display: inline-flex;
    font-size: 30px;
}
#nurseslounge-home-activity-wall-share-modal .social-icons:hover {
    opacity: 1;
}
#nurseslounge-home-activity-wall-share-modal .facebook-color{
    background: #3b5998;
}
#nurseslounge-home-activity-wall-share-modal .twitter-color{
    background: #598dca;
}
#nurseslounge-home-activity-wall-share-modal .pint-color{
    background: #d54d52;
}
#nurseslounge-home-activity-wall-share-modal .linkedin-color{
    background: #469ac8;
}
#nurseslounge-home-activity-wall-share-modal .block {
    cursor: pointer;
    background: #F2F5F7;
    display: inline-block;
    width: 100% !important;
}
#nurseslounge-home-activity-wall-share-modal textarea{
    resize: none;
    border-style: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*Landscape*/
#nurseslounge-home-activity-wall-share-modal .post-media .website-link.landscape > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
    max-height: 350px;
}
#nurseslounge-home-activity-wall-share-modal .post-media .website-link.landscape > .block > .left,
#nurseslounge-home-activity-wall-share-modal .post-media .website-link.landscape > .block > .right
{
    width: 47%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-home-activity-wall-share-modal .post-media .website-link.landscape > .block .soft
{
    color: #707070;
}
#nurseslounge-home-activity-wall-share-modal .post-media .website-link.landscape > .block .date
{
    font-size: 9px;
    color: #707070;
}
#nurseslounge-home-activity-wall-share-modal .post-media .website-link.landscape > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*Portrait*/
#nurseslounge-home-activity-wall-share-modal .post-media .website-link.portrait > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
}
#nurseslounge-home-activity-wall-share-modal .post-media .website-link.portrait > .block > .left
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-home-activity-wall-share-modal .post-media .website-link.portrait > .block > .right
{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.5em !important;
}
#nurseslounge-home-activity-wall-share-modal .post-media .website-link.portrait > .block .soft
{
    color: #707070;
}
#nurseslounge-home-activity-wall-share-modal .post-media .website-link.portrait > .block .date
{
    font-size: 12px;
    color: #707070;
}
#nurseslounge-home-activity-wall-share-modal .post-media .website-link.portrait > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*Calendar*/
#nurseslounge-home-my-calendar .calendar .month-head{
    font-size: 3vmax;
}
#nurseslounge-home-my-calendar .calendar.table td,
#nurseslounge-home-my-calendar .calendar.table th{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#nurseslounge-home-my-calendar .calendar.table td{
    padding-top: 0px !important;
}
#nurseslounge-home-my-calendar .calendar.table td .month-tag{
    width: 30px;
    color: #1492e6;
    text-align: center;
    font-size: 17px;
    margin: 2px;
    display: inline-block;
}
#nurseslounge-home-my-calendar .calendar.table td span.month-tag {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 600;
}
#nurseslounge-home-my-calendar .calendar.table td.bg-secondary-before{
    background: #F1F9FC !important;
}
#nurseslounge-home-my-calendar .calendar.table td.bg-secondary-after{
    background: #ffffff !important;
}
#nurseslounge-home-my-calendar .calendar.table td .month-block{
    height: 90px;
    width: 90px;
    cursor: pointer;
}
@media(max-width:1199.98px) {
    #nurseslounge-home-my-calendar .calendar.table td .month-block{
        height: fit-content;
        max-width: fit-content;
        cursor: pointer;
    }
}
@media (max-width: 991.98px) {
    #nurseslounge-home-my-calendar .calendar.table td .month-block{
        height: fit-content;
        max-width: fit-content;
        cursor: pointer;
    }
}
@media (max-width: 767.98px) {
    #nurseslounge-home-my-calendar .calendar.table td .month-block{
        height: auto;
        max-width: 50px;
        cursor: pointer;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-home-my-calendar .calendar.table td .month-block{
        height: auto;
        max-width: 44px;
        cursor: pointer;
    }
}
#nurseslounge-home-my-calendar .calendar.table td.month-today{
    background-color: #a6daff6e;
}
#nurseslounge-home-my-calendar .calendar.table td.month-focus-selection{
    background-color: #9bbfd73d;
}
#nurseslounge-home-my-calendar .calendar.table td .month-section{
    height: 22px;
    width: 22px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    margin: 1px;
    border: solid 1px #00000061;
    float: left;
}
#nurseslounge-home-my-calendar .calendar.table td .total-events{
    position: absolute;
    margin-top: -36px;
    padding: 0px 10px;
    font-size: 0.7em;
    margin-left: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border-radius: 0px 0px 10px 10px;
    font-weight: 400;
    cursor: pointer;
}
#nurseslounge-home-my-calendar .calendar.table th .total-events{
    position: relative;
    padding: 0px 10px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: -14px;
}
@media (max-width: 991.98px) {
    #nurseslounge-home-my-calendar .calendar.table td .total-events{
        position: relative;
        display: none;
    }
    #nurseslounge-home-my-calendar .calendar.table th .total-events {
        position: relative;
        display: none;
    }
}
@media (max-width: 767.98px) {
    #nurseslounge-home-my-calendar .calendar.table td .total-events{
        position: relative;
        display: none;
    }
    #nurseslounge-home-my-calendar .calendar.table th .total-events {
        position: relative;
        display: none;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-home-my-calendar .calendar.table td .total-events{
        position: relative;
        display: none;
    }
    #nurseslounge-home-my-calendar .calendar.table th .total-events {
        position: relative;
        display: none;
    }
}
/*Week*/
#nurseslounge-home-my-calendar .calendar.table th.w-week,
#nurseslounge-home-my-calendar .calendar.table td.w-week{
    width: 12.5%;
    height: 60px;
}
@media (max-width: 767.98px) {
    #nurseslounge-home-my-calendar .calendar .w-week div {
        width: 30px;
        height: 150px;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-home-my-calendar .calendar .w-week div {
        width: 30px;
        height: 150px;
    }
}
#nurseslounge-home-my-calendar .calendar.table td .week-section{
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 2px;
    cursor: pointer;
    border-radius: 100%;
    margin: 1px;
    border: solid 1px #00000061;
    float: left;
}
#nurseslounge-home-my-calendar .calendar.table td.week-today{
    background-color: #a6daff6e;
}
#nurseslounge-home-my-calendar .calendar.table td .week-timeline{
    height: fit-content;
    z-index: 999999;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: flex;
}
#nurseslounge-home-my-calendar .calendar.table td .week-timeline.active{
    border: dotted 1px #007bff;
    background: #007bff;
    height: 0px;
    z-index: 999999;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: flex;
}
#nurseslounge-home-my-calendar .calendar.table td.week-focus-selection{
    background-color: #9bbfd73d;
}
/*Day*/
#nurseslounge-home-my-calendar .calendar.table td .day-section {
    height: auto;
    width: 240px;
    text-align: center;
    padding: 2px;
    cursor: pointer;
    margin: 3px;
    float: left;
    border-style: dashed;
    border-width: 4px;
}
#nurseslounge-home-my-calendar .calendar.table td .day-img{
    float: left;
    border-radius: 100%;
    border: 1px solid #dee2e6!important;
}
#nurseslounge-home-my-calendar .calendar.table td.cursor{
    cursor: pointer;
}
@media (max-width: 767.98px) {
    #nurseslounge-home-my-calendar .calendar thead .w-week div {
        width: 40px;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-home-my-calendar .calendar thead .w-week div {
        width: 40px;
    }
}
@media (max-width: 767.98px) {
    #nurseslounge-home-my-calendar .rotate-mobile{
        width: 100px !important;
        height: 50px !important;
        margin-right: -40px;
        margin-left: -20px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-home-my-calendar .rotate-mobile{
        width: 100px !important;
        height: 50px !important;
        margin-right: -40px;
        margin-left: -20px;
        font-size: 12px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
}
/*List*/
#nurseslounge-home-my-calendar .view-list-tbody{
    background: #e9f0f582;
    margin: 0px;
    padding: 10px;
    height: 100%;
}
#nurseslounge-home-my-calendar .view-list-tbody::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: #E9ECEF;
}
#nurseslounge-home-my-calendar .view-list-tbody-img{
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    margin-left: -18px;
    cursor: pointer;
}
#nurseslounge-home-my-calendar .view-list-tbody-img.morning{
    box-shadow: 0 0 0 4px #ffb7002e, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
#nurseslounge-home-my-calendar .view-list-tbody-img.afternoon{
    box-shadow: 0 0 0 4px #ff880070, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
#nurseslounge-home-my-calendar .view-list-tbody-img.night{
    box-shadow: 0 0 0 4px #2f315f7d, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
#nurseslounge-home-my-calendar .view-list-tbody-img img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    border-radius: 100%;
}
#nurseslounge-home-my-calendar .view-list-tbody-content {
    position: relative;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
    text-align: justify;
}
#nurseslounge-home-my-calendar .view-list-tbody-content.left::before {
    content: "";
    position: absolute;
    top: 16px;
    right: -14px;
    left: auto;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-left: 7px solid #ffffff;
}
#nurseslounge-home-my-calendar .view-list-tbody-content.right::before {
    content: "";
    position: absolute;
    top: 16px;
    right: auto;
    left: -13px;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
}
#nurseslounge-home-my-calendar .view-list-tbody-content h4{
    text-align: center;
    font-weight: 700;
    color: #303e49;
}
#nurseslounge-home-my-calendar .view-list-tbody-content p{
    color: #7f8c97;
    font-weight: 400;
    line-height: 25px;
    margin: 10px 3px;
}
#nurseslounge-home-my-calendar .view-list-tbody-content .view-list-tbody-wrap{
    max-height: 190px;
}
#nurseslounge-home-my-calendar .view-list-tbody-content .view-list-tbody-wrap .carousel-control-prev{
    left: -30px;
}
#nurseslounge-home-my-calendar .view-list-tbody-content .view-list-tbody-wrap .carousel-control-next{
    right: -30px;
}
#nurseslounge-home-my-calendar .view-list-tbody .date{
    top: 0px;
    position: absolute;
    font-weight: 600;
    font-size: 0.8em;
    background-color: #E9EEF1;
    border-radius: 10px;
}
@media (max-width: 767.98px) {
    #nurseslounge-home-my-calendar .view-list-tbody .date{
        font-size: 0.5em;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-home-my-calendar .view-list-tbody .date{
        font-size: 0.5em;
    }
}
#nurseslounge-home-my-calendar .view-list-tbody .date.left{
    text-align: left;
}
#nurseslounge-home-my-calendar .view-list-tbody .date.right{
    text-align: right;
}
#nurseslounge-home-my-calendar .view-list-tbody .date.left::before{
    content: "";
    position: absolute;
    top: 9px;
    right: auto;
    left: -13px;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #E9EEF1;
}
#nurseslounge-home-my-calendar .view-list-tbody .date.right::before{
    content: "";
    position: absolute;
    top: 9px;
    right: -13px;
    left: auto;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-left: 7px solid #E9EEF1;
}
#nurseslounge-home-my-calendar .view-list-tbody .carousel-control-prev-icon,
#nurseslounge-home-my-calendar .view-list-tbody .carousel-control-next-icon{
    height: 100%;
    width: 100%;
    outline: black;
    background-size: 0;
    border-radius: 0;
    border: none;
    background-image: none;
}
#nurseslounge-home-my-calendar .view-list-tbody .carousel-control-next-icon:after{
    content: '>';
    font-size: 27px;
    color: #7f8c97;
}
#nurseslounge-home-my-calendar .view-list-tbody .carousel-control-prev-icon:after{
    content: '<';
    font-size: 27px;
    color: #7f8c97;
}
@keyframes calendar-title-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-home-my-calendar .calendar-title-preload{
    position: relative;
    animation-name: calendar-title-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-home-my-calendar .view-list-tbody-wrap .carousel-item{
    cursor: pointer;
}
#nurseslounge-home-my-calendar .calendar .input-group-prepend {
    display: none;
}
#nurseslounge-home-my-calendar .calendar .view-options {
    width: 140px;
}
#nurseslounge-home-my-calendar .calendar .col-md-3:nth-child(3) {
    float: right;
    margin-left: auto;
    padding-right: 0;
}
#nurseslounge-home-my-calendar .calendar .col-md-3:last-child {
    padding-left: 0;
}
#nurseslounge-home-my-calendar .calendar .col-md-3:nth-child(3) .border.text-center,
#nurseslounge-home-my-calendar .calendar .col-md-3:last-child .border.text-center {
    background: #E9EEF1;
    border-radius: 4px;
}
#nurseslounge-home-my-calendar .calendar.table td .day-section {
    border: 0;
    width: calc(100% - 6px);
    text-align: left;
}
#nurseslounge-home-my-calendar .view-list-tbody {
    background: transparent;
    position: relative;
    overflow: hidden;
}
#nurseslounge-home-my-calendar .view-list-tbody-content {
    box-shadow: 0px 1px 13px 2px rgba(0, 0, 0, 0.1);
}
#nurseslounge-home-my-calendar .nurseslounge-home-my-calendar-top .profile-img .fa {
    border: 1px solid #ddd;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}
#nurseslounge-home-my-calendar .nurseslounge-home-my-calendar-top a {
    display: flex;
    font-weight: 600;
    color: var(--link) !important;
    cursor: pointer;
    float: left;
    padding: 6px 0px;
}
/*My Profile Calendar Events*/
#home-my-profile-calendar-events .event_owner_container img.img-card-round {
    border-radius: 100%;
    border: 1px solid #dee2e6!important;
}
#home-my-profile-calendar-events .event_owner_container .title {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}
#home-my-profile-calendar-events .event_owner_container p {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0px;
    line-height: 22px;
}
#home-my-profile-calendar-events .timepicker-picker table {
    border: none !important;
}
#home-my-profile-calendar-events .timepicker-picker table tr td:not(:last-child) {
    border: none !important;
}
#home-my-profile-calendar-events .timepicker-picker table tr td{
    border: none !important;
}
#home-my-profile-calendar-events .tagify__tag{
    white-space: nowrap;
}
#home-my-profile-calendar-events .tagify__tag:hover .tagify__tag__avatar-wrap{
    transform: scale(1.6) translateX(-10%);
}
#home-my-profile-calendar-events .tagify__tag .tagify__tag__avatar-wrap{
    width: 16px;
    height: 16px;
    white-space: normal;
    border-radius: 50%;
    background: silver;
    margin-right: 5px;
    transition: .12s ease-out;
}
#home-my-profile-calendar-events .tagify__tag img{
    width: 100%;
    vertical-align: top;
}
#home-my-profile-calendar-events .inviteUsersList_validate.invalid-feedback {
    top: -60px;
}
#home-my-profile-calendar-events .monthlyDatesSelected_validate.invalid-feedback {
    top: -50px;
    left: 20px;
    right: auto;
}
#home-my-profile-calendar-events .weeklyDatesSelected_validate.invalid-feedback {
    top: -50px;
    left: 100px;
    right: auto;
}
/*Tagify*/
.tagify__dropdown.users-list .tagify__dropdown__item{
    padding: .5em .7em;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1em;
    grid-template-areas: "avatar name"
    "avatar email";
}
.tagify__dropdown.users-list .tagify__dropdown__item:hover .tagify__dropdown__item__avatar-wrap{
    transform: scale(1.2);
}
.tagify__dropdown.users-list .tagify__dropdown__item__avatar-wrap{
    grid-area: avatar;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #EEE;
    transition: .1s ease-out;
}
.tagify__dropdown.users-list img{
    width: 100%;
    vertical-align: top;
}
.tagify__dropdown.users-list strong{
    grid-area: name;
    width: 100%;
    align-self: center;
}
.tagify__dropdown.users-list span{
    grid-area: email;
    width: 100%;
    font-size: .9em;
    opacity: .6;
}
.tagify__dropdown.users-list .addAll{
    border-bottom: 1px solid #DDD;
    gap: 0;
}
/*My Profile Calendar Events Checklist*/
#home-my-profile-calendar-events-checklist .checklist {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
#home-my-profile-calendar-events-checklist .checklist aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}
#home-my-profile-calendar-events-checklist .checklist .left-side {
    background: none repeat scroll 0 0 #e5e8ef;
    border-radius: 4px 0 0 4px;
    width: 25%;
}
#home-my-profile-calendar-events-checklist .checklist .right-side {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 4px 4px 0;
    width: 75%;
}
#home-my-profile-calendar-events-checklist .checklist .left-side .user-head {
    background: none repeat scroll 0 0 #1492e6;
    border-radius: 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 10px;
}
#home-my-profile-calendar-events-checklist .user-head .inbox-avatar {
    float: left;
    width: 65px;
}
#home-my-profile-calendar-events-checklist .user-head .inbox-avatar img {
    border-radius: 4px;
}
#home-my-profile-calendar-events-checklist .user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}
#home-my-profile-calendar-events-checklist .user-head .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
}
#home-my-profile-calendar-events-checklist .user-head .user-name h5 a {
    color: #fff;
}
#home-my-profile-calendar-events-checklist .user-head .user-name span a {
    color: #87e2e7;
    font-size: 12px;
}
#home-my-profile-calendar-events-checklist .inbox-body {
    padding: 20px;
    border: solid 1px #F7F7F7;
}
#home-my-profile-calendar-events-checklist .btn-compose {
    background: none repeat scroll 0 0 #ff6c60;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}
#home-my-profile-calendar-events-checklist .btn-compose:hover {
    background: none repeat scroll 0 0 #f5675c;
    color: #fff;
}
#home-my-profile-calendar-events-checklist ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#home-my-profile-calendar-events-checklist ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}
#home-my-profile-calendar-events-checklist ul.inbox-nav li a {
    color: #6a6a6a;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
}
#home-my-profile-calendar-events-checklist ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}
#home-my-profile-calendar-events-checklist ul.inbox-nav li a i {
    color: #6a6a6a;
    font-size: 16px;
    padding-right: 10px;
}
#home-my-profile-calendar-events-checklist ul.inbox-nav li a span.label {
    margin-top: 13px;
}
#home-my-profile-calendar-events-checklist ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}
#home-my-profile-calendar-events-checklist ul.labels-info li {
    margin: 0;
}
#home-my-profile-calendar-events-checklist ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a;
}
#home-my-profile-calendar-events-checklist ul.labels-info li a:hover, ul.labels-info li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}
#home-my-profile-calendar-events-checklist ul.labels-info li a i {
    padding-right: 10px;
}
#home-my-profile-calendar-events-checklist .nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}
#home-my-profile-calendar-events-checklist .inbox-head {
    background: none repeat scroll 0 0 #E7F6FF;
    border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 20px;
}
#home-my-profile-calendar-events-checklist .inbox-head h3 {
    display: inline-block;
    font-weight: 600;
    margin: 0;
    padding-top: 6px;
    color: #1492e6;
}
#home-my-profile-calendar-events-checklist .inbox-head .sr-input {
    border: medium none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 40px;
    padding: 0 10px;
}
#home-my-profile-calendar-events-checklist .inbox-head .sr-btn {
    background: none repeat scroll 0 0 #1492e6;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}
#home-my-profile-calendar-events-checklist .table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}
#home-my-profile-calendar-events-checklist .table-inbox tr td {
    padding: 12px !important;
}
#home-my-profile-calendar-events-checklist .table-inbox tr td:hover {
    cursor: pointer;
}
#home-my-profile-calendar-events-checklist .table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
#home-my-profile-calendar-events-checklist .table-inbox tr td .fa-star {
    color: #d5d5d5;
}
#home-my-profile-calendar-events-checklist .table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600;
}
#home-my-profile-calendar-events-checklist ul.inbox-pagination {
    float: right;
}
#home-my-profile-calendar-events-checklist ul.inbox-pagination li {
    float: left;
}
#home-my-profile-calendar-events-checklist .mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
#home-my-profile-calendar-events-checklist .mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}
#home-my-profile-calendar-events-checklist .mail-option .chk-all, .mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 10px;
}
#home-my-profile-calendar-events-checklist .inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px;
}
#home-my-profile-calendar-events-checklist .mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}
#home-my-profile-calendar-events-checklist .mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}
#home-my-profile-calendar-events-checklist .inbox-pagination a.np-btn {
    margin-left: 5px;
}
#home-my-profile-calendar-events-checklist .inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}
#home-my-profile-calendar-events-checklist .fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
}
#home-my-profile-calendar-events-checklist .inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}
#home-my-profile-calendar-events-checklist .btn-send, .btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}
#home-my-profile-calendar-events-checklist .btn-send:hover {
    background: none repeat scroll 0 0 #009da7;
}
#home-my-profile-calendar-events-checklist ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#home-my-profile-calendar-events .input-group {
    width: auto !important;
}
/*Nurses Lounge Home Articles*/
#nurseslounge-home-articles .nurseslounge-home-articles-center .articles-list-menu a,
#nurseslounge-home-articles .nurseslounge-home-articles-center .articles-list-menu h4,
#nurseslounge-home-articles .nurseslounge-home-articles-center .articles-editor-menu a,
#nurseslounge-home-articles .nurseslounge-home-articles-center .articles-editor-menu h4{
    display: flex;
    font-weight: 600;
    color: var(--link) !important;
    cursor: pointer;
    float: left;
    padding: 6px 0px;
}
#nurseslounge-home-articles .articles-list-menu .profile-img .fa,
#nurseslounge-home-articles .articles-editor-menu .profile-img .fa{
    border: 1px solid #ddd;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}
#nurseslounge-home-articles .tab-info .nav-pills .nav-link.active,
#nurseslounge-home-articles .tab-info .nav-pills .show>.nav-link {
    background: #E7F6FF;
    color: var(--link);
}
#nurseslounge-home-articles .tab-info .nav-pills .nav-link {
    font-size: 12px;
    padding: 5px 7px;
    line-height: 30px;
    cursor: pointer;
}
#nurseslounge-home-articles .tab-info .badge-light {
    color: #212529;
    width: 30px;
    vertical-align: middle;
    height: 30px;
    border-radius: 100%;
    background-color: #f8f9fa;
    padding: 10px 0;
}
#nurseslounge-home-articles .tab-info .search-box .input-group .input-group-addon {
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 22;
    font-size: 16px;
    left: 10px;
}
#nurseslounge-home-articles .tab-info .search-box .input-group .form-control {
    border: 2px solid #D2D1D8;
    height: 40px;
    padding-left: 50px;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    font-weight: 400;
}
#nurseslounge-home-articles .articles-list .item {
    cursor:pointer;
}
#nurseslounge-home-articles .articles-list .card.article-card {
    box-shadow:2px 4px 6px #06035a1a;
    min-height: 915px !important;
}
#nurseslounge-home-articles .articles-list .article-card-image {
    height: 250px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}
#nurseslounge-home-articles .articles-list .article-card-image:before {
    content: '';
    background-image: linear-gradient(
        90deg
        , #A3ADB5, #050048);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
    left: 0;
    position: absolute;
}
#nurseslounge-home-articles .articles-list .article-card-image img {
    height: 100%;
    object-fit: cover;
}
#nurseslounge-home-articles .articles-list .article-card .profile-img img {
    width: 46px;
    height: 46px;
}
#nurseslounge-home-articles .articles-list .article-card .list-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #263238;
}
#nurseslounge-home-articles .articles-list .article-card .list-info p {
    font-size: 16px;
    color: #828282;
}
#nurseslounge-home-articles .articles-list .article-card-desc h3 {
    color: #0972BA;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
#nurseslounge-home-articles .articles-list .article-card-desc small{
    display:block !important;
}
#nurseslounge-home-articles .articles-list .article-card-desc{
    text-overflow: ellipsis;
    white-space: break-spaces;
    overflow: hidden;
}
#nurseslounge-home-articles .articles-list .article-card-tags{
    min-height: 40px;
}
#nurseslounge-home-articles .articles-list .article-card-tags{
    min-height: 40px;
}
#nurseslounge-home-articles .articles-list .article-card-tags .tag {
    float: left;
    padding: 0px 5px;
    margin: 3px 3px;
    border: solid 1px #CCCCCC;
    border-radius: 10%;
    font-size: 10px;
    text-transform: uppercase;
    color: #CCCCCC;
}
#nurseslounge-home-articles .articles-list .edit-button{
    color: var(--gray);
    border: 1px solid #ddd;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background: var(--light);
}
#nurseslounge-home-articles .articles-list .edit-button:focus{
    outline: none !important;
}
#nurseslounge-home-articles .articles-list .like-button{
    border: 1px solid #ddd;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    color: #ddd;
}
#nurseslounge-home-articles .articles-list .total-likes{
    text-align: right;
    display: inline-block;
    height: 50px;
    color: #ddd;
    font-size: 13px;
}
#nurseslounge-home-articles .articles-list .like-button:hover{
    opacity: 0.5;
    border: 1px solid #dc3545;
    color: #dc3545;
}
#nurseslounge-home-articles .articles-list .like-button:focus{
    outline: none !important;
}
#nurseslounge-home-articles .articles-list .like-button.like{
    border: 1px solid #dc3545;
    color: #dc3545;
}
#nurseslounge-home-articles .articles-list .like-button.like:hover{
    opacity: 1 !important;
}
#nurseslounge-home-articles .editor-wrapper{
    min-height: 600px;
}
#nurseslounge-home-articles .editor-wrapper .editor-preload{
    text-align: center;
    z-index: 99;
    display: inline-block;
}
#nurseslounge-home-articles .editor-wrapper .editor-container{
    display: none;
}
#nurseslounge-home-articles .editor-wrapper .editor-container .editor-drop-image {
    border: dashed 4px #ccc;
}
#nurseslounge-home-articles .editor-wrapper .editor-container .editor-drop-image .dz-preview{
    display: none !important;
}
#nurseslounge-home-articles .editor-wrapper .editor-container .editor-drop-image a{
    padding: 5px;
    text-decoration: none !important;
    color: var(--link);
    font-weight: 600;
    display: inline-block;
}
#nurseslounge-home-articles .editor-wrapper .editor-container label{
    margin-left: 10px;
    font-size: 16px;
    color: #707070;
    font-weight: 300;
    margin-bottom: 0;
}
#nurseslounge-home-articles .editor-wrapper .editor-container .note-editor{
    margin: 20px 0px !important;
}
#nurseslounge-home-articles .editor-wrapper .editor-container .editor-menu .action{
    display: none;
}
@keyframes article-list-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-home-articles .article-list-preload{
    position: relative;
    animation-name: article-list-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@media(max-width:1200px){
    #nurseslounge-home-articles .nav{
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap;
    }
}
#nurseslounge-home-articles .invalid-feedback{
    top: -50px !important;
}
#nurseslounge-home-articles .html_validate.invalid-feedback{
    top: -5px !important;
}
#nurseslounge-home-articles .specialty_validate.invalid-feedback{
    top: -15px !important;
}
#nurseslounge-home-articles .degree_validate.invalid-feedback{
    top: -15px !important;
}
#nurseslounge-home-articles .tagify--outside{
    border: 0;
    padding: 0;
    margin: 0;
}
#nurseslounge-home-articles .tagify__input--outside{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.6rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0px;
}
#nurseslounge-home-articles  tags.tagify {
    border: 0px;
    display: inline-block;
    margin: 1em 0px;
}
#nurseslounge-home-articles  .tagify__input::before {
    color: rgba(0,0,0,.4) !important;
}
@media(max-width:768px) {
    #nurseslounge-home-articles  .tagify__input::before {
        content:'';
    }
}
@media (max-width: 577px) {
    #nurseslounge-home-articles  .tagify__input::before {
        content:'';
    }
}
#nurseslounge-home-articles .text-info{
    line-height: 1.9;
}
#nurseslounge-home-articles .soft{
    color: #707070 !important;
}
/*Pagination*/
#nurseslounge-home-articles .pagination-nav .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-home-articles .pagination-nav .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages li>a:hover{
    cursor: pointer;
    background:#eee
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-home-articles .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
/*My Porfile My Editor*/
#home-my-profile-my-editor-modal .btn-light{
    font-size: 14px;
    padding: 6px 15px;
    font-weight: 500;
    border-radius: 4px;
    margin-right: unset;
    height: 40px;
}
#home-my-profile-my-editor-modal .bg-exclamation{
    color: #dc3545;
}
#home-my-profile-my-editor-modal .invalid-feedback{
    top: -50px;
}
/*Photoswipe Article*/
#nurseslounge-home-activity-wall-photoswipe-article .preview-image-container{
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    top: 44px;
    bottom: 0px;
    margin: auto;
}
#nurseslounge-home-activity-wall-photoswipe-article .preview-image-container .image{
    background-color: initial !important;
}
#nurseslounge-home-activity-wall-photoswipe-article .preview-image-container .article-card .profile-img img {
    width: 46px;
    height: 46px;
}
#nurseslounge-home-activity-wall-photoswipe-article .preview-image-container .article-card .list-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #263238;
}
#nurseslounge-home-activity-wall-photoswipe-article .preview-image-container .article-card .list-info p {
    font-size: 16px;
    color: #828282;
}
#nurseslounge-home-activity-wall-photoswipe-article .preview-image-container .article-tags .tag {
    float: left;
    padding: 0px 5px;
    margin: 3px 3px;
    border: solid 1px #CCCCCC;
    border-radius: 10%;
    font-size: 22px;
    text-transform: uppercase;
    color: #CCCCCC;
}
#nurseslounge-home-activity-wall-photoswipe-article .preview-image-container .article-single-image {
    text-align: center;
}
#nurseslounge-home-activity-wall-photoswipe-article .preview-image-container .article-single-image img {
    max-height: 500px;
    object-fit: contain;
    height: fit-content;
}
#nurseslounge-home-activity-wall-photoswipe-article .preview-image-container .article-single-desc{
    text-align: justify;
}
#nurseslounge-home-activity-wall-photoswipe-article .preview-image-container .article-single-desc h3:first-child{
    font-weight: 800;
    color: #263238;
}
/*Articles*/
#nurseslounge-articles .nurseslounge-articles-main .title{
    font-size: 34px;
    font-weight: 800;
    color: #263238;
    margin-bottom: 20px;
    text-align: center;
}
#nurseslounge-articles .nurseslounge-articles-cards .item {
    cursor:pointer;
}
#nurseslounge-articles .nurseslounge-articles-cards .card.article-card {
    box-shadow:2px 4px 6px #06035a1a;
    min-height: 789px;
}
#nurseslounge-articles .nurseslounge-articles-cards .article-card-image {
    height: 250px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}
#nurseslounge-articles .nurseslounge-articles-cards .article-card-image:before {
    content: '';
    background-image: linear-gradient(90deg, #A3ADB5, #050048);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
    left: 0;
    position: absolute;
}
#nurseslounge-articles .nurseslounge-articles-cards .article-card-image img {
    height: 100%;
    object-fit: cover;
}
#nurseslounge-articles .nurseslounge-articles-cards .article-card .profile-img img {
    width: 46px;
    height: 46px;
}
#nurseslounge-articles .nurseslounge-articles-cards .article-card .list-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #263238;
}
#nurseslounge-articles .nurseslounge-articles-cards .article-card .list-info p {
    font-size: 16px;
    color: #828282;
}
#nurseslounge-articles .nurseslounge-articles-cards .article-card-desc h3 {
    color: #0972BA;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
#nurseslounge-articles .nurseslounge-articles-cards .article-card-desc small{
    display:block !important;
}
#nurseslounge-articles .nurseslounge-articles-cards .article-card-tags{
    min-height: 40px;
}
#nurseslounge-articles .nurseslounge-articles-cards .article-card-tags .tag {
    float: left;
    padding: 0px 5px;
    margin: 3px 3px;
    border: solid 1px #CCCCCC;
    border-radius: 10%;
    font-size: 10px;
    text-transform: uppercase;
    color: #CCCCCC;
}
#nurseslounge-articles .nurseslounge-articles-cards .like-button{
    border: 1px solid #ddd;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    color: #ddd;
}
#nurseslounge-articles .nurseslounge-articles-cards .total-likes{
    text-align: right;
    display: inline-block;
    height: 50px;
    color: #ddd;
    font-size: 13px;
}
#nurseslounge-articles .nurseslounge-articles-cards .like-button:hover{
    opacity: 0.5;
    border: 1px solid #dc3545;
    color: #dc3545;
}
#nurseslounge-articles .nurseslounge-articles-cards .like-button:focus{
    outline: none !important;
}
#nurseslounge-articles .nurseslounge-articles-cards .like-button.like{
    border: 1px solid #dc3545;
    color: #dc3545;
}
#nurseslounge-articles .nurseslounge-articles-cards .like-button.like:hover{
    opacity: 1 !important;
}
#nurseslounge-articles .nurseslounge-articles-cards .article-card-desc{
    text-overflow: ellipsis;
    white-space: break-spaces;
    overflow: hidden;
}
#nurseslounge-articles .nurseslounge-articles-main .slick-prev:before {
    content: '<<';
    font-weight: 800;
    display: flex;
    color: #333;
}
#nurseslounge-articles .nurseslounge-articles-main .slick-next:before, [dir=rtl] .slick-prev:before {
    content: '>>';
    font-weight: 800;
    display: flex;
    color: #333;
}
#nurseslounge-articles .nurseslounge-articles-main .form-control{
    background-color: transparent;
    color: #333;
    font-size: 1.2em !important;
}
#nurseslounge-articles .nurseslounge-articles-main .profile-edit .form-input {
    border-top: 2px solid #E6ECEF;
    border-left: 2px solid #E6ECEF;
    border-bottom: 2px solid #E6ECEF;
    padding: 10px 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 20px;
}
#nurseslounge-articles .nurseslounge-articles-main .submit{
    background-color: transparent;
    color: #E6ECEF;
    border-top: solid 2px #E6ECEF;
    border-bottom: solid 2px #E6ECEF;
    border-right: solid 2px #E6ECEF;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 11px 8px;
    border-left: 0px;
    margin-left: -2px;
}
#nurseslounge-articles .nurseslounge-articles-main .submit:focus {
    outline: none;
}
#nurseslounge-articles .nurseslounge-articles-main .slick-track {
    margin-left: 0;
}
@keyframes nurseslounge-articles-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-articles .nurseslounge-articles-preload{
    position: relative;
    animation-name: nurseslounge-articles-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
/*Multiselect*/
#nurseslounge-articles .chosen-container{
    width: 100% !important;
}
#nurseslounge-articles .chosen-choices{
    min-height:initial;
    max-height: initial;
    padding: initial;
    font-size: 18px;
    font-weight: normal;
    background-image: none;
    overflow: auto;
    border: 0 !important;
}
#nurseslounge-articles .chosen-container-active .chosen-choices{
    border: 0 !important;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#nurseslounge-articles .chosen-container.chosen-with-drop .chosen-drop{
    border: solid 1px gray;
}
#nurseslounge-articles .chosen-container-multi .chosen-choices li.search-field{
    width: 100% !important;
}
#nurseslounge-articles .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    width: 100% !important;
    height: auto;
    font-size: 14px;
    border: 0 !important;
    font-family: inherit;
    font-weight: 500;
}
#nurseslounge-articles .chosen-container-multi .chosen-choices li.search-choice span{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-articles .chosen-container-multi .chosen-choices li.search-choice{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 25px;
}
#nurseslounge-articles .form-input{
    border: 2px solid #E6ECEF;
    padding: 1px 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}
/*Article*/
#nurseslounge-article .article-list-filter h4 {
    color: #707070;
    font-family: 'Montserrat';
    font-weight: 600;
}
#nurseslounge-article .article-container h2 {
    font-size: 34px;
    font-weight: 800;
    color: #263238;
    margin-bottom: 20px;
}
#nurseslounge-article .article-card-image {
    height: 250px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}
#nurseslounge-article .article-card-image img {
    height: 100%
}
#nurseslounge-article .article-card-image:before {
    content: '';
    background-image: linear-gradient(90deg, #A3ADB5, #050048);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
    left: 0;
    position: absolute;
}
#nurseslounge-article .article-card .profile-img img {
    width: 46px;
    height: 46px;
}
#nurseslounge-article .article-card .list-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #263238;
}
#nurseslounge-article .article-card .list-info p {
    font-size: 16px;
    color: #828282;
}
#nurseslounge-article .article-card-desc h3 {
    color: #0972BA;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#nurseslounge-article .article-card-desc{
    text-overflow: ellipsis;
    white-space: break-spaces;
    overflow: hidden;
}
#nurseslounge-article .card.article-card {
    box-shadow : 2px 4px 6px rgba(6,3,90,0.1);
}
#nurseslounge-article .article-single-desc h3 {
    font-weight: 800;
    color: #263238;
}
#nurseslounge-article .article-single-desc h4 {
    font-weight: 600;
    color: #263238;
}
#nurseslounge-article .article-tags .tag {
    float: left;
    padding: 0 5px;
    margin: 3px;
    border: 1px solid #CCC;
    border-radius: 10%;
    font-size: 22px;
    text-transform: uppercase;
    color: #CCC;
}
#nurseslounge-article .article-single-image img {
    max-height: 500px;
    object-fit: contain;
    height: fit-content;
}
#nurseslounge-article .social-icons{
    width: 40px;
    align-items: center;
    height: 40px;
    border-radius: 100%;
    opacity: 0.7;
    color: #fff;
    justify-content: center !important;
    display: inline-flex;
    font-size: 20px;
}
#nurseslounge-article .social-icons:hover {
    opacity: 1;
}
#nurseslounge-article .facebook-color{
    background: #3b5998;
}
#nurseslounge-article .twitter-color{
    background: #598dca;
}
#nurseslounge-article .pint-color{
    background: #d54d52;
}
#nurseslounge-article .linkedin-color{
    background: #469ac8;
}
/*Nurseslounge Task List*/
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-right .task-list-container,
#nurseslounge-home-activity .nurseslounge-home-activity-right .task-list-container,
#nurseslounge-home-collagues .nurseslounge-home-collagues-right .task-list-container,
#nurseslounge-home-degrees-for-me .nurseslounge-home-degrees-for-me-right .task-list-container,
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .task-list-container,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .task-list-container,
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .task-list-container,
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-right .task-list-container{
    display: none;
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-right .task-list,
#nurseslounge-home-activity .nurseslounge-home-activity-right .task-list,
#nurseslounge-home-collagues .nurseslounge-home-collagues-right .task-list,
#nurseslounge-home-degrees-for-me .nurseslounge-home-degrees-for-me-right .task-list,
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .task-list,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .task-list,
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .task-list,
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-right .task-list{
    margin: 0;
    padding: 0;
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-right .task-list li,
#nurseslounge-home-activity .nurseslounge-home-activity-right .task-list li,
#nurseslounge-home-collagues .nurseslounge-home-collagues-right .task-list li,
#nurseslounge-home-degrees-for-me .nurseslounge-home-degrees-for-me-right .task-list li,
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .task-list li,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .task-list li,
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .task-list li,
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-right .task-list li{
    cursor: pointer;
    position: relative;
    padding: 12px 8px 12px 40px;
    list-style-type: none;
    font-size: 18px;
    transition: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-right .task-list li:hover,
#nurseslounge-home-activity .nurseslounge-home-activity-right .task-list li:hover,
#nurseslounge-home-collagues .nurseslounge-home-collagues-right .task-list li:hover,
#nurseslounge-home-degrees-for-me .nurseslounge-home-degrees-for-me-right .task-list li:hover,
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .task-list li:hover,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .task-list li:hover,
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .task-list li:hover,
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-right .task-list li:hover{
    background: rgba(20, 146, 230, 0.1);
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-right .task-list li.checked,
#nurseslounge-home-activity .nurseslounge-home-activity-right .task-list li.checked,
#nurseslounge-home-collagues .nurseslounge-home-collagues-right .task-list li.checked,
#nurseslounge-home-degrees-for-me .nurseslounge-home-degrees-for-me-right .task-list li.checked,
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .task-list li.checked,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .task-list li.checked,
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .task-list li.checked,
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-right .task-list li.checked{
    background: rgb(20, 146, 230);
    color: #fff;
    text-decoration: line-through;
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-right .task-list li.checked::before,
#nurseslounge-home-activity .nurseslounge-home-activity-right .task-list li.checked::before,
#nurseslounge-home-collagues .nurseslounge-home-collagues-right .task-list li.checked::before,
#nurseslounge-home-degrees-for-me .nurseslounge-home-degrees-for-me-right .task-list li.checked::before,
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .task-list li.checked::before,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .task-list li.checked::before,
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .task-list li.checked::before,
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-right .task-list li.checked::before{
    content: '';
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    top: 10px;
    left: 16px;
    transform: rotate(45deg);
    height: 15px;
    width: 7px;
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-right .task-list-container .text-soft,
#nurseslounge-home-activity .nurseslounge-home-activity-right .task-list-container .text-soft,
#nurseslounge-home-collagues .nurseslounge-home-collagues-right .task-list-container .text-soft,
#nurseslounge-home-degrees-for-me .nurseslounge-home-degrees-for-me-right .task-list-container .text-soft,
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .task-list-container .text-soft,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .task-list-container .text-soft,
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .task-list-container .text-soft,
#nurseslounge-lounge-followers .nurseslounge-lounge-followers-right .task-list-container .text-soft{
    font-size: 14px;
    font-weight: 400;
    color: #888;
    line-height: 22px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .colleagues-list,
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .groups-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left ul.colleagues-list li,
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left ul.groups-list li{
    cursor: pointer;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left ul.colleagues-list li:hover,
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left ul.groups-list li:hover
{
    background-color: #c7c7c72b !important;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left ul.colleagues-list li .profile-img img,
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left ul.groups-list li .profile-img img
{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left ul.colleagues-list li .profile-img p,
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left ul.groups-list li .profile-img p{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .top-search{
    overflow: hidden;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .input-group .input-group-addon{
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 22;
    font-size: 16px;
    left: 10px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left input[name="search"]{
    border: 2px solid #D2D1D8;
    height: 40px;
    padding-left: 50px;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    font-weight: 400;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .colleagues-list-wrapper,
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .groups-list-wrapper{
    height:630px;
}
@keyframes collegues-list-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .loading{
    position: relative;
    animation-name: collegues-list-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .result-info-count{
    font-size: 14px;
    text-align: center !important;
}
/*
nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left pagination
*/
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:12px !important;
    color:#333;
    text-decoration:none;
    text-align:center;
    padding: 0px 10px 0px 10px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages li>a:hover{
    background:#eee
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 12px !important;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .colleagues-list-wrapper .notifications-alert,
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .groups-list-wrapper .notifications-alert{
    border-radius: 15px;
    padding: 14px 10px;
    left: 20px;
    bottom: 0;
    right: 0px;
    top: 60px;
    width: 30px;
    height: 30px;
    background: var(--link);
    text-align: center;
    line-height: 3px;
    position: absolute;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-left .group-menu{
    display: none;
}
/*
nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right
*/
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .colleagues-chat-wrapper{
    overflow-x:hidden;
    overflow-y:auto;
    height:690px;
    background: #F7F7F7;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .receiver{
    width: auto !important;
    padding: 4px 10px 7px !important;
    border-radius: 10px 10px 10px 0;
    background: #ffffff;
    font-size: 18px;
    word-wrap: break-word;
    display: inline-block;
    margin: 10px 0px 10px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .receiver .message-text-title{
    font-size: 15px;
    font-weight: 800;
    display: grid;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .receiver .message-text{
    display: inline-block;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .sender{
    float: right;
    width: auto !important;
    background: #dcf8c6;
    border-radius: 10px 10px 0 10px;
    padding: 4px 10px 7px !important;
    font-size: 18px;
    display: inline-block;
    word-wrap: break-word;
    margin: 10px 0px 10px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .sender .message-text{
    display: inline-block;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .message-time{
    margin: 0 !important;
    margin-left: 50px !important;
    font-size: 12px;
    text-align: right;
    color: #9a9a9a;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .reply{
    height: 60px;
    width: 100%;
    background-color: #f5f1ee;
    padding: 10px 5px 10px 5px !important;
    margin: 0 !important;
    z-index: 1000;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .heading {
    padding: 10px 16px 10px 15px;
    margin: 0;
    height: 60px;
    width: 100%;
    background-color: #eee;
    z-index: 1000;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .heading-dot{
    text-align: right;
    padding: 5px;
    color: #93918f;
    cursor: pointer;
    font-size: 22px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .heading-name-meta{
    font-weight: 700;
    font-size: 100%;
    padding: 5px;
    padding-bottom: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    display: block;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .heading-avatar-icon img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .reply-emojis i {
    text-align: center;
    padding: 5px 5px 5px 5px !important;
    color: #93918f;
    cursor: pointer;
    font-size: 25px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .reply-recording i {
    text-align: center;
    padding: 5px !important;
    color: #93918f;
    cursor: pointer;
    font-size: 25px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right .reply-send i {
    text-align: center;
    padding: 5px !important;
    color: #93918f;
    cursor: pointer;
    font-size: 25px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right textarea[name="comment"]{
    width: 100%;
    resize: none;
    overflow: hidden;
    padding: 5px !important;
    outline: none;
    border: none;
    text-indent: 5px;
    box-shadow: none;
    height: 100%;
    font-size: 16px;
}
#nurseslounge-home-my-inbox .nurseslounge-home-my-inbox-right #chatDropdownMenu::after{
    display: none;
}
/*NursesLounge Home MyInbox*/
#nurseslounge-home-myinbox-create-group .users-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
#nurseslounge-home-myinbox-create-group .users-list li:hover {
    background-color: #c7c7c72b !important;
}
#nurseslounge-home-myinbox-create-group .users-list .profile-img img{
    max-height: 100px;
    max-width: 100px;
}
#nurseslounge-home-myinbox-create-group .users-list .item .btn-delete{
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
}
#nurseslounge-home-myinbox-create-group .users-list .item .delete-wrapper{
    height: 20px;
}
#nurseslounge-home-myinbox-create-group .users-list .item .list-info p{
    font-size:14px;
}
#nurseslounge-home-myinbox-group-manager .users-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
#nurseslounge-home-myinbox-group-manager .users-list li:hover {
    background-color: #c7c7c72b !important;
}
#nurseslounge-home-myinbox-group-manager .users-list .profile-img img{
    max-height: 100px;
    max-width: 100px;
}
#nurseslounge-home-myinbox-group-manager .users-list .item .btn-delete{
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
}
#nurseslounge-home-myinbox-group-manager .users-list .item .delete-wrapper{
    height: 20px;
}
#nurseslounge-home-myinbox-group-manager .users-list .item .list-info p{
    font-size:14px;
}
#nurseslounge-home-myinbox-group-manager .group_name .chatroom-name-input{
    display: none;
}
#nurseslounge-home-myinbox-group-manager .info-header{
    background-color: #eee;
    border-bottom: solid 1px #dee2e6;
}
#nurseslounge-home-myinbox-group-manager .chatroom-name{
    font-weight: 700;
}
#nurseslounge-home-myinbox-group-manager .profile-img img{
    border: 1px solid #dee2e6!important;
    border-radius: 100%;
    max-height: 100px;
    max-width: 100px;
}
#nurseslounge-home-myinbox-group-manager .camera-btn{
    text-align: center;
    width: 100%;
    height: 60px;
    position: absolute;
    margin-top: -50px;
}
#nurseslounge-home-myinbox-group-manager .image-change{
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    bottom: 10px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
#nurseslounge-home-myinbox-group-manager .image-change img{
    border-radius: 0;
    height: auto;
    width: 22px;
    filter: invert(1);
    align-items: center;
    justify-content: center;
    display: flex;
    border: solid 0px red !important;
}
#nurseslounge-home-myinbox-group-manager .dropdown-toggle::after {
    display: none !important;
}
#nurseslounge-home-myinbox-group-manager .my-room-camera {
    display: none;
    width: 400px !important;
    height: 320px !important;
    margin: 15px;
}
#nurseslounge-home-myinbox-group-manager .camera-buttons {
    display:none;
    position: relative;
    margin: 15px 15px;
    width: 400px;
}
#nurseslounge-home-myinbox-group-manager .take-camera-picture {
    display: grid;
    background: var(--button);
    color: #fff;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    float: left;
}
#nurseslounge-home-myinbox-group-manager .save-camera-picture {
    display: grid;
    font-size: 16px;
    padding: 5px 20px;
    background: #E6ECEF;
    font-weight: 500;
    color: #333;
    border-radius: 4px;
    float:right;
}
#nurseslounge-home-myinbox-group-manager .save-camera-picture.active {
    display: block;
    background: var(--button);
    color: #fff;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#nurseslounge-home-myinbox-group-manager .back-camera-picture {
    border: solid 1px #0000002e;
    display: none;
    font-size: 16px;
    background: #5f5f5f;
    font-weight: 500;
    border-radius: 100%;
    float: right;
    margin-top: -30px;
    position: absolute;
    right: 40px;
    top: 40px;
    color: #ffffff;
    cursor: pointer;
    z-index: 99;
}
#nurseslounge-home-myinbox-group-manager  #my-room-camera-previous-image{
    width: 100%;
    height: 100%;
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-right .task-list-container .no-thank{
    color: gray;
    font-size: 16px;
    font-style: italic;
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-left svg{
    margin: 0;
    width: 20px;
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-left .spotlight-wrapper .pin{
    padding: 12px 0px;
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-left .spotlight-wrapper .top{
    color: #000;
    opacity: .5;
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-left .spotlight-wrapper .logo{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
#nurseslounge-home-my-profile .nurseslounge-home-my-profile-left .spotlight-wrapper .pin img{
    width: 20px;
    height: auto;
}
#nurseslounge-home-activity .nurseslounge-home-activity-right .task-list-container .no-thank{
    color: gray;
    font-size: 16px;
    font-style: italic;
}
#nurseslounge-home-activity .nurseslounge-home-activity-right .follower-count{
    font-size: 0.875rem;
    color: #666;
}
#nurseslounge-home-activity .nurseslounge-home-activity-right .small-thought-image{
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
}
#nurseslounge-home-collagues .nurseslounge-home-collagues-right .task-list-container .no-thank{
    color: gray;
    font-size: 16px;
    font-style: italic;
}
#nurseslounge-home-degrees-for-me .nurseslounge-home-degrees-for-me-right .task-list-container .no-thank{
    color: gray;
    font-size: 16px;
    font-style: italic;
}
#nurseslounge-home-myinbox-no-task .keep-it{
    width: 100%;
    height: auto;
    background: #ffffff;
    color: #848484;
    padding: 10px 10px;
    margin: 10px 10px;
    border: solid 1px #848484 !important;
    border-radius: 10px;
}
#nurseslounge-home-myinbox-no-task .dismiss-it{
    width: 100%;
    height: auto;
    border: solid 1px #ffffff;
    background: #848484;
    color: #ffffff;
    padding: 10px 10px;
    margin: 10px 10px;
    font-weight: 600;
    border-radius: 10px;
}
#nurseslounge-home-myinbox-no-task .modal-header{
    text-align: center;
    padding: 0px 30px;
}
#nurseslounge-home-myinbox-no-task .modal-content{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1rem;
    outline: 0;
    padding: 5px;
}
.create-event {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.create-event .fa {
    font-weight: 300;
    font-size: 12px;
    vertical-align: middle;
    display: inline-flex;
}
.table.table-head-info td {
    border: 0;
}
.table.table-head-info .btn-secondary {
    background: #E9EEF1;
    border-color: #E9EEF1;
    color: #000;
}
.calendar-title {
    font-size: 32px !important;
    color: #2782DE;
    margin-bottom: 0;
}
table.calendar.table .thead-light th {
    background: transparent !important;
    border: 0 !important;
    text-align: left;
    font-size: 16px !important;
    font-weight: 500;
    color: #A1AAB1;
}
.view-month .view-month-tbody .bg-secondary {
    background: #F1F9FC !important;
}
.view-week-tbody td:not(:last-child), .view-day-tbody td:not(:last-child){
    border-right: 1px solid #ddd;
    color: #A1AAB1;
}
.total-events {
    display: none;
}
.view-list-tbody-wrap .event-info-head h4 {
    text-align: left !important;
    font-size: 18px;
    font-weight: 500 !important;
}
.view-list-tbody-wrap .event-info-head h5 {
    font-size: 16px;
    color: #263238;
    font-weight: 400;
}
@media(max-width:768px) {
    .view-list-tbody-wrap .event-info-head h4 {
        text-align: left !important;
        font-size: 12px;
        font-weight: 500 !important;
    }
    .view-list-tbody-wrap .event-info-head h5 {
        font-size: 10px;
        color: #263238;
        font-weight: 400;
    }
}
.view-list-tbody-wrap .event-info-table table th {
    font-size: 14px;
    color: #A1AAB1;
    font-weight: 300;
}
.view-list-tbody-wrap .event-info-table table td {
    font-size: 14px !important;
}
@media(max-width:768px) {
    .view-list-tbody-wrap .event-info-table table th {
        font-size: 9px;
        color: #A1AAB1;
        font-weight: 300;
    }
    .view-list-tbody-wrap .event-info-table table td {
        font-size: 9px !important;
    }
}
/*Tooltip*/
.tooltip-month-events {
    width: 290px;
    display: inline-block;
    background-color: #fff;
    color: #333;
    padding: 0 !important;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    box-shadow: 0px 1px 13px 2px rgba(0, 0, 0, 0.1) !important;
}
.tooltip-month-events .tooltip-inner{
    width: 100%;
    margin: 0px;
    padding: 10px;
    background-color: transparent;
    display: inline-block;
}
.tooltip-month-events .tooltip-inner table{
    width: 340px;
}
.tooltip-month-events .tooltip-inner table,
.tooltip-month-events .tooltip-inner table tr,
.tooltip-month-events .tooltip-inner table tr td{
    border-color: #ffffff;
}
.tooltip-month-events .tooltip-inner table tbody{
    font-size: 12px;
}
.tooltip-month-event {
    width: 290px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    background-color: #ffffff;
    color: #333333;
    font-size: 12px;
    padding: 0px;
}
.tooltip-month-event .tooltip-inner{
    width: 100%;
    margin: 0px;
    background-color: transparent;
    color: #333333;
    display: inline-block;
}
.tooltip-month-event .tooltip-inner table{
    border: solid 1px #333333;
    background-color: #ffffff;
    width: 280px;
}
.tooltip-month-event img {
    object-fit: scale-down;
    max-height: 45px;
    max-width: 45px;
}
.tooltip-month-event .tooltip-inner table,
.tooltip-month-event .tooltip-inner table tr,
.tooltip-month-event .tooltip-inner table tr td{
    border-color: #333333;
}
.tooltip-month-event .tooltip-inner table tbody{
    font-size: 12px;
}
.palette-color-picker-button{
    z-index: 9999;
}
.tooltip-month-event .tooltip-inner .event-info-head {
    color: #000;
}
.tooltip-month-event .tooltip-inner .event-info-head h4 {
    font-size: 18px;
    color: #263238;
}
.tooltip-month-event .tooltip-inner .event-info-head h5 {
    font-size: 16px;
    color: #263238;
    font-weight: 400;
    margin-bottom: 0;
}
.tooltip-month-event .tooltip-inner .event-info-table th {
    color: #A1AAB1 !important;
    font-weight: 400 !important;
    text-align: left !important;
    font-size: 14px !important;
}
.tooltip-month-event .tooltip-inner .event-info-table td {
    font-size: 14px !important;
    color: #263238;
    text-align: left !important;
    padding-bottom: 5px !important;
}
.tooltip-month-event .tooltip-inner {
    max-width: 100%;
    background: #fff;
    padding: 0 !important;
}
.tooltip-month-event .tooltip-inner .event-info-table table {
    width: 100%;
    border: 0;
    max-width: 100%;
}
.tooltip-month-event.bs-tooltip-auto[x-placement^=top],
.tooltip-month-event.bs-tooltip-top{
    padding: 0px !important;
}
.tooltip-month-event.bs-tooltip-auto[x-placement^=top]:before,
.tooltip-month-event.bs-tooltip-top:before {
    content: '';
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -8px;
    left: calc(48% - 5px);
}
.tooltip-month-event.bs-tooltip-auto[x-placement^=bottom],
.tooltip-month-event.bs-tooltip-bottom{
    padding: 0px !important;
}
.tooltip-month-event.bs-tooltip-auto[x-placement^=bottom]:before,
.tooltip-month-event.bs-tooltip-bottom:before {
    content: '';
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -8px;
    left: calc(48% - 5px);
}
.tooltip-month-event.bs-tooltip-auto[x-placement^=left],
.tooltip-month-event.bs-tooltip-left{
    padding: 0px !important;
}
.tooltip-month-event.bs-tooltip-auto[x-placement^=left]:before,
.tooltip-month-event.bs-tooltip-left:before {
    content: '';
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -8px;
    top: calc(48% - 5px);
}
.tooltip-month-event.bs-tooltip-auto[x-placement^=right],
.tooltip-month-event.bs-tooltip-right{
    padding: 0px !important;
}
.tooltip-month-event.bs-tooltip-auto[x-placement^=right]:before,
.tooltip-month-event.bs-tooltip-right:before {
    content: '';
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -8px;
    top: calc(48% - 5px);
}
#multimedia .cropme-container{
    margin-left: 0px;
}
/*NursesLounge Lounge Calendar*/
#nurseslounge-lounge-calendar .calendar .month-head{
    font-size: 3vmax;
}
#nurseslounge-lounge-calendar .calendar.table td,
#nurseslounge-lounge-calendar .calendar.table th{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#nurseslounge-lounge-calendar .calendar.table td{
    padding-top: 0px !important;
}
#nurseslounge-lounge-calendar .calendar.table td .month-tag{
    width: 30px;
    color: #1492e6;
    text-align: center;
    font-size: 17px;
    margin: 2px;
    display: inline-block;
}
#nurseslounge-lounge-calendar .calendar.table td span.month-tag {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 600;
}
#nurseslounge-lounge-calendar .calendar.table td.bg-secondary-before{
    background: #F1F9FC !important;
}
#nurseslounge-lounge-calendar .calendar.table td.bg-secondary-after{
    background: #ffffff !important;
}
#nurseslounge-lounge-calendar .calendar.table td .month-block{
    height: 90px;
    width: 90px;
    cursor: pointer;
}
@media(max-width:1199.98px) {
    #nurseslounge-lounge-calendar .calendar.table td .month-block{
        height: fit-content;
        max-width: fit-content;
        cursor: pointer;
    }
}
@media (max-width: 991.98px) {
    #nurseslounge-lounge-calendar .calendar.table td .month-block{
        height: fit-content;
        max-width: fit-content;
        cursor: pointer;
    }
}
@media (max-width: 767.98px) {
    #nurseslounge-lounge-calendar .calendar.table td .month-block{
        height: auto;
        max-width: 50px;
        cursor: pointer;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-lounge-calendar .calendar.table td .month-block{
        height: auto;
        max-width: 44px;
        cursor: pointer;
    }
}
#nurseslounge-lounge-calendar .calendar.table td.month-today{
    background-color: #a6daff6e;
}
#nurseslounge-lounge-calendar .calendar.table td.month-focus-selection{
    background-color: #9bbfd73d;
}
#nurseslounge-lounge-calendar .calendar.table td .month-section{
    height: 22px;
    width: 22px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    margin: 1px;
    border: solid 1px #00000061;
    float: left;
}
#nurseslounge-lounge-calendar .calendar.table td .total-events{
    position: absolute;
    margin-top: -36px;
    padding: 0px 10px;
    font-size: 0.7em;
    margin-left: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border-radius: 0px 0px 10px 10px;
    font-weight: 400;
    cursor: pointer;
}
#nurseslounge-lounge-calendar .calendar.table th .total-events{
    position: relative;
    padding: 0px 10px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: -14px;
}
@media (max-width: 991.98px) {
    #nurseslounge-lounge-calendar .calendar.table td .total-events{
        position: relative;
        display: none;
    }
    #nurseslounge-lounge-calendar .calendar.table th .total-events {
        position: relative;
        display: none;
    }
}
@media (max-width: 767.98px) {
    #nurseslounge-lounge-calendar .calendar.table td .total-events{
        position: relative;
        display: none;
    }
    #nurseslounge-lounge-calendar .calendar.table th .total-events {
        position: relative;
        display: none;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-lounge-calendar .calendar.table td .total-events{
        position: relative;
        display: none;
    }
    #nurseslounge-lounge-calendar .calendar.table th .total-events {
        position: relative;
        display: none;
    }
}
/*Week*/
#nurseslounge-lounge-calendar .calendar.table th.w-week,
#nurseslounge-lounge-calendar .calendar.table td.w-week{
    width: 12.5%;
    height: 60px;
}
@media (max-width: 767.98px) {
    #nurseslounge-lounge-calendar .calendar .w-week div {
        width: 30px;
        height: 150px;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-lounge-calendar .calendar .w-week div {
        width: 30px;
        height: 150px;
    }
}
#nurseslounge-lounge-calendar .calendar.table td .week-section{
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 2px;
    cursor: pointer;
    border-radius: 100%;
    margin: 1px;
    border: solid 1px #00000061;
    float: left;
}
#nurseslounge-lounge-calendar .calendar.table td.week-today{
    background-color: #a6daff6e;
}
#nurseslounge-lounge-calendar .calendar.table td .week-timeline{
    height: fit-content;
    z-index: 999999;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: flex;
}
#nurseslounge-lounge-calendar .calendar.table td .week-timeline.active{
    border: dotted 1px #007bff;
    background: #007bff;
    height: 0px;
    z-index: 999999;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: flex;
}
#nurseslounge-lounge-calendar .calendar.table td.week-focus-selection{
    background-color: #9bbfd73d;
}
/*Day*/
#nurseslounge-lounge-calendar .calendar.table td .day-section {
    height: auto;
    width: 240px;
    text-align: center;
    padding: 2px;
    cursor: pointer;
    margin: 3px;
    float: left;
    border-style: dashed;
    border-width: 4px;
}
#nurseslounge-lounge-calendar .calendar.table td .day-img{
    float: left;
    border-radius: 100%;
    border: 1px solid #dee2e6!important;
}
#nurseslounge-lounge-calendar .calendar.table td.cursor{
    cursor: pointer;
}
@media (max-width: 767.98px) {
    #nurseslounge-lounge-calendar .calendar thead .w-week div {
        width: 40px;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-lounge-calendar .calendar thead .w-week div {
        width: 40px;
    }
}
@media (max-width: 767.98px) {
    #nurseslounge-lounge-calendar .rotate-mobile{
        width: 100px !important;
        height: 50px !important;
        margin-right: -40px;
        margin-left: -20px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-lounge-calendar .rotate-mobile{
        width: 100px !important;
        height: 50px !important;
        margin-right: -40px;
        margin-left: -20px;
        font-size: 12px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
}
/*List*/
#nurseslounge-lounge-calendar .view-list-tbody{
    background: #e9f0f582;
    margin: 0px;
    padding: 10px;
    height: 100%;
}
#nurseslounge-lounge-calendar .view-list-tbody::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: #E9ECEF;
}
#nurseslounge-lounge-calendar .view-list-tbody-img{
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    margin-left: -18px;
    cursor: pointer;
}
#nurseslounge-lounge-calendar .view-list-tbody-img.morning{
    box-shadow: 0 0 0 4px #ffb7002e, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
#nurseslounge-lounge-calendar .view-list-tbody-img.afternoon{
    box-shadow: 0 0 0 4px #ff880070, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
#nurseslounge-lounge-calendar .view-list-tbody-img.night{
    box-shadow: 0 0 0 4px #2f315f7d, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
#nurseslounge-lounge-calendar .view-list-tbody-img img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    border-radius: 100%;
}
#nurseslounge-lounge-calendar .view-list-tbody-content {
    position: relative;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
    text-align: justify;
}
#nurseslounge-lounge-calendar .view-list-tbody-content.left::before {
    content: "";
    position: absolute;
    top: 16px;
    right: -14px;
    left: auto;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-left: 7px solid #ffffff;
}
#nurseslounge-lounge-calendar .view-list-tbody-content.right::before {
    content: "";
    position: absolute;
    top: 16px;
    right: auto;
    left: -13px;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
}
#nurseslounge-lounge-calendar .view-list-tbody-content h4{
    text-align: center;
    font-weight: 700;
    color: #303e49;
}
#nurseslounge-lounge-calendar .view-list-tbody-content p{
    color: #7f8c97;
    font-weight: 400;
    line-height: 25px;
    margin: 10px 3px;
}
#nurseslounge-lounge-calendar .view-list-tbody-content .view-list-tbody-wrap{
    max-height: 190px;
}
#nurseslounge-lounge-calendar .view-list-tbody-content .view-list-tbody-wrap .carousel-control-prev{
    left: -30px;
}
#nurseslounge-lounge-calendar .view-list-tbody-content .view-list-tbody-wrap .carousel-control-next{
    right: -30px;
}
#nurseslounge-lounge-calendar .view-list-tbody .date{
    top: 0px;
    position: absolute;
    font-weight: 600;
    font-size: 0.8em;
    background-color: #E9EEF1;
    border-radius: 10px;
}
@media (max-width: 767.98px) {
    #nurseslounge-lounge-calendar .view-list-tbody .date{
        font-size: 0.5em;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-lounge-calendar .view-list-tbody .date{
        font-size: 0.5em;
    }
}
#nurseslounge-lounge-calendar .view-list-tbody .date.left{
    text-align: left;
}
#nurseslounge-lounge-calendar .view-list-tbody .date.right{
    text-align: right;
}
#nurseslounge-lounge-calendar .view-list-tbody .date.left::before{
    content: "";
    position: absolute;
    top: 9px;
    right: auto;
    left: -13px;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #E9EEF1;
}
#nurseslounge-lounge-calendar .view-list-tbody .date.right::before{
    content: "";
    position: absolute;
    top: 9px;
    right: -13px;
    left: auto;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-left: 7px solid #E9EEF1;
}
#nurseslounge-lounge-calendar .view-list-tbody .carousel-control-prev-icon,
#nurseslounge-lounge-calendar .view-list-tbody .carousel-control-next-icon{
    height: 100%;
    width: 100%;
    outline: black;
    background-size: 0;
    border-radius: 0;
    border: none;
    background-image: none;
}
#nurseslounge-lounge-calendar .view-list-tbody .carousel-control-next-icon:after{
    content: '>';
    font-size: 27px;
    color: #7f8c97;
}
#nurseslounge-lounge-calendar .view-list-tbody .carousel-control-prev-icon:after{
    content: '<';
    font-size: 27px;
    color: #7f8c97;
}
@keyframes calendar-title-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-lounge-calendar .calendar-title-preload{
    position: relative;
    animation-name: calendar-title-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-lounge-calendar .view-list-tbody-wrap .carousel-item{
    cursor: pointer;
}
#nurseslounge-lounge-calendar .calendar .input-group-prepend {
    display: none;
}
#nurseslounge-lounge-calendar .calendar .view-options {
    width: 140px;
}
#nurseslounge-lounge-calendar .calendar .col-md-3:nth-child(3) {
    float: right;
    margin-left: auto;
    padding-right: 0;
}
#nurseslounge-lounge-calendar .calendar .col-md-3:last-child {
    padding-left: 0;
}
#nurseslounge-lounge-calendar .calendar .col-md-3:nth-child(3) .border.text-center,
#nurseslounge-lounge-calendar .calendar .col-md-3:last-child .border.text-center {
    background: #E9EEF1;
    border-radius: 4px;
}
#nurseslounge-lounge-calendar .calendar.table td .day-section {
    border: 0;
    width: calc(100% - 6px);
    text-align: left;
}
#nurseslounge-lounge-calendar .view-list-tbody {
    background: transparent;
    position: relative;
    overflow: hidden;
}
#nurseslounge-lounge-calendar .view-list-tbody-content {
    box-shadow: 0px 1px 13px 2px rgba(0, 0, 0, 0.1);
}
#nurseslounge-lounge-calendar .nurseslounge-lounge-calendar-top .profile-img .fa {
    border: 1px solid #ddd;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}
#nurseslounge-lounge-calendar .nurseslounge-lounge-calendar-top a {
    display: flex;
    font-weight: 600;
    color: var(--link) !important;
    cursor: pointer;
    float: left;
    padding: 6px 0px;
}
/*NursesLounge Lounge Calendar Modal*/
#nurseslounge-lounge-calendar-modal .event_owner_container img.img-card-round {
    border-radius: 100%;
    border: 1px solid #dee2e6!important;
}
#nurseslounge-lounge-calendar-modal .event_owner_container .title {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}
#nurseslounge-lounge-calendar-modal .event_owner_container p {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0px;
    line-height: 22px;
}
#nurseslounge-lounge-calendar-modal .timepicker-picker table {
    border: none !important;
}
#nurseslounge-lounge-calendar-modal .timepicker-picker table tr td:not(:last-child) {
    border: none !important;
}
#nurseslounge-lounge-calendar-modal .timepicker-picker table tr td{
    border: none !important;
}
#nurseslounge-lounge-calendar-modal .tagify__tag{
    white-space: nowrap;
}
#nurseslounge-lounge-calendar-modal .tagify__tag:hover .tagify__tag__avatar-wrap{
    transform: scale(1.6) translateX(-10%);
}
#nurseslounge-lounge-calendar-modal .tagify__tag .tagify__tag__avatar-wrap{
    width: 16px;
    height: 16px;
    white-space: normal;
    border-radius: 50%;
    background: silver;
    margin-right: 5px;
    transition: .12s ease-out;
}
#nurseslounge-lounge-calendar-modal .tagify__tag img{
    width: 100%;
    vertical-align: top;
}
#nurseslounge-lounge-calendar-modal .inviteUsersList_validate.invalid-feedback {
    top: -60px;
}
#nurseslounge-lounge-calendar-modal .monthlyDatesSelected_validate.invalid-feedback {
    top: -50px;
    left: 20px;
    right: auto;
}
#nurseslounge-lounge-calendar-modal .weeklyDatesSelected_validate.invalid-feedback {
    top: -50px;
    left: 100px;
    right: auto;
}
/*NursesLounge Lounge Calendar Modal*/
#nurseslounge-lounge-calendar-modal-checklist .checklist {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
#nurseslounge-lounge-calendar-modal-checklist .checklist aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}
#nurseslounge-lounge-calendar-modal-checklist .checklist .left-side {
    background: none repeat scroll 0 0 #e5e8ef;
    border-radius: 4px 0 0 4px;
    width: 25%;
}
#nurseslounge-lounge-calendar-modal-checklist .checklist .right-side {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0 4px 4px 0;
    width: 75%;
}
#nurseslounge-lounge-calendar-modal-checklist .checklist .left-side .user-head {
    background: none repeat scroll 0 0 #1492e6;
    border-radius: 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 10px;
}
#nurseslounge-lounge-calendar-modal-checklist .user-head .inbox-avatar {
    float: left;
    width: 65px;
}
#nurseslounge-lounge-calendar-modal-checklist .user-head .inbox-avatar img {
    border-radius: 4px;
}
#nurseslounge-lounge-calendar-modal-checklist .user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}
#nurseslounge-lounge-calendar-modal-checklist .user-head .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
}
#nurseslounge-lounge-calendar-modal-checklist .user-head .user-name h5 a {
    color: #fff;
}
#nurseslounge-lounge-calendar-modal-checklist .user-head .user-name span a {
    color: #87e2e7;
    font-size: 12px;
}
#nurseslounge-lounge-calendar-modal-checklist .inbox-body {
    padding: 20px;
    border: solid 1px #F7F7F7;
}
#nurseslounge-lounge-calendar-modal-checklist .btn-compose {
    background: none repeat scroll 0 0 #ff6c60;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
}
#nurseslounge-lounge-calendar-modal-checklist .btn-compose:hover {
    background: none repeat scroll 0 0 #f5675c;
    color: #fff;
}
#nurseslounge-lounge-calendar-modal-checklist ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
#nurseslounge-lounge-calendar-modal-checklist ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}
#nurseslounge-lounge-calendar-modal-checklist ul.inbox-nav li a {
    color: #6a6a6a;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
}
#nurseslounge-lounge-calendar-modal-checklist ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}
#nurseslounge-lounge-calendar-modal-checklist ul.inbox-nav li a i {
    color: #6a6a6a;
    font-size: 16px;
    padding-right: 10px;
}
#nurseslounge-lounge-calendar-modal-checklist ul.inbox-nav li a span.label {
    margin-top: 13px;
}
#nurseslounge-lounge-calendar-modal-checklist ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}
#nurseslounge-lounge-calendar-modal-checklist ul.labels-info li {
    margin: 0;
}
#nurseslounge-lounge-calendar-modal-checklist ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a;
}
#nurseslounge-lounge-calendar-modal-checklist ul.labels-info li a:hover, ul.labels-info li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}
#nurseslounge-lounge-calendar-modal-checklist ul.labels-info li a i {
    padding-right: 10px;
}
#nurseslounge-lounge-calendar-modal-checklist .nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px;
}
#nurseslounge-lounge-calendar-modal-checklist .inbox-head {
    background: none repeat scroll 0 0 #E7F6FF;
    border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 20px;
}
#nurseslounge-lounge-calendar-modal-checklist .inbox-head h3 {
    display: inline-block;
    font-weight: 600;
    margin: 0;
    padding-top: 6px;
    color: #1492e6;
}
#nurseslounge-lounge-calendar-modal-checklist .inbox-head .sr-input {
    border: medium none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 40px;
    padding: 0 10px;
}
#nurseslounge-lounge-calendar-modal-checklist .inbox-head .sr-btn {
    background: none repeat scroll 0 0 #1492e6;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}
#nurseslounge-lounge-calendar-modal-checklist .table-inbox {
    border: 1px solid #d3d3d3;
    margin-bottom: 0;
}
#nurseslounge-lounge-calendar-modal-checklist .table-inbox tr td {
    padding: 12px !important;
}
#nurseslounge-lounge-calendar-modal-checklist .table-inbox tr td:hover {
    cursor: pointer;
}
#nurseslounge-lounge-calendar-modal-checklist .table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}
#nurseslounge-lounge-calendar-modal-checklist .table-inbox tr td .fa-star {
    color: #d5d5d5;
}
#nurseslounge-lounge-calendar-modal-checklist .table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600;
}
#nurseslounge-lounge-calendar-modal-checklist ul.inbox-pagination {
    float: right;
}
#nurseslounge-lounge-calendar-modal-checklist ul.inbox-pagination li {
    float: left;
}
#nurseslounge-lounge-calendar-modal-checklist .mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
#nurseslounge-lounge-calendar-modal-checklist .mail-option .chk-all, .mail-option .btn-group {
    margin-right: 5px;
}
#nurseslounge-lounge-calendar-modal-checklist .mail-option .chk-all, .mail-option .btn-group a.btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 10px;
}
#nurseslounge-lounge-calendar-modal-checklist .inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    border-radius: 3px !important;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px;
}
#nurseslounge-lounge-calendar-modal-checklist .mail-option .chk-all input[type="checkbox"] {
    margin-top: 0;
}
#nurseslounge-lounge-calendar-modal-checklist .mail-option .btn-group a.all {
    border: medium none;
    padding: 0;
}
#nurseslounge-lounge-calendar-modal-checklist .inbox-pagination a.np-btn {
    margin-left: 5px;
}
#nurseslounge-lounge-calendar-modal-checklist .inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}
#nurseslounge-lounge-calendar-modal-checklist .fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
}
#nurseslounge-lounge-calendar-modal-checklist .inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none;
}
#nurseslounge-lounge-calendar-modal-checklist .btn-send, .btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff;
}
#nurseslounge-lounge-calendar-modal-checklist .btn-send:hover {
    background: none repeat scroll 0 0 #009da7;
}
#nurseslounge-lounge-calendar-modal-checklist ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#nurseslounge-lounge-calendar-modal .input-group {
    width: auto !important;
}
/*Nurses My Profile Continuing Education*/
#nurseslounge-home-continuing-education .tab-info .nav-pills .nav-link.active,
#nurseslounge-home-continuing-education .tab-info .nav-pills .show>.nav-link {
    background: #E7F6FF;
    color: var(--link);
}
#nurseslounge-home-continuing-education .tab-info .nav-pills .nav-link {
    font-size: 12px;
    padding: 5px 7px;
    line-height: 30px;
    cursor: pointer;
}
#nurseslounge-home-continuing-education .tab-info .badge-light {
    color: #212529;
    width: 30px;
    vertical-align: middle;
    height: 30px;
    border-radius: 100%;
    background-color: #f8f9fa;
    padding: 10px 0;
}
#nurseslounge-home-continuing-education .tab-info .search-box .input-group .input-group-addon {
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 22;
    font-size: 16px;
    left: 10px;
}
#nurseslounge-home-continuing-education .tab-info .search-box .input-group .form-control {
    border: 2px solid #D2D1D8;
    height: 40px;
    padding-left: 50px;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    font-weight: 400;
}
#nurseslounge-home-continuing-education .continuing-education-list .item {
    cursor:pointer;
}
#nurseslounge-home-continuing-education .continuing-education-list .card.ce-card {
    box-shadow:2px 4px 6px #06035a1a;
}
#nurseslounge-home-continuing-education .continuing-education-list .ce-card-image {
    height: 250px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}
#nurseslounge-home-continuing-education .continuing-education-list .ce-card-image:before {
    content: '';
    background-image: linear-gradient(90deg, #A3ADB5, #050048);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
    left: 0;
    position: absolute;
}
#nurseslounge-home-continuing-education .continuing-education-list .ce-card-image img {
    height: 100%;
    object-fit: cover;
}
#nurseslounge-home-continuing-education .continuing-education-list .ce-card-desc h3 {
    color: #0972BA;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#nurseslounge-home-continuing-education .continuing-education-list .ce-card-tags{
    min-height: 40px;
}
#nurseslounge-home-continuing-education .continuing-education-list .ce-card-tags .tag {
    float: left;
    padding: 0px 5px;
    margin: 3px 3px;
    border: solid 1px #CCCCCC;
    border-radius: 10%;
    font-size: 10px;
    text-transform: uppercase;
    color: #CCCCCC;
}
#nurseslounge-home-continuing-education .continuing-education-list .open-button{
    color: var(--gray);
    border: 1px solid #ddd;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background: var(--light);
}
#nurseslounge-home-continuing-education .continuing-education-list .open-button:focus{
    outline: none !important;
}
@keyframes ce-list-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-home-continuing-education .ce-list-preload{
    position: relative;
    animation-name: ce-list-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@media(max-width:1200px){
    #nurseslounge-home-continuing-education .nav{
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap;
    }
}
/*Pagination*/
#nurseslounge-home-continuing-education .pagination-nav .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages li>a:hover{
    cursor: pointer;
    background:#eee
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-home-continuing-education .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
/*NursesLounge Public*/
#nurseslounge-login-modal .lounge-title{
    font-size: 32px;
    font-weight: 600;
    color: var(--link);
}
#nurseslounge-login-modal .lounge-txt{
    font-size: 30px;
    color: var(--titleColor);
    font-weight: bold;
    margin-bottom: 10px;
}
#nurseslounge-login-modal .right-border{
    border-right: solid 1px #dee2e6 !important;
}
#nurseslounge-login-modal .login-btn{
    padding: 15px 20px;
    background: var(--button);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 14px;
}
#nurseslounge-login-modal .post-content{
    background: #F2F5F7;
    border-radius: 10px;
}
#nurseslounge-login-modal .profile-img img {
    border-radius: 100%;
    height: auto;
    width: 100%;
}
#nurseslounge-login-modal ul.list-items{
    padding: 0;
    margin: 0;
    list-style: none;
}
#nurseslounge-login-modal ul.list-items li{
    display: block;
    width: 20%;
    float: left;
}
#nurseslounge-login-modal .hr{
    border-bottom: solid 1px #dee2e6;
    width: 100%;
}
/*NursesLounge Lounge Information Public*/
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .post-content{
    background: #F2F5F7;
    border-radius: 10px;
}
/*NursesLounge MyDashboard CE All Education*/
#nurseslounge-home-continuing-education .chosen-container{
    width: 100% !important;
}
#nurseslounge-home-continuing-education .chosen-choices{
    min-height:initial;
    max-height: initial;
    padding: initial;
    font-size: 18px;
    font-weight: normal;
    background-image: none;
    overflow: auto;
    border: 0 !important;
}
#nurseslounge-home-continuing-education .chosen-container-active .chosen-choices{
    border: 0 !important;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#nurseslounge-home-continuing-education .chosen-container.chosen-with-drop .chosen-drop{
    border: solid 1px gray;
}
#nurseslounge-home-continuing-education .chosen-container-multi .chosen-choices li.search-field{
    width: 100% !important;
}
#nurseslounge-home-continuing-education .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    width: 100% !important;
    height: auto;
    font-size: 18px;
    border: 0 !important;
    font-family: inherit;
    font-weight: 500;
}
#nurseslounge-home-continuing-education .chosen-container-multi .chosen-choices li.search-choice span{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-home-continuing-education .chosen-container-multi .chosen-choices li.search-choice{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 25px;
}
#nurseslounge-home-continuing-education .search-box .form-input {
    border: 2px solid #E6ECEF;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}
#nurseslounge-home-continuing-education .search-box .form-group {
    margin-bottom: 0;
}
/*Nurseslounge recommended lounges*/
#nurseslounge-recommended-lounges-modal .list-items{
    padding: 0;
    margin: 0;
    list-style: none;
}
#nurseslounge-recommended-lounges-modal .list-items li{
    cursor: pointer;
}
#nurseslounge-recommended-lounges-modal .ads img{
    height: 25px;
    padding: 0px !important;
    margin: -5px !important;
    position: absolute;
}
#nurseslounge-recommended-lounges-modal .lounge-name{
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}
#nurseslounge-recommended-lounges-modal .degree-name{
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}
#nurseslounge-recommended-lounges-modal .list-info p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
}
#nurseslounge-recommended-lounges-modal .rating-stars svg {
    margin: 0;
    width: 20px;
}
#nurseslounge-recommended-lounges-modal .list-items .profile-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
/*Continuing Education*/
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-main .title{
    font-size: 34px;
    font-weight: 800;
    color: #263238;
    margin-bottom: 20px;
    text-align: center;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-cards .item {
    cursor:pointer;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-cards .card.ce-card {
    box-shadow:2px 4px 6px #06035a1a;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-cards .ce-card-image {
    height: 250px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-cards .ce-card-image:before {
    content: '';
    background-image: linear-gradient(90deg, #A3ADB5, #050048);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
    left: 0;
    position: absolute;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-cards .ce-card-image img {
    height: 100%;
    object-fit: cover;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-cards .ce-card-desc h3 {
    color: #0972BA;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-cards .ce-card-tags{
    min-height: 40px;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-cards .ce-card-tags .tag {
    float: left;
    padding: 0px 5px;
    margin: 3px 3px;
    border: solid 1px #CCCCCC;
    border-radius: 10%;
    font-size: 10px;
    text-transform: uppercase;
    color: #CCCCCC;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-main .form-control{
    background-color: transparent;
    color: #333;
    font-size: 1.2em !important;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-main .profile-edit .form-input.group {
    border-top: 2px solid #E6ECEF;
    border-left: 2px solid #E6ECEF;
    border-bottom: 2px solid #E6ECEF;
    padding: 10px 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 20px;
    border-right: 0px;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-main .submit{
    background-color: transparent;
    color: #E6ECEF;
    border-top: solid 2px #E6ECEF;
    border-bottom: solid 2px #E6ECEF;
    border-right: solid 2px #E6ECEF;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 11px 8px;
    border-left: 0px;
    margin-left: -2px;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-main .submit:focus {
    outline: none;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-main .slick-prev:before {
    content: '<<';
    font-weight: 800;
    display: flex;
    color: #333;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-main .slick-next:before, [dir=rtl] .slick-prev:before {
    content: '>>';
    font-weight: 800;
    display: flex;
    color: #333;
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-main .slick-track {
    margin-left: 0;
}
#nurseslounge-continuingEducation .chosen-container{
    width: 100% !important;
}
#nurseslounge-continuingEducation .chosen-choices{
    min-height:initial;
    max-height: initial;
    padding: initial;
    font-size: 18px;
    font-weight: normal;
    background-image: none;
    overflow: auto;
    border: 0 !important;
}
#nurseslounge-continuingEducation .chosen-container-active .chosen-choices{
    border: 0 !important;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#nurseslounge-continuingEducation .chosen-container.chosen-with-drop .chosen-drop{
    border: solid 1px gray;
}
#nurseslounge-continuingEducation .chosen-container-multi .chosen-choices li.search-field{
    width: 100% !important;
}
#nurseslounge-continuingEducation .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    width: 100% !important;
    height: auto;
    font-size: 18px;
    border: 0 !important;
    font-family: inherit;
    font-weight: 500;
}
#nurseslounge-continuingEducation .chosen-container-multi .chosen-choices li.search-choice span{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-continuingEducation .chosen-container-multi .chosen-choices li.search-choice{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 25px;
}
@keyframes nurseslounge-continuingEducation-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-continuingEducation .nurseslounge-continuingEducation-preload{
    position: relative;
    animation-name: nurseslounge-continuingEducation-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-home-manage-my-lounges .result-info-count{
    color: #707070;
    font-weight: 400;
}
#nurseslounge-home-manage-my-lounges .rating-stars svg{
    margin: 0;
    width: 20px;
}
@keyframes nurseslounge-home-manage-my-lounges-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-preload{
    position: relative;
    animation-name: nurseslounge-home-manage-my-lounges-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-home-manage-my-lounges .result-info-count {
    color: #707070;
    font-weight: 400;
}
#nurseslounge-home-manage-my-lounges .result-info-count strong {
    font-weight: 600;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left .list-items li {
    cursor: pointer;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left .list-items li:hover {
    background-color: #c7c7c72b !important;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left .list-items li .select-count {
   display:none;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left .btn-light{
    font-size: 14px;
    padding: 6px 15px;
    font-weight: 500;
    border-radius: 4px;
    margin-right: unset;
    height: 40px;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left .manage-my-lounge-list-autocomplete-wrapper{
    display:none;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left .manage-my-lounge-list-wrapper{
    display:none;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left ul.list-items.list-message{
    list-style: disc;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left ul.list-items.list-message li{
    margin-left:20px;
    margin-bottom: 20px;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left .list-items.list-message li:hover{
    background: inherit !important;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left .list-items.list-message li:hover{
    background: inherit !important;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left .manage-my-lounge-statistics-wrapper .square{
    border: solid 1px #cccccc;
    height: 150px;
    text-align: center;
    padding: 5px;
    margin: 5px;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left .manage-my-lounge-statistics-wrapper .title{
    border-bottom:solid 1px #cccccc;
    font-size: 19px;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left .manage-my-lounge-statistics-wrapper .number{
    margin-top: 10px;
    font-size: 28px;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-left .manage-my-lounge-statistics-wrapper .question {
    border: solid 1px black;
    border-radius: 100%;
    padding: 0px 8px;
    cursor: pointer;
    float: right;
}
/*Pagination*/
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages li>a:hover{
    background:#eee
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-home-manage-my-lounges .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
/*Multiselect*/
#nurseslounge-home-manage-my-lounges .chosen-container{
    width: 100% !important;
}
#nurseslounge-home-manage-my-lounges .chosen-choices{
    min-height:initial;
    max-height: initial;
    padding: initial;
    font-size: 18px;
    font-weight: normal;
    background-image: none;
    overflow: auto;
    border: 0 !important;
}
#nurseslounge-home-manage-my-lounges .chosen-container-active .chosen-choices{
    border: 0 !important;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#nurseslounge-home-manage-my-lounges .chosen-container.chosen-with-drop .chosen-drop{
    border: solid 1px gray;
}
#nurseslounge-home-manage-my-lounges .chosen-container-multi .chosen-choices li.search-field{
    width: 100% !important;
}
#nurseslounge-home-manage-my-lounges .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    width: 100% !important;
    height: auto;
    font-size: 18px;
    border: 0 !important;
    font-family: inherit;
    font-weight: 500;
}
#nurseslounge-home-manage-my-lounges .chosen-container-multi .chosen-choices li.search-choice span{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-home-manage-my-lounges .chosen-container-multi .chosen-choices li.search-choice{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 25px;
}
/*Report*/
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-right .list-image{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-right .report .title{
    letter-spacing: -.5px;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-right .report .question{
    border: solid 1px black;
    border-radius: 100%;
    padding: 0px 5px;
    cursor: pointer;
}
#nurseslounge-home-manage-my-lounges .nurseslounge-home-manage-my-lounges-right .report .gray{
    color: #b3b3b3;
}
/*NursesLounge Activity Preview Modal*/
#nurseslounge-lounge-activity-preview-modal .post-image {
    width: 46px;
    border-radius: 100%;
    height: 46px;
    border: 1px solid #dee2e6!important;
}
#nurseslounge-lounge-activity-preview-modal .post-date {
    font-size: .6em;
    padding: .2em;
    opacity: 0.8;
}
#nurseslounge-lounge-activity-preview-modal .website-attach .soft {
    color: #a7a7a7;
}
#nurseslounge-lounge-activity-preview-modal .website-attach .block {
    cursor: pointer;
    background: #F2F5F7;
    display: inline-block;
    width: 100% !important;
}
#nurseslounge-lounge-activity-preview-modal .website-link.landscape > .block > .left,
#nurseslounge-lounge-activity-preview-modal .website-link.landscape > .block > .right {
    width: 47%;
    height: auto;
    overflow: hidden;
}
/*Landscape*/
#nurseslounge-lounge-activity-preview-modal .website-link.landscape > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
    max-height: 350px;
}
#nurseslounge-lounge-activity-preview-modal .website-link.landscape > .block > .left,
#nurseslounge-lounge-activity-preview-modal .website-link.landscape > .block > .right
{
    width: 47%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-lounge-activity-preview-modal .website-link.landscape > .block .soft
{
    color: #707070;
}
#nurseslounge-lounge-activity-preview-modal .website-link.landscape > .block .date
{
    font-size: 9px;
    color: #707070;
}
#nurseslounge-lounge-activity-preview-modal .website-link.landscape > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
#nurseslounge-lounge-activity-preview-modal .item .border-bottom{
    border-top: 1px solid #dee2e6 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#nurseslounge-lounge-activity-preview-modal a {
    color: var(--link);
}
/*Portrait*/
#nurseslounge-lounge-activity-preview-modal .website-link.portrait > .block {
    cursor: pointer;
    background: #F2F5F7;
    height: 100%;
}
#nurseslounge-lounge-activity-preview-modal .website-link.portrait > .block > .left
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#nurseslounge-lounge-activity-preview-modal .website-link.portrait > .block > .right
{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.5em !important;
}
#nurseslounge-lounge-activity-preview-modal .website-link.portrait > .block .soft
{
    color: #707070;
}
#nurseslounge-lounge-activity-preview-modal .website-link.portrait > .block .date
{
    font-size: 12px;
    color: #707070;
}
#nurseslounge-lounge-activity-preview-modal .website-link.portrait > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
#nurseslounge-lounge-activity-preview-modal .website-link.landscape > .block > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 200px;
}
/*NursesLounge Welcome Modal*/
#nurseslounge-welcome-modal h4 {
    font-size: 16px;
    font-weight: 600;
}
#nurseslounge-welcome-modal .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
#nurseslounge-welcome-modal .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
#nurseslounge-welcome-modal .start-btn {
    padding: 15px 20px;
    background: var(--button);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 14px;
}
/*Stripe*/
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .card{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .card .__PrivateStripeElement{
    height: inherit !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] input[name='name'],
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] input[name='number']
{
    border-left: 0px;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 1.09em;
    padding-left: 7px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] input[name='name']:focus,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] input[name='number']:focus
{
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color:#ced4da;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .fa-user
{
    opacity: 0.8;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .form-control.is-invalid,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .was-validated .form-control:invalid {
    border-color: #ced4da !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff;
}
@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .on-progress-checkmark-wrapper,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .success-checkmark-wrapper,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='stripe-form'] .payment-form-wrapper {
    display:none;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container form[name='graph-form'] #nurseslounge-lounge-information-jobs-statistics-graph {
    width:100% !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container .autocharge-toggle-wrapper {
    display: none;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container .autocharge-toggle-wrapper label{
    font-size: 19px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #jobs .container .buy-more-clicks {
    display: none;
}
/*Nurses Lounge Home My Credential Vault */
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .tab-info .nav-pills .nav-item {
    cursor: pointer;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .tab-info .nav-pills .nav-link {
    font-size: 12px;
    padding: 5px 7px;
    line-height: 30px;
    cursor: pointer;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .tab-info .nav-pills .nav-link.active,
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .tab-info .nav-pills .show>.nav-link{
    background: #E7F6FF;
    color: var(--link);
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .tab-info .tab-content .tab-pane{
    height: 550px;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .vault-wrapper {
    min-height:1350px;
    height: auto;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .vault-wrapper .picture-image {
    max-height: 550px;
    object-fit: cover;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .vault-wrapper .invalid-feedback{
    top: inherit !important;
    right: 60px;
    margin-top: -97px;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .vault-wrapper .otherTag{
    display:none;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .vault-wrapper .chosen-container {
    width: 100% !important;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .vault-wrapper .chosen-choices {
    min-height: 54px;
    font-size: 18px;
    font-weight: normal;
    border-color: #CCD7EE;
    background-image: none;
    max-height: auto;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .vault-wrapper .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .vault-wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    width: 100% !important;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .vault-wrapper .chosen-container-multi .chosen-choices li.search-choice span {
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .vault-wrapper .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 1;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .phone-verification,
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .loader-image{
    display:none;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .close{
    opacity: 1 !important;
    cursor: pointer;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .close:hover{
    opacity: 1 !important;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .table td,
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .table th {
    border-top: 0px solid;
}
#nurseslounge-home-my-credential-vault .nurseslounge-home-my-credential-vault-center .tagify__input:empty::before {
    content: "e.g. State License, Certificate, Education, NCLEX Certificate, Honors Awards, \A Honors & Awards, Others";
    white-space: pre-wrap;
    opacity: 0.7;
}
/*NursesLounge Credential Vault Add Picture Modal*/
#nurseslounge-credential-vault-add-picture-modal .camera-buttons,
#nurseslounge-credential-vault-add-picture-modal .image-buttons,
#nurseslounge-credential-vault-add-picture-modal .qr-buttons,
#nurseslounge-credential-vault-add-picture-modal .storage-file{
    display: none;
}
#nurseslounge-credential-vault-add-picture-modal .camera-buttons,
#nurseslounge-credential-vault-add-picture-modal .image-buttons,
#nurseslounge-credential-vault-add-picture-modal .qr-buttons{
    margin-top: 315px !important;
}
#nurseslounge-credential-vault-add-picture-modal .camera-buttons .save-camera-picture,
#nurseslounge-credential-vault-add-picture-modal .camera-buttons .take-camera-picture{
    display: none;
}
#nurseslounge-credential-vault-add-picture-modal .image-buttons .take-image-picture,
#nurseslounge-credential-vault-add-picture-modal .image-buttons .save-image-picture{
    display: none;
}
#nurseslounge-credential-vault-add-picture-modal .qr-buttons .take-qr-picture,
#nurseslounge-credential-vault-add-picture-modal .qr-buttons .save-qr-picture{
    display: none;
}
#nurseslounge-credential-vault-add-picture-modal .my-camera{
    width: 400px;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto auto auto auto;
    display: none;
}
#nurseslounge-credential-vault-add-picture-modal .my-camera img{
    max-width: 400px;
    max-height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto auto auto auto;
    object-fit: contain;
}
@media (max-width: 576px) {
    #nurseslounge-credential-vault-add-picture-modal .my-camera{
        width: 330px;
        height: 260px;
    }
    #nurseslounge-credential-vault-add-picture-modal .my-camera img{
        max-width: 330px;
        max-height: 260px;
    }
}
@media (max-width: 351px) {
    #nurseslounge-credential-vault-add-picture-modal .my-camera{
        width: 260px;
        height: 160px;
    }
    #nurseslounge-credential-vault-add-picture-modal .my-camera img{
        max-width: 260px;
        max-height: 160px;
    }
}
@media (max-width: 301px) {
    #nurseslounge-credential-vault-add-picture-modal .my-camera{
        width: 190px;
        height: 90px;
    }
    #nurseslounge-credential-vault-add-picture-modal .my-camera img{
        max-width: 190px;
        max-height: 90px;
    }
}
/*Credential Vault Picture Carousel*/
#credentialVaultPictureCarousel .carousel-item{
    height: 540px;
}
#credentialVaultPictureCarousel .carousel-item img{
    object-fit: cover;
}
/*Nurses Lounge My Credential Vault Qr Wrapper*/
#nurseslounge-home-my-credential-vault-center-qrWrapper .take-image-picture,
#nurseslounge-home-my-credential-vault-center-qrWrapper .save-image-picture,
#nurseslounge-home-my-credential-vault-center-qrWrapper .loader-image{
    display:none;
}
/*NursesLounge Information Edit Modal Invite*/
#nurseslounge-lounge-information-edit-modal #invite .preview-email-wrapper{
    display: none;
}
#nurseslounge-lounge-information-edit-modal #invite .previous-email-content .table-bordered,
#nurseslounge-lounge-information-edit-modal #invite .previous-email-content .table-bordered td,
#nurseslounge-lounge-information-edit-modal #invite .previous-email-content .table-bordered tr,
#nurseslounge-lounge-information-edit-modal #invite .previous-email-content .table-bordered th,
#nurseslounge-lounge-information-edit-modal #invite .previous-email-content .table tr,
#nurseslounge-lounge-information-edit-modal #invite .previous-email-content .table td,
#nurseslounge-lounge-information-edit-modal #invite .previous-email-content .table th,
#nurseslounge-lounge-information-edit-modal #invite .previous-email-content tr,
#nurseslounge-lounge-information-edit-modal #invite .previous-email-content td,
#nurseslounge-lounge-information-edit-modal #invite .previous-email-content th{
    border:initial;
}
/*createLogo*/
#createLogo .chosen-container.chosen-container-single {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#createLogo a.chosen-single {
    background: white !important;
    width: 100%;
    border-radius: 0px !important;
    border: 0px !important;
    box-shadow: inherit;
}
#createLogo .text-script {
    height: 200px;
    resize:none;
}
#createLogo .logo-invalid-feedback.invalid-feedback{
    top: -50px;
    text-align: center !important;
    display: none;
    left: 0px;
    width: 330px;
}
.coin.simple {
    width: 5px;
    height: 5px;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    zoom: 3;
}
.coin.alternate {
    width: 5px;
    height: 5px;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    animation: coin 2s linear infinite alternate;
    zoom: 3;
}
.coin.right {
    margin-top: 10px;
    width: 5px;
    height: 5px;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    animation: coin 2s linear infinite;
    zoom: 3;
}
.coin.left {
    margin-top: 10px;
    width: 5px;
    height: 5px;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    animation: coin 2s linear infinite;
    animation-direction: reverse;
    zoom: 3;
}
.coin .front {
    width: 100%;
    height: 100%;
    background: #f7941e;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.coin .front_b {
    width: 100%;
    height: 100%;
    background: #f7941e;
    border-radius: 50%;
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.coin .front_b:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #fbb041;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.coin .front_b:after {
    content: "$";
    padding: 2.2px 0 0 0;
    width: 100%;
    height: 100%;
    font-size: 2.5px;
    font-weight: bold;
    color: #fbb041;
    line-height: 0;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.coin .back {
    width: 100%;
    height: 100%;
    background: #f7941e;
    border-radius: 50%;
    transform: rotateY(180deg) translateZ(1px);
    -webkit-transform: rotateY(180deg) translateZ(1px);
    -ms-transform: rotateY(180deg) translateZ(1px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.coin .back:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #fbb041;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.coin .back:after {
    content: "1";
    padding: 2.2px 0 0 0;
    width: 100%;
    height: 100%;
    font-size: 2.5px;
    font-weight: bold;
    color: #fbb041;
    line-height: 0;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;
}
.coin .back_b {
    width: 100%;
    height: 100%;
    background: #f7941e;
    border-radius: 50%;
    transform: translateZ(-1px);
    -webkit-transform: translateZ(-1px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.coin:before {
    content: "";
    margin-left:-1px;
    width: 1px;
    height: 100%;
    background: #f7941e;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
}
@keyframes coin {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}
.profile-coins{
    position: relative;
    border-radius: 100%;
    border: solid 1px #fbb041;
    width: 20px;
    height: 20px;
    top: 0px;
    left: -20px;
    font-size: 10px;
    text-align: center;
    background: #f7941e;
    color: #955e0c;
    margin: 5px;
    padding: 3px 5px;
    font-weight: 700;
}
ul.navbar-nav.coins-menu {
    margin-right: 10px;
    display: contents;
}
ul.navbar-nav.coins-menu li{
    padding: 0px 10px;
}
.coins-basket{
    width: 30px;
    height: 30px;
}
.show-coin-info{
    width: 100px;
    height: 80px;
    border: solid 5px #fbb041;
    position: absolute;
    z-index: 99;
    left: -90px;
    border-radius: 10px;
    background: #f7941e;
}
.show-coin-content{
    width: 90px;
    height: 70px;
    position: absolute;
    z-index: 99;
    background: transparent;
    border: solid 1px #d9a60d;
    border-radius: 100%;
}
.show-coin-content-wrapper{
    margin-top: 0px;
    height: 52px;
    width: 88px;
    text-align: center;
    padding: 0px 0px;
    font-size: 12px;
    background: linear-gradient(0deg, #fbb041 30%, rgb(245 204 142) 100%);
}
.show-coin-content-info{
    font-size: 10px;
    font-weight: 700;
    background: linear-gradient(0deg, #fbb041 30%, rgb(245 204 142) 100%);
}
.show-coin-content-wrapper .plus{
    font-weight: 900;
    color: #287443;
    font-size: 15px;
}
.show-coin-content-wrapper .coins{
    font-weight: 900;
    color: #565451;
    font-size: 13px;
}
.show-coin-content-wrapper .coin-wrapper{
    padding: 3px 0px;
    width: 100%;
    border-radius: 5%;
    background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(251,176,65,1) 100%);
    height: 40px;
}
.coin-event{
    display:none;
}
/*NursesLounge Lounge MyProfile Modal*/
#nurseslounge-lounge-myprofile-download-modal .pdf-container{
    width:100%;
    height:400px
}
/*Help Message*/
.help-btn{
    background: #f5f3ba !important;
    color:#333333 !important;
    border:#f5f3ba !important;
    border-radius:0px !important;
}
.help-btn:before {
    content: "+";
}
.help-btn[aria-expanded="true"]:before {
    content: "-";
}
.help-container{
    background: #f5f3ba !important;
    color:#333333 !important;
    border:#f5f3ba !important;
    border-radius:0px !important;
}
.help-container .close{
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    padding: 15px 0px;
}
/*Nurses Lounge Invite Colleagues Modal*/
#nurseslounge-invite-colleagues-modal .preview{
    width: 100%;
    height: 700px;
    zoom: 0.5;
    margin: 0px 150px;
}
/*NursesLounge Activity Lounge Rate*/
@keyframes nurseslounge-lounge-rate-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-home-activity .nurseslounge-lounge-rate-preload{
    position: relative;
    animation-name: nurseslounge-lounge-rate-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
/*Pagination*/
#nurseslounge-home-activity .pagination-nav .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-home-activity .pagination-nav .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages li>a:hover{
    cursor: pointer;
    background:#eee
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-home-activity .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .list-items li{
    cursor: pointer;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left .list-items li:hover {
    background-color: #c7c7c72b !important;
}
#nurseslounge-home-activity .nurseslounge-home-activity-left svg {
    margin: 0;
    width: 20px;
}
/*Nurseslounge Lounge Manage My Lounge*/
#nurseslounge-lounge-manage-my-lounge-modal .modal-header {
    border-bottom: solid 1px #ddd;
}
#nurseslounge-lounge-manage-my-lounge-modal .profile-border {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
#nurseslounge-lounge-manage-my-lounge-modal .list-items li {
    cursor: pointer;
}
#nurseslounge-lounge-manage-my-lounge-modal .list-items li:hover {
    background-color: #c7c7c72b !important;
}
#nurseslounge-lounge-manage-my-lounge-modal .btn-light{
    font-size: 14px;
    padding: 6px 15px;
    font-weight: 500;
    border-radius: 4px;
    margin-right: unset;
    height: 40px;
}
#nurseslounge-lounge-manage-my-lounge-modal .manage-my-lounge-list-autocomplete-wrapper{
    display:none;
}
#nurseslounge-lounge-manage-my-lounge-modal .manage-my-lounge-list-wrapper{
    display:none;
}
#nurseslounge-lounge-manage-my-lounge-modal ul.list-items.list-message{
    list-style: disc;
}
#nurseslounge-lounge-manage-my-lounge-modal ul.list-items.list-message li{
    margin-left:20px;
    margin-bottom: 20px;
}
#nurseslounge-lounge-manage-my-lounge-modal .list-items.list-message li:hover{
    background: inherit !important;
}
/*Pagination*/
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages li>a:hover{
    background:#eee
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-lounge-manage-my-lounge-modal .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
/*Multiselect*/
#nurseslounge-lounge-manage-my-lounge-modal .chosen-container{
    width: 100% !important;
}
#nurseslounge-lounge-manage-my-lounge-modal .chosen-choices{
    min-height:initial;
    max-height: initial;
    padding: initial;
    font-size: 18px;
    font-weight: normal;
    background-image: none;
    overflow: auto;
    border: 0 !important;
}
#nurseslounge-lounge-manage-my-lounge-modal .chosen-container-active .chosen-choices{
    border: 0 !important;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#nurseslounge-lounge-manage-my-lounge-modal .chosen-container.chosen-with-drop .chosen-drop{
    border: solid 1px gray;
}
#nurseslounge-lounge-manage-my-lounge-modal .chosen-container-multi .chosen-choices li.search-field{
    width: 100% !important;
}
#nurseslounge-lounge-manage-my-lounge-modal .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    width: 100% !important;
    height: auto;
    font-size: 18px;
    border: 0 !important;
    font-family: inherit;
    font-weight: 500;
}
#nurseslounge-lounge-manage-my-lounge-modal .chosen-container-multi .chosen-choices li.search-choice span{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-lounge-manage-my-lounge-modal .chosen-container-multi .chosen-choices li.search-choice{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 25px;
}
.popover-header{
    font-size: 0.8rem !important;
}
/*Nurseslounge Lounge Overview Buy Clicks Modal*/
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .card{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .card .__PrivateStripeElement{
    height: inherit !important;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] input[name='name'],
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] input[name='number']
{
    border-left: 0px;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 1.09em;
    padding-left: 7px;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] input[name='name']:focus,
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] input[name='number']:focus
{
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color:#ced4da;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .fa-user
{
    opacity: 0.8;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .form-control.is-invalid,
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .was-validated .form-control:invalid {
    border-color: #ced4da !important;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}
#nurseslounge-lounge-overview-buy-clicks-modal form[name='stripe-form-popup'] .success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff;
}
#nurseslounge-lounge-overview-buy-clicks-modal .invalid-feedback{
    top: -50px !important;
}
/*NursesLounge After PopUp*/
#nurseslounge-lounge-after-popup-modal .color-gray{
    color: #9d9d9d;
}
#nurseslounge-lounge-after-popup-modal .color-green{
    color: #56c535;
}
.borderless td,
.borderless th{
    border: none !important;
}
/*Report*/
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .report .title,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .report .title,
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .report .title
{
    letter-spacing: -.5px;
}
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .report .question,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .report .question,
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .report .question
{
    border: solid 1px black;
    border-radius: 100%;
    padding: 0px 5px;
    cursor: pointer;
}
#nurseslounge-lounge-information .nurseslounge-lounge-information-right .report .gray,
#nurseslounge-lounge-activity .nurseslounge-lounge-activity-right .report .gray,
#nurseslounge-lounge-reviews .nurseslounge-lounge-reviews-right .report .gray
{
    color: #b3b3b3;
}
/*Overview Menu Modal*/
#nurseslounge-overview-menu-modal .images{
    overflow-x: hidden;
    overflow-y: auto;
    height: 70vh;
}
/*Buy Ads Multiselect*/
#nurseslounge-lounge-information-edit-modal .chosen-container {
    width: 100% !important;
}
#nurseslounge-lounge-information-edit-modal .chosen-choices {
    min-height: 54px;
    font-size: 18px;
    font-weight: normal;
    border-color: #CCD7EE;
    background-image: none;
    max-height: 85px;
    overflow-x: hidden;
    overflow-y: auto;
}
#nurseslounge-lounge-information-edit-modal .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    width: 100% !important;
}
#nurseslounge-lounge-information-edit-modal .chosen-container-multi .chosen-choices li.search-choice span {
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-lounge-information-edit-modal .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
}
#nurseslounge-lounge-information-edit-modal .chosen-container-multi .chosen-choices li.search-field{
    width: 100%;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .card{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .card .__PrivateStripeElement{
    height: inherit !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] input[name='name'],
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] input[name='number']
{
    border-left: 0px;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 1.09em;
    padding-left: 7px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] input[name='name']:focus,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] input[name='number']:focus
{
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color:#ced4da;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .fa-user
{
    opacity: 0.8;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .form-control.is-invalid,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .was-validated .form-control:invalid {
    border-color: #ced4da !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'],
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .on-progress-checkmark-wrapper,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .success-checkmark-wrapper,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container form[name='stripe-form'] .payment-form-wrapper {
    display:none;
}
/*Lounge Ads Preload*/
@keyframes nurseslounge-lounge-ads-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .nurseslounge-lounge-ads-preload{
    position: relative;
    animation-name: nurseslounge-lounge-ads-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
/*Pagination*/
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages li>a:hover{
    cursor: pointer;
    background:#eee
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .img-wrapper{
    min-height:358px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #buyAds .container .font-green{
    color:green;
}
/*Sponsor Degrees*/
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .credit-card{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .credit-card .__PrivateStripeElement{
    height: inherit !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] input[name='name'],
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] input[name='number']
{
    border-left: 0px;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 1.09em;
    padding-left: 7px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] input[name='name']:focus,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] input[name='number']:focus
{
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color:#ced4da;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .fa-user
{
    opacity: 0.8;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .form-control.is-invalid,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .was-validated .form-control:invalid {
    border-color: #ced4da !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'],
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .on-progress-checkmark-wrapper,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .success-checkmark-wrapper,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .payment-form-wrapper {
    display:none;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees div.dataTables_wrapper div.dataTables_filter label {
    display: none;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #sponsorDegrees .container form[name='stripe-form'] .card{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
/*Spotlight Jobs*/
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .credit-card{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .credit-card .__PrivateStripeElement{
    height: inherit !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] input[name='name'],
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] input[name='number']
{
    border-left: 0px;
    font-weight: 500;
    font-family: sans-serif;
    font-size: 1.09em;
    padding-left: 7px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] input[name='name']:focus,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] input[name='number']:focus
{
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color:#ced4da;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .fa-user
{
    opacity: 0.8;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .form-control.is-invalid,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .was-validated .form-control:invalid {
    border-color: #ced4da !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'],
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .on-progress-checkmark-wrapper,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .success-checkmark-wrapper,
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .payment-form-wrapper {
    display:none;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs div.dataTables_wrapper div.dataTables_filter label {
    display: none;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs tags.tagify.form-control.validate.tagify--noTags.tagify--empty{
    border:0px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs tags.tagify.form-control.validate{
    border:0px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs span.tagify__input.tagify__input--outside{
    border: solid 1px #ccd7ee;
    width: 100%;
    color: #6C757D;
    opacity: 0.9;
    height: 55px;
    margin-top: 8px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='spotlight-jobs-edit']{
    display:none;
}
#nurseslounge-myDashboard-spotlight-job-modal .image{
    border-radius: 100%;
    height: 170px;
    width: 170px;
    border: 1px solid #dee2e6!important;
}
#nurseslounge-myDashboard-spotlight-job-modal .title{
    font-size: 1.4em;
}
#nurseslounge-myDashboard-spotlight-job-modal .value{
    font-size: 1.2em;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] input.chosen-search-input.default {
    color: #cdcdcd;
    vertical-align: middle;
    height: 48px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container form[name='stripe-form'] .tagify__input:empty::before {
    width: 100%;
    color: #cdcdcd;
    vertical-align: middle;
    margin-top: 12px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container .spotlight-wrapper .pin{
    padding: 12px 0px;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container .spotlight-wrapper .top{
    color: #000;
    opacity: .5;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container .spotlight-wrapper .logo{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container .spotlight-wrapper .pin img{
    width: 20px;
    height: auto;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container .font-small{
    font-size: 15px !important;
}
#nurseslounge-lounge-information-edit-modal .lounge-information-modal-container #spotlightJobs .container span.required{
    display: inherit;
}
/*NursesLounge Shop Modal*/
#nurseslounge-shop-modal .tab-info .nav-pills .nav-item {
    cursor: pointer;
}
#nurseslounge-shop-modal .tab-info .nav-pills .nav-link {
    font-size: 12px;
    padding: 5px 7px;
    line-height: 30px;
    cursor: pointer;
}
#nurseslounge-shop-modal .tab-info .nav-pills .nav-link.active,
#nurseslounge-shop-modal .tab-info .nav-pills .show>.nav-link{
    background: #E7F6FF;
    color: var(--link);
}
/*NursesLounge Shop Modal theShop*/
@keyframes items-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-shop-modal #theShop .container .items-preload{
    position: relative;
    animation-name: items-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .item {
    cursor:pointer;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .card.article-card {
    box-shadow:2px 4px 6px #06035a1a;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .article-card-image {
    height: 250px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .article-card-image:before {
    content: '';
    background-image: linear-gradient(90deg, #A3ADB5, #050048);
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
    left: 0;
    position: absolute;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .article-card-image img {
    height: 100%;
    object-fit: cover;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .article-card-desc{
    min-height: 215px;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .article-card-desc h3 {
    color: #0972BA;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    height: 60px;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .article-card-footer{
    display:flex;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .article-card-footer div{
    display: inline-block;
    height: 50px;
    color: #ddd;
    font-size: 13px;
    width: 50%;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .article-card-footer .left{
    text-align: left;
    margin: 40px 0 0 0;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .article-card-footer .right{
    text-align: right;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .article-card-footer .right img{
    height: 50px;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .article-card-footer .right .cost{
    color: #e7b500;
    font-weight: 800;
    display: inline-block;
    margin: 10px 0 0 0;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .article-card-footer{
    min-height: 100px;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .slick-next:before {
    content: '>>';
    font-weight: 800;
    display: flex;
    color: #333;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-cards .slick-prev:before {
    content: '<<';
    font-weight: 800;
    display: flex;
    color: #333;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-purchase-cards .success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-purchase-cards .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-purchase-cards .success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-purchase-cards .success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-purchase-cards .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-purchase-cards .success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-purchase-cards .success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-purchase-cards .success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-purchase-cards .success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}
#nurseslounge-shop-modal #theShop .container .nurseslounge-item-purchase-cards .success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #fff;
}
/*Calendar*/
#nurseslounge-home-schedule .calendar .month-head{
    font-size: 3vmax;
}
#nurseslounge-home-schedule .calendar.table td,
#nurseslounge-home-schedule .calendar.table th{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#nurseslounge-home-schedule .calendar.table td{
    padding-top: 0px !important;
}
#nurseslounge-home-schedule .calendar.table td .month-tag{
    width: 30px;
    color: #1492e6;
    text-align: center;
    font-size: 17px;
    margin: 2px;
    display: inline-block;
}
#nurseslounge-home-schedule .calendar.table td span.month-tag {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 600;
}
#nurseslounge-home-schedule .calendar.table td.bg-secondary-before{
    background: #F1F9FC !important;
}
#nurseslounge-home-schedule .calendar.table td.bg-secondary-after{
    background: #ffffff !important;
}
#nurseslounge-home-schedule .calendar.table td .month-block{
    height: 90px;
    width: 90px;
    cursor: pointer;
}
@media(max-width:1199.98px) {
    #nurseslounge-home-schedule .calendar.table td .month-block{
        height: fit-content;
        max-width: fit-content;
        cursor: pointer;
    }
}
@media (max-width: 991.98px) {
    #nurseslounge-home-schedule .calendar.table td .month-block{
        height: fit-content;
        max-width: fit-content;
        cursor: pointer;
    }
}
@media (max-width: 767.98px) {
    #nurseslounge-home-schedule .calendar.table td .month-block{
        height: auto;
        max-width: 50px;
        cursor: pointer;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-home-schedule .calendar.table td .month-block{
        height: auto;
        max-width: 44px;
        cursor: pointer;
    }
}
#nurseslounge-home-schedule .calendar.table td.month-today{
    background-color: #a6daff6e;
}
#nurseslounge-home-schedule .calendar.table td.month-focus-selection{
    background-color: #9bbfd73d;
}
#nurseslounge-home-schedule .calendar.table td .month-section{
    height: 22px;
    width: 22px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    margin: 1px;
    border: solid 1px #00000061;
    float: left;
}
#nurseslounge-home-schedule .calendar.table td .total-events{
    position: absolute;
    margin-top: -36px;
    padding: 0px 10px;
    font-size: 0.7em;
    margin-left: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border-radius: 0px 0px 10px 10px;
    font-weight: 400;
    cursor: pointer;
}
#nurseslounge-home-schedule .calendar.table th .total-events{
    position: relative;
    padding: 0px 10px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: -14px;
}
@media (max-width: 991.98px) {
    #nurseslounge-home-schedule .calendar.table td .total-events{
        position: relative;
        display: none;
    }
    #nurseslounge-home-schedule .calendar.table th .total-events {
        position: relative;
        display: none;
    }
}
@media (max-width: 767.98px) {
    #nurseslounge-home-schedule .calendar.table td .total-events{
        position: relative;
        display: none;
    }
    #nurseslounge-home-schedule .calendar.table th .total-events {
        position: relative;
        display: none;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-home-schedule .calendar.table td .total-events{
        position: relative;
        display: none;
    }
    #nurseslounge-home-schedule .calendar.table th .total-events {
        position: relative;
        display: none;
    }
}
/*Week*/
#nurseslounge-home-schedule .calendar.table th.w-week,
#nurseslounge-home-schedule .calendar.table td.w-week{
    width: 12.5%;
    height: 60px;
}
@media (max-width: 767.98px) {
    #nurseslounge-home-schedule .calendar .w-week div {
        width: 30px;
        height: 150px;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-home-schedule .calendar .w-week div {
        width: 30px;
        height: 150px;
    }
}
#nurseslounge-home-schedule .calendar.table td .week-section{
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 2px;
    cursor: pointer;
    border-radius: 100%;
    margin: 1px;
    border: solid 1px #00000061;
    float: left;
}
#nurseslounge-home-schedule .calendar.table td.week-today{
    background-color: #a6daff6e;
}
#nurseslounge-home-schedule .calendar.table td .week-timeline{
    height: fit-content;
    z-index: 999999;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: flex;
}
#nurseslounge-home-schedule .calendar.table td .week-timeline.active{
    border: dotted 1px #007bff;
    background: #007bff;
    height: 0px;
    z-index: 999999;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: flex;
}
#nurseslounge-home-schedule .calendar.table td.week-focus-selection{
    background-color: #9bbfd73d;
}
/*Day*/
#nurseslounge-home-schedule .calendar.table td .day-section {
    height: auto;
    width: 240px;
    text-align: center;
    padding: 2px;
    cursor: pointer;
    margin: 3px;
    float: left;
    border-style: dashed;
    border-width: 4px;
}
#nurseslounge-home-schedule .calendar.table td .day-img{
    float: left;
    border-radius: 100%;
    border: 1px solid #dee2e6!important;
}
#nurseslounge-home-schedule .calendar.table td.cursor{
    cursor: pointer;
}
@media (max-width: 767.98px) {
    #nurseslounge-home-schedule .calendar thead .w-week div {
        width: 40px;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-home-schedule .calendar thead .w-week div {
        width: 40px;
    }
}
@media (max-width: 767.98px) {
    #nurseslounge-home-schedule .rotate-mobile{
        width: 100px !important;
        height: 50px !important;
        margin-right: -40px;
        margin-left: -20px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-home-schedule .rotate-mobile{
        width: 100px !important;
        height: 50px !important;
        margin-right: -40px;
        margin-left: -20px;
        font-size: 12px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
}
/*List*/
#nurseslounge-home-schedule .view-list-tbody{
    background: #e9f0f582;
    margin: 0px;
    padding: 10px;
    height: 100%;
}
#nurseslounge-home-schedule .view-list-tbody::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: #E9ECEF;
}
#nurseslounge-home-schedule .view-list-tbody-img{
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    margin-left: -18px;
    cursor: pointer;
}
#nurseslounge-home-schedule .view-list-tbody-img.morning{
    box-shadow: 0 0 0 4px #ffb7002e, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
#nurseslounge-home-schedule .view-list-tbody-img.afternoon{
    box-shadow: 0 0 0 4px #ff880070, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
#nurseslounge-home-schedule .view-list-tbody-img.night{
    box-shadow: 0 0 0 4px #2f315f7d, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
#nurseslounge-home-schedule .view-list-tbody-img img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    border-radius: 100%;
}
#nurseslounge-home-schedule .view-list-tbody-content {
    position: relative;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
    text-align: justify;
}
#nurseslounge-home-schedule .view-list-tbody-content.left::before {
    content: "";
    position: absolute;
    top: 16px;
    right: -14px;
    left: auto;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-left: 7px solid #ffffff;
}
#nurseslounge-home-schedule .view-list-tbody-content.right::before {
    content: "";
    position: absolute;
    top: 16px;
    right: auto;
    left: -13px;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
}
#nurseslounge-home-schedule .view-list-tbody-content h4{
    text-align: center;
    font-weight: 700;
    color: #303e49;
}
#nurseslounge-home-schedule .view-list-tbody-content p{
    color: #7f8c97;
    font-weight: 400;
    line-height: 25px;
    margin: 10px 3px;
}
#nurseslounge-home-schedule .view-list-tbody-content .view-list-tbody-wrap{
    max-height: 190px;
}
#nurseslounge-home-schedule .view-list-tbody-content .view-list-tbody-wrap .carousel-control-prev{
    left: -30px;
}
#nurseslounge-home-schedule .view-list-tbody-content .view-list-tbody-wrap .carousel-control-next{
    right: -30px;
}
#nurseslounge-home-schedule .view-list-tbody .date{
    top: 0px;
    position: absolute;
    font-weight: 600;
    font-size: 0.8em;
    background-color: #E9EEF1;
    border-radius: 10px;
}
@media (max-width: 767.98px) {
    #nurseslounge-home-schedule .view-list-tbody .date{
        font-size: 0.5em;
    }
}
@media (max-width: 575.98px) {
    #nurseslounge-home-schedule .view-list-tbody .date{
        font-size: 0.5em;
    }
}
#nurseslounge-home-schedule .view-list-tbody .date.left{
    text-align: left;
}
#nurseslounge-home-schedule .view-list-tbody .date.right{
    text-align: right;
}
#nurseslounge-home-schedule .view-list-tbody .date.left::before{
    content: "";
    position: absolute;
    top: 9px;
    right: auto;
    left: -13px;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #E9EEF1;
}
#nurseslounge-home-schedule .view-list-tbody .date.right::before{
    content: "";
    position: absolute;
    top: 9px;
    right: -13px;
    left: auto;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-left: 7px solid #E9EEF1;
}
#nurseslounge-home-schedule .view-list-tbody .carousel-control-prev-icon,
#nurseslounge-home-schedule .view-list-tbody .carousel-control-next-icon{
    height: 100%;
    width: 100%;
    outline: black;
    background-size: 0;
    border-radius: 0;
    border: none;
    background-image: none;
}
#nurseslounge-home-schedule .view-list-tbody .carousel-control-next-icon:after{
    content: '>';
    font-size: 27px;
    color: #7f8c97;
}
#nurseslounge-home-schedule .view-list-tbody .carousel-control-prev-icon:after{
    content: '<';
    font-size: 27px;
    color: #7f8c97;
}
@keyframes calendar-title-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-home-schedule .calendar-title-preload{
    position: relative;
    animation-name: calendar-title-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-home-schedule .view-list-tbody-wrap .carousel-item{
    cursor: pointer;
}
#nurseslounge-home-schedule .calendar .input-group-prepend {
    display: none;
}
#nurseslounge-home-schedule .calendar .view-options {
    width: 140px;
}
#nurseslounge-home-schedule .calendar .col-md-3:nth-child(3) {
    float: right;
    margin-left: auto;
    padding-right: 0;
}
#nurseslounge-home-schedule .calendar .col-md-3:last-child {
    padding-left: 0;
}
#nurseslounge-home-schedule .calendar .col-md-3:nth-child(3) .border.text-center,
#nurseslounge-home-schedule .calendar .col-md-3:last-child .border.text-center {
    background: #E9EEF1;
    border-radius: 4px;
}
#nurseslounge-home-schedule .calendar.table td .day-section {
    border: 0;
    width: calc(100% - 6px);
    text-align: left;
}
#nurseslounge-home-schedule .view-list-tbody {
    background: transparent;
    position: relative;
    overflow: hidden;
}
#nurseslounge-home-schedule .view-list-tbody-content {
    box-shadow: 0px 1px 13px 2px rgba(0, 0, 0, 0.1);
}
#nurseslounge-home-schedule .nurseslounge-home-schedule-top .profile-img .fa {
    border: 1px solid #ddd;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}
#nurseslounge-home-schedule .nurseslounge-home-schedule-top a {
    display: flex;
    font-weight: 600;
    color: var(--link) !important;
    cursor: pointer;
    float: left;
    padding: 6px 0px;
}
/*My Profile Schedule Events*/
#home-my-profile-schedule-events .event_owner_container img.img-card-round {
    border-radius: 100%;
    border: 1px solid #dee2e6!important;
}
#home-my-profile-schedule-events .event_owner_container .title {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}
#home-my-profile-schedule-events .event_owner_container p {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0px;
    line-height: 22px;
}
#home-my-profile-schedule-events .timepicker-picker table {
    border: none !important;
}
#home-my-profile-schedule-events .timepicker-picker table tr td:not(:last-child) {
    border: none !important;
}
#home-my-profile-schedule-events .timepicker-picker table tr td{
    border: none !important;
}
#home-my-profile-schedule-events .tagify__tag{
    white-space: nowrap;
}
#home-my-profile-schedule-events .tagify__tag:hover .tagify__tag__avatar-wrap{
    transform: scale(1.6) translateX(-10%);
}
#home-my-profile-schedule-events .tagify__tag .tagify__tag__avatar-wrap{
    width: 16px;
    height: 16px;
    white-space: normal;
    border-radius: 50%;
    background: silver;
    margin-right: 5px;
    transition: .12s ease-out;
}
#home-my-profile-schedule-events .tagify__tag img{
    width: 100%;
    vertical-align: top;
}
#home-my-profile-schedule-events .inviteUsersList_validate.invalid-feedback {
    top: -60px;
}
#home-my-profile-schedule-events .monthlyDatesSelected_validate.invalid-feedback {
    top: -50px;
    left: 20px;
    right: auto;
}
#home-my-profile-schedule-events .weeklyDatesSelected_validate.invalid-feedback {
    top: -50px;
    left: 100px;
    right: auto;
}
#nurseslounge-home-preceptors .tab-info .nav-pills .nav-link.active,
#nurseslounge-home-continuing-education .tab-info .nav-pills .show>.nav-link {
    background: #E7F6FF;
    color: var(--link);
}
#nurseslounge-home-preceptors .tab-info .nav-pills .nav-link {
    font-size: 12px;
    padding: 5px 7px;
    line-height: 30px;
    cursor: pointer;
}
#nurseslounge-home-preceptors .tab-info .badge-light {
    color: #212529;
    width: 30px;
    vertical-align: middle;
    height: 30px;
    border-radius: 100%;
    background-color: #f8f9fa;
    padding: 10px 0;
}
#nurseslounge-home-preceptors .tab-info .search-box .input-group .input-group-addon {
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 22;
    font-size: 16px;
    left: 10px;
}
#nurseslounge-home-preceptors .tab-info .search-box .input-group .form-control {
    border: 2px solid #D2D1D8;
    height: 40px;
    padding-left: 50px;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    font-weight: 400;
}
#nurseslounge-home-preceptors .nurseslounge-home-preceptors-center .list-items li{
    cursor: pointer;
}
#nurseslounge-home-preceptors .nurseslounge-home-preceptors-center .list-items li:hover {
    background-color: #c7c7c72b !important;
}
@keyframes nurseslounge-home-preceptors-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-home-preceptors .nurseslounge-home-preceptors-preload{
    position: relative;
    animation-name: nurseslounge-home-preceptors-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs{
    width: 100%;
    margin: 5px;
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a{
    visibility: hidden;
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a:before{
    visibility: visible;
    content: '< Prev';
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a{
    visibility: hidden;
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:last-child>a:after{
    visibility: visible;
    content: 'Next >';
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs:after{
    display:table;
    content:" ";
    clear:both
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages{
    float:right
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages ul{
    float:left;
    margin:0;
    padding:0
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{
    float:left;
    margin-left:10px;
    font-size:14px
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages li{
    float:left;
    border-right:none;
    list-style:none
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages li>a{
    min-width:30px;
    height:28px;
    line-height:28px;
    display:block;
    background:#fff;
    font-size:16px;
    color:#333;
    text-decoration:none;
    text-align:center
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages li>a:hover{
    cursor: pointer;
    background:#eee
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages li.active{
    border:none
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages li.active>a{
    height:30px;
    line-height:30px;
    color: var(--link);
    background: transparent;
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages li.disabled>a{
    opacity:.3
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages li.disabled>a:hover{
    background:0 0
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{
    border-radius:3px 0 0 3px
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-nav{
    height: 30px;
    line-height: 30px;
    float: left;
    opacity: 0.8;
    font-size: 16px;
}
#nurseslounge-home-preceptors .pagination-nav .paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{
    margin-left:5px;
}
#nurseslounge-home-preceptors .chosen-container{
    width: 100% !important;
}
#nurseslounge-home-preceptors .chosen-choices{
    min-height:initial;
    max-height: initial;
    padding: initial;
    font-size: 18px;
    font-weight: normal;
    background-image: none;
    overflow: auto;
    border: 0 !important;
}
#nurseslounge-home-preceptors .chosen-container-active .chosen-choices{
    border: 0 !important;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#nurseslounge-home-preceptors .chosen-container.chosen-with-drop .chosen-drop{
    border: solid 1px gray;
}
#nurseslounge-home-preceptors .chosen-container-multi .chosen-choices li.search-field{
    width: 100% !important;
}
#nurseslounge-home-preceptors .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    width: 100% !important;
    height: auto;
    font-size: 18px;
    border: 0 !important;
    font-family: inherit;
    font-weight: 500;
}
#nurseslounge-home-preceptors .chosen-container-multi .chosen-choices li.search-choice span{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-home-preceptors .chosen-container-multi .chosen-choices li.search-choice{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 25px;
}
#nurseslounge-home-preceptors .search-box .form-input {
    border: 2px solid #E6ECEF;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}
#nurseslounge-home-preceptors .search-box .form-group {
    margin-bottom: 0;
}
@keyframes preceptor-list-preload {
    0%   {
        background-color: transparent;
    }
    50%  {
        background-color: #E2E2E9;
    }
}
#nurseslounge-home-preceptors .preceptor-list-preload{
    position: relative;
    animation-name: preceptor-list-preload;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
#nurseslounge-home-preceptors #become-paid-preceptor .video iframe{
    max-width:100%;
    width: 100%;
    height: 800px;
}
#nurseslounge-home-preceptors .link{
    color: #007bff !important;
}
#nurseslounge-home-my-profile-edit-modal .tagify--outside{
    border: 0;
    padding: 0;
    margin: 0;
}
#nurseslounge-home-my-profile-edit-modal .tagify__input--outside{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.6rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0px;
}
#nurseslounge-home-my-profile-edit-modal  tags.tagify {
    border: 0px;
    display: inline-block;
    margin: 1em 0px;
}
#nurseslounge-home-my-profile-edit-modal  .tagify__input::before {
    color: rgba(0,0,0,.4) !important;
}
@media(max-width:768px) {
    #nurseslounge-home-my-profile-edit-modal  .tagify__input::before {
        content:'';
    }
}
@media (max-width: 577px) {
    #nurseslounge-home-my-profile-edit-modal  .tagify__input::before {
        content:'';
    }
}
/*Multiselect*/
#nurseslounge-home-articles .chosen-container{
    width: 100% !important;
}
#nurseslounge-home-articles .chosen-choices{
    min-height:initial;
    max-height: initial;
    padding: initial;
    font-size: 18px;
    font-weight: normal;
    background-image: none;
    overflow: auto;
    border: 0 !important;
}
#nurseslounge-home-articles .chosen-container-active .chosen-choices{
    border: 0 !important;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
#nurseslounge-home-articles .chosen-container.chosen-with-drop .chosen-drop{
    border: solid 1px gray;
}
#nurseslounge-home-articles .chosen-container-multi .chosen-choices li.search-field{
    width: 100% !important;
}
#nurseslounge-home-articles .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    width: 100% !important;
    height: auto;
    font-size: 14px;
    border: 0 !important;
    font-family: inherit;
    font-weight: 500;
}
#nurseslounge-home-articles .chosen-container-multi .chosen-choices li.search-choice span{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    font-size: 18px;
}
#nurseslounge-home-articles .chosen-container-multi .chosen-choices li.search-choice{
    background-color: #F2F6FF;
    border-color: #CCD7EE;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px 5px 5px;
    line-height: 25px;
}
#nurseslounge-home-articles .form-input{
    border: 2px solid #E6ECEF;
    padding: 1px 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}
#nurseslounge-lounge-information-edit-modal #api .table-condensed td {
    border:none;
}


/*# sourceMappingURL=css.css.map */
