/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.aps_current_short_code {
    margin-bottom: 20px;
}

.aps-current-short-code-wrap {
    display: flex;
}

.aps-current-short-code-wrap input:disabled {
    color: rgb(44 51 56 / 78%);
}

img.aps-copy-to-clip {
    width: 25px;
    height: auto;
    cursor: pointer;
}

#anypostlsider_admin .aps_current_short_code .aps-current-short-code-wrap {
    position: relative;
    display: inline-block;
}

#anypostlsider_admin .aps_current_short_code .aps-current-short-code-wrap input {
    padding-right: 28px;
}

#anypostlsider_admin .aps_current_short_code .aps-current-short-code-wrap img {
    position: absolute;
    right: 14px;
    width: 18px;
    top: 6px;
    border-left: 1px solid #ccc;
    padding-left: 4px;
}

.aps-text-copied-msg {
    background: #5198d1ed;
    color: #fff;
    padding: 5px;
    border: 1px;
    border-color: #ffffff;
    border-radius: 3px;
}

input.aps-layout-opt {
    display: none;
}

.aps-layout-opt-img {
    border: 1px solid #aebab6;
}

.aps-layout-opt-img.active {
    border: 1px solid #4b5451;
}

.aps_row {
    display: flex;
    align-items: flex-start;
    width: 68%;
}

.aps_row_name {
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 14px;
    flex: 0 0 22%;
}

.aps_row_desc {
    padding: 15px 10px;
    line-height: 1.3;
}

.aps_row label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.aps_row_desc input[type=radio] {
    margin: 0 5px 0 0;
}

.aps_row input[type=text],
.aps_row input[type=number],
.aps_row select {
    line-height: initial;
    width: 150px;
}

#anypostlsider_admin h2 {
    padding-bottom: 21px;
    font-size: 30px;
    font-weight: 600;
}

.aps_style_output {
    position: absolute;
    padding-left: 40px;
    right: 20px;
    width: 57%;
}

.aps_style_output img {
    width: 100%;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.aps-nav-tab-wrapper {
    margin-bottom: 30px;
}

.aps_tab_information p {
    font-size: 15px;
}

.aps_current_short_code h4 {
    font-size: 1rem;
}