﻿.form {
}

    .form .form-column {
        background-color: #F8F9FA;
        padding: 10px;
        height: 100%;
    }

    .form .reset-height {
        height: auto;
    }

    .form .field-group {
        font-family: Poppins500;
        font-size: 13px;
        text-transform: uppercase;
        color: #C1C8CD;
        margin-bottom: 5px;
    }

    .form .margin-top15 {
        margin-top: 15px;
    }

.modal .modal-footer {
    margin-top: 30px;
}

.flow-step {
    padding: 6px 0px;
    border-bottom: solid 1px #ddd;
    cursor: pointer;
    font-family: Poppins400;
    font-size: 11px;
}

.weekday-container {
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
}

    .weekday-container input {
        display: none !important;
    }

        .weekday-container input[type=checkbox] + label {
            font-family: Poppins400;
            font-size: 11px;
            display: inline-block;
            border-radius: 50%;
            background: #dddddd;
            height: 20px;
            width: 20px;
            margin-right: 3px;
            line-height: 20px;
            text-align: center;
            cursor: pointer;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .weekday-container input[type=checkbox]:checked + label {
            background: royalblue;
            color: #ffffff;
        }

.attachment-button {
    background-color: #11181C;
    border-radius: 50%;
    height: 30px;
    width: 32px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .attachment-button i {
        color: #ffffff;
        font-size: 11px;
    }

.file-upload-box {
    border: dashed 1px #11181C;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    display: block;
    background-color: #fff;
    font-family: Poppins500;
    font-size: 12px;
    height: 30px;
    margin-right: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}

.attachment-line {
    padding: 5px;
    border-bottom: solid 1px #C1C8CD;
    font-family: Poppins700;
    font-size: 11px;
    color: #11181C;
    cursor: pointer;
    display: flex;
    gap: 5px;
    width: 100%;
}

    .attachment-line .icon {
        width: 15px;
    }

    .attachment-line .title {
        width: calc(100% - 100px);
    }

    .attachment-line .new {
        color: crimson;
        width: 15px;
        font-size: 9px;
        margin-left: auto;
    }

    .attachment-line .date {
        color: #C1C8CD;
        width: 60px;
    }

    .attachment-line .edit {
        color: #C1C8CD;
    }

    .attachment-line .delete {
        color: #C1C8CD;
    }

.preset-form {
}

    .preset-form a {
        font-family: 'Poppins400';
        border-bottom: solid 1px #ccc;
        padding: 10px;
        display: block;
        background-color: #fff;
        font-size: 14px;
    }

        .preset-form a:hover {
            background-color: #eee;
        }

@media (max-width: 1200px) {
    .form .form-column {
        height: auto;
    }

    .form .col-xl-6:last-child {
        margin-top: 15px;
    }

    .form .col-xl-4:nth-last-child(-n+2) {
        margin-top: 15px;
    }

    .modal .modal-footer {
        margin-top: 0;
    }
}
