/**
* Custom Css for backend 
*
* @package DarkMag
*/

#darkmag-img-container li {
    padding: 3px;
}
#darkmag-img-container .darkmag-radio-img-selected {
    border: 3px solid #d72924;
}
.customize-control-repeater-text .repeater-text-fields .set {
    margin-bottom: 5px;
    padding-right: 15px;
    position: relative;
}
.customize-control-repeater-text .repeater-text-fields input {
    margin-bottom: 5px!important;
}
.customize-control-repeater-text .btn-remove-field {
    color: red;
    position: absolute;
    right: -7px;
    top: 3px;
}
.customize-control-repeater-text .btn-remove-field span {
    text-decoration: none;
}
.customize-control-repeater-text .btn-remove-field:active,
.customize-control-repeater-text .btn-remove-field:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="range"] {
    width: 100%;
    background-color: #033b62;
    -webkit-appearance: none;
    height: 3px;
    border-radius: 5px;
    outline: none;
}
.customize-control-radio-image #darkmag-img-container {
    display: flex;
    align-items: center;
}