.skyfdfe.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: 18%;
    top: 0;
    margin: auto;
    width: 70%;
    /* 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 */

.skyfdfe .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 20px 20px 40px;
    border: 1px solid #888;
    width: auto;
}


/* The Close Button */

.skyfdfe .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

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

.skyfdfe .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    text-align: left;
    font-family: arial;
    margin-bottom: 6rem;
}

.skyfdfe .title {
    text-transform: capitalize;
    color: Black;
    font-size: 14px;
    font-weight: 700;
}

.skyfdfe .card img {
    width: 300px !important;
    text-align: center !important;
}

.skyfdfe button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.skyfdfe a {
    text-decoration: none;
    font-size: 22px;
    color: black;
}

.skyfdfe button:hover,
.skyfdfe a:hover {
    opacity: 0.7;
}

#skyfdfe div.heading h3:after {
    font-family: dashicons;
    content: "\f132";
    float: right;
}

#skyfdfe label.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

#skyfdfe label.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

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

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

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

#skyfdfe input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#api_key_form .form-table th,
#welcome_notify_form .form-table th,
#new_post_notify_form .form-table th {
    padding: 0 !important;
    width: 0 !important;
}

#skyfdfe label {
    font-weight: 600;
    font-size: 16px;
    width: 15%;
    display: inline-block;
    margin-bottom: 0.5rem;
}

#skyfdfe .row {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#skyfdfe .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

#skyfdfe div.accordion h5 {
    font-weight: 600;
    color: #4d4d4d;
    margin: 0.5rem 0;
}

#skyfdfe div.accordion h5:after {
    font-family: dashicons;
    /* content: "\f142"; */
    float: right;
}

#skyfdfe div.accordion.active h5:after {
    font-family: dashicons;
    /* content: "\f140"; */
    float: right;
}

#skyfdfe .active,
#skyfdfe .accordion:hover {
    background-color: #ccc;
}

#skyfdfe .panel {
    padding: 0 18px;
    /* display: none; */
    /*background-color: white;*/
    overflow: hidden;
}

#skyfdfe .accordion.heading {
    background: #aaaa;
    padding: 5px 10px;
    margin-top: 20px;
}

#skyfdfe .content {
    /*background: #fff;*/
    padding: 0 50px;
}

#skyfdfe .message {
    color: green;
    margin-top: 10px;
    margin-bottom: 10px;
}

#skyfdfe .wp-heading-inline {
    margin-bottom: 20px;
    padding-left: 50px;
}

#skyfdfe .section {
    padding: 20px;
}

#skyfdfe textarea {
    overflow: auto;
    resize: vertical;
}

#skyfdfe input,
#skyfdfe button,
#skyfdfe select,
#skyfdfe optgroup,
#skyfdfe textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#skyfdfe h5,
#skyfdfe .h5 {
    font-size: 1.25rem;
}

#skyfdfe {
    background: #fff;
}

#skyfdfe.wrap.nosubsub {
    background: transparent;
}

@media only screen and (max-width: 600px) {
    .skyfdfe .modal {
        width: 30rem;
    }
    .skyfdfe .modal_icon {
        margin-left: -105px;
        padding: 3rem 6rem 0 6rem;
        border-radius: 50%;
    }
    .skyfdfe .email-box {
        margin-left: -12.5rem;
        width: 25rem;
    }
}