.notify_bg {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 50%;
    z-index: 1099;
}
.notify_text {
    position: absolute;
    font-family: Open Sans, sans-serif;
    width: 400px;
    height: auto;
    min-height: 150px;
    z-index: 1100;
    background-color: #464646;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}
.notify_text_mobile {
    position: absolute;
    font-family: Open Sans, sans-serif;
    width: 100%;
    height: 150px;
    z-index: 1100;
    background-color: #464646;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}
.notify_text td,
.notify_text_mobile td {
    color: #fff;
    font-size: 14px;
}
.notify_textarea {
    position: absolute;
    font-family: Open Sans, sans-serif;
    width: 60%;
    height: 60%;
    z-index: 1100;
    background-color: #464646;
    border-radius: 3px;
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}
.notify_textarea textarea {
    width: 95%;
    height: 95%;
    resize: none;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    box-shadow: 0 7px 14px rgba(172, 172, 172, 0.25), 0 5px 5px rgba(169, 168, 168, 0.22);
    color: #000000;
}
.notify_textarea_mobile .content,
.notify_textarea .content,
.notify_modal .content,
.notify_robobet .content {
    width: 95%;
    height: 95%;
    resize: none;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    box-shadow: 0 7px 14px rgba(172, 172, 172, 0.25), 0 5px 5px rgba(169, 168, 168, 0.22);
    background-color: #ffffff;
    overflow-y: auto;
    text-align: left;
    padding: 0 5px 0 5px;
    color: #000000;
}
.notify_textarea .header {
    width: 95%;
    text-align: left;
    height: 20px;
    line-height: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding-top: 5px;
}
.notify_textarea .content .date_time {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-style: italic;
}

.notify_modal,
.notify_robobet {
    position: absolute;
    font-family: Open Sans, sans-serif;
    width: 95%;
    height: 95%;
    z-index: 1100;
    background-color: #464646;
    border-radius: 3px;
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}
.notify_modal .bet {
    font-weight: bold;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
}
.notify_modal h1.title {
    font-family: Open Sans, sans-serif;
    font-size: 28px;
    padding: 0;
    margin: 0;
}
.notify_modal h5.time {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.notify_textarea_mobile {
    position: absolute;
    font-family: Open Sans, sans-serif;
    width: 95%;
    height: 95%;
    z-index: 1100;
    background-color: #464646;
    border-radius: 3px;
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}
.notify_textarea_mobile textarea {
    width: 95%;
    height: 95%;
    resize: none;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    box-shadow: 0 7px 14px rgba(172, 172, 172, 0.25), 0 5px 5px rgba(169, 168, 168, 0.22);
    color: #000000;
}
.notify_textarea_mobile .header {
    width: 95%;
    text-align: left;
    height: 20px;
    line-height: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding-top: 5px;
}
.notify_textarea_mobile .content .date_time {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-style: italic;
}
.notify_modal_form {
    position: absolute;
    display: block;
    background-color: #ffffff;
    top: 0;
    height: 100%;
    z-index: 1100;
}
.notify_modal_form .toolbar {
    width: 100%;
    height: 25px;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
}
.notify_bot_task {
    position: absolute;
    font-family: Open Sans, sans-serif;
    width: 70%;
    height: 70%;
    z-index: 1100;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}