h1.mpet-title {
    color: #0b1a23;
    font-weight: 700;
}
.mpet-row {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}
.mpet-col-8 {
    width: 70%;
}
.mpet-row form {
    padding: 5px 20px 10px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 20px #e2e2e1;
}
.mpet-row h3 {
    color: #0b1a23;
    font-weight: 700;
    margin-bottom: 10px;
}
.mpet-d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.mpet-row form h4 {
    margin-bottom: 5px;
    color: #0b1a23;
}
.mpet-row form p {
    margin-top: unset !important;
}
#image-sitemap-options {
    margin-bottom: 25px;
}
.mpet-global-options .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}
.mpet-global-options .switch input[type="checkbox"] {
    display: none;
}
.mpet-global-options .slider.round {
    border-radius: 34px;
}
.mpet-global-options input[type="checkbox"]:checked + .slider {
    background-color: #3f5080;
}
.mpet-global-options input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}
.mpet-global-options .slider.round:before {
    border-radius: 50%;
}
.mpet-global-options .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}
.mpet-global-options .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.mpet-global-options .form-table th {
    font-size: 16px;
    width: 100%;
}
.mpet-global-options .form-table th > span.description {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    margin-top: 10px;
}
.mpet-global-options .form-table td{
    text-align: right;
}
.mpet-global-options .form-table input[type="text"] {
    padding: 5px 10px;
    border-radius: 12px;
    border: 1px solid #ccc;
    font-weight: 500;
    width: 250px;
}
.mpet-row form input[type="submit"] {
    padding: 8px 30px;
    margin-top: 10px;
    background: #3f5080;
    font-weight: 500;
    border: unset;
    border-radius: 5px;
    color: #fff !important;
}
.mpet-row form input[type="submit"]:hover, .mpet-row form input[type="submit"]:active, .mpet-row form input[type="submit"]:focus {
    background: #384670;
}
.mpet-col-4 {
    width: 30%;
}
.mpet-documentation {
    text-align: center;
    padding: 20px;
    background: #3f5080;
    border-radius: 16px;
    box-shadow: 0px 0px 20px #e2e2e1;
    margin-bottom: 20px;
}
.mpet-documentation h3, .mpet-documentation p, .mpet-documentation span {
    color: #fff;
}
.mpet-documentation a.read-docu {
    padding: 15px;
    background: #fff !important;
    display: block;
    border-radius: 5px;
    color: #3f5080;
    text-decoration: unset;
    font-weight: 500;
}
.mpet-documentation a.read-docu:hover {
    background: #3f5080;
}
.mpet-help-support {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 20px #e2e2e1;
    margin-bottom: 20px;
}
.mpet-help-support a.read-docu {
    padding: 15px;
    background: #3f5080 !important;
    display: block;
    border-radius: 5px;
    color: #fff;
    text-decoration: unset;
    font-weight: 500;
}
.mpet-help-support h3, .mpet-help-support span.dashicons {
    color: #3f5080;
}
.mpet-popuplar-plugins {
    text-align: center;
    padding: 20px;
    background: #cfd8f1;
    border-radius: 16px;
    box-shadow: 0px 0px 20px #e2e2e1;
    margin-bottom: 20px;
}
.mpet-popuplar-plugins h3 {
    color: #3f5080;
    margin-top: unset;
    margin-bottom: 20px;
    animation: blink-mpet 1.5s infinite;
}
@keyframes blink-mpet {
  0%   { 
    color: #3f5080;  transform: scale(1);}   
  25%  { 
    color: #3f5080;  transform: scale(0.8);}
  50%  { 
    color: #3f5080;  transform: scale(1);}   
  75%  { 
    color: #3f5080;  transform: scale(0.8);}
  100% { 
    color: #3f5080;  transform: scale(1);}
}
.mpet-other-plugins a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b5c4ee;
    text-decoration: unset;
}
.mpet-other-plugins a:focus {
    box-shadow: unset;
}
.mpet-other-plugins a:last-child {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: none;
}
.mpet-other-plugins a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.mpet-other-plugins h4 {
    margin: unset;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
div#image-sitemap-options p, div#video-sitemap-options p {
    display: flex;
    align-items: center;
    gap: 5px;
}
div#image-sitemap-options input#image-sitemap-filename, div#video-sitemap-options input#video-sitemap-filename {
    padding: 5px;
}
div#image-sitemap-options label, div#image-sitemap-options span, div#video-sitemap-options label, div#video-sitemap-options span {
    font-weight: 500;
}
#image-sitemap-options input.mpet-image-url, #video-sitemap-options input.mpet-video-url {
    width: 85%;
    margin-bottom: 10px;
    padding: 5px;
}
#image-sitemap-options button.mpet-remove-image-url-button, #image-sitemap-options button#mpet-add-more-image-url-button, #video-sitemap-options button.mpet-remove-video-url-button, #video-sitemap-options button#mpet-add-more-video-url-button {
    padding: 12px;
    background: #0b1a23;
    border: unset;
    border-radius: 5px;
    color: #fff;
    width: 14%;
    cursor: pointer;
    margin-bottom: 10px;
}