.edit-task-form{
	.presets-dropdown{
		margin-left: 8px;

        @media screen and (max-width: 768px){
            margin-left: 0px;
            margin-top: 10px;
        }            
        
	}

	.preset-performing-action-icon{
		margin-left: 12px;
	}

	.preset-error{
		margin-top: 12px;
	}

	.system-preset{
		background-color: #eee;
    }
    
    .review-options{
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .name-loading{
        position: absolute;
        right: 60px;
        top: 15px;
        opacity: 0.5;
    }

    .name-fields{
        display: flex;
        .btn.toggle-tags{
            margin-top: 2px;
            margin-bottom: 2px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }
        input[type="text"]{
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }
    }
}