/***
 * Developer : Abaad Hussain
 * Fiver : https://www.fiverr.com/ah_development
 */

.dropshipper-reg-form-container {
    display: flex;
    justify-content: center;
    align-items: self-start;
    min-height: 100vh;
}

/* Style the form */
.dropshipper-reg-form {
    max-width: 1020px;
    width: 100%;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

form#dropshipper-registration-form,
form#affliate-registration-form {
    display: flex;
    justify-content: space-between;
}

.form_sec {
    width: calc(50% - 10px);
}

@media screen and (max-width: 650px) {

    form#dropshipper-registration-form,
    form#affliate-registration-form {
        flex-direction: column;
    }

    .form_sec {
        width: 100%;
    }
}

.dropshipper-reg-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.dropshipper-reg-form input,
.dropshipper-reg-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white;
}

.dropshipper-reg-form select {
    appearance: none;
    -webkit-appearance: none;
    background: url('arrow-down.svg') no-repeat right center;
    background-size: 20px;
}

.dropshipper-reg-form input[type="submit"] {
    background-color: #059473;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dropshipper-reg-form input[type="submit"]:hover {
    background-color: #059473;
}

.account_created {
    display: none;
    justify-content: center;
    align-items: start;
}

.account_created img {
    width: 50px;
    height: auto;
    margin-top: 10px;
}

.account_created h2 {
    font-size: 15px;
    margin: 10px;
    font-weight: 500;
}

div#registration-message {
    color: red;
}


p.profit_dropshipper {
    color: green;
}

/* .drop_stactics {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
} */
.drop_stactics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.d_colum {
    background: white;
    color: #000000e0;
    padding: 30px 20px;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 0 6px 0px #c9c9c9;
}

.request_withdraw {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-top: 20px;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 6px 0px #c9c9c9;
}

.request_withdraw h2 {
    margin-bottom: 0 !important;
    font-size: 20px !important;
    margin-left: 12px;
}



@media screen and (max-width: 910px) {
    .drop_stactics {
        padding-top: 20px;
    }
}

a.request_with_btn {
    padding: 10px 20px;
    background: #259474;
    border-radius: 10px;
    color: white;
}

div#response-message {
    width: 100%;
    margin-bottom: 10px;
}

/* popup */


.drop_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    overflow-y: scroll;
}

.drop_overlay:target {
    visibility: visible;
    opacity: 1;
}

.dropsipper_popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.dropsipper_popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.dropsipper_popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.dropsipper_popup .close:hover {
    color: #259474;
}

.dropsipper_popup .content {
    max-height: 30%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: self-end;
    flex-direction: column;
}

.content input {
    margin-bottom: 20px;
    width: 100% !important;
    border-radius: 10px !important;
    max-width: 100% !important;
}

.content input[type="button"] {
    padding: 14px 20px;
    background: #259474;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: none;
}

a.request_with_btn:hover {
    color: white;
}

select#billing_shipping_provider {
    width: 100%;
}

@media screen and (max-width: 700px) {

    .dropsipper_popup {
        width: 85%;
    }

    a.request_with_btn {
        font-size: 14px;
        padding: 10px;
    }

    h2.rew_heading {
        font-size: 18px !important;
        width: 50%;
    }
}

.withdraw_list {
    border-radius: 10px;
    box-shadow: 0 0 6px 0px #c9c9c9;
    padding: 15px;
    margin-top: 20px;
}

.referral__warp {
    border-radius: 10px;
    box-shadow: 0 0 6px 0px #c9c9c9;
    padding: 15px;
    margin-top: 20px;
}

.with_table {
    text-align: start;
}

strong.sec_fee_balance {
    margin: 20px 10px;
    display: block;
}

p#billing_country_field {
    display: none !important;
}

.with_table th {
    text-align: start;
}

#allow_open_field .optional {
    display: block;
    font-weight: 600;
}




.drop_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.drop_overlay:target {
    visibility: visible;
    opacity: 1;
}

.drop_popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.drop_popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
    margin-bottom: 0;
}

.drop_popup .close {
    position: absolute;
    top: 11px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.drop_popup .close:hover {
    color: #06D85F;
}

.drop_popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .drop_popup {
        width: 95%;
    }
}








.dvs-50 {
    width: 50% !important;
    max-width: 50% !important;
    margin: 0% 25% !important;
}


@media screen and (max-width: 999px) {
    .dvs-50 {
        width: 90% !important;
        max-width: 90% !important;
        margin: 0% 5% !important;
    }
}


.dvs-btn-50 {
    width: 100% !important;
}

.dvs-track-page {
    letter-spacing: 0.3px !important;
}


.dvs-100 {
    width: 100%;
    position: relative;
    margin: 20px 0px;
    text-align: center;
}

.dvs-track-btn {
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: none;
    cursor: pointer;
    color: white;
    background-color: #2aa268;
    box-shadow: 0 0 4px #999;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
}

.dropship_content {
    color: #000000;
    letter-spacing: 0.3px !important;
}

.dropship_content .order-details,
.dropship_content .tracking-details {
    margin-top: 20px;
    width: 50%;
    float: left;
}

.dropship_content .order,
.dropship_content .name,
.dropship_content .phone,
.dropship_content .courier,
.dropship_content .tracking,
.dropship_content .city {
    width: 100%;
    float: left;
    border: 1px solid #eeeeee;
    padding: 10px;
    font-size: 14px;
}

.dropship_content .status {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    margin: 15px 0px;
    background-color: #f6e679;
    padding: 10px 0px;
}


.dropship_content table {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
}

.dropship_content td,
.dropship_content th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    text-transform: none;
    padding-left: 10px !important;
}

.dropship_content tr:nth-child(even) {
    background-color: #f9f9f9;
}

.api_shopify_cont .optional {
    display: none !important;
}


.main_sh_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h4.labe_sh {
    font-size: 25px;
    margin-bottom: 20px;
}

.import_orders {
    width: 150px;
    height: 40px;
    background: #059473;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}

.order-shopify-list {
    width: 100%;
    padding: 15px;
    border: 1px solid #d2d1d1;
    border-radius: 13px;
    margin: 20px 0;
}

.s_o_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    align-items: center;
    border-bottom: 1px solid #00000033;
    padding-bottom: 14px;
}

.prod_name {
    font-size: 19px;
    font-weight: 600;
}


.select_pro span.select2.select2-container.select2-container--default {
    width: calc(100% - 70px) !important;
    max-width: 600px;
}

.select_pro {
    width: 70% !important;
    display: flex;
    justify-content: end;
}

.preview_image {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 14px;
    border-radius: 10px;
}

@media screen and (max-width: 600px) {
    .s_o_head {
        gap: 7px;
        flex-direction: column;
        align-items: self-start;
    }

    .select_pro {
        width: 100% !important;
    }

    form.filter_order_form {
        flex-direction: column;
        align-items: self-start;
    }

    .filter_field {
        width: 100%;
    }

    h4.labe_sh {
        font-size: 20px;
    }
}

.filter_order_cont {
    box-shadow: 0 0 10px #dbdbdb;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
}

form.filter_order_form {
    display: flex;
    align-items: self-end;
    gap: 20px;
}


.main_filter_conty {
    padding: 20px;
    box-shadow: 0 0 10px #00000033;
    border-radius: 10px;
    margin: 20px 0;
}

.main_filter_conty form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.filetr_cont {
    width: calc(20% - 20px);
    min-width: 200px;
}

@media screen and (max-width: 1180px) {
    .filetr_cont {
        width: calc(25% - 20px);
    }
}


.order_table_Cont {
    overflow: hidden;
    overflow-x: scroll;
}

.order_table_Cont::-webkit-scrollbar {
    height: 2px;
}

.order_table_Cont::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.order_table_Cont::-webkit-scrollbar-thumb {
    background: #0000001f;
}


.filetr_cont span.select2-selection.select2-selection--multiple {
    overflow: hidden;
    overflow-y: scroll;
}

div#withdraw_table_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    flex-wrap: wrap;
}

div#withdraw_table_length {
    width: 50%;
    display: flex;
}

div#withdraw_table_filter {
    width: 50%;
    display: flex;
}

div#withdraw_table_filter label,
div#withdraw_table_length label {
    width: 100%;
    align-items: center;
    display: flex;
    gap: 13px;
}

table#withdraw_table {
    width: 100%;
}



div#transaction_table_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    flex-wrap: wrap;
}

div#transaction_table_length {
    width: 50%;
    display: flex;
}

div#transaction_table_filter {
    width: 50%;
    display: flex;
}

div#transaction_table_filter label,
div#transaction_table_length label {
    width: 100%;
    align-items: center;
    display: flex;
    gap: 13px;
}

table#transaction_table {
    width: 100%;
}


@media screen and (max-width: 570px) {
    .filetr_cont {
        width: calc(100%);
    }

    div#withdraw_table_wrapper {
        flex-direction: column;
    }

    div#withdraw_table_length {
        width: 100%;
    }

    div#withdraw_table_filter {
        width: 100%;
    }

    div#transaction_table_wrapper {
        flex-direction: column;
    }

    div#transaction_table_length {
        width: 100%;
    }

    div#transaction_table_filter {
        width: 100%;
    }
}

div#withdraw_table_paginate {
    display: flex;
    gap: 10px;
}

div#withdraw_table_paginate span {
    display: flex;
    gap: 10px;
}

div#transaction_table_paginate {
    display: flex;
    gap: 10px;
}

div#transaction_table_paginate span {
    display: flex;
    gap: 10px;
}

.trans_flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

span.trans_type {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50px;
    background-color: #8080808f;
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

span.trans_type.with_req {
    background-color: #00800066;
    background-image: url(icons/withdraw.png);
    background-size: 20px;
}

span.trans_type.with_reg {
    background-color: #ff0000a8;
    background-image: url(icons/rejected.png);
}

span.trans_type.security_deduct {
    background-color: #ff0000a8;
    background-image: url(icons/security_deduct.png);
}

span.trans_type.security_fee {
    background-color: #ffc073;
    background-image: url(icons/security.png);
}

span.trans_type.incoming {
    background-color: #e6ce15;
    background-image: url(icons/incomming.png);
}

span.light_color {
    color: #808080c7;
}

.d_colum.upadtae_d_col {
    box-shadow: none;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0.5;
    cursor: pointer;
}

.ralead_u_icon {
    width: 30px;
    height: 30px;
    background: url(icons/refresh.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rotating-div {
    animation-name: rotate;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /* Infinite loop */
}

/* Define the keyframes for the rotation */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.field_check {
    display: flex;
}

span.trans_type.affilaite {
    background-color: #2db0ff;
    background-image: url(icons/affiliate_2.png);
    background-size: 20px;
}

.sada_dropship_news_warp {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px 0;
}

.news_head {
    padding: 10px 20px;
    background: #ececed;
    font-weight: 600;
    width: 100px;
    text-align: center;
}

.sada_dropship_tickerwrapper {
    /* the outer div */
    position: relative;
    width: calc(100% - 100px);
    display: flex;
    cursor: pointer;
    justify-content: start;
    align-items: center;
    overflow: hidden;
    height: 30px;
}

ul.sd_list {
    position: absolute;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.sd_list.cloned {
    position: absolute;
    left: 0px;
}

ul.sd_list li {
    float: left;
    padding: 0 30px;
    margin: 0 !important;
    border-right: 2px solid #059473;
    line-height: 16px;
    font-size: 17px;
}

p#billing_city_trax_field span.optional,
p#billing_city_leopard_field span.optional,
p#billing_city_postex_field span.optional {
    display: none;
}

.ds-account-status-waring {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 9px 20px;
    background: red;
    color: white;
    border-radius: 10px;
    gap: 10px;
}

.ds-account-status-waring p {
    margin: 0 !important;
}