/* All input fields inside custom option rows */

/* Event Add Page  Starts*/
.marketplaceeventmanager-event-add .customoption .customoption .wk_row input {
    font-size: 14px;
}

/* All form fields inside .wk-mp-design */
.marketplaceeventmanager-event-add .wk-mp-design input[type="text"],
.marketplaceeventmanager-event-add .wk-mp-design input[type="number"],
.marketplaceeventmanager-event-add .wk-mp-design input[type="email"],
.marketplaceeventmanager-event-add .wk-mp-design input[type="date"],
.marketplaceeventmanager-event-add .wk-mp-design input[type="time"],
.marketplaceeventmanager-event-add .wk-mp-design textarea,
.marketplaceeventmanager-event-add .wk-mp-design select {
    font-size: 14px;
    width: 100%;
    box-sizing: border-box !important;
    height: 40px;
}

/* Textarea specific */
.marketplaceeventmanager-event-add .wk-mp-design textarea {
    resize: none;
}

/* Select dropdown options */
.marketplaceeventmanager-event-add .wk-mp-design select option {
    font-size: 14px;
}

/* All labels inside .wk-mp-design */
.marketplaceeventmanager-event-add .fieldset > .field > .label,
.marketplaceeventmanager-event-add .label,
.marketplaceeventmanager-event-add p {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: #000000
}
.marketplaceeventmanager-event-add #wk-category-label {
    background: #0062B8 !important;
    border: none !important;
    border-radius: 2px ;
    padding: 8px 18px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
}
.marketplaceeventmanager-event-add #wk-mp-nav .level-0 > a {
    font-size: 12px;
}
.marketplaceeventmanager-event-add .wk-cat-container {
    font-size: 14px;
}
.marketplaceeventmanager-event-add input[type="checkbox"] {
    margin-left: 0.5rem;
}
.marketplaceeventmanager-event-add .customoption .customoption .head .label {
    color: #000000 !important;
    font-size: 14px;
}
.marketplaceeventmanager-event-add .image .image-placeholder-text {
    font-size: 12px !important;
}
.marketplaceeventmanager-event-add button.removeOptionTicket:before,
.marketplaceeventmanager-event-add button.removeOption:before {
    font-size: 24px !important;
    color: red !important;
}
.marketplaceeventmanager-event-add button:not(.primary) {
    line-height: 0 !important;
    border: none !important;
}
.marketplaceeventmanager-event-add .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    color: #000000 !important;
}
.marketplaceeventmanager-event-add .button.QaddOption,
.marketplaceeventmanager-event-add .button.addOption {
    font-size: 14px !important;
}
/* Event Add Page  Ends*/


/* Event Edit Page  Starts*/
.marketplaceeventmanager-event-edit .customoption .customoption .wk_row input {
    font-size: 14px;
}

/* All form fields inside .wk-mp-design */
.marketplaceeventmanager-event-edit .wk-mp-design input[type="text"],
.marketplaceeventmanager-event-edit .wk-mp-design input[type="number"],
.marketplaceeventmanager-event-edit .wk-mp-design input[type="email"],
.marketplaceeventmanager-event-edit .wk-mp-design input[type="date"],
.marketplaceeventmanager-event-edit .wk-mp-design input[type="time"],
.marketplaceeventmanager-event-edit .wk-mp-design textarea,
.marketplaceeventmanager-event-edit .wk-mp-design select {
    font-size: 14px;
    width: 100%;
    box-sizing: border-box !important;
    height: 40px;
}

/* Textarea specific */
.marketplaceeventmanager-event-edit .wk-mp-design textarea {
    resize: none;
}

/* Select dropdown options */
.marketplaceeventmanager-event-edit .wk-mp-design select option {
    font-size: 14px;
}

/* All labels inside .wk-mp-design */
.marketplaceeventmanager-event-edit .fieldset > .field > .label,
.marketplaceeventmanager-event-edit .label,
.marketplaceeventmanager-event-edit p {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    color: #000000
}
.marketplaceeventmanager-event-edit #wk-category-label {
    background: #0062B8 !important;
    border: none !important;
    border-radius: 2px ;
    padding: 8px 18px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
}
.marketplaceeventmanager-event-edit #wk-mp-nav .level-0 > a,
.marketplace-account-dashboard #wk-mp-nav .level-0 > a,
.marketplace-order-history #wk-mp-nav .level-0 > a,
.marketplace-product-create #wk-mp-nav .level-0 > a,
.marketplace-product-productlist #wk-mp-nav .level-0 > a,
.marketplace-product_attribute-new #wk-mp-nav .level-0 > a,
.marketplace-account-editprofile #wk-mp-nav .level-0 > a,
.marketplaceeventmanager-event-eventlist #wk-mp-nav .level-0 > a {
    font-size: 12px;
}
.marketplaceeventmanager-event-edit .wk-cat-container {
    font-size: 14px;
}
.marketplaceeventmanager-event-edit input[type="checkbox"] {
    margin-left: 0.5rem;
}
.marketplaceeventmanager-event-edit .customoption .customoption .head .label {
    color: #000000 !important;
    font-size: 14px;
}
.marketplaceeventmanager-event-edit .image .image-placeholder-text {
    font-size: 12px !important;
}
.marketplaceeventmanager-event-edit button.wkeventoptiondel:before,
.marketplaceeventmanager-event-edit button.removeOption:before {
    font-size: 24px !important;
    color: red !important;
}
.marketplaceeventmanager-event-edit button:not(.primary) {
    line-height: 0 !important;
    border: none !important;
}
.marketplaceeventmanager-event-edit .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    color: #000000 !important;
}
.marketplaceeventmanager-event-edit .button.QaddOption,
.marketplaceeventmanager-event-edit .button.addOption {
    font-size: 14px !important;
}
/* Event Edit Page  Ends*/


.marketplace-account-dashboard .orders-breakdown-table {
    font-size: 14px;
    color: #000000;
}
.wk-mp-menu-wrapper {
    font-size: 14px;
}
.wk-mp-list-table.wk-mp-list-container-table {
    font-size: 14px;
}