.btn-editslider{
    width:70px;
    height:70px;
    border:none;
        background: white;
}
.btn-editslider i{
    font-size: 32px;
    color: #d9651e;
}
.delete-slide-btn{
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    border-radius: 100%;
    margin: 21px;
    border: 0;
    color: white;
}
.btn-close{
        margin: 0 !important;
}
.select-edit{
    width: 174px;
    padding: 4px;
    border: 1px solid gray;
    border-radius: 5px;
}