File: /home/kashmira/public_html/razitahir.com/wp-content/plugins/stylo-core/assets/css/main.css
/*
* Admin CSS
*/
:root {
    --border-radius: 12px;
    --primary-bg: #FFFFFF;
}
#wpcontent {
    padding-left: 0;
}
#wpbody,
#wpcontent, #wpwrap {
    background-color: #90ee90;
}
ul#adminmenu>li.current>a.current:after {
    border-right-color: #90ee90;
}
.stylocore-admin-wrap {
    padding: 50px;
    margin: 0;
    height: 100%;
}
#setting-error-stylocore_message {
    margin: 0 0 10px 0;
}
.panel-section-heading {
    margin: 0 0 20px 0;
    font-weight: bold;
}
.stylocore-notices {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
}
.stylocor-panel-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    gap: 20px;
}
.stylo-block-form, .stylo-block-license-info, .stylo-block-support {
    padding: 20px;
    border-radius: var(--border-radius);
    background-color: var(--primary-bg);
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 1);
    border: 2px solid #000000;
}
.stylo-block-form {
    width: 60%;
}
.stylo-block-license-info {
    width: 29.3%;
}
.stylo-block-support {
    width: 100%;
    background-color: #f8ff2d;
}
.license-data-form-row {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}
.license-data-form-row label, .license-data-form-row input, .stylo-block-form .submit input {
    width: 100%;
    display: inline-block;
}
.license-data-form-row label {
    font-weight: 500;
    margin-bottom: 5px;
}
.license-data-form-row input {
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
}
.stylo-block-form .submit {
    margin-bottom: 0;
    padding-bottom: 0;
}
.stylo-block-form .submit input {
    padding: 10px;
    background-color: #121212;
    color: #FFFFFF;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
.stylo-block-form .submit input:hover {
    background-color: #000000;
}
.license-information {
    padding: 15px;
    background-color: #f0f0f0;
    border-radius: 8px;
    margin-bottom: 20px;
}
.stylo-block-license-info h2 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
.stylo-block-license-info h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.stylo-block-license-info h4 a {
    color: #000000;
    font-size: 12px;
}
#licenseInfoPanel p:last-child {
    margin-bottom: 0;
}
.license_action_btns {
    margin-top: 20px;
}
.stylo-action-button {
    width: 100%;
    padding: 15px;
    background-color: #ffb2ef;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #000000;
    border-radius: 8px;
    outline: none;
    line-height: 1;
}
.stylo-action-button.deactivate {
    background-color: #ff7a5c;
}
.support-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.support-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background-color: #FFFFFF;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #000000;
    border-radius: 8px;
    text-decoration: none;
    justify-content: center;
}
.support-button img {
    width: 22px;
}
.support-button:hover {
    color: #000000;
    border-color: #ff7a5c;
}
#wpacAjaxResponse {
    display: none;
}
#wpacAjaxResponse span {
    display: block;
    margin: 10px 0;
    text-align: left;
    padding: 5px 0;
    width: 100%;
}
.invalid-license-message {
    padding: 10px;
    margin: 10px 0;
    color: red;
    border: 1px solid red;
}
@media all and (max-width: 768px) {
    .support-links {
        display: grid;
        grid-template-columns: 100%;
        gap: 10px;
    }
}