.learndash-powerpack-status {
    flex: 0 0 auto;
}

.learndash-powerpack-actions {
    flex: 0 0 auto;
}

.ldt-btn--learnmore {
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
}

.learndash_powerpack_switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
}

.learndash_powerpack_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.learndash_powerpack_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 1px;
    right: -4px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.learndash_powerpack_slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 6px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .learndash_powerpack_slider {
    background-color: #2196F3;
}

input:focus + .learndash_powerpack_slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .learndash_powerpack_slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.learndash_powerpack_slider.learndash_powerpack_round {
    border-radius: 34px;
}

.learndash_powerpack_slider.learndash_powerpack_round:before {
    border-radius: 50%;
}

.learndash_powerpack_ajax_loader {
    opacity: 0.7;
    width: 100%;
    background-position: center;
    background-image: url(../../images/spinner-2x.gif);
    background-repeat: no-repeat, repeat;
}

.learndash_powerpack_ajax_loader_form {
    opacity: 0.9;
    width: 100%;
    background-position: center;
    background-image: url(../../images/spinner-2x.gif);
    background-repeat: no-repeat, repeat;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.learndash-powerpack-modal-content {
    position: relative;
    margin: auto;
    width: 35%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.learndash-powerpack-modal-content input,
.learndash-powerpack-modal-content input:focus,
.learndash-powerpack-modal-content textarea {
    width: 100%;
    min-height: 35px;
    color: #3c434a;
}

.learndash-powerpack-input-label {
    line-height: 1.2rem;
    margin: 1rem 0 .5rem 0;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.learndash-powerpack-close {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
}

.learndash-powerpack-close:hover,
.learndash-powerpack-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*filter select style */

select.ld-powerpack-filter {
    width: 25%;
    min-width: 300px;
    font-size: 100%;
    font-weight: 600;
    cursor: pointer;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: .5rem 1rem;
    margin-bottom: 1.25rem;
    background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 15px top 55%;
}

div.learndash_success_message p {
    background-color: #059669;
    color: #ffffff;
    padding: 1rem 1.5rem;
    margin: 0;
    font-size: 16px;
}

div.learndash_error_message p {
    background-color: #DB0000;
    color: #ffffff;
    padding: 1rem 1.5rem;
    margin: 0;
    font-size: 16px;
}

.ld-head-panel {
    box-sizing: border-box;
    margin-left: -20px;
    padding: 8px 20px;
    width: calc(100% + 20px);
    z-index: 9999;
    background-color: #fff;
}

.ld-tab-buttons {
    border-top: 1px solid #e2e4e7;
    flex: 1 0 100%;
    position: relative;
}
.ld-tab-buttons .button {
    background-color: transparent !important;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #007cba;
    font-weight: 700;
    text-shadow: none !important;
    margin-top: 10px;
    margin-right: 10px;
}

.ld-tab-buttons .active {
    color: #555;
    box-shadow: inset 0 4px 0 0 #fff, 0 4px 0 0 #007cba !important;
}

.heading__section-title {
    margin: 0.5rem 0 1rem;
    font-size: 1.5rem;
}
