/* 
Plugin: disable-right-click-admin-style.css 
Author: imran
Website: metaaffinity.net
*/
.dr-admin-wrap {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dr-admin-wrap h1 {
    font-size: 24px;
}

.dr-admin-wrap p {
    font-size: 16px;
    line-height: 1.5;
}
.dr-admin-wrap .dr_main_dr-option{
    border: 1px solid #bfbfbf !important;
    background-color: #ededed;
    padding: 8px;
}
.dr-admin-wrap span.custom_msg{
    top: -6px;
    position: relative;
}

.dr-admin-wrap label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.dr-admin-wrap input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

.dr-admin-wrap input[type="checkbox"] {
    width: auto;
    padding:auto;
    margin-bottom-: 10px;
}

.dr-admin-wrap .submit-button {
    background-color: #0073e6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

.dr-admin-wrap .options-group{
    border: #bfbfbf 1px solid;
    border-radius: 7px;
    padding: 10px 10px;
}