.codicts-links-repeater input[type="button"] {
    background: #f4f4f4 !important;
    border: none !important;
    cursor: pointer;
}

.codicts-links-repeater input[type="button"]:focus {
    border: none !important;
    box-shadow: none !important;
}

.codicts-links-repeater .repeater-field-wrapper {
    border: 1.5px solid #e6e6e6;
    padding: 20px 20px 0;
    margin-bottom: 25px;
    border-radius: 5px;
}

.codicts-links-repeater .repeater-field-wrapper .item-head {
    display: flex;
}

.codicts-links-repeater .repeater-field-wrapper .item-head input:first-child {
    margin-right: 2%;
}

.codicts-links-repeater .repeater-field-wrapper textarea {
    min-height: 100px;
}

.codicts-links-repeater .repeater-field-wrapper .field-type-file {
    padding-top: 20px;
}

.codicts-links-repeater .repeater-field-wrapper .uploaded-file-preview {
    width: 150px;
    display: block;
    position: relative;
}

.codicts-links-repeater .repeater-field-wrapper .uploaded-file-preview img {
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
}

.codicts-links-repeater .repeater-field-wrapper .review-gallery-image-remove {
    top: unset;
}

.codicts-links-repeater .repeater-field-wrapper .delete-repeater-item {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    height: 36px !important;
    width: 36px !important;
    cursor: pointer;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -18px;
}

.codicts-links-repeater .repeater-field-wrapper .delete-repeater-item.mlvrf-delete-btn {
    width: auto !important;
    border-radius: 6px;
    display: flex;
    line-height: 1;
    align-items: center;
    transition: 0.2s ease;
    padding: 0 10px !important;
    background: #f2f2f2;
}

.codicts-links-repeater .repeater-field-wrapper .delete-repeater-item.mlerf-delete-btn:hover {
    background: #f2f2f2;
    color: #242429 !important;
}

.codicts-links-repeater>input[type="button"]:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #242429 !important;
}

.codicts-links-repeater .repeater-field-wrapper .delete-repeater-item i {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px !important;
}

.codicts-links-repeater input {
    margin-right: 0 !important;
}

.codicts-links-repeater {
    margin-top: 20px;
}

.block-type-links_repeater ul.extra-details>li>div {
    display: flex;
}

.block-type-links_repeater ul.extra-details>li div.cdts-links-wrap-img {
    min-width: 70px;
    min-height: 70px;
    background-size: cover;
    background-position: center center;
    margin-right: 10px;
}

.block-type-links_repeater ul.extra-details>li>div a span {
    font-weight: bold;
    font-size: 16px;
}

.block-type-links_repeater ul.extra-details>li>div a div {
    margin-top: 5px;
}

.codicts-links-repeater .codicts-rec-lr-select-options {
    border-bottom: 1.5px solid rgba(0, 0, 0, .2);
    width: 100%;
}

.codicts-links-repeater .codicts-rec-lr-select-options .select2-selection {
    padding-bottom: 0 !important;
}

.cdts-reptr-country {
    display: inline-flex;
    align-content: center;
    align-items: center;
    gap: 5px;
    margin-right: 15px;
    font-size: 12px;
}

.cdts-reptr-country img {
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.country_filter {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 180px;
}

.extra-details li:first-child {
    padding-top: 8px !important;
}

.codicts-rec-lr-select-options select {
    padding: 5px;
    border-radius: 15px;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.input-with-currency {
    display: flex;
    align-items: center;
}

.currency {
    margin-left: 5px;
}

ul.extra-details .buttons.button-2.full-width.c27-explore-search-button {
    width: 140px;
}

.field-type-file.form-group {
    margin-top: 20px;
}

.field-type-file.form-group label {
    color: #242429;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: -4px;
    text-align: left;
}

input#csv-upload::file-selector-button {
    font-weight: 500;
    width: 100px;
    color: #242429;
    padding: 14px 7px;
    border: none;
    background: #f4f4f4 !important;
    cursor: pointer;
    margin-right: 7px;
}