.stc-options-main-cont {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.stc-options-cont {
    min-width: 40%;
    max-width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.stc-variables-main-cont {
    width: 100%;
}
.stc-static-variable-cont{
    width: 100%;
}
.stc-each-static-variable-cont {
    min-width: 20%;
    max-width: 50%;
    text-align: left;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.stc-input-variable {
    height: 40px;
    padding: 8px;
    border: 1px solid #d9dae6;
    border-radius: 6px;
    margin-left: 12px;
}
.stc-varibale-headings {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
    text-align: left;
}
.stc-body-var-main-cont {
    width: 100%;
}
.stc-search-cont {
    width: 150px;
    height: 40px;
    padding: 5px;
    border: 1px solid #d9dae6;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-left: 12px;
}
.cnt-wa-send-temp-btn {
    width: 150px;
    height: 36px;
    font-size: 15px;
    font-weight: 500;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    background-color: #465def;
    border-width: 0;
    cursor: pointer;
    margin-top: 14px;
    margin-bottom: 14px;
}