.like-wrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.like-wrapper .like-btn {
    display: inline-block;
    width: 30px;
    height: 30px;

    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.95);
}

.like-wrapper .like-btn.active {
    color: #4fbf7c;
    -webkit-text-stroke: 2px white;
}

.like-modal-background {
    z-index: 12;
    background-color: rgba(255, 255, 255, 0.75);
}

.like-modal-background .like-modal {
    opacity: 1 !important;
    overflow: initial;
    border-radius: 2px;
    box-shadow: 0 0 20px #ccc;
}

@media only screen and (max-width: 767px) {
    .like-modal-background {
        padding: 0 !important;
    }

    .like-modal-background .like-modal {
        padding: 20px;
    }
}

.like-modal-background .like-modal .jquery-modal-close {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../../images/close-icon.png");
}

.like-modal-background .like-modal .no-lists {
    padding: 10px 0;
}

.like-modal-background .like-modal ul.ul-list {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    max-height: 220px;
    overflow-x: hidden;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.like-modal-background .like-modal ul.ul-list li {
    border-bottom: 1px solid #efefef;
    margin: 0;
    padding: 15px 10px;
    transition: all .2s ease-in;
    position: relative;
    line-height: 1.5;
    color: #323232;
    font-size: 17px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.like-modal-background .like-modal ul.ul-list li:hover {
    background-color: #fcfcfc;
}

.like-modal-background .like-modal ul.ul-list li.checked {
    background-color: #f7f7f7;
}

.like-modal-background .like-modal ul.ul-list li.checked:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    right: 20px;
    position: absolute;
    color: #4fbf7c;
    top: 20px;
    font-size: 24px;
}

.like-modal-background .like-modal ul.ul-list li .list-image img {
    border-radius: 4px;
    width: 50px;
    height: 50px;
}

.like-modal-background .like-modal ul.ul-list li p {
    padding: 0 0 0 10px;
    margin: 0;
}

.like-modal-background .like-modal .create-list input#bookmark_name {
    margin-bottom: 24px;
    padding: 12px;
    width: 100%;
}

.like-modal-background .like-modal .form-signin .forgot-remember {
    margin: 15px 5px;
}

.like-modal-background .like-modal .form-signin .forgot-remember .checkbox {
    margin: 0;
}

.like-modal-background .like-modal .form-signin input[type='radio'] {
    margin-right: 5px;
}

.like-modal-background .like-modal .form-signin .btn-signIn {
    background: #3a7fc3;
    color: #fff;
    border: 1px solid transparent;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: normal;
}

.like-modal-background .like-modal .form-signin .btn-signIn:hover {
    background: #fff;
    color: #3a7fc3;
    border-color: #3a7fc3;
}

.like-modal-background .like-modal .form-signin .new-account-area {
    margin-top: 60px;
}

.like-modal-background .like-modal .form-signin .new-account-area label {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px 0;
    text-align: center;
    color: #565159;
}

.like-modal-background .like-modal .form-signin .new-account-area .btn-newUser {
    display: block;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 58px;
    letter-spacing: 2px;
    color: #fff;
    border: 1px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    background: #f4aa00;
    padding: 0 40px;
}

.like-modal-background .like-modal .form-signin .new-account-area .btn-newUser:hover {
    background: #fff;
    color: #f4aa00;
    border-color: #f4aa00;
}

.like-modal-background .like-modal .user-list-edit-page .options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
