.txtEmail {
    border: 1px solid black;
    width: 100%;
    height: 35px;
    display: flex;
    border-radius: 3px;
    margin-left: 48px;
    padding-left: 43px;
}

.txtEmailRole {
    border: 1px solid black;
    width: 100%;
    height: 35px;
    display: flex;
    border-radius: 3px;
    margin-left: 35px;
    padding-left: 43px;
}

.txtSMSRole {
    border: 1px solid black;
    width: 100%;
    height: 35px;
    display: flex;
    border-radius: 3px;
    margin-left: 35px;
    padding-left: 43px;
}

.txtwhatRole {
    border: 1px solid black;
    width: 100%;
    height: 35px;
    display: flex;
    border-radius: 3px;
    margin-left: 35px;
    padding-left: 43px;
}

.btnAddProductKeyword1 {
    /* margin-top: 8px;
margin-left: 215px; */
    margin-top: 8px;
    margin-left: 215px;
}

.keyblockEmail {
    border: solid 1px #636363;
    padding: 8px;
    border-radius: 7px;
    background-color: #fbfbfb;
    display: inline-block;
    margin-right: 3px;
    font-size: 11px;
    margin-top: 4px;
    margin-left: 10px;
    display: none;
    width: 263px;
    height: 40px;
}


.txtAddEmail {
    width: 206px;
}

.txtSMS {
    border: 1px solid black;
    width: 94%;
    height: 35px;
    display: flex;
    border-radius: 3px;
    margin-left: 48px
}

.pnlAddEmail {
    border: solid 1px #636363;
    padding: 7px;
    border-radius: 7px;
    background-color: #fbfbfb;
    display: inline-block;
    margin-right: 3px;
    font-size: 11px;
}

.txtSubjectCSS {
    margin-left: 18px;
    width: 1150px;
    margin-top: -21px;
}

.btnAddEmailInToField {
    position: absolute;
    left: 79px;
    top: 11px;
}

.btnAddRolesInToField {
    position: absolute;
    left: 79px;
    top: 64px;
}

.pnlAddEmail {
    position: absolute;
    top: 26px;
    left: 61px;
}

.pnlEmailBlock {
    border: solid 1px #636363;
    /* border: solid 1px #f07575; */
    border-radius: 7px;
    background-color: #efefef;
    /* background-color: #f4b3b3; */
    padding: 4px 10px;
    margin: 3px;
}

.pnlAddRole {
    position: absolute;
    top: 80px;
    left: 61px;
}

.pnlAddRole {
    border: solid 1px #636363;
    padding: 7px;
    border-radius: 7px;
    background-color: #fbfbfb;
    display: inline-block;
    margin-right: 3px;
    font-size: 11px;
}