
<style type="text/css">
.alert-success{
    max-width: 600px;
    /* margin: 0 10%; */
    width: 100% !important;
    background: #025c3894;
    padding: 20px 0;
    border-radius: 10px;
    text-align: center;
    padding: 20px 30px;
    margin-top: 10px;
    color: #244b03;
    font-size: 20px;
}

.form-field select{
    max-width:100%;
}
.edit_heading {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 600px !important;
    /* margin-bottom: 20px !important; */
    padding: 20px !important;
}

.edit_heading h1 {
    margin: 0 !important;
    color: #333 !important;
}

.edit_heading .back_button {
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    font-size: 14px !important;
    color: white !important;
    background-color: #333 !important;
    padding: 8px 15px !important;
    border-radius: 5px !important;
    transition: all 0.3s ease !important;
}

.edit_heading .back_button:hover {
    background-color: #555 !important;
}

.form_row {
    /* background: #dedede !important;
    padding: 40px !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5) !important;
    max-width: 600px !important; */
    width: 100% !important;
    text-align:center;
    /* border: 1px solid rgba(255, 255, 255, 0.3) !important; */
}

form label {
    display: block !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
    color: black !important;
}

form input, form select {
    width: 99% !important;
    padding: 10px !important;
    margin-bottom: 20px !important;
    border: 1px solid #555 !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    background-color: #cacaca !important;
    color: balck !important;
    transition: border 0.3s ease, background-color 0.3s ease !important;
}

form input:focus, form select:focus {
    border-color: #888 !important;
    outline: none !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

form select option {
    background-color: black !important;
    color: white !important;
}

form .thumb {
    display: block !important;
    width: 100% !important;
    max-height: 250px !important;
    object-fit: contain !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

form .lead_img {
    padding: 0 !important;
}

form .button {
    display: inline-block !important;  
    width: auto !important;  
    text-align: center !important;
    font-size: 14px !important;
    color: white !important;
    text-decoration: none !important;
    background: #303030 !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    padding: 5px 50px !important;
    margin-left: auto !important;  
}

form .button:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

@media (max-width: 768px) {
    .edit_heading {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 15px !important;
    }

    .edit_heading h1 {
        font-size: 18px !important;
    }

    .edit_heading .back_button {
        font-size: 12px !important;
        margin-top: 10px !important;
    }

    .form_row {
        padding: 20px !important;
        max-width: 100% !important;
    }

    form input, form select {
        font-size: 12px !important;
    }

    form .button {
        font-size: 14px !important;
        height: 45px !important;
    }
}

@media (max-width: 576px) {
    .edit_heading h1 {
        font-size: 16px !important;
    }

    .form_row {
        padding: 15px !important;
    }

    form input, form select {
        font-size: 12px !important;
    }

    form .button {
        font-size: 14px !important;
        height: 40px !important;
    }
}

    .pwc_refer_id p{
        background: #b9b4b4;
        padding: 15px;
        margin: 5px;
        display: flex;
    }
   
.massMessage{
        background: #cb3802;
    color: white;
    padding: 10px 46px;
    border-radius: 15px;
    border: 4px solid #d6deff;
    }
    .massMsgBox{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 99999;
        background: #000000cc;
        left: 0;
        padding-left: 30%;
        padding-top: 10%;
    }
    .massMsgBoxContent{
        width: 50%;
        background: #c6e4fb;
        padding: 20px;
        border-radius: 15px;
        border: 4px solid #adadff;
        text-align: center;
    }
    #massMsgBoxCross{
        float: right;
        margin-top: -28px;
        font-size: 30px;
        margin-right: -15px;
        color: #523e3e;
        cursor: pointer;
    }
    .massMsgBoxHeadHeading{
        text-align: left;
        padding: 10px;
    }
    .massMsgBoxHeadHeading h2{
        font-size: 20px;
        color: #0d2293;
    }
    #massMsgBoxBodyContent{
        width:100%;
        height: 150px;
        border: 2px solid #98a6f5;
        border-radius: 10px;
        padding: 9px;
    }
    .massMsgBoxBodyContent{
        padding: 10px;
    }
    .massMsgBoxFooterBtn{
        padding: 7px 50px;
        border: 3px solid #255fce;
        border-radius: 15px;
        background: #003cff7a;
        color: #ffffff;
    }
    #msgBox{
        float: right;
        color: green;
        font-size: 17px;
        padding-right: 50px;
    }
    #giveawayWinnerTable_filter label{
        display: flex;
    padding: 15px 0;
    align-items: baseline;
    }
    
button.massMessage {
    display: inline-block;
    background: linear-gradient(to bottom, #3a85dd, #0d2a5a) !important;
    color: #f7efbe !important;
    font-weight: bold !important;
    text-align: end !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    float: right;
}

.dt-buttons {
    margin-right: 160px;
    margin-top: -5px;
}



div#giveawayWinnerTable_length {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;     padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid #ddd; 
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); 
}


div#giveawayWinnerTable_length select {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
}



div#giveawayWinnerTable_length label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}


@media (max-width: 768px) {
    div#giveawayWinnerTable_length {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    div#giveawayWinnerTable_length label,
    div#giveawayWinnerTable_length select {
        width: 100%;
        margin-top: 5px;
    }
}



input[type="search"] {
    width: 100%;
    max-width: 250px;
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    background: #ffffff;
    border: 2px solid #0072ff;
    border-radius: 25px;     outline: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 8px rgba(0, 114, 255, 0.5); }


input[type="search"]:focus {
    border-color: #ffcc00;
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.8), 0 0 20px rgba(255, 204, 0, 0.6);     background: #fffdf0;
}


input[type="search"]:hover {
    border-color: #00ffcc;
    box-shadow: 0 0 12px rgba(0, 255, 204, 0.8);
}

input[type="search"]::placeholder {
    color: #888;
    font-style: italic;
}


@media (max-width: 768px) {
    input[type="search"] {
        width: 100%;
        max-width: 100%;
    }
}


</style>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://freemarketing.tools/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://freemarketing.tools/author/masteradmin/</loc></url></urlset>
