/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .wrap h1.wp-heading-inline {
    margin-bottom: 25px;
}

button#ays-add-btn {
    margin-bottom: 15px;
    width: 25px;
    height: 25px;
    /* padding: 0; */
    background-image: url("../images/plus.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ays_faq_label {
    font-size: 18px;
    line-height: 39px;
}

.ays-submit {
    vertical-align: bottom !important;
}

.card-header *:not(div:first-child) {
    cursor: pointer;
}

button.btn.btn-secondary.ays-collapse-btn {
    background-image: url("../images/arrowdown.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
}

a.ays-link {
    box-shadow: none;
    display: inline-block;
    line-height: 43px;
    color: #7c7b7b !important;
}

a.ays-link>i {
    vertical-align: middle;
}

.ays-border>div>div>div:nth-child(2), .ays-border>div>div>div:nth-child(3) {
    line-height: 43px;
}

.ays-border {
    margin-bottom: 5px;
}

.ays-forcollaps>.ays-link::after {
    font-family: FontAwesome;
    content: "\f077";
}

.ays-forcollaps>.ays-link.collapsed::after {
    font-family: FontAwesome;
    content: "\f078";
}

a.ays-link.ays-delete-question {
    color: red !important;
}

a.ays-link.ays-delete-question:hover {
    color: #7a0a0a !important;
}

a.ays-link.ays-move {
    font-size: 12px;
}

p.ays-subtitle {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}

.tooltip {
    text-align: left !important;
    position: absolute !important;
    left: 18px !important;
}

.tooltip > .tooltip-inner {
    position: relative !important;
    left: 50px !important;
    width: 100% !important;
    max-width: 300px !important;
    text-align: justify!important;
}

.ays_help {
    font-family: FontAwesome;
    position: relative;
    font-size: 15px;
    color: dodgerblue !important;
    cursor: help;
}

.ays_help i {
    font-style: normal !important;
}

input[name="ays_faq_theme"] {
    display: none;
}

.for_themes {
    display: flex;
    text-align: center;
}

.for_themes img {
    /* width: 70%; */
    /* object-fit: cover; */
    border: 1px solid transparent;
}

input[name="ays_faq_theme"]:checked + img {
    border: 1px solid #a14c5b;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}

a.ays-link.ays-move:hover {
    cursor: all-scroll;
}

a#ays-add-question {
    color: white;
}

.ays_theme label {
    text-align: left;
}

.ays_theme span {
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #747272c4;
    font-weight: 500;
    margin-bottom: 10px;
}

.ays_theme:not(:last-child) {
    margin-right: 25px;
}
