/* Warning sign when some action has to be completed */
.redi-menu-warning
{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 1px 0 -1px 2px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: darkorange;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    z-index: 26;
}
.social_my_list {
    display: inline-flex;
    gap: 11px;
    margin-bottom: 15px;
}
.social_my_list a {
    display: inline-flex;
}
.tab_wrap.cancel {
    width: 100%;
    margin-right: auto;
}
.button-primary1 {
    background: #1b335f;
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-right: 10px;
    font-weight: 600;
    border: 1px solid #1b335f;
    transition: 0.4s all ease;
}
.button-primary1:hover, .rr_setting_page .button-primary:hover {
    background: #fff;
    color: #1b335f;
}
.button-primary2 {
    background: transparent;
    border: 1px solid #1b335f;
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    color: #1b335f;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s all ease;
}
.button-primary2:hover {
    background: #1b335f;
    color: #fff;
}
.redi_box {
    background: #fff;
    border-spacing: 0!important;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%);
    margin-top: 20px;
    width: 100%!important;
    padding: 15px 15px;
}
.redi_box H2 {
    background: #1b335f;
    padding: 10px 15px!important;
    display: block;
    color: #fff;
    font-size: 17px !important;
    margin-top: 0;
}
.redi_box input#key_edit {
/*    padding: 5px 15px;*/
    border-radius: 0;
}
.redi_video_modal {
    display: block;
    background: #000000ad;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.redi_video_modal_dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    height: 100%;
}
.video_modal_body {
    position: relative;
    max-width: 800px;
    width: 100%;
}
.redi_video_modal span.close {
    position: absolute;
    top: -30px;
    right: 16px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.redi_video_modal iframe {
    width: 100%;
    padding: 0 20px;
}