.style-code {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    padding: 5px;
    border-radius: 5px;
    overflow-x: scroll;
    white-space: pre;
}

.special-code {
    font-weight: bold;
    background: #fff;
    padding: 5px;
}

.content-area h4 {
    color: #8d248f
}

.item {
	line-break: anywhere;
    list-style: none;
    cursor: pointer;
    margin-bottom: 10px;
}

.item.active {
    opacity: 0.7;
}

.item.active a {
    color: #8d248f
}

.item-list ul {
    padding-left: 0;
}
.panel-body-menu ul {
	padding: 0 !important;
}

.scan-results-table {
	width: 100%;
/* 	border-collapse: separate; */
/* 	border-spacing: 0; */
	background-color: #271d56;
	border-collapse: collapse;
	margin: 20px 0;
	color: #e0e0e0;
}

.scan-results-table th,
.scan-results-table td {
	padding: 10px;
	text-align: left;
	color: white;
}

.scan-results-table th {
	background-color: #271d56;
	font-weight: bold;
}

@media (max-width: 768px) {
    .scan-results-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap; 
        min-width: auto; 
    }

    .scan-results-table th,
    .scan-results-table td {
        padding: 10px;
        text-align: left;
        min-width: auto; 
    }
	
	.grid-container {
		display: block !important;
    }
} 


.view-btn, .delete-item , .btn-delete-all  {
    border: none;
    padding: 6px 12px;
    cursor: pointer;
	border-radius: 10px;
	font-weight: bold;
    text-decoration: none;
}
.delete-item {
    background-color: #E55353;
    color: #ffffff;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
	border-radius: 10px;
}

.view-btn {
	background-color: #7130ff;
	color: white;
	font-size: 14px;
}

.btn-delete-all {
	background-color: #E55353;
	color: white;
	font-size: 14px;
}

.scan-result h2 {
    padding-top: 0;
    margin-top: 0;
}

#button-ai-container {
    display: none;
}

#ai-text {
    display: none;
}

.hljs-ln-numbers {
    text-align: left;

    user-select: none;

    color: #c97f7f;
    width: 50px;
    padding: 0 !important;
}

.hljs-ln-code {
    padding-left: 5px;
}

table.hljs-ln {
    margin-bottom: 0 !important;
}

table.hljs-ln,
table.hljs-ln td {
    border: none !important;
}

table.hljs-ln td {
    padding: 0 !important;
    vertical-align: top !important;
    line-height: 28px !important;
}

pre code.hljs {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

pre {
    border-radius: 0 !important;
	padding: 0px !important;
}

.element-container {
    background-color: #0066cc;
    padding: 10px;
    color: white;
    margin-bottom: 5px;
}

.element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.element-text {
    flex: 1;
    text-align: center;
    padding: 5px 10px;
    border: none;
}

.panel-body-menu {
    padding-top: 25px;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    gap: 20px;
}

.grid-item:nth-child(1) {
    min-width: calc((100vw * (1 / 5)) - (20px / 2));
	overflow-y: auto;
}

.grid-item:nth-child(1) .container-box {
    display: flex;
    align-items: center;
}
.grid-item:nth-child(2) {
    grid-column: 2; 
    width: 100%;
    overflow: hidden;
}


.panel {
    border: 1px solid #ccc;
    width: auto;
    box-sizing: border-box; 
}
.panel-code {
    border: 1px solid #ccc;
    width: auto;
    box-sizing: border-box; 
}

.panel-heading {
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.panel-body-menu{
    padding: 10px;
    background-color: #fff;
    overflow-x: auto; 
    word-wrap: break-word; 
    max-width: 100%; 
}

.line-selected {
	background-color: #FFCF9A; 
}
 
.button-area {
    margin-bottom: 10px;
    text-align: right;
}

.request-info {
    margin-bottom: 20px;
    text-align: left;
}

/* Style for the notice message at the top */
.notice.notice-info.message.reset-pass {
    background-color: #f0f8ff;
    /* Light blue background */
    border-left: 4px solid #0073aa;
    /* WordPress blue border */
    padding: 10px;
    color: #333;
}

/* Style for the form container */
#resetpassform {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 400px;
    margin: 20px auto;
}

/* Style for input fields */
#resetpassform input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

#lostpasswordfrom.button-primary {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

/* Style for the generate password button */
.wp-generate-pw {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.wp-generate-pw:hover {
    background-color: #005177;
}

/* Style for the "Save Password" button */
#wp-submit {
    background-color: #744ffb;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#wp-submit:hover {
    background-color: #218838;
}

/* Strength indicator styling */
#pass-strength-result {
    padding: 5px;
    border-radius: 5px;
    background-color: #eee;
    margin-top: 5px;
    display: inline-block;
}

/* Weak password confirmation checkbox */
.pw-weak {
    margin-top: 15px;
}

.pw-checkbox {
    margin-right: 5px;
}

/* Align the submit button to the center */
.reset-pass-submit {
    text-align: center;
}

.popup-delete-all {
    display: none;
}

.btn-container {
    display: none;
}

.body #page-container .et_pb_section .et_pb_button_1 {
    border-color: #d33219;
}

.scan-results-table-header{
    font-weight: bold; 
    color: #ffffff;
	background-color: #1c153f;
}
.scan-results-table-header td {
    padding: 12px 15px;
    font-weight: bold;
}

* {
    font-size: 14px;
	font-family: Open Sans, Arial, sans-serif;
}

h2, h4{
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #ff8154 !important;
    letter-spacing: 1px;
    line-height: 1.5em;
}


h5 {
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: white !important;
    letter-spacing: 1px;
    line-height: 1.5em;
}

.grid-item{
	background-color: white;
}

.forminator-file-upload  span {
	color: white !important;
}

#et_pb_contact_name_0 {
    color: white !important;
}

div.wpforms-container-full  .wpforms-form button[type=submit] {
    background-color: #793aff !important;
    border-color: #793aff !important;
}
div.wpforms-container-full  .wpforms-form button[type=submit]:hover {
    background-color: #793aff !important;
}
