/* remove spin button on number input */
.set_opacity_zero {
    opacity: 0;
}

.set_overlay {
    background-color: #ada3a3 !important;
}

.set_overlay a {
    color: #000000 !important;
}

.set_overlay .disable_this{
    position: relative;
    cursor: not-allowed;
}

.set_overlay .disable_this::after {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    /* -webkit-appearance: none;
    margin: 0; */
}

#manage-auctions-page .top_actions {
    text-align: right;
    margin-bottom: 10px;
}

#update_csv_form_modal .upload_csv,
#update_csv_form_modal .prev_pannel,
#update_csv_form_modal .csv_upload_inputs,
#update_csv_form_modal .csv_clear_inputs,
#update_csv_form_modal .csv_clear_upload_labels,
#update_csv_form_modal .csv_questions_pannel,
#update_csv_form_modal .csv_questions_pannel .items_count,
.manage_package_form .error_alert,
#manage-auctions-page .comment_modal_loading,
#manage-auctions-page .statistics_modal_loading,
#manage-auctions-page .update_modal_loading {
    display: none;
}

#manage-auctions-page .list_actions,
#manage-auctions-page .draft_actions {
    min-width: 85px;
    margin-bottom: 2px;
    width: 100%;
}

.manage_package_form .error_alert,
#auctions-grid-view table tbody tr td:last-child {
    text-align: center;
}

/* item tagging */
.let_cont_flex {
    display: inline-flex;
}

.let_cont_flex .flex_toggle_conts {
    width: 100%;
}

.let_cont_flex .flex_toggle_conts .toggle {
    width: 90% !important;
}

.let_cont_flex .field-itemform-gen_ae_label > label,
.let_cont_flex .field-itemform-is_retag > label {
    display: block;
}

.tmu_toggle_cont {
    margin-right: 10px;
}
.fees_toggle_cont {
    margin-right: 10px;
}

#item-tagging-form {
    position: relative;
}

/* draft list */
#item-drafts-grid-view table tbody .ma_table_actions {
    width: 100%;
}

#item-drafts-grid-view table tbody .ma_table_actions:not(:last-child) {
    margin-bottom: 2px;
}

.empty_alert {
    -webkit-animation: NAME-YOUR-ANIMATION 0.5s infinite;  /* Safari 4+ */
    -moz-animation: NAME-YOUR-ANIMATION 0.5s infinite;  /* Fx 5+ */
    -o-animation: NAME-YOUR-ANIMATION 0.5s infinite;  /* Opera 12+ */
    animation: NAME-YOUR-ANIMATION 0.5s infinite;  /* IE 10+, Fx 29+ */
}

@keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
      background-color: transparent;
      color: #c55;
      
    }
    50%, 100% {
      background-color: red;
      color: #ffffff;
      
    }
  }

#item-tagging-form .item_tagging_dimmer {
    background: rgb(255 255 255 / 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.new_desc_holder .new_desc_btn,
.appraisal_holder .appraisal-container,
#item-tagging-form .new_item_desc,
#item-tagging-form .submit_item_tagging,
.let_cont_flex .field-itemform-gen_ae_label,
.let_cont_flex .field-itemform-is_retag {
    margin-top: 45px;
}

#item-tagging-form .ait_component .control-label {
    padding: 10px 0;
    letter-spacing: 0.1em;
    font-weight: 700;
    /* background-color: #f3f4f6; */
    border-radius: 0.5px;
}

#item-tagging-form .new_item_desc,
#item-tagging-form .submit_item_tagging {
    width: 100%;
}

/* modal */
#comment_form_modal .modal-content .modal-footer .save-comment,
#update_auction_form_modal .modal-content .modal-footer .update-auction,
#auction_form_modal .modal-content .modal-footer .save-auction {
    min-width: 76px;
}

.empty_input_alert,
#auction_form_modal .modal-content .modal-footer .modal_is_saving {
    display: none;
}

/* statistics modal */
#auction_statistics_modal .modal-dialog {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

#auction_statistics_modal .row_container .statistics_data:last-child {
    outline-width: 1px;
    border-left: 1px solid;
}

/* add coment modal */
#comment_form_modal .new_comment_text_area {
    resize: none;
    width: 570px;
}

/* upload csv modals */

#update_csv_form_modal .link_file_template.gray_out,
#update_csv_form_modal .csv_upload_labels.gray_out {
    background-color: #6c757d !important;
    color: #fff;
    cursor: not-allowed;
    position: relative;
    border: none;
}

#update_csv_form_modal .link_file_template.gray_out::after,
#update_csv_form_modal .csv_upload_labels.gray_out::after {
    content: '';
    position: absolute;
    background: rgb(255 255 255 / 50%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#update_csv_form_modal .csv_upload_pannel {
    margin-bottom: 10px;
}

#update_csv_form_modal .upload-no_csv {
    background-color: #e77575;
    color: #000000;
}

#update_csv_form_modal .upload-generic {
    background-color: #e3e386;
    color: #000000;
}

#update_csv_form_modal .upload-reserved {
    background-color: #42a4f5;
    color: #000000;
}

#update_csv_form_modal .upload-ecoring {
    background-color: #b67de1;
    color: #000000;
}

#update_csv_form_modal .upload-exceedgt {
    background-color: #59b759;
    color: #000000;
}

#update_csv_form_modal .upload-items_update {
    background-color: #eda728d6;
    color: #000000;
}

#update_csv_form_modal .csv_clear_upload_labels {
    background-color: #f35b5b;
    color: white;
    padding: 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

#update_csv_form_modal .csv_questions_pannel .question_comp {
    margin-bottom: 5px;
}

#update_csv_form_modal .upload_csv {
    min-width: 71px;
}

/* label printing additional css */
#new_print_form .auction_number_cont {
    position: relative;
}

#new_print_form .rotate_vertical {
    position: absolute;
    top: 50px;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    font-size: 15px;
    /* font-weight: 600; */
}

/* editable dropdown */
.edt_container .edt_container_clickable span {
    border-bottom: dashed 1px #0088cc;
    cursor: pointer;
}

.edt_container .edt_container-form {
    margin-top: 10px;
    display: none;
    position: absolute;
    background: white;
    border: 1px solid;
    z-index: 1;
    border-radius: 5px;
    width: 31rem;
}

.edt_container .edt_container-form::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ececec transparent;
    position: absolute;
    top: -9px;
    left: 10px;
}

.edt_container .edt_form-header {
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
    background: #ececec;
    display: inline-flex;
    width: 100%;
}

.edt_container .edt_form-body {
    display: flex;
    width: 100%;
}

.edt_container .edt_form-body .body_component {
    width: 100%;
    margin: 5px;
}

.edt_container .edt_form-body .body_component.bc-right {
    text-align: right;
}

.edt_container .edt_form-body .body_component.bc-right .edt_action_buttons button {
    padding: 8.5px 12px !important;
}

/* result modal */
#results_modal .modal-body {
    height: 500px;
    overflow: auto;
}