﻿.new-agent-mail-step2 {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    border: 0px;
    margin: 0px;
}

    .new-agent-mail-step2 .calendar-block.type2 {
        margin: 0px;
        border: 0px;
        width: 100%;
        box-sizing: border-box;
    }

        .new-agent-mail-step2 .calendar-block.type2 header h4,
        .new-agent-mail-step2 .cols > div h4{
            color: #343440;
            font-family: NotoSans;
            font-size: 20px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0px;
            text-align: left;
        }

    .new-agent-mail-step2 .calendar-block .line-holder label {
        float: none;
        width: 80px;
        margin: 0px;
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
    }

    .new-agent-mail-step2 .calendar-block .line-holder {
        padding: 0px;
        display: flex !important;
        align-items: center;
    }

        .new-agent-mail-step2 .calendar-block .line-holder .form-group {
            margin-bottom: 0px;
            width: 100%;
        }

    .new-agent-mail-step2 .custom-combobox .custom-combobox-toggle:before,
    .new-agent-mail-step2 .dropdown-extend .dropdown-extend-toggle:before {
        -webkit-transition: all .3s;
        transition: all .3s;
        position: absolute;
        z-index: 20;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        border: none;
        margin: 0;
        background-image: url(../../Images/newDesign/Tasks/Triangle.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        transform: rotate(0deg);
    }

.new-agent-mail-step2 .btn-block {
    display: flex;
    justify-content: flex-end;
}

    .new-agent-mail-step2 .btn-block .btn-default:first-child {
        margin-right: 24px;
    }

    .new-agent-mail-step2 .cols > div > table > tbody tr:first-child {
        display: grid;
        grid-template-columns: 281px 1fr;
        margin-bottom: 16px;
        height: auto;
    }

        .new-agent-mail-step2 .cols > div > table > tbody tr:first-child td:first-child {
            color: #343440;
            font-family: NotoSans;
            font-size: 20px;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0px;
            text-align: left;
        }

            .new-agent-mail-step2 .cols > div > table > tbody tr:first-child td:first-child input {
                
                display: none
            }

        .new-agent-mail-step2 label.btn-default {
           padding-bottom:0px;
           padding-top: 0px;
           width: 100%;
        }

    .new-agent-mail-step2 #files_list div,
    .new-agent-mail-step2 .cols > div > table > tbody tr td span {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: left;
        padding-bottom: 8px;
    }

    .new-agent-mail-step2 #files_list div span {
        color: #485879 !important;
        text-decoration:initial !important;
    }

    .new-agent-mail-step2 .cols > div > table {
        display: block;
        margin-bottom: 16px;
    }