.hic_sub__wrap{
    display: none;
}

.hic_sub__wrap h1{
    margin: 0;
    padding: 0;
    margin-top: 5px;
}
.hic_sub__wrap p{
    margin: 0;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}

.hic_sub__wrap  .hic_sub__title_p{
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    font-weight: normal;
}

.hic_sub__wrap .hic_sub__form{
    padding: 15px;
    position: fixed;
    top: 10%;
    left: 50%;
    width: 450px;
    margin-left: -225px;
    background: #fff;
    z-index: 999991;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow-y: auto;
    padding-bottom: 50px;
}

.hic_sub__wrap .hic_sub__form .hic_sub__block{
    margin-bottom: 10px;
}

.hic_sub__wrap .hic_sub__form .hic_sub__block label{
    width: 130px;
    float: left;
}

.hic_sub__wrap .hic_sub__form .hic_sub__block input{
    padding: 5px 10px;
    border: 1px solid #999;
    float: left;
    width: 250px;
    outline: none;
}

.hic_sub__wrap .hic_sub__form .hic_sub__closer{
    background: url('/wp-content/plugins/homeincyprus-subscribe/assets/images/closer.svg');
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999992;
    cursor: pointer;
}

.hic_sub__wrap .hic_sub__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999990;
    background: #000;
    opacity: 0.5;
    cursor: pointer;
}

.hic_sub__submit {
    text-align: center;
    margin: auto;
    font-size: 20px;
    margin-top: 15px;
}

.qtranxs-lang-switch-wrap{
}

.js-multiple-select{
    width: 250px;
}

.select2-container--default .select2-search--inline .select2-search__field{
    padding: 0px !important;
    border: none !important;
    float: none !important;
    width: 100% !important;
    outline: none !important;
}

.select2-container{
    width: 272px !important;
    font-size: 15px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #999;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple{
    border: 1px solid #999;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding-bottom: 5px;
}

.select2-search__field{
    display: none !important;
}

.required_email{
    color: #f00;
    display: none;
    padding: 0 !important;
    margin: 0 !important;
}

.hic_sub__submit{
    display: block;
    width: auto;
    height: auto;
    background: #bc5051;
    text-align: center;
    padding: 5px 20px 5px 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    border-bottom: 2px #984041 solid;
    text-decoration: none;
    margin: auto;
    margin-top: 25px;
    cursor: pointer;
}

.hic_sub__submit:hover{
    background:#6ba85a;
    border-bottom: 2px #517f44 solid;
}

@media (max-width:600px) {
    .hic_sub__wrap .hic_sub__form{
        width: 80%;
        height: 90%;
        margin-left: calc(-45%);
        margin-top: 10px;
        top: 10px;
    }
}

.wrap h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.wp-list-table {
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow-x: auto; /* Enable horizontal scrolling on small screens */
}

.wp-list-table th, .wp-list-table td {
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
}

.wp-list-table th {
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: left;
    white-space: nowrap; /* Prevent table headers from wrapping */
}

.wp-list-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.wp-list-table input[type="text"], .wp-list-table select {
    padding: 0.3rem 0.5rem;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.wp-list-table .button-primary {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 3px;
    cursor: pointer;
}

.wp-list-table .button-link {
    color: #0073aa;
    text-decoration: none;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .wp-list-table {
        font-size: 0.9rem; /* Reduce font size for better readability */
    }

    .wp-list-table th, .wp-list-table td {
        padding: 0.3rem 0.5rem; /* Reduce padding for better spacing */
    }

    .wp-list-table input[type="text"], .wp-list-table select {
        width: 100%; /* Make input fields and selects full width */
        box-sizing: border-box; /* Include padding and border in the total width */
    }
}
/* Make the ID column narrower */
.wp-list-table .idx { /* Target the <th> with class "idx" */
    width: 30px; /* Adjust the width as needed */
}

.wp-list-table .delete { /* Target the <th> with class "delete" */
    width: 40px; /* Adjust the width as needed */
}

/* Style Save buttons as text links */
.wp-list-table .button-primary {
    background: none; /* Remove background */
    border: none;     /* Remove border */
    padding: 0;       /* Remove padding */
    color: #0073aa;   /* Keep the blue color */
    text-decoration: underline; 
    cursor: pointer;
}
/* Hide input background and border */
.wp-list-table input[type="text"],
.wp-list-table input[type="email"],
.wp-list-table input[type="tel"],
.wp-list-table select {
    background: transparent; /* Make the background transparent */
    border: none;             /* Remove the border */
      width: 100%; /* Make input fields take up full column width */
    max-width: 100%; /* Prevent them from overflowing the column */
}

.popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        display: none; /* Initially hidden */
        justify-content: center;
        align-items: center;
        z-index: 999;
        
    }

    .popup-content {
        background: white;
        padding: 20px;
        border-radius: 5px;
        max-width: 600px;
        width: 100%;
        position: relative;
        margin: 8% auto;
    }

    .popup-content form input,
    .popup-content form select {
        width: 100%;
        padding: 8px;
        margin: 5px 0;
    }

    .popup-content .button-link {
        background-color: #f44336;
        color: white;
        padding: 5px 10px;
        border: none;
        cursor: pointer;
    }

    .popup-content .button-link:hover {
        background-color: #d32f2f;
    }
