
@-webkit-keyframes rsg__spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes rsg__spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*SAVE BUTTON*/
.rsgsrf_reg_form .gform_footer{
    text-align: center;
}
.rsgsrf_reg_form .gform_footer input.gform_button.button[type=submit],
.rsgsrf_btn_submit{
    transition: ease .4s; -webkit-transition: ease .4s;
    padding: 5px 50px;
    background: #229dd8;
    border: 2px solid #229dd8;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.rsgsrf_reg_form .gform_footer input.gform_button.button[type=submit]:hover,
.rsgsrf_btn_submit:hover{
    transition: ease .4s; -webkit-transition: ease .4s;
    color: #229dd8;
    background: #fff;
}
.rsgsrf_pre_loader{
    width: 100%; text-align: center; position: absolute; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background: rgba(241, 241, 241, 0.8); z-index: 2; padding-top: 1%; display: none;
}
.rsgsrf_pre_loader .rsgsrf_loader{
    border: 5px solid #0073aa; border-radius: 50%; border-top: 5px solid #ffffff; width: 15px; height: 15px; -webkit-animation: rsg__spin 2s linear infinite; animation: rsg__spin 2s linear infinite; left: 0; right: 0; margin: auto;
}
.rsgsrf_notif{
    display: none;
    position: absolute;
    z-index: 4;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 50px;
    background: #0073aa;
    color: #fff;
    font-weight: 800;
    padding: 10px;
}

.rsgsrf_big_title{
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}

.rsgsrf_reg_title{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.rynerg_rsgsrf input,
.rynerg_rsgsrf input:hover,
.rynerg_rsgsrf input:focus,
.rynerg_rsgsrf a,
.rynerg_rsgsrf a:hover,
.rynerg_rsgsrf a:focus,
.rynerg_rsgsrf button,
.rynerg_rsgsrf button:hover,
.rynerg_rsgsrf img:focus{
    transition: ease .4s;
    -webkit-transition: ease .4s;
    outline: none!important; outline: unset !important;
}


/*FORM*/
.rsgsrf_reg_form{
    background: #eeeeee;
}
.rsgsrf_reg_form .gform_confirmation_message{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    padding: 200px 10px;
    background: #fff;
    border-radius: 5px;
}
.rsgsrf_reg_form .rsgsrf_form_type,
.rsgsrf_reg_form .rsg_reg_form_level{
    position: relative;
} 
.rsgsrf_reg_form .rsgsrf_price_holder{
    padding: 15px 10px;
    background: #d2d2d2;
    margin-top: 15px;
}
.rsgsrf_reg_form .rsgsrf_types_select,
.rsgsrf_reg_form .rsgsrf_level_select{
    position: absolute;
    width: 100%;
    padding-right: 16px;
    z-index: 2;
    display: none;
}
.rsgsrf_reg_form .rsgsrf_types_select span,
.rsgsrf_reg_form .rsgsrf_level_select span{
    display: block;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #23282d;
    cursor: pointer;
    font-weight: 500;
    transition: ease .4s;
    -webkit-transition: ease .4s;
}
.rsgsrf_reg_form .rsgsrf_types_select span:hover,
.rsgsrf_reg_form .rsgsrf_level_select span:hover{
    transition: ease .4s;
    -webkit-transition: ease .4s;
    color: #fff;
    background: #5299e2;
}
.rsgsrf_reg_form .rsgsrf_form_price{
    display: none;
}
.rsgsrf_subj_display{
    max-width: 800px;
    margin: auto;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background: #fff;
}
.rsgsrf_subj_display table{
    width: 100%;
}
.rsgsrf_tbl_title{
    font-weight: 800;
    border: 1px solid #d2d2d2;
    border-right: unset;
    border-left: unset;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 25px;
}
.rsgsrf_tbl_head{
    font-weight: 800;
    font-size: 20px;
    background: #d9edf7;
    color: #222;
}
.rsgsrf_tbl_content:nth-child(odd){
    background: #eee;
}
.rsgsrf_tbl_level_title{
    background: #d2d2d2;
}
.rsgsrf_subj_display table td{
    border: none !important ;border: unset !important ;
    padding: 5px;
}

.rsgsrf__modal{
    position: fixed;
    z-index: 9999999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
.rsgsrf_modal_content{
    min-height: 100px;
    background: #fff;
    position: relative;
    max-width: 1200px;
    margin: auto;
    top: 10%;
    overflow: auto;
    padding: 10px;
    border-radius: 5px;
}
.rsgsrf_modal_title{
    font-size: 20px;
    display: block;
    padding: 10px;
    font-weight: 600;
    border-bottom: 1px solid #229dd8;
}
.rsgsrf_select_type{
    position: relative;
}
.rsgsrf_select_type .rsgsrf_type__content{
    position: absolute;
    width: 100%;
    padding-right: 16px;
    z-index: 2;
    display: none;
}
.rsgsrf_select_type .rsgsrf_type__content span{
    display: block;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    font-weight: 500;
    transition: ease .4s;
    -webkit-transition: ease .4s;
}
.rsgsrf_select_type .rsgsrf_type__content span:hover{
    transition: ease .4s;
    -webkit-transition: ease .4s;
    color: #fff;
    background: #5299e2;
}

.rsgsrf_reg_form a.rsgsrf_client_add_subject{
    font-size: 15px;
    font-weight: 700;
    color: #005ca0;
    transition: ease .4s; -webkit-transition: ease .4s;
}

.rsgsrf_reg_form a.rsgsrf_client_add_subject:hover{
    color: #399232;
    transition: ease .4s; -webkit-transition: ease .4s;
}

/*SUBJECTS ADDED*/
.rsgsrf_input_blocker{
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    transition: ease .4s; -webkit-transition: ease .4s;
    opacity: 0;
}
.rsgsrf_input_blocker:hover{
    background: rgba(0, 92, 160, 0.7);
    transition: ease .4s; -webkit-transition: ease .4s;
    opacity: 1;
}
.rsgsrf_reg_form .rsgsrf_form_added_subjects{
    position: relative;
}
.rsgsrf_reg_form .rsgsrf_form_added_subjects table tr,
.rsgsrf_reg_form .rsgsrf_form_added_subjects table tr td{
    position: relative!important;
}
.rsgsrf_reg_form .rsgsrf_form_added_subjects table tr:last-child{
    display: none;
}
.rsgsrf_reg_form .rsgsrf_form_added_subjects table td.gfield_list_icons{
    display: none !important;
}
.rsgsrf_reg_form .rsgsrf_form_added_subjects table tbody input{
    cursor:pointer;
    padding:10px;
}