.actions_holder {
    margin-bottom: 20px;
}

.actions_holder .input_holder {
    padding: 10px !important;
    margin-bottom: 0 !important;
}

.actions_holder .input_holder >.hollow_bg {
    margin-bottom: 10px;
    width: 235px !important;
}

.actions_holder .input_holder > label {
    margin-bottom: 10px;
}

.actions_holder .input_holder >.message {
    margin-bottom: 10px;
    width: 100%;
    color: #2886c7;
}

.actions_holder ul {
    margin: 20px 0;
}

.actions_holder ul li .delete_btn {
    margin-top: 0 !important;
    width: 45px !important;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    background-image: url(../img/delete_icon.png);
    background-color: #d23830;
}

.actions_holder ul li {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.actions_holder ul li .hollow_bg {
    margin-top: 0 !important;
    width: 80%;
}

.actions_holder ul li .hollow_bg input {
    width: auto;
    padding: 0 15px;
    overflow:hidden;
    height: 40px;
    margin: 0 ;
}

.repadity_holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: space-around;
    margin-bottom: 10px;
}

.repedity_label {
    float: left;
    width: 50%;
}

.time-container {
    display: flex;
}

.grid-container {
    display: grid;
    grid-template: auto / auto auto;
    grid-gap: 10px;
    float: right;
    margin-top: 10px;
}

.grid-container .time_set input {
    color: white;
    background-color: #272C2F;
}

.grid-container span {
    line-height: 43px;
}

.motion-actions {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    margin-top: 15px;
}