div.loading {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: -webkit-calc(50% - 50px);
    left: -moz-calc(50% - 50px);
    left: calc(50% - 50px);
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
*{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box; 
    text-rendering: optimizeLegibility;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.navbar-default .navbar-brand {
    height: auto;
}

.admin_login {
    font-family: 'Montserrat', Halvetica, arial, sans-serif;
}

input:checked+.slider {
    background-color: #2196F3;
}

.info_text {
    font-size: 11px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.top_email .emailInfo {
    background: whitesmoke;
}

#moderation_wrapper .dataTables_filter {
    display: none;
}

.info-text {
    font-size: 12px;
    padding: 4px 0;
    margin-top: 0px;
}

.ui-widget-content {
    z-index: 99999 !important;
}

.vimeo_code {
    width: 100% !important;
    font-size: 13px !important;
}

select#assign_speaker {
    /* width: 12%; */
    min-width: 20%;
    max-width: 100%;
}

.videoList.td300 tr td:nth-child(2) {
    width: 320px !important;
}

.addMore {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.userpage .video_popup,
.voucherpage .video_popup,
.moderationpage .video_popup,
.commentpage .video_popup,
.refpage .video_popup {
    float: right;
    margin-bottom: 12px;
    display: inline-block;
    cursor: pointer;
    margin-top: 0px;
}

.short-comment-answer {
    font-size: 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    margin-top: 10px;
}

.video_popup {
    cursor: pointer;
}
.video_popup {
    text-align: right;
}

#video_popup_modal .modal-dialog,
#video_popup_modal_1 .modal-dialog,
#video_popup_modal_2 .modal-dialog,
#video_popup_modal_3 .modal-dialog,
#video_popup_modal_4 .modal-dialog,
#video_popup_modal_5 .modal-dialog,
#video_tutorial_testimonial_modal .modal-dialog {
    width: 100%;
    max-width: 870px;
    margin: 0;
    border: none;
}

body.modal-open.modal-scroll {
    overflow: auto;
}

input#operator_emails {
    width: 95%;
    margin: 2px 8px 15px 5px;
    padding: 8px 0px 8px 8px;
}
.mutiplemails {
    margin: 8px 0px 0px 8px;
    padding: 0;
}
.mutiplemails p{ 
    padding-left: 20px;
}
.comment_delete{
    display: inline-block;
}
div#video_popup_modal,
div#video_popup_modal_1,
div#video_popup_modal_2,
div#video_popup_modal_3,
div#video_popup_modal_4,
div#video_popup_modal_5,
div#video_tutorial_testimonial_modal {
    max-width: 420px;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
}

.social_media_links ul li {
    padding: 5px 5px 10px 0px;
    list-style: none;
}

.nav.nav-tabs>li>a,
.nav.tabs-vertical>li>a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
}

.m-t0 {
    margin-top: 0px !important;
}

#saveSettings .nav-tabs>li {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0px !important;
}

#saveSettings .nav-tabs>li {
    padding-right: 26px;
}

#saveSettings .nav-tabs>li.active .video_popup {
    background: white;
    height: 100%
}

#video_popup_modal .modal-content,
#video_popup_modal_1 .modal-content,
#video_popup_modal_2 .modal-content,
#video_popup_modal_3 .modal-content,
#video_popup_modal_4 .modal-content,
#video_popup_modal_5 .modal-content,
#video_tutorial_testimonial_modal .modal-content {
    padding: 0;
}

#video_popup_modal.modal video,
#video_popup_modal_1.modal video,
#video_popup_modal_2.modal video,
#video_popup_modal_3.modal video,
#video_popup_modal_4.modal video,
#video_popup_modal_5.modal video,
#video_tutorial_testimonial_modal.modal video {
    margin: 0px;
    vertical-align: top;
}

#video_popup_modal.modal iframe,
#video_popup_modal_1.modal iframe,
#video_popup_modal_2.modal iframe,
#video_popup_modal_3.modal iframe,
#video_popup_modal_4.modal iframe,
#video_popup_modal_5.modal iframe,
#video_tutorial_testimonial_modal.modal iframe {
    margin: 0px;
    vertical-align: top;
}

#video_popup_modal.modal .modal-content .modal-header,
#video_popup_modal_1.modal .modal-content .modal-header,
#video_popup_modal_2.modal .modal-content .modal-header,
#video_popup_modal_3.modal .modal-content .modal-header,
#video_popup_modal_4.modal .modal-content .modal-header,
#video_popup_modal_5.modal .modal-content .modal-header,
#video_tutorial_testimonial_modal.modal .modal-content .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border: none;
    z-index: 3;
    height: 60px;
}

#video_popup_modal.modal .modal-header .close,
#video_popup_modal_1.modal .modal-header .close,
#video_popup_modal_2.modal .modal-header .close,
#video_popup_modal_3.modal .modal-header .close,
#video_popup_modal_4.modal .modal-header .close,
#video_popup_modal_5.modal .modal-header .close,
#video_tutorial_testimonial_modal.modal .modal-header .close {
    font-size: 30px;
    font-weight: 500;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    width: 50px;
    height: 50px;
    opacity: 0.8;
    font-family: sans-serif;
    outline: none !important;
    background-color: #000;
}

/*#video_popup_modal .modal-dialog {
    width: 100%;
    max-width: 870px;
    margin: 0;
    border: none;
}
div#video_popup_modal {
    max-width: 420px;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
}*/
.nav.nav-tabs>li>a,
.nav.tabs-vertical>li>a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
}

#saveSettings .nav-tabs>li {
    padding-right: 0 !important;
}

#saveSettings .nav-tabs>li {
    padding-right: 26px;
}

#saveSettings .nav-tabs>li.active .video_popup {
    background: white;
    height: 100%
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.register-sec {
    margin: 0 -30px;
    padding: 0px 30px 0;
    border-top: 50px solid #f3f3f3;
}
.register-sec .register_section {
    margin: -28px 0 20px;
    font-size: 16px;
}

#rapidmail .register-sec{
    margin: 0 -30px;
    padding: 12px 30px;
    border-top: 16px solid #f3f3f3;

}

#rapidmail .register-sec .register_section{
        margin: 0;
}

.pt-20{
    padding-top: 20px !important;
}

.logo-input {
    opacity: 0;
    visibility: hidden;
    width: 0 !important;
    position: static;
    display: inline-block;
    float: none;
    /*height:0;*/
    overflow: hidden;
}

.link-btn {
    background-color: #dadada;
    color: black;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid black;
    margin-top: 5px;
    cursor: pointer
}

.link-btn:hover{
    color: black;
}

.getAffiliateLink .affliate-icon-black {
    float: none;
    margin-right: 7px;
    margin: 0 auto;
    display: block;
    background-size: contain;
    background-position: center;
}

/* start page css  start*/
.form-wrapper {
    width: 100%;
    max-width: 100%;
}

#sidebar-menu li.seprater {
    position: relative;
    margin-bottom: 15px;
}

#sidebar-menu li.seprater:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 80%;
    background: #fff;
    bottom: -8px;
    margin: auto;
    left: 0;
    right: 0;
}

.circle-ui {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    line-height: 26px;
    margin-right: 3px;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    top: -3px;
    left: 0;
}

.alert-loader{
    background-color: rgb(226 202 85 / 30%);
    border-color: rgb(230 182 62 / 40%);
    color: #beaa5f;
}
.email_inegration {
    float: right;
    margin: 2px 0px 6px 0px;
}

.start-ui-block .nav.nav-tabs+.tab-content.p-lr0 {
    padding-left: 0;
    padding-right: 0;
}

.start-ui-block .nav.nav-tabs+.tab-content.p-lr0 .tab-pane {
    padding: 0 20px;
}

.start-ui-block .nav.nav-tabs+.tab-content.p-lr0 .tab-pane {
    padding: 0 0px;
}

#sidebar-menu li a {
    color: #000;
    font-size: 14px;
}


.video_enable .radio_button label span {
    margin-right: 5px;
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.start-ui-block .nav.nav-tabs+.tab-content {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
    box-shadow: none;
    /*padding-left: 0; padding-right: 0;*/
}

.start-ui-block .table-ui table thead {
    background: #f3f3f3;
    border-bottom: 3px solid #f3f3f3;
}

.start-ui-block table.dataTable.no-footer {
    border-bottom: 8px solid #f3f3f3;
}

.start-ui-block .tab-content .video_popup {
    padding: 0 30px;
}

.start-ui-block .table-ui table thead th:first-child,
.start-ui-block .table-ui table tbody td:first-child {
    padding-left: 40px;
}

.form-preview-ui .heading {
    color: #777777;
}

.start-ui-block .form-outer-ui {
    padding: 20px 0px;
}

.start-ui-block .form-inner-ui {
    border: 1px solid #ccc;
    padding: 10px 8px;
    margin-bottom: 30px;
}

.form-outer-ui .title {
    font-size: 16px;
}

.form-outer-ui .title span {
    font-weight: 600;
}

.form-outer-ui .sub-title {
    font-size: 15px;
}

.form-outer-ui .sub-title span {
    font-weight: 600;
}

.form-preview-ui {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
}

.form-inner-ui .form-block:first-child {
    margin-bottom: 25px;
}

.start-ui-block .form-group label {
    font-weight: normal;
}

.start-ui-block .form-group label span {
    font-weight: 600;
}

.start-ui-block .form-group input {
    width: 100%;
}

.p-lr20 {
    padding: 0 20px
}

.m-t30 {
    margin-top: 38px;
}

.m-b10 {
    margin-bottom: 10px;
}

.custom-checkbox-ui .box-ui {
    position: relative;
    display: inline-block;
    padding-top: 2px;
    padding-left: 32px;
}

.custom-checkbox-ui .box-ui:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    border: 2px solid #777777;
    left: 0;
    top: 0;
}

.custom-checkbox-ui .box-ui:after {
    width: 12px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    position: absolute;
    left: 6px;
    top: 7px;
    transform: rotate(-40deg);
    opacity: 0;
}

.custom-checkbox-ui label input {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.custom-checkbox-ui label input:checked+.box-ui:after {
    opacity: 1;
}

.custom-checkbox-ui label input:checked+.box-ui:before {
    background: #777777;
}

.border-bottom {
    border-bottom: 8px solid #f3f3f3;
    padding-bottom: 30px;
}

.form-outer-block.markting-box {
    padding: 25px 20px;
}

.form-outer-block.border-bottom .col-md-4.full-width {
    width: 38%;
}

.form-outer-block.border-bottom .col-md-4:last-child {
    width: 24%;
}

.form-preview-ui .heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    /*margin-bottom: 31px; */
    margin-top: 4px;
}

.start-ui-block .nav-tabs>li a {
    font-size: 13px;
    font-weight: 800;
    color: #000 !important;
    padding-right: 9px;
    padding-left: 9px;
}

.start-ui-block .nav-tabs>li.active a {
    color: #58c9c7 !important;
}

.form-outer-block.markting-box .heading {
    color: #777777;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
}

.markting-box .subtitle {
    font-weight: normal;
    font-size: 15px;
}

.markting-box .subtitle span {
    display: block;
}

.markting-box .heading-ui {
    margin-bottom: 25px;
}

.markting-box .custom-checkbox-ui {
    margin-bottom: 15px;
}

.breadcrumb {
    z-index: 2;
    position: relative;
}

.nav.nav-tabs>li a:hover .circle-ui {
    border: 1px solid #58c9c7;
}

.date-block-ui {
    color: #2b2b2b;
}

.formLog {
    /* box-shadow: 0 0 14px 0 rgba(0,0,0,0.34);*/
    background: rgba(255, 255, 255, 0.98);
    bottom: 0;
    max-width: 390px;
    padding: 22px 36px 27px 36px;
    position: relative;
    width: 100%;
    border-radius: 4px;
    display: inline-block;
    margin: auto;
    box-shadow: none;
    /* border: 3px solid #e6e6e6; */
}

#addTestinomial .formLog {
    /* box-shadow: 0 0 14px 0 rgba(0,0,0,0.34);*/
    background: rgba(255, 255, 255, 0.98);
    bottom: 0;
    max-width: 390px;
    padding: 22px 36px 27px 36px;
    position: relative;
    width: 100%;
    border-radius: 4px;
    display: inline-block;
    margin: auto;
    box-shadow: none;
    border: 3px solid #e6e6e6;
}

ul.sortableTestimonial.sortableFaq.sortListContainer.ui-sortable {
    width: 100%;
    padding: 0 12px;
}

#topsub_testi_title_heading {
    width: 100%;
    padding: 22px 16px;
    font-size: 14px;
    margin-bottom: 15px;
    background: #f2f2f2;
}

.startpage-title {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: -27px;
    top: -19px;
    font-size: 15px;
    font-weight: 600;
    z-index: 1;
}

.start-ui-block .video_popup {
    display: block;
    width: 100%;
    text-align: right;
}

.start-ui-block .nav-tabs>li.active a .circle-ui {
    border-color: #58c9c7;
}

.tabbing {
    width: 100%;
    float: left;
}

.time-pin-block {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
}

.time-pin-block h6 {
    width: 100%;
    float: left;
    color: #231f20;
    font-size: 24px;
    font-weight: 300;
    line-height: 27px;
    font-family: 'Montserrat', Halvetica, arial, sans-serif;
}

.date-block-ui {
    width: 100%;
    float: left;
    text-align: left;
    /* padding-left: 90px; */
    margin: 20px 0 2px 0;
    text-align: center;
}

.date-block-ui label {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 800;
    margin: 0;
}

.date-block-ui time {
    width: 100%;
    float: left;
    font-weight: 800;
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 18px;
}

/*.date-block-ui-show {
    width: 70px;
    position: absolute;
    padding: 5px 0;
    top: 93px;
    z-index: 2;
    left: 1px;
    transform: rotate(-6deg);
}*/
.date-block-ui-show span {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.date-block-ui-show label {
    width: 100%;
    float: left;
    font-weight: 800;
    font-size: 39px;
    line-height: 25px;
    color: #2b2b2b;
}

.date-block-ui-show {
    width: 70px;
    position: absolute;
    padding: 5px 0;
    top: 93px;
    z-index: 2;
    left: 1px;
    transform: rotate(-6deg);
}

.pin-calender {
    position: absolute;
    left: -21px;
    top: 60px;
    width: 105px;
}

.pin-img {
    position: absolute;
    left: 7px;
    top: 152px;
    z-index: 99;
    width: auto;
    pointer-events: none;
    height: 81px;
}

.inline-form{
        display: flex;
    align-items: center;
}

.inline-form .control-label{
   margin-right:24px;
   margin-bottom:0;
       min-width: 70px;
}

.inline-form .form-control{
  max-width:220px
}

.formsetfields fieldset {
    width: 100%;
    float: left;
    margin: 0 0 8px;
}

.filedtextbox {
    width: 100%;
    float: left;
    position: relative;
}

.btm-cntant-ui {
    width: 100%;
    float: left;
    text-align: center;
}

.btm-cntant-ui p {
    font-size: 13px;
    padding-left: 0px;
}

.btm-cntant-ui p label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.btm-cntant-ui input {
    opacity: 0;
    position: absolute;
}

.btm-cntant-ui label.opt-checkbox input[type="checkbox"]+span {
    padding-left: 26px;
    position: relative;
    padding-top: 0;
    color: #2b2b2b;
}

.btm-cntant-ui label.opt-checkbox input[type="checkbox"]+span:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #C5C7CA;
    border-radius: 2px;
}

.btm-cntant-ui label.opt-checkbox input[type="checkbox"]:checked+span:before {
    background-color: #1c2a66;
    border-color: #1c2a66;
}

.btm-cntant-ui label.opt-checkbox input[type="checkbox"]+span:after {
    width: 9px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    transform: rotate(-40deg);
    visibility: hidden;
}

.btm-cntant-ui label.opt-checkbox input[type="checkbox"]:checked+span:after {
    visibility: visible;
}

.start-ui-block .btm-cntant-ui .submitbtn {
    display: inline-block;
    float: none;
    width: auto;
    margin-top: 16px;
    margin-bottom: 20px;
}

.start-ui-block .submitbtn .btnblue {
    background: rgb(17, 114, 6);
    border: medium none;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    padding: 10px 27px;
    transition: all 0.5s ease;
}

.start-ui-block .preview-inner {
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 390px;
    margin: 0px;
}

.start-ui-block .title-text {
    display: block;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
}

.disableBox {
    position: relative
}

.disableBox .form-block {
    opacity: 0.4;
}

.disableBox:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
}



/* inner tab css start */
.inner-customtab-wrapper {
    display: inline-block;
    width: 100%;
    border-bottom: 50px solid #f3f3f3;
    padding-bottom: 30px;
}

.organisationTeam .inner-customtab-wrapper {
    display: inline-block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0px;
}

.salePageSetting .inner-customtab-wrapper {
    display: inline-block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 30px;
}

.inner-customtab-wrapper .top-block-ui h4 {
    font-size: 20px;
    font-weight: 800;
    color: #777;
    position: relative;
    padding-left: 35px;
}

.inner-customtab-wrapper .top-block-ui .custom-checkbox-ui {
    width: 290px;
    float: right;
    display: inline-block;
    border: 1px solid #777777;
    background: #fff;
    padding: 12px 25px 8px 35px;
    position: relative;
    top:2px;
    right: 0px;
    z-index:9;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.inner-customtab-wrapper .p-lr20 {
    padding: 0 28px;
}

.inner-customtab-wrapper .bottom-block-ui {
    border: 1px solid #777777;
    padding: 15px 15px 30px;
    border-radius: 10px 0 10px 10px;
    margin-bottom: 30px;
}

.previw-btn img#image {
    border-radius: 25px;
    object-fit: cover;
}

.bottom-block-ui .top-title {
    width: 100%;
    max-width: 800px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 40px;
}

.inner-customtab-wrapper .bottom-block-ui .form-group .form-field {
    margin-bottom: 10px;
}

.inner-customtab-wrapper .bottom-block-ui .form-group .form-field:last-child {
    margin-bottom: 0px;
}

.inner-customtab-wrapper .bottom-block-ui .form-group .form-field {
    margin-bottom: 10px;
    position: relative;
}

.form-group.listing-view-content .form-field {
    padding-left: 20px;
}

.form-group.listing-view-content .form-field:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    background: #777;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

.inner-customtab-wrapper .bottom-block-ui .form-group label {
    font-weight: 600;
    font-size: 16px;
}

.inner-customtab-wrapper .bottom-block-ui .form-group label span {
    font-weight: normal;
}

.bottom-block-ui .form-group label.col-md-5 {
    font-size: 15px;
    padding-top: 7px;
}

.bottom-block-ui .form-group {
    display: inline-block;
    width: 100%;
}

.radio-btn-list ul {
    padding: 0;
    list-style: none;
}

.bottom-block-ui .right-block-ui {
    padding-left: 60px;
}

.image-preview-ui {
    display: inline-block;
    width: 285px;
    height: 160px;
    overflow: hidden;
    vertical-align: middle;
    background: #ccc;
}

.image-upload-ui {
    margin-bottom: 30px;
}

.image-preview-ui img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.upload-btn-wrap {
    display: inline-block;
    padding-left: 20px;
}

.upload-btn-ui input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
}

.upload-btn-ui {
    position: relative;
    display: inline-block;
    width: 200px;
    text-align: center;
    padding: 5px 10px;
    border: 2px solid #ccc;
    border-radius: 2px;
    font-size: 20px;
    font-weight: normal;
    color: #2b2b2b;
}

.upload-path {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
}

.radio-btn-list .radio-btn-list ul {
    list-style: none;
    padding: 0;
}

.radio-btn-list .radio_button label {
    padding-left: 0;
    font-size: 16px;
    pad
}

.radio-btn-list .radio_button label span {
    width: 23px;
    height: 26px;
    vertical-align: middle;
    top: -2px;
    margin-right: 7px;
}

.radio-btn-list .radio_button label span:before {
    width: 23px;
    height: 23px;
    border: 2px solid #6d7172;
}

.radio-btn-list .radio_button label span:after {
    top: 50%;
    transform: translateY(-50%);
    left: 6.5px;
    background: #6d7172;
}

.m-t40 {
    margin-top: 40px;
}

.lr-icon {
    display: inline-block;
    width: 85px;
}

.lr-icon img {
    width: 100%;
    height: 100%;
}


.right-block-ui .btn-arrow-ui {
    display: inline-block;
    position: relative;
}


.right-block-ui .btn-block-ui p {
    max-width: 350px;
    color: #117206;
    font-size: 28px;
    margin: auto;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 34px;
    margin-bottom: 15px;
}

.right-block-ui .btn-arrow-ui .arrow-icon {
    position: absolute;
    left: -65px;
    width: 120px;
    display: inline-block;
    height: 104px;
    top: 50%;
    transform: translateY(-44%) rotateX(46deg);
    bottom: inherit;
    text-align: right;
}

.right-block-ui .btn-arrow-ui .arrow-icon svg {
    width: 100%;
    height: 100%;
    top: 0;
}

.radio-btn-list .radio_button label p {
    display: inline-block;
    width: 90px;
}

.arrow-btn-block {
    text-align: center;
    margin-top: 30px;
}

.m-t110 {
    margin-top: 110px;
}

.right-block-ui .btn-arrow-ui .btn.green-btn {
    font-size: 20px;
    font-weight: 600;
    padding: 8px 60px;
    background: rgb(17, 114, 6);
    color: rgb(255, 255, 255);
    display: inline-block;
}

.right-block-ui .btn-arrow-ui {
    display: inline-block;
    position: relative;
    max-width: 380px;
}

.arrow-btn-block p {
    color: #1f6b35;
    font-size: 29px;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
}


.editor-wrapper .upload-btn-wrap {
    width: 270px;
    text-align: center;
}

.editor-wrapper .upload-btn-wrap .upload-path {
    text-align: center;
    padding-left: 0;
    display: block;
    width: 100%;
}

/* testimonal modal */



#addTestinomial .modal-dialog {
    width: 100%;
    max-width: 1000px;
}

#addTestinomial.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 15px;
    border-top: none;
    width: 100%;
    max-width: 100%;
}

#addTestinomial .preview-ui {
    display: inline-block;
    vertical-align: top;
}

#addTestinomial .preview-block {
    background: #f3f3f3;
    width: 150px;
    height: 150px;
    border-radius: 25px;
    border: 1px solid #ccc;
    display: inline-block;
}

#addTestinomial .form-outer-ui {
    display: inline-block;
    width: 750px;
    padding: 0 20px;
}

#addTestinomial .content-ui {
    display: inline-block;
    width: 250px;
    vertical-align: top;
}

#addTestinomial .form-outer-ui .form-group label {
    display: inline-block;
    width: 160px;
    font-size: 12px;
    margin-bottom: 0;
    vertical-align: top;
}

#addTestinomial .form-outer-ui .form-group label span {
    font-size: 11px;
    font-weight: normal;
    display: block;
}

#addTestinomial .form-outer-ui .form-group>div {
    display: inline-block;
    width: calc(100% - 165px);
    position: relative;
}

#addTestinomial .form-outer-ui .form-group>div input,
#addTestinomial .form-outer-ui .form-group>div textarea {
    width: 100%;
    font-size: 14px;
    height: 36px;
    min-height: 36px;
}

#addTestinomial .form-outer-ui .form-group>div input#testimonialImage {
    position: absolute;
}

.preview-block .previw-btn {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 25px;
}

.preview-block .previw-btn input {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.preview-block .previw-btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
}

#forgetPassAdmin .error.error_email {
    color: #d51a1a;
}

#forgetPassAdmin .error.error_email {
    padding: 10px;
    background-color: unset !important; 
    border: unset !important;
    font-size: 13px;
}


.p-static {
    position: static !important;
}

a.btnblue.passwordResetAdmin.loadingbtns {
    margin-left: 10px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

#addTestinomial .content-ui label {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
}

#addTestinomial .content-ui span {
    display: inline-block;
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
}

#addTestinomial .link-btn {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    margin: 0 40px 0 0;
}

.rgbsec1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rgbsec1 > div {
    margin-right: 20px;
}
.rgbsec1 > div:last-child {
    margin-right: 0px;
}
.Fertig {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.Fertig span.input-group-addon {
    display: block !important;
    width: calc(100% - 150px);
    text-align: left;
}
.Fertig input {
    max-width: 150px;
    display: block;
    padding: 10px;
}
.Angesehen-Status span.input-group-addon {
    display: block !important;
    width: calc(100% - 60px);
    text-align: left;
}
.Angesehen-Status {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.Angesehen-Status input {
    max-width: 60px;
    display: block;
    padding: 10px;
}
.Angesehen-Status input {
    max-width: 60px;
    display: block;
    padding: 10px;
}


@media only screen and (max-width:1024px) {
    #addTestinomial .modal-dialog {
        width: 100%;
        max-width: 500px;
    }

    #addTestinomial .form-outer-ui {
        width: 100%;
        padding: 0;
        margin: 15px 0;
    }

    #addTestinomial .content-ui {
        width: 100%;
    }

    #addTestinomial .form-outer-ui .form-group label {
        width: 100%;
        margin-bottom: 5px;
    }

    #addTestinomial .form-outer-ui .form-group>div {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    #addTestinomial .modal-dialog {
        max-width: 100%;
    }
}


/* Edit testimonal modal */

#editTestinomial .modal-dialog {
    width: 100%;
    max-width: 1000px;
}

#editTestinomial.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 15px;
    border-top: none;
    width: 100%;
    max-width: 100%;
}

#editTestinomial .preview-ui {
    display: inline-block;
    vertical-align: top;
}

#editTestinomial .preview-block {
    background: #f3f3f3;
    width: 150px;
    height: 150px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
}

#editTestinomial .form-outer-ui {
    display: inline-block;
    width: 500px;
    padding: 0 20px;
}

#editTestinomial .content-ui {
    display: inline-block;
    width: 250px;
    vertical-align: top;
}

#editTestinomial .form-outer-ui .form-group label {
    display: inline-block;
    width: 160px;
    font-size: 12px;
    margin-bottom: 0;
    vertical-align: top;
}

#editTestinomial .form-outer-ui .form-group label span {
    font-size: 11px;
    font-weight: normal;
    display: block;
}

#editTestinomial .form-outer-ui .form-group>div {
    display: inline-block;
    width: calc(100% - 165px);
}

#editTestinomial .form-outer-ui .form-group>div input,
#editTestinomial .form-outer-ui .form-group>div textarea {
    width: 100%;
    font-size: 14px;
    height: 36px;
    min-height: 36px;
}

#addTestinomial .preview-block .previw-btn {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 25px;
}

.preview-block .previw-btn input {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.preview-block .previw-btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
}

#editTestinomial .content-ui label {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
}

#editTestinomial .content-ui span {
    display: inline-block;
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
}

#editTestinomial .content-ui .link-btn {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-decoration: underline;
}




@media only screen and (max-width:1024px) {
    #editTestinomial .modal-dialog {
        width: 100%;
        max-width: 500px;
    }

    #editTestinomial .form-outer-ui {
        width: 100%;
        padding: 0;
        margin: 15px 0;
    }

    #editTestinomial .content-ui {
        width: 100%;
    }

    #editTestinomial .form-outer-ui .form-group label {
        width: 100%;
        margin-bottom: 5px;
    }

    #editTestinomial .form-outer-ui .form-group>div {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    #editTestinomial .modal-dialog {
        max-width: 100%;
    }
}


.editor-wrapper .image-upload-ui {
    display: inline-block;
}

.editor-wrapper .image-preview-ui {
    width: 250px;
    height: 133px;
    border-radius: 15px;
}

.editor-wrapper .radio-btn-list {
    display: inline-block;
    padding-left: 30px;
}

.editor-wrapper .bottom-block-ui .right-block-ui {
    padding-left: 0;
}

.editor-wrapper .signature-ui .image-preview-ui {
    width: 250px;
    height: 55px;
    border-radius: 0;
}

.editor-wrapper .signature-ui .image-preview-ui img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bottom-block-ui.arrow-btn-ui .col-lg-5 p {
    font-size: 16px;
    margin-bottom: 0;
}

.image-upload-ui.signature-ui {
    margin-top: 10px;
}

.image-upload-ui.signature-ui .image-preview-ui {
    vertical-align: top;
}

.btn.btn-primary {
    background: #5e95cf;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
}

.bottom-block-ui .right-block-ui .heading-ui label {
    font-size: 16px;
}

.testimonal-wrapper .bottom-block-ui .top-title {
    font-size: 16px;
    font-weight: 600;
    padding-top: 18px;
}

.inner-customtab-wrapper.testimonal-wrapper .bottom-block-ui .row {
    position: relative;
}

.new-testimonal {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.reset-icon-black {
    background-image: url(../../images/admin/reset-icon-small.png);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 7px;
}

.reset-icon-open {
    background-image: url(../../images/admin/unlock-icon.png);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 7px;
}
.affliate-icon-black{ background-image:url(../../images/admin/Voucher-Who-Icon.svg);width:25px;height:25px;float:left; margin-right: 7px; background-repeat: no-repeat; }

input.resetData {
    width: 100%;
    background: #eee;
}
.newOnOff .recommendPage .form-group {
    margin-right: 20px;
    min-width: 330px;
}
.newOnOff {
    margin: 0px -30px -30px;
    background-color: #f3f3f3;
}
.newOnOff .recommendPage {
    display: flex;
    align-items: center;
    padding: 15px 30px 5px;
    background-color: white;
    margin: 0 0px 10px;
}

.add-testimonal {
    font-size: 16px;
    font-weight: 600;
    color: #868686;
    border: none;
    padding: 10px 20px;
    background: #e4e4e4;
    border-radius: 4px;
    vertical-align: middle;
}

.add-testimonal .plus-icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-weight: normal;
    border: 1px solid #868686;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
    line-height: 26px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}


div#usersRefPanel {
    border-radius: 50px;
}

div#usersRefPanel .modal-header h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

div#usersRefPanel .modal-header {
    justify-content: space-between;
    padding: 0 35px;
    border: none;
}

div#usersRefPanel .modal-footer {
    border: none;
}


div#usersRefPanel .modal-header:before, div#usersRefPanel .modal-header:after {
    display: none;
}

@media only screen and (min-width:991px) {
    .container.start-ui-block {
        padding: 0 0 0 15px;
    }
}

@media only screen and (min-width:1400px) and (max-width:1800px) {
    .upload-btn-wrap .upload-path {
        display: block;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .upload-btn-wrap {
        padding-top: 45px;
        vertical-align: top;
    }

    .editor-wrapper .signature-ui .upload-btn-wrap {
        padding-top: 0;
    }
}

@media only screen and (min-width:1600px) {
    .form-outer-block.border-bottom .col-md-4.full-width {
        width: 36%;
    }

    .form-outer-block.border-bottom .col-md-4:last-child {
        width: 28%;
    }
}

@media only screen and (min-width:1600px) {

    .start-ui-block .preview-inner,
    .formLog {
        max-width: 100%;
    }

    .formLog.innerforms .tabbing {
        max-width: 340px;
        float: none;
        width: 100%;
        margin: auto;
    }
}

@media only screen and (max-width:1650px) {
    .form-outer-block.border-bottom .col-md-4.full-width {
        width: 34%;
    }

    .form-outer-block.border-bottom .col-md-4:last-child {
        width: 32%;
    }

    .start-ui-block .preview-inner,
    .formLog {
        max-width: 100%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .pin-calender {
        left: -41px;
    }

    .date-block-ui-show {
        left: -23px;
    }
}

@media only screen and (max-width:1400px) {
    .bottom-block-ui .right-block-ui {
        padding-left: 20px;
    }

    .upload-btn-wrap .upload-path {
        text-align: left;
        padding-left: 0;
    }

    .upload-btn-wrap {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        padding-left: 0;
    }
}

@media only screen and (max-width:1200px) {

    .form-outer-block.border-bottom .col-md-4.full-width,
    .form-outer-block.border-bottom .col-md-4:last-child {
        width: 100%;
    }

    .start-ui-block .preview-inner,
    .formLog {
        max-width: 400px;
    }

    .bottom-block-ui .right-block-ui {
        padding-left: 0px;
        margin-top: 25px;
    }
}

@media only screen and (max-width:1024px) {
    .start-ui-block .nav.nav-tabs {
        white-space: nowrap;
        width: 100%;
        display: inline-block;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .start-ui-block .nav.nav-tabs li {
        float: none;
        display: inline-block;
    }

    .start-ui-block .form-inner-ui .m-t30 {
        padding-bottom: 0;
    }

    .start-ui-block .full-width {
        width: 100%;
    }

    .pin-calender {
        left: -19px;
    }

    .date-block-ui-show {
        left: 2px;
    }
}

@media only screen and (max-width:991px) {
    .startpage-title {
        margin-top: 0;
        top: -14px;
        text-align: left;
        display: inline-block;
    }

    .start-ui-block .form-outer-ui.m-t30 .form-inner-ui {
        margin-bottom: 0;
    }

    .markting-box .subtitle span {
        display: block;
        margin-bottom: 5px;
    }

    .start-ui-block .table-ui {
        overflow-x: auto;
        width: 100%;
    }

    .start-ui-block .video_original a {
        margin-bottom: 5px;
    }

    .start-ui-block .table>thead>tr>th {
        min-width: 110px;
    }

    .inner-customtab-wrapper .bottom-block-ui {
        border-radius: 0px 0 10px 10px;
    }

    .inner-customtab-wrapper .top-block-ui .custom-checkbox-ui {
        width: 100%;
    }

    .inner-customtab-wrapper .p-lr20 {
        padding: 0 20px;
    }

    .inner-customtab-wrapper.front-btn-block .bottom-block-ui {
        border-radius: 10px;
    }

    .m-t110 {
        margin-top: 40px;
    }

    .inner-customtab-wrapper .top-block-ui .custom-checkbox-ui {
        padding: 12px 15px 8px 15px
    }

    .form-group .col-md-7.form-field,
    .form-group .col-md-5.form-field {
        padding: 0;
    }

}

@media only screen and (max-width:767px) {
    .m-t30 {
        margin-top: 0;
    }

    .form-preview-ui .heading {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .start-ui-block .title-text {
        font-size: 18px;
    }


}

@media only screen and (max-width:599px) {
    .right-block-ui .btn-arrow-ui .btn.green-btn {
        padding: 8px 25px;
        font-size: 17px;
    }

    .arrow-btn-block p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .right-block-ui .btn-arrow-ui .arrow-icon {
        left: -63px;
    }

}

@media only screen and (max-width:480px) {
    .formLog {
        padding: 22px 20px 27px 20px;
    }

    .time-pin-block h6 {
        font-size: 20px;
    }

    .date-block-ui-show {
        width: 46px;
        top: 96px;
        left: 0px;
    }

    .date-block-ui-show span {
        font-size: 12px;
    }

    .date-block-ui-show label {
        font-size: 18px;
        line-height: 18px;
    }

    .pin-calender {
        width: 90px;
        left: -18px;
    }

    .container.start-ui-block {
        padding-left: 7px;
        padding-right: 7px;
    }
}


@media only screen and (max-width:480px) {
    .pin-calender {
        width: 88px;
        left: -27px;
    }

    .date-block-ui-show {
        left: -5px;
    }

    .date-block-ui-show span {
        position: relative;
        left: -5px;
    }

    .upload-btn-wrap .upload-path {
        width: 100%;
        display: block;
    }

    .upload-btn-ui {
        width: 100%;
    }

    .upload-btn-wrap .upload-path {
        text-align: center;
    }

    .image-preview-ui {
        width: 100%;
    }

    .right-block-ui .btn-arrow-ui .arrow-icon {
        left: -63px;
    }

    .inner-customtab-wrapper .top-block-ui h4 {
        font-size: 16px;
    }

    .circle-ui {
        width: 24px;
        height: 24px;
        line-height: 22px;
        top: 0;
    }

    .inner-customtab-wrapper .bottom-block-ui .form-group label {
        font-size: 14px;
    }

    .bottom-block-ui .top-title {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .inner-customtab-wrapper .top-block-ui h4 {
        padding-left: 30px;
    }

    .inner-customtab-wrapper .p-lr20 {
        margin-top: 0;
    }

    .inner-customtab-wrapper {
        padding-bottom: 10px;
    }

    .form-group.listing-view-content .form-field:before {
        width: 8px;
        height: 8px;
    }

    .inner-customtab-wrapper.front-btn-block .col-lg-5,
    .inner-customtab-wrapper.front-btn-block .col-lg-7 {
        padding: 0 5px;
    }
}

@media only screen and (max-width:400px) {}


/* testimonal modal */

#addTestinomial .modal-dialog {
    width: 100%;
    max-width: 1000px;
}

#addTestinomial.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 15px;
    border-top: none;
    width: 100%;
    max-width: 100%;
}

#addTestinomial .preview-ui {
    display: inline-block;
    vertical-align: top;
}

#addTestinomial .preview-block {
    background: #f3f3f3;
    width: 150px;
    height: 150px;
    border-radius: 25px;
    border: 1px solid #ccc;
    display: inline-block;
}

#addTestinomial .form-outer-ui {
    display: inline-block;
    width: 750px;
    padding: 0 20px;
}

#addTestinomial .content-ui {
    display: inline-block;
    width: 250px;
    vertical-align: top;
}

#addTestinomial .form-outer-ui .form-group label {
    display: inline-block;
    width: 160px;
    font-size: 12px;
    margin-bottom: 0;
    vertical-align: top;
}

#addTestinomial .form-outer-ui .form-group label span {
    font-size: 11px;
    font-weight: normal;
    display: block;
}

#addTestinomial .form-outer-ui .form-group>div {
    display: inline-block;
    width: calc(100% - 165px);
}

#addTestinomial .form-outer-ui .form-group>div input,
#addTestinomial .form-outer-ui .form-group>div textarea {
    width: 100%;
    font-size: 14px;
    height: 36px;
    min-height: 36px;
}

.preview-block .previw-btn {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 25px;
}

.preview-block .previw-btn .img-overlayer {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 -1px;
    height: 0;
    line-height: 42px;
    border-radius: 0 0 25px 25px;
    color: #fff;
    top: auto;
    transform: none;
    transition: all 0.3s ease;
}

.preview-block .previw-btn.second_button_overlay .gray-overlayer.img-overlayer {
    display: block !important;
    height: 42px;
    background-color: rgba(64, 72, 66, .8);
}

.preview-block .previw-btn.third_button_overlay .green-overlayer.img-overlayer {
    display: block !important;
    height: 42px;
    background-color: rgba(31, 107, 53, .8);
}
.preview-block .previw-btn.fourth_button_overlay .play-overlayer.img-overlayer {
    display: block !important;
    height: 42px;
    /*background-color: rgba(31, 107, 53, .8);*/
}

.gray-overlayer-btn,
.green-overlayer-btn,
.white-overlayer-btn {
    padding: 8px 12px;
    border-radius: 0 0 14px 14px;
    min-width: 94px;
    display: inline-block;
    margin-top: -8px;
}
.play-overlayer-btn{
     padding: 8px 12px;
    border-radius: 0 0 14px 14px;
    min-width: 94px;
    display: inline-block;
    margin-top: -8px;
    position: relative;
    left: -26px;
    top: -7px;
}

.gray-overlayer-btn {
    background-color: rgba(64, 72, 66, .8);
    color: #fff;
}

.green-overlayer-btn {
    background-color: rgba(31, 107, 53, .8);
    color: #fff;
}

.play-overlayer-btn {
    /*background-color: rgba(64, 72, 66, .8);
    color: #fff;*/
}


.preview-block .previw-btn input {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.preview-block .previw-btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
}

#addTestinomial .content-ui label {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
}

#addTestinomial .content-ui span {
    display: inline-block;
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
}

#addTestinomial .content-ui .link-btn {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-decoration: underline;
}

.seprater-block {
    height: 30px;
    background: #f3f3f3;
    margin-bottom: 10px;
}

.seprater-block-30 {
    margin-left: -30px;
    margin-right: -30px;
    height: 30px;
    background: #f3f3f3;
}

.tab-content {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
}

.tab-content.experten-page-ui .tab-pane {
    margin: 0 -20px;
}

.p-lr-20 {
    padding: 0 20px;
}

.p-tb-20 {
    padding: 10px 0px;
}

.h36 {
    height: 40px !important;
    min-height: 36px !important;
    resize: none;
    padding: 5px 10px;
    font-size: 16px;
}

.preview-ui-wrap {
    padding: 20px 20px;
}

.preview-ui-wrap .preview-ui {
    display: inline-block;
}

@media (max-width:767px) {
    .preview-ui-wrap .preview-ui {
        display: block;
        text-align: center;
    }
}

.preview-ui-wrap .form-outer-ui {
    display: inline-block;
    width: calc(100% - 155px);
    padding-left: 20px;
}




@media only screen and (max-width:1024px) {
    #addTestinomial .modal-dialog {
        width: 100%;
        max-width: 500px;
    }

    #addTestinomial .form-outer-ui {
        width: 100%;
        padding: 0;
        margin: 15px 0;
    }

    #addTestinomial .content-ui {
        width: 100%;
    }

    #addTestinomial .form-outer-ui .form-group label {
        width: 100%;
        margin-bottom: 5px;
    }

    #addTestinomial .form-outer-ui .form-group>div {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    #addTestinomial .modal-dialog {
        max-width: 100%;
    }
}


/* Edit testimonal modal */

#editTestinomial .modal-dialog {
    width: 100%;
    max-width: 1000px;
}

#editTestinomial.modal .modal-dialog .modal-content .modal-body {
    padding: 20px 15px;
    border-top: none;
    width: 100%;
    max-width: 100%;
}

#editTestinomial .preview-ui {
    display: inline-block;
    vertical-align: top;
}

#editTestinomial .preview-block {
    background: #f3f3f3;
    width: 150px;
    height: 150px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
}

#editTestinomial .form-outer-ui {
    display: inline-block;
    width: 500px;
    padding: 0 20px;
}

#editTestinomial .content-ui {
    display: inline-block;
    width: 250px;
    vertical-align: top;
}

#editTestinomial .form-outer-ui .form-group label {
    display: inline-block;
    width: 160px;
    font-size: 12px;
    margin-bottom: 0;
    vertical-align: top;
}

#editTestinomial .form-outer-ui .form-group label span {
    font-size: 11px;
    font-weight: normal;
    display: block;
}

#editTestinomial .form-outer-ui .form-group>div {
    display: inline-block;
    width: calc(100% - 165px);
}

#editTestinomial .form-outer-ui .form-group>div input,
#editTestinomial .form-outer-ui .form-group>div textarea {
    width: 100%;
    font-size: 14px;
    height: 36px;
    min-height: 36px;
}

#addTestinomial .preview-block .previw-btn {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 25px;
}

.preview-block .previw-btn input {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.preview-block .previw-btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
}

#editTestinomial .content-ui label {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
}

#editTestinomial .content-ui span {
    display: inline-block;
    font-size: 13px;
    width: 100%;
    margin-bottom: 5px;
}

#editTestinomial .content-ui .link-btn {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-decoration: underline;
}


@media only screen and (max-width:1024px) {
    #editTestinomial .modal-dialog {
        width: 100%;
        max-width: 500px;
    }

    #editTestinomial .form-outer-ui {
        width: 100%;
        padding: 0;
        margin: 15px 0;
    }

    #editTestinomial .content-ui {
        width: 100%;
    }

    #editTestinomial .form-outer-ui .form-group label {
        width: 100%;
        margin-bottom: 5px;
    }

    #editTestinomial .form-outer-ui .form-group>div {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {
    #editTestinomial .modal-dialog {
        max-width: 100%;
    }
}


/* start page css  End*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.edit-icon-black {
    background-image: url(../../images/edit-icon-small.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    width: 16px;
    height: 16px;
    display: inline-block; 
}

.delete-icon-black {
    background-image: url(../../images/delete-icon-small.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.delete-icon-interview {
    background-image: url(../../images/delete-icon-small.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    width: 16px;
    height: 16px;  
    display: inline-block;
}

.trash-icon-black {
    background-image: url(../../images/Icon-Trashcan.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    width: 16px;
    height: 16px;
    display: inline-block;
 
}

.copy-icon-interview {
    background-image: url(../../images/admin/Icon-Copy.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.drag-icon-interview {
    background-image: url(../../images/admin/Icon-DragDrop.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    width: 16px;
    height: 16px;
    display: inline-block;
}

 



#voucherPanel label {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}

.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tbody>tr>td {
    padding: 4px 5px;
}

#voucherPanel .datepicker {
    padding: 0;
}

#voucherPanel .col-sm-10 {
    padding: 0;
}

#voucherDeletePanel .modal-footer,
#deletefreeChapterDeletePanel .modal-footer {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

#voucherDeletePanel.modal-content .modal-header,
#deletefreeChapterDeletePanel.modal-content .modal-header {
    border-bottom-width: 1px;
    margin-bottom: 30px;
}

#voucherDeletePanel .message {
    color: #000;
}

#voucherPanel.modal-content .modal-header {
    border-bottom-width: 1px;
}

.lesson_email_subject {
    width: 100%;
}

.datepicker {
    padding: 0 !important;
}

.datepicker .icon-home:before {
    display: none;
}

#voucherPanel .modelContent.formLog {
    float: left;
    width: 100%;
}

#voucherPanel .modal-footer {
    margin-top: 20px;
    display: inline-block;
    width: 100%
}

.slider.round:before {
    border-radius: 50%;
}

/* table#productList .product_digi_link{ float:left;width: 30px; } */

.videoimg {
    max-width: 100%;
    width: 130px;
    text-align: center;
    border: 1px solid #d6d6d6;
    padding: 2px;
    min-height: 78px;
    background-color: #fff;
    transition: all 0.5s ease;
    opacity: 0.8;
}

.videoimg:hover {
    opacity: 1;
}

.videoimg img {
    max-width: 100%;
}

.sessionvideodetail h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    width: 100%;
}

.sessionvideodetail span {
    display: block;
    font-size: 14px;
    margin: 0 0 3px;
    width: 100%;
}

.rating {
    font-size: 14px;
    white-space: nowrap;
}

.rating span {
    width: 24px;
    height: 20px;
    background-image: url(../../images/admin/smiles.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.rating span.ratehappysmile {
    background-position: -37px 0px;
}

.rating span.ratesmile {
    background-position: 0 0;
}

.rating span.ratesad {
    background-position: -74px 0;
}

.rating span.norate {
    background-position: -110px 0;
}

.expertvideosession span {
    width: 30px;
    height: 40px;
    background: url(../../images/admin/expert.png)no-repeat;
    background-position: center center;
    display: block;
    margin: 0 auto 4px;
}

.expertvideosession.expertRequestCompleted span {
    background-image: url("../../images/admin/expert-sent.png");
}

.expertvideosession.expertRequestSend span {
    background-image: url(../../images/admin/sendingexpert.svg);
}

.playvideosession span {
    width: 30px;
    height: 40px;
    background: url(../../images/play-video.png)no-repeat;
    background-position: center center;
    display: block;
    margin: 0 auto 4px;
}

.deletevideo,
.editvideosession,
.playvideosession {
    opacity: 0.65;
    transition: all 0.5s ease;
}

.deletevideo:hover,
.editvideosession:hover,
.playvideosession:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

.userStatus .switch {
    height: 24px;
    width: 50px;
    margin-bottom: 0;
}

.slider:before {
    width: 18px;
    height: 18px;
    bottom: 3px;
    left: 4px;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.dataTables_wrapper {
    margin-top: 20px;
    padding: 0 15px;
}

table.dataTable.no-footer {
    margin-top: 15px;
    float: left;
}

.dataTables_length select {
    margin: 0 5px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    color: #666666;
    font-size: 15px;
    font-weight: 300;
    height: 42px;
    padding: 8px;
    width: 70px;
    display: inline-block;
}

.form-control {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 36px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 5px 5px;
    border-bottom: solid 1px #000;
}

table.dataTable tbody td {
    padding: 12px 3px;
    vertical-align: middle;
}

.dataTables_filter input[type="search"] {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    color: #666666;
    font-size: 15px;
    font-weight: 300;
    height: 42px;
    padding: 8px;
    width: 220px;
    display: inline-block;
}

.manage-header-section #upload_media_file {
    display: none;
}

.manage-media-item {
    cursor: pointer;
    list-style: none;
}

.dataTables_paginate.paging_simple_numbers {
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #1c2a66;
    border: none;
    color: #fff !important;
    transition: all .4s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none !important;
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #3c56be !important;
    color: #fff !important;
}

.dataTables_info {
    margin-top: 12px;
    font-size: 12px;
    color: #474747;
}

.dataTable .btn-custom {
    padding: 2px 10px;
    border-width: 1px !important;
    font-weight: 300 !important;
    font-size: 12px;
}

a.deleteModerationVideo {
    font-size: 10px;
    padding: 0 5px;
    color: #797979;
    border-radius: 50%;
    border: 1px solid;
    margin: 0 0 0 5px;
    position: relative;
    left: 75px;
}
.switch {
    width: 50px;
    height: 24px;
}

.radio_button label {
    position: relative;
    padding-left: 25px;
}

.radio_button label input {
    position: absolute;
    z-index: -9;
    opacity: 0;
}

.radio_button label span:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #2196F3;
    border-radius: 100%;
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    background: #fff;
}

.modal video {
    width: 100%;
    margin: 40px 0 0;
}

.form-inline .form-group {
    float: left;
    width: 100%;
}

.form-inline .form-group label {
    width: 100%;
    margin-bottom: 10px;
}

.form-inline .form-group input[type=file] {
    margin-bottom: 10px;
}

.form-inline .btn {
    margin-top: 20px;
}

.form-inline .form-group .col-sm-10 {
    padding: 0;
}

.radio_button label span {
    position: relative;
}

.radio_button label span:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4.5px;
    left: 2.5px;
    display: inline-block;
    background: #2196F3;
    transition: all .4s;
    border-radius: 100px;
    opacity: 0;
}

.playvideosession span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: .8;
    z-index: 4;
}

.radio_button span {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.radio_button label input[type="radio"]:checked~span:after {
    opacity: 1;
}

.videoimg {
    position: relative;
}

.rating span {
    background-size: cover;
    width: 24px;
    height: 22px;
}

.poster_original span {
    margin-bottom: 10px;
    display: block;
    margin-left: 16px;
}

#voucherModal .error {
    width: 100%;
    float: left;
    padding: 0 10px;
}

#userStatusInformationModal .column {
    float: left;
    width: 100%;
    margin-top: 5px;
}

#userStatusInformationModal .column label {
    float: left;
}

#userStatusInformationModal .column p {
    float: left;
    margin: 0 0 0 6px;
}

.manage-alert-message-required {
    margin-right: 20px;
}

/* Video Player */
.videoContainercon.small .intensityBar {
    width: 50px !important;
}

.videoContainercon.small .playButton {
    margin: 0 !important;
    margin-right: 5px !important;
}

.videoContainercon.small .fullTime {
    display: none !important;
}

.videoContainercon.small .progressBar {
    height: 6px !important;
}

.videoContainercon.small .overlay .button {
    width: 50px !important;
    height: 50px !important;
}

.videoContainercon.small .time {
    display: none !important;
}

.videoContainercon .overlay {
    background: rgba(25, 25, 25, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.videoContainercon .overlay .button {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../../images/play-button.svg);
    background-size: 100% 100%;
    transform: .table-rowanslate(-50%, calc(-50% - 30px));
    cursor: pointer;
    transition: width 0.2s, height 0.2s;
}

.videoContainercon .overlay .button:hover {
    width: 90px;
    height: 90px;
}

.videoContainercon #video {
    width: 100%;
    height: calc(100% - 60px);
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.videoContainercon #video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.videoContainercon #controls {
    width: 100%;
    height: 60px;
    background: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}

.videoContainercon.watchVideo #controls {
    z-index: inherit;
}

.videoContainercon.watchVideo .gonextsummrise {
    z-index: 999;
}

.videoContainercon #controls .playButton {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-left: 5px;
    margin-right: 20px;
    transition: all 0.4s ease 0s;
    width: 70px;
}

.videoContainercon #controls .ProgressContainer {
    color: #fff;
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.videoContainercon #controls .ProgressContainer .progressBar {
    width: 100%;
    height: 6px;
    background: #1c9cff;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
}

.videoContainercon #controls .ProgressContainer .progressBar:hover+.time {
    opacity: 1;
    transform: .table-rowanslateY(0);
}

.videoContainercon #controls .ProgressContainer .progressBar .progress {
    width: 0%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
}

.videoContainercon #controls .ProgressContainer .timer {
    margin: 0 10px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    font-weight: 300;
    color: #1c9cff;
    letter-spacing: 1px;
}

.videoContainercon #controls .ProgressContainer .time {
    width: 80px;
    height: 25px;
    background: #1c9cff;
    position: absolute;
    top: -20px;
    left: 0;
    border-radius: 5px;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0;
    transform: .table-rowanslateY(10px);
    transition: .table-rowansform 0.3s, opacity 0.3s;
}

.videoContainercon #controls .ProgressContainer .time::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 25px;
    left: 33px;
    border-left: 6px solid .table-rowansparent;
    border-right: 6px solid .table-rowansparent;
    border-top: 6px solid #1c9cff;
}

.videoContainercon #controls .volume {
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.videoContainercon #controls .volume .icon {
    width: 25px;
    height: 25px;
    background: url(volume.svg);
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 10px;
}

.videoContainercon #controls .volume .intensityBar {
    width: 100px;
    height: 4px;
    background: #39a072;
    border-radius: 20px;
    max-width: 100px;
    overflow: hidden;
    transform-origin: right center;
    cursor: pointer;
    transition: all 0.5s;
}

.videoContainercon #controls .volume .intensityBar .intensity {
    width: 50%;
    height: 100%;
    background: #fff;
}

.videoContainercon #controls .scale {
    width: 70px;
    height: 100%;
    background: #4dbf8c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    cursor: pointer;
    transition: all 0.4s;
    border-bottom-right-radius: 5px;
}

.videoContainercon {
    background: #191919;
}

.videoContainercon #controls .scale:hover {
    background: #40b27f;
}

.videoContainercon #controls .scale .icon {
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    background: url(expand.svg);
    background-size: 100% 100%;
}










/* Updated css video */
.content-page {
    padding-top: 60px;
}

.moderationSection {
    float: left;
    width: 100%;
}

.reverse-btn {
    background: rgba(0, 0, 0, 0) url("../../images/iconsheet.png") no-repeat scroll 3px -53px;
    height: 30px;
    text-indent: -999px;
    width: 30px;
}

.videoContainercon #controls .reverse {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-left: 10px;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
    width: 70px;
}

.fastFwd-btn {
    background: rgba(0, 0, 0, 0) url("../../images/iconsheet.png") no-repeat scroll -93px -56px;
    height: 30px;
    text-indent: -999px;
    width: 30px;
}

.videoContainercon #controls .fastFwd {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-left: 35px;
    margin-right: 10px;
    transition: all 0.4s ease 0s;
    width: 70px;
}

.videoContainercon #controls .playButton .playPause {
    background: rgba(0, 0, 0, 0) url("../../images/iconsheet.png") no-repeat scroll -47px -56px;
    height: 30px;
    width: 30px;
}

.videoContainercon #controls .reverse:hover,
.videoContainercon #controls .playButton:hover,
.videoContainercon #controls .fastFwd:hover {
    background: #2c2c2c;
}

.timer.fullTime {
    display: none;
}

.titlevideo {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    padding: 4px 12px;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 999;
}

.gonextsummrise {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-left: 35px;
    margin-right: 10px;
    transition: all 0.4s ease 0s;
    width: auto;
    margin-left: 15px;
}

.gonextsummrise a {
    background: #1c2a66 none repeat scroll 0 0;
    border: medium none;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 27px;
    transition: all 0.5s ease 0s;
}

.gonextsummrise a:hover {
    filter: brightness(200%);
    -webkit-filter: brightness(200%);
    -moz-filter: brightness(200%);
    -o-filter: brightness(200%);
    -ms-filter: brightness(200%);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.videoContainercon {
    width: 100%;
    float: left;
    position: relative;
}

.videowatchSection video {
    width: 100%;
    float: left;
    min-width: 100%;
}

.finishbtnbottom {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.finishbtnbottom a {
    background: #1c2a66 none repeat scroll 0 0;
    border: medium none;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 27px;
    transition: all 0.5s ease 0s;
    margin: 0 8px;
}

.finishbtnbottom a:hover {
    filter: brightness(200%);
    -webkit-filter: brightness(200%);
    -moz-filter: brightness(200%);
    -o-filter: brightness(200%);
    -ms-filter: brightness(200%);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.videowatchSection h2 {
    width: 100%;
    float: left;
    margin: 30px 0 12px 0;
    font-weight: 600;
    font-size: 26px;
}

.modelContent.formLog {
    position: initial;
    float: left;
}

.videoSection .mobile_capture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background: #191919;
    max-width: 100%;
}

.addMoreTextarea {
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
}

.summarizeContainer {
    width: 100%;
    float: left;
    max-height: 200px;
    overflow: auto;
}

.addMoreRecommendField {
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
}

.muiltiended {
    float: left;
    margin: 0 0 10px;
    max-height: 174px;
    overflow: auto;
    width: 100%;
}

.video_orig_filename {
    margin-bottom: 8px;
    display: block;
    width: 100%;
}

#myProgress {
    width: 100%;
    background-color: #ddd;
    margin-top: 8px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    max-width: 490px;
    margin: 0 auto;
    top: 50%;
    height: 7px;
    left: 0;
    right: 0;
}

/*#uploadVideo #myProgress{width: 100%;background-color: #ddd;margin-top: 14px;border-radius: 10px;overflow: hidden;max-width: 490px;height: 7px;left: 0;right: 0;display: inline-block;}*/

#uploadVideo #myProgress {
    width: 100%;
    background-color: #ddd;
    margin-top: 14px;
    border-radius: 10px;
    overflow: hidden;
    position: inherit;
    max-width: 490px;
    margin: 30px auto 13px;
    top: 0;
    height: 7px;
    left: 0;
    right: 0;
    display: inline-block;
    float: left;
}

#myBar {
    width: 0%;
    height: 7px;
    background-color: #4CAF50;
    transition: all 0.5s ease;
    float: left;
}

#addExpertUser .modal-dialog {
    max-width: 370px;
}

.loadingicon {
    background-image: url("../../images/admin/Spinner.svg");
    background-repeat: no-repeat;
    background-position: -7px -7px;
    background-size: 34px auto;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    width: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    display: none;
}

.activeloaderbtn .loadingicon {
    width: 20px;
    visibility: visible;
    opacity: 1;
    display: inline-block;
}

.cancel_upload {
    display: none;
    float: right;
    margin-top: 20px;
}

.editvideosession {
    width: 30px;
    height: 30px;
    background-image: url(../../images/admin/edit-backend.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    background-color: #e3e3e3;
    display: inline-block;
    vertical-align: middle;
    background-size: 14px;
}

.newContent .toDoTask {
    font-size: 12px;
    margin-left: 24px;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.newContent .todowhen {
    font-size: 12px;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.newContent {
    width: 100%;
    float: left;
    position: relative;
    padding-right: 7px;
}

.toDoTask:before,
.toDoTask:after {
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    transition: all .4s;
}

.toDoTask:hover:before,
.toDoTask:hover:after {
    opacity: 1;
}

.toDoTask:before {
    text-align: left;
    max-width: 240px;
    content: attr(data-tooltip);
    background: rgba(0, 0, 0, .8);
    border-radius: 4px;
    padding: 4px 10px;
    position: absolute;
    top: 23px;
    color: #fff;
    white-space: normal;
}

.checkboxselect label {
    display: block !important;
}

.checkboxselect input[type="checkbox"]+label {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    padding: 0px 0 0 26px;
    line-height: 16px;
}

.checkboxselect input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.checkboxselect input[type="checkbox"]+label:before {
    width: 17px;
    height: 17px;
    border: 1px solid #d6d6d6;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.checkboxselect input[type="checkbox"]:checked+label::before {
    background: #fff;
}

.checkboxselect input[type="checkbox"]:checked+label::after {
    background: url(../../images/checkmark.svg);
    border-radius: 20px;
    content: "";
    float: left;
    height: 11px;
    background-size: cover;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 11px;
    z-index: 1;
}

.viderUser,
.sessionvideodetail {
    word-wrap: break-word;
    white-space: normal;
    width: 100px;
}

.sessionvideodetail {
    width: 130px;
}

.sessionlisting .videoimg {
    height: 93px;
    padding: 0;
}

.videoimg {
    max-width: 100%;
    width: 170px;
    text-align: center;
    box-shadow: 0 20px 20px -19px;
}

.videoimg img {
    max-width: 100%;
}

.sessionlisting .videoimg img {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        .table-rowansform: rotate(0deg);
    }

    100% {
        .table-rowansform: rotate(360deg);
    }
}

.actionlistvideo {
    position: relative;
}

/*.actionlistvideo span{height: 42px;width:42px;border-radius: 50px;display: inline-block;position: relative;transition: all 0.5s ease;transition: all 0.5s ease;}*/
.actionlistvideo {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.ajaxSessionPlayVideo {
    height: 93px;
    overflow: hidden;
}

.actionlistvideo label {
    white-space: nowrap;
}

/*#staticPagess .video_name{text-transform: capitalize;}*/
.logo_info_text {
    width: 100%;
    float: left;
    margin-top: 12px;
    font-size: 10px;
    line-height: 1.2;
    border: 1px dotted;
}

.complete-panel {
    border: 1px dotted;
    padding: 10px;
    background: gainsboro;
}

a.deleteVideoAboutKongress {
    width: 20px;
    height: 20px;
    /* right: -10px; */
    content: "";
    color: #8a8a8a;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 17.5px;
    font-weight: 300;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    position: absolute;
    text-align: center;
    /* top: 23px; */
}
.start_page_img_priview{
    position: relative !important;
    overflow: unset !important;
}
a.deleteStartPageImage {
    width: 20px;
    height: 20px;
    content: "";
    color: #8a8a8a;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 17.5px;
    font-weight: 300;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    position: absolute;
    text-align: center;
    top: -10px;
    right: -20px;
}


a.deleteAttachment {
    width: 20px;
    height: 20px;
    /* right: -10px; */
    content: "";
    color: #8a8a8a;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 17.5px;
    font-weight: 300;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    position: absolute;
    text-align: center;
    /* top: 23px; */
}

.previewed-img-attachment {
    position: relative;
    display: inline-block;
    border: solid 1px #eae9e9;
    padding: 0px;
    border-radius: 4px;
    background-color: #fff;
}
.image-preview-ui-attachment {
    display: inline-block;
    width: 176px;
    height: 102px;
    /*overflow: hidden;*/
    vertical-align: middle;
    background: #ccc;
}

.checkb {
    float: left;
    width: auto;
    margin-right: 20px;
}

/*2 april, button*/
.addVideoPage .add_attachment, .download_file .add_attachments,
.addVideoPage .upload_video_attachment_btn,
.add-media-using-upload,
.upload_audio_btn {
    margin: 2px 2px;
    background: grey;
    color: beige;
}

.addVideoPage #attach_content, .download_file .attach_content,
.addVideoPage #upload_video {
    display: none;
}

.loader-maincss {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.bodyHidden {
    overflow: hidden;
}

.loader-maincss #myProgress {
    background-color: #fff;
}

.logoImage {
    display: inline-block !important;
}

.p_change_video span.custom-file-control {
    width: 100%;
}

span.custom-file-control {
    display: block;
    /* width: 140px;*/
    /*margin-top: 10px;*/
    position: relative;
}

#saveSettings input.lesson_background_image {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    color: #333 !important;
    font-weight: 400;
    width: auto;
    float: left;
}

.inline-grid {
    display: grid;
    grid-template-columns: 110px auto;
}

.content_featured_item img, .content_listing img {
    max-width: 89px;
    width: auto;
    height: auto;
}

.custom-file-control img {
    min-width: 100%;
    border: 1px solid #d6d6d6;
    padding: 2px;
    background: #fff;
}

select#currency_icon {
    padding: 6px;
    border: 1px solid #e3e3e3;
    border-left: none;
    font-size: 15px;
}

.icon-pdf {
    background-image: url(../../images/icon_pdf.svg);
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: cover;
}

.icon-mp3 {
    background-image: url(../../images/icon_mp3.svg);
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: cover;
}

.icon-doc {
    background-image: url(../../images/icon_doc.svg);
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: cover;
}

.outer_image_row .icon-image.upload_pdf {
    background-image: url(../../images/icon_pdf.svg);
}

.outer_image_row .icon-image.upload_doc {
    background-image: url(../../images/icon_doc.svg);
}

.outer_image_row .icon-image.upload_docx {
    background-image: url(../../images/icon_doc.svg);
}

.outer_image_row .icon-image.upload_xlsx {
    background-image: url(../../images/icon_excel.svg);
}

.outer_image_row .icon-image.upload_jpg {
    background-image: url(../../images/icon_jpg.svg);
}

.outer_image_row .icon-image.upload_svg {
    background-image: url(../../images/icon_jpg.svg);
}

.outer_image_row .icon-image.upload_image {
    background-image: url(../../images/icon_jpg.svg);
}

.outer_image_row .icon-image.upload_jpeg {
    background-image: url(../../images/icon_jpg.svg);
}

.outer_image_row .icon-image.upload_png {
    background-image: url(../../images/icon_png.svg);
}

.outer_image_row .icon-image.upload_mp3 {
    background-image: url(../../images/icon_mp3.svg);
}

.outer_image_row .icon-image.upload_mp4 {
    background-image: url(../../images/icon_mp4.svg);
}

.outer_image_row .icon-image.upload_video {
    background-image: url(../../images/icon_mp4.svg);
}
.outer_image_row .icon-image.upload_txt {background-image: url(../../images/icon-txt.svg);}



.content_featured_item,
.content_page_image {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.content_listing,
.audio_listing {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.outer_image_row {
    width: 90px;
    float: left;
    text-align: center;
    margin: 0 20px 15px 0;
    border: 1px solid #d6d6d6;
    background: #fff;
    position: relative;
}

.outer_image_row .icon-image {
    width: 100%;
    height: 50px;
    text-align: center;
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    opacity: 0.6;
}


.outer_image_row a.delete_product_featured_image,
.outer_image_row a.delete_page_image {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    content: "";
    color: #8a8a8a;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 300;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    position: absolute;
}

.outer_image_row a.delete_product_image {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    content: "";
    color: #8a8a8a;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 300;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    position: absolute;
}

.outer_image_row a.delete_image {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    content: "";
    color: #8a8a8a;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 300;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    position: absolute;
}


.outer_image_row a.delete_common_image {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    content: "";
    color: #8a8a8a;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 300;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    position: absolute;
}

.outer_image_row span {
    width: 100%;
    float: left;
    cursor: pointer;
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    color: #000;
    border-top: 1px solid #d6d6d6;
    white-space: normal;
    word-wrap: break-word;
    padding: 2px 3px;
}

#mediaGalleryPhoto .modal-dialog {
    width: 100%;
    max-width: 990px;
}

#mediaGalleryPhoto .all-media-attachment-list {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

#mediaGalleryPhoto .all-media-attachment-list li {
    position: relative;
    width: 33%;
    float: left;
    padding: 10px;

}

#mediaGalleryPhoto .all-media-attachment-list li .manage-attachment-image-section {
    height: 200px;
    position: relative;
    width: 100%;
    float: left;
    border: 1px solid #d6d6d3;
    background-color: #efefef;
    text-align: center:padding-top:20px;
}

#mediaGalleryPhoto .all-media-attachment-list li .manage-attachment-image-section img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 27px;
    text-align: center;
    margin: auto;
    max-width: 100%;
    max-height: 70%;
}

.manage-attachment-checkbox-section {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 99;
    top: 0px;
    font-family: FontAwesome;
    border: 1px solid #d6d6d3;
}

.manage-attachment-checkbox-section input[type="checkbox"] {
    visibility: hidden;
}

.original_filename_class {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 10px;
    background: #616161;
    color: #fff;
}

.manage-attachment-checkbox-section:before {
    content: "\f00c";
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    color: #283b5b;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

#mediaGalleryPhoto .modal-body {
    display: inline-block;
    width: 100%;
}

.active_check .manage-attachment-checkbox-section:before {
    visibility: visible;
    opacity: 1;
}

.active_check .manage-attachment-checkbox-section {
    border-color: #283b5b;
}

.active_check .manage-attachment-image-section {
    border-color: #283b5b !important;
}

.nav_seprator {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    max-width: 200px;
    margin: 16px auto;
}

.videoContent .radio_button label {
    padding-left: 0;
}

table.dataTable.display tbody tr td:nth-child(2) {
    width: 200px;
}

.videoContent .radio_button label span {
    margin-right: 6px;
}

.dataTables_wrapper {
    padding: 0 8px 20px;
}

.content-discription-admin {
    padding: 10px 10px 10px;
}

.setting-box {
    padding: 6px 10px 0px 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
    border-radius: 4px;
}

.setting-box table {
    margin-bottom: 0px;
}

.setting-box .form-control {
    font-size: 14px;
}



.setting-box table tr td {
    border: none;
}

.setting-box table tr td:last-child {
    width: 50px;
    text-align: center;
}

.setting-box table tr:nth-child(even) {
    background: whitesmoke;
}

.setting-box table tr .fa-envelope {
    margin-right: 6px;
}

/*2 April End*/

.custom-checkbox {
    padding: 1px 0 2px 28px;
    margin: 0 0 10px 0;
    position: relative;
}

.custom-checkbox span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #616161;
    top: 1px;
}

.custom-checkbox span:after {
    width: 10px;
    height: 5px;
    border-left: 2px solid #5c9cec;
    border-bottom: 2px solid #5c9cec;
    position: absolute;
    top: 7px;
    left: 5px;
    content: "";
    transform: rotate(-45deg);
    opacity: 0;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox input[type="checkbox"]:checked+span:after {
    opacity: 1;
}

.custom-checkbox input[type="checkbox"]:checked+span:before {
    border-color: #5c9cec;
}

#video_popup_modal .modal-content {
    padding: 0;
}

#video_popup_modal.modal video {
    margin: 0px;
    vertical-align: top;
}

#video_popup_modal.modal iframe {
    margin: 0px;
    vertical-align: top;
}

#video_popup_modal.modal .modal-content .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border: none;
    z-index: 3;
    height: 60px;
}

#video_popup_modal.modal .modal-header .close {
    font-size: 30px;
    font-weight: 500;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    width: 50px;
    height: 50px;
    opacity: 0.8;
    font-family: sans-serif;
    outline: none !important;
    background-color: #000;
}

body.modal-open.modal-scroll {
    overflow: auto;
}

#usersRefPanel .modelContent iframe {
    width: 430px;
    height: 250px;
    display: inline-block;
    border: none;
}

.modelContent iframe {
    width: 430px;
    height: 250px;
    display: inline-block;
}

.devider-or {
    padding: 0 90px;
    margin-bottom: 26px;
    margin-top: 12px;
    width: auto;
    display: inline-block;
    position: relative;
}

.devider-or:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-bottom: 1px dashed #D6D6DD;
}

.devider-or span {
    border: 1px dashed #d6d6d6;
    position: relative;
    background: #f7f7f7;
    padding: 4px 10px;
    border-radius: 3px;
}

.block-ui-group {
    padding: 20px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #f7f7f7;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.createGroup {
    margin-top: 18px;
}

.group_container {
    border-top: 2px solid black;
    margin-top: 23px;
}

.seminarlisting table.dataTable.no-footer {
    margin-top: 15px;
    display: table;
    width: 100%;
    float: none;
}

#uploadVideo .form-inline .form-group label {
    margin-bottom: 0px !important;
}


.date-wrap-ui {
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 115px;
}

.date-wrap-ui .pin-calender {
    top: 0;
    left: -21px;
}

.date-wrap-ui .date-block-ui-show {
    top: 32px;
    left: 0;
    text-align: center;
}

#voucherPanel .date-wrap-ui .date-block-ui-show label {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 800;
}

#voucherPanel .modelContent.formLog {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1600px) and (min-width: 1200px) .date-wrap-ui .pin-calender {
    left: -21px;
}
}



@media screen and (max-width: 991px) {
    .videoimg {
        width: 100px;
    }

    .sessionvideodetail h3 {
        font-size: 16px;
    }

    .sessionvideodetail span {
        font-size: 12px;
    }

    .filter_options .col-md-3 {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:767px) {


    .filter_options .col-md-3,
    .filter_options .col-md-6 {
        display: inline-block;
        margin: 0 0 10px;
    }

    /* Force table to not be like tables anymore */
    .dataTables_wrapper table,
    .dataTables_wrapper thead,
    .dataTables_wrapper tbody,
    .dataTables_wrapper th,
    .dataTables_wrapper td,
    .dataTables_wrapper tr {
        display: block;
        width: 100%;
        float: left;
        box-sizing: border-box !important;
    }

    .videoimg {
        float: left;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .dataTables_wrapper thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .dataTables_wrapper tr {
        border: 1px solid #ccc;
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .dataTables_wrapper td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40% !important;
        width: 100%;
        float: left;
        min-height: 40px;
    }

    .dataTables_wrapper td:before {
        position: absolute;
        top: 10px;
        left: 6px;
        width: 40%;
        padding-right: 10px;
        white-space: nowrap;
        /* word-wrap: break-word; */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    table.dataTable tbody td {
        box-sizing: border-box !important;
    }

    /*
    Label the data
    */
    .dataTables_wrapper td:nth-of-type(1):before {
        content: "Code";
    }

    .dataTables_wrapper td:nth-of-type(2):before {
        content: "Video";
    }

    .dataTables_wrapper td:nth-of-type(3):before {
        content: "Image";
    }

    .dataTables_wrapper td:nth-of-type(4):before {
        content: "By Default";
    }

    .dataTables_wrapper td:nth-of-type(5):before {
        content: "Infinite Play";
    }

    .dataTables_wrapper td:nth-of-type(6):before {
        content: "Play";
    }

    .dataTables_wrapper #loginUser td:nth-of-type(1):before {
        content: "ID";
    }

    .dataTables_wrapper #loginUser td:nth-of-type(2):before {
        content: "Email";
    }

    .dataTables_wrapper #loginUser td:nth-of-type(3):before {
        content: "Nutzer-Rolle";
    }

    .dataTables_wrapper #loginUser td:nth-of-type(4):before {
        content: "Email Status";
    }

    .dataTables_wrapper #loginUser td:nth-of-type(5):before {
        content: "Code Status";
    }

    .dataTables_wrapper #loginUser td:nth-of-type(6):before {
        content: "Bezahlung";
    }

    .dataTables_wrapper #loginUser td:nth-of-type(7):before {
        content: "Angesehene Videos";
    }

    .dataTables_wrapper #loginUser td:nth-of-type(8):before {
        content: "Letzte Aktion";
    }

    .dataTables_wrapper #loginUser td:nth-of-type(9):before {
        content: "Aktiv";
    }


    .dataTables_wrapper #voucherCodes td:nth-of-type(1):before {
        content: "Gutschein-Code";
    }

    .dataTables_wrapper #voucherCodes td:nth-of-type(2):before {
        content: "Zugang";
    }

    .dataTables_wrapper #voucherCodes td:nth-of-type(3):before {
        content: "Anzahl der Nutzung";
    }

    .dataTables_wrapper #voucherCodes td:nth-of-type(4):before {
        content: "Anzahl Einlösungen";
    }

    .dataTables_wrapper #voucherCodes td:nth-of-type(5):before {
        content: "Gültig von Datum/Uhr";
    }

    .dataTables_wrapper #voucherCodes td:nth-of-type(6):before {
        content: "Gültig bis Datum/Uhr";
    }

    .dataTables_wrapper #voucherCodes td:nth-of-type(7):before {
        content: "Aktion";
    }


    .dataTables_wrapper #freeChapterInfo td:nth-of-type(1):before {
        content: "Nr";
    }

    .dataTables_wrapper #freeChapterInfo td:nth-of-type(2):before {
        content: "Kapitel";
    }

    .dataTables_wrapper #freeChapterInfo td:nth-of-type(3):before {
        content: "Lektion";
    }

    .dataTables_wrapper #freeChapterInfo td:nth-of-type(4):before {
        content: "Modul";
    }

    .dataTables_wrapper #freeChapterInfo td:nth-of-type(5):before {
        content: "Aktion";
    }



    .dataTables_wrapper #productList td:nth-of-type(1):before {
        content: "Produkt-Titel";
    }

    .dataTables_wrapper #productList td:nth-of-type(2):before {
        content: "Produktbild";
    }

    .dataTables_wrapper #productList td:nth-of-type(3):before {
        content: "Produktbeschreibung";
    }

    .dataTables_wrapper #productList td:nth-of-type(4):before {
        content: "Preis";
    }

    .dataTables_wrapper #productList td:nth-of-type(5):before {
        content: "Link zur Verkaufsseite (z. B. Digistore24)";
    }

    .dataTables_wrapper #productList td:nth-of-type(6):before {
        content: "Aktion";
    }

    .dataTables_wrapper .videoList td:nth-of-type(1):before {
        content: "Name";
    }

    .dataTables_wrapper .videoList td:nth-of-type(2):before {
        content: "Aktion";
    }

    .dataTables_wrapper #moderation td:nth-of-type(1):before {
        content: "Videocode";
    }

    .dataTables_wrapper #moderation td:nth-of-type(2):before {
        content: "Beschreibung";
    }

    .dataTables_wrapper #moderation td:nth-of-type(3):before {
        content: "Video";
    }

    .dataTables_wrapper #moderation td:nth-of-type(4):before {
        content: "Bild";
    }

    .dataTables_wrapper #moderation td:nth-of-type(5):before {
        content: "Was solls sein";
    }

    .dataTables_wrapper #moderation td:nth-of-type(6):before {
        content: "Wiedergabeschleife/Loop";
    }

    .dataTables_wrapper #moderation td:nth-of-type(7):before {
        content: "Autoplay";
    }




    .dataTables_wrapper #commentTableList td:nth-of-type(1):before {
        content: "Nr.";
    }

    .dataTables_wrapper #commentTableList td:nth-of-type(2):before {
        content: "Kommentar";
    }

    .dataTables_wrapper #commentTableList td:nth-of-type(3):before {
        content: "Kapitel";
    }

    .dataTables_wrapper #commentTableList td:nth-of-type(4):before {
        content: "Lektion";
    }

    .dataTables_wrapper #commentTableList td:nth-of-type(5):before {
        content: "Modul";
    }

    .dataTables_wrapper #commentTableList td:nth-of-type(6):before {
        content: "Sichtbarkeit an/aus";
    }




    .newContent .toDoTask {
        display: block;
        margin-bottom: 10px;
    }

    .videoimg {
        max-width: 100%;
        width: 170px;
        text-align: center;
        border: 1px solid #d6d6d6;
        padding: 2px;
    }

    .videoimg img {
        max-width: 100%;
    }

    .playvideosession span {
        width: 23px;
        height: 30px;
        background-size: cover;
    }

    .deletevideo,
    .editvideosession,
    .playvideosession {
        float: left;
    }

    .sessionlisting .videoimg,
    .actionlistvideo {
        height: 75px;
    }
}

@media screen and (max-width: 640px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        text-align: left;
    }

    .dataTables_wrapper tr {
        border: 1px solid #ccc;
        margin: 0 0 10px 0;
        width: 100%;
        float: left;
    }

    .dataTables_wrapper {
        padding: 0 6px;
    }

    .radio_button label {
        padding-left: 0;
    }

    .radio_button label span::before {
        top: 1px;
    }

    .radio_button label span {
        margin-right: 5px;
    }

    .dataTable .btn-custom {
        margin: 2px;
    }
}

@media screen and (max-width: 550px) {
    .newContent .toDoTask {
        display: inline-block;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    #newGroup .modal-dialog {
        width: 900px !important;
        /* New width for default modal */
    }
}



/*custom radio button css start*/

.custom-radio-btn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.custom-radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.custom-radio-btn .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 22px;
    width: 22px;
    border: solid 2px #5D9CEC;
    border-radius: 50%;
}


.custom-radio-btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.custom-radio-btn input:checked~.checkmark:after {
    display: block;
}


.custom-radio-btn .checkmark:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #5D9CEC;
}

/*custom radio button css end*/


/*common styles css start*/
.fw600 {
    font-weight: 600;
}

.txt-color {
    color: #111111;
}

.small-txt {
    font-size: 13px !important;
    font-weight: normal !important;
}

.cursor-pointer {
    cursor: pointer;
}

.text-decoratoin-underline {
    text-decoration: underline;
}

.fw-400{
    font-weight:400 !important;
}
.gold-color{
    color:#D59A2C !important;
}

.marginB0 {
    margin-bottom: 0 !important;
}

.marginT8 {
    margin-top: 8px !important;
}

.marginB8 {
    margin-bottom: 8px !important;
}
    
.marginT15 {
    margin-top: 15px !important;
}

.marginB15 {
    margin-bottom: 15px !important;
}

.marginT16 {
    margin-top: 16px !important;
}

.marginB14 {
    margin-bottom:14px !important;
}

.marginB16 {
    margin-bottom: 16px !important;
}


.marginT30 {
    margin-top: 30px !important;
}

.marginB30 {
    margin-bottom: 30px !important;
}

.marginT24 {
    margin-top: 24px !important;
}

.marginB24 {
    margin-bottom: 24px !important;
}

.marginT48 {
    margin-top: 48px !important;
}

.marginB48 {
    margin-bottom: 48px !important;
}


.paddingT0 {
    padding-top: 0 !important;
}

.paddingB0 {
    padding-bottom: 0 !important;
}

.paddingL0 {
    padding-left: 0 !important;
}

.paddingR0 {
    padding-right: 0 !important;
}

.paddingL8 {
    padding-left:8px !important;
}


.paddingR8 {
    padding-right:8px !important;
}

.paddingL18 {
    padding-left: 18px !important;
}

.paddingL30 {
    padding-left: 30px !important;
}

.paddingR30 {
    padding-right: 30px !important;
}

.paddingL24 {
    padding-left:24px !important;
}

.paddingR24 {
    padding-right:24px !important;
}

.paddingL35 {
    padding-left: 35px !important;
}

.paddingR35 {
    padding-right: 35px !important;
}




.icon-txt-input .icon-input {
    display: flex;
    align-items: center;
}

.icon-txt-input .icon-input i {
    margin-right: 16px;
}

.icon-txt-input .control-label {
    margin-left: 48px;
    margin-top: 5px;
    margin-bottom: 1px;
}


.sortList ul li.productListCont {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 80px;
}

@media (max-width:767px) {

    .sortList ul li.productListCont {
        flex-direction: column;
        text-align: center;
        padding-left: 0 !important;
        padding-top: 20px !important;
    }


}

.sortList ul li.productListCont>img {
    object-fit: cover;
    border-radius: 7px;
}

.productListCont>span.actions {
    margin: 0 !important;
    position: absolute;
    right: 0;
}

@media (max-width:767px) {
    .productListCont>span.actions {
        position: relative;
    }
}

.footers_tab_link {
    margin: 24px 0 30px 20px !important;
}

/*common styles css end*/
@media (max-width:767px) {
    .upload-img-blk {
        text-align: center;
        margin: 12px 0 16px;
    }
}


.vertical-radio-btn {
    display: flex;
    flex-direction: column;
}

@media (max-width:767px) {
    .vertical-radio-btn {
        align-items: center;
    }
}

.vertical-radio-btn .custom-radio-btn {

    margin: 12px 0;
}

.corped-img.preview-block {
    background: #f3f3f3;
    width: 150px;
    height: 150px;
    border-radius: 25px;
    border: 1px solid #ccc;
    display: inline-block;
}

.userlisting .dataTable tr td {
    padding: 0 5px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    word-break: keep-all;
}

.userlisting .dataTable tr td p {
    margin: 0;
}

.xl-tabs .nav-tabs li a {
    background-color: #EFEFEE;
    color: #A0A3A2 !important;
    font-size: 24px;
    padding: 8px 100px;
}

.xl-tabs .nav-tabs li.active a {
    background-color: #A0A3A2;
    color: #ffffff !important;
    /*pointer-events: none;*/
}

.sales_teaser .xl-tabs .nav-tabs li a {
  
    pointer-events: none;
}

.xl-tabs .tab-line {
    height: 160px;
    width: 1px;
    background-color: #000;
    position: relative;
    top: -93px;
    left: -1px;
}

.xl-tabs {
    margin-top: 80px;
}


.xl-tabs .tab-left-txt,
.xl-tabs .tab-right-txt {
    margin-top: -66px;
    display: block;
    font-size: 12px;
    font-weight: bold;

}

.tab-line::before,
.tab-line::after {
    position: absolute;
    top: 0;
    content: '';
}

.tab-line::before {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #000000;
    left: 1px;

}


.tab-line::after {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #000000;
    right: 1px;

}

.tab-dates {
    position: absolute;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 0 8px #343836;
    padding: 6px 28px;
    z-index: 9;
    border-radius: 3px;
    border: solid 1px #f3f3f3;
    left: -75px;
    width: 150px;
    bottom: 50px;
}

.tab-dates input {
    width: 100%;
    border: none;
    text-align: center;

}


.xl-tabs .tab-left-txt {
    text-align: left;
    float: left;
    padding-left: 12px;
}

.xl-tabs .tab-right-txt {
    text-align: right;
    float: right;
    padding-right: 12px;
}


.copy_buttons{
    width: 400px;
    float: left;
}


.download-upload-section .add_attachment {
    background-color: #808081;
    color: #fff;
}

.add_attachments {
    background-color: #808081;
    color: #fff;
}

.gray-bg {
    background-color: #F4F3F3;
    padding: 30px;
    min-height: 366px;
}

.btn-secondary {
    background-color: #808081;
    border: solid 2px #808081;
    color: #fff;
}

.btn-secondary:hover {
    background-color: transparent;
    color: #808081;
}


.btn-outline-primary {
    border: solid 2px #808081;
    color: #808081;
}

.btn-outline-primary:hover {
    background-color: #808081;
    color: #fff;
}

.d-block {
    display: block !important;
}

.time-counter {
    border: solid #e3e3e3 1px;
    border-radius: 12px;
    padding: 24px;
    display: inline-block;
}

.time-counter-main label {
    display: block;
}

.color-selector .control-label {
    font-size: 12px;
}

.time-counter-main {
    margin-left: 24px;
}

.previewed-img {
    position: relative;
    display: inline-block;
    border: solid 1px #eae9e9;
    padding: 12px;
    border-radius: 4px;
    background-color: #fff;
}

.previewed-img img {
    /*width: auto;
    height: 174px;*/
    width: 450px;
    object-fit: cover;
}

.delete_image-2 {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    content: "";
    color: #8a8a8a;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 17.5px;
    font-weight: 300;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    position: absolute;
    text-align: center;
}

#clockdiv span,
#clockdivWarhrend span,
#clockdivNach span {
    font-size: 20px !important;
}

.choose-file-blk {
    position: relative;
    display: inline-block;
}

.choose-file-blk .attach_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.uploaded-file-name {
    float: none;
}

.uploaded-file-name label {
    background: url(../../images/icon_mp3.svg) no-repeat left center;
    padding-left: 26px;
    background-size: contain;
    font-weight: 400;
}

.top-right-icons-grp {

    display: flex;
    float: right;

}

.preview-btn a {
    color: #000;
    font-size: 24px;
    cursor: pointer;
}

.top-right-icons-grp .preview-btn {
    margin-right: 24px;
}

.salePage_preview .top-right-icons-grp .preview-btn {
    margin-right: 0px;
}

.aktuelle-blk {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: -28px;
}

.aktuelle-blk h5 {
    padding-right: 12px;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 6px;
}

.aktuelle-blk .content-right h6 {
    font-size: 15px;
    padding-left: 44px;
}

.aktuelle-blk .content-right .hl-bg {
    background-color: rgba(12, 166, 28, 1);
    padding: 6px 24px;
    color: #ffffff;
    display: block;
    width: 250px;
    text-align: center;
    position: relative;
}

.aktuelle-blk .content-right .hl-bg .fa-flag {
    position: absolute;
    bottom: 29px;
    font-size: 32px;
    left: -2px;
    color: #50a720;
}

.radio-btn-input-field {
    display: flex;
}
.input-field input {
    padding: 0 8px;
}

.checked-row .checked-inner-row{
    padding: 7px 10px;
    border: 1px solid #d6d6d6;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    max-width: 550px;
    position: relative;
    margin-bottom:16px;
}

.green-rounded-checked{
    border-radius:50%;
    background-color:#30B240;
    width:24px;
    height:24px;
    display: block;
    position: relative;
}
.green-rounded-checked::after{
    content: "";
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.checked-row .checked-inner-row .f-name {
    padding: 0 60px 0 16px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 90%;
    text-overflow: ellipsis;
}

.checked-row .checked-inner-row .actions{
    padding-top: 6px;
    position: absolute;
    right: 0;
    margin-right: 0;
}
.add-row-btn .btn{
    background-color: #D9DAD7;
    padding: 6px 10px;
    font-size:16px; 
    color: #777;
    width: 100%;
    max-width: 550px;
    border-radius: 7px;
    border: solid 1px #ccc;
    text-align:left;
}

.add-row-btn .btn .fa-plus-circle{
    font-size: 23px;
    position: relative;
    top: 2px;
}

.uploaded-img-preview-blk{
    background-image: linear-gradient(90deg, rgb(206 206 206) 0%, rgb(222 222 222) 15%, rgb(195 195 195) 43%, rgb(195 195 195) 58%, rgb(214 214 214) 83%, rgb(199 198 198) 100%);
    border-radius: 12px;
    min-height: 550px;
    max-width: 350px;
    text-align: center;
    margin-left:30px;
    color: #000;
}

.CTA_txt3_silber_bg_color_right{
    background: linear-gradient(90deg, rgb(179, 179, 179) 0%, rgb(204, 198, 198) 15%, rgb(177, 177, 177) 43%, rgb(171, 169, 169) 58%, rgb(203, 203, 203) 83%, rgb(185, 181, 181) 100%);
    font-size: 20px;
    font-weight: 600;
    padding: 8px 60px;
    color: rgb(255, 255, 255);
    display: inline-block;
}

.CTA_txt3_silber_nach_bg_color_right{
    background: linear-gradient(90deg, rgb(179, 179, 179) 0%, rgb(204, 198, 198) 15%, rgb(177, 177, 177) 43%, rgb(171, 169, 169) 58%, rgb(203, 203, 203) 83%, rgb(185, 181, 181) 100%);
    font-size: 20px;
    font-weight: 600;
    padding: 8px 60px;
    color: rgb(255, 255, 255);
    display: inline-block;
}

.CTA_txt3_silber_wahren_bg_color_right{
    background: linear-gradient(90deg, rgb(179, 179, 179) 0%, rgb(204, 198, 198) 15%, rgb(177, 177, 177) 43%, rgb(171, 169, 169) 58%, rgb(203, 203, 203) 83%, rgb(185, 181, 181) 100%);
    font-size: 20px;
    font-weight: 600;
    padding: 8px 60px;
    color: rgb(255, 255, 255);
    display: inline-block;
}



.CTA_txt3_gold_bg_color_right{
     background: linear-gradient(90deg, rgb(226 183 104) 0%, rgb(226 200 104) 15%, rgb(232 199 134) 36%, rgb(243 203 129) 61%, rgb(245 222 148) 89%, rgba(252,221,117,1) 100%);
    font-size: 20px;
    font-weight: 600;
    padding: 8px 60px;
    color: rgb(255, 255, 255);
    display: inline-block;
}

.CTA_txt3_gold_wahren_bg_color_right{
     background: linear-gradient(90deg, rgb(226 183 104) 0%, rgb(226 200 104) 15%, rgb(232 199 134) 36%, rgb(243 203 129) 61%, rgb(245 222 148) 89%, rgba(252,221,117,1) 100%);
    font-size: 20px;
    font-weight: 600;
    padding: 8px 60px;
    color: rgb(255, 255, 255);
    display: inline-block;
}

.CTA_txt3_gold_nach_bg_color_right{
     background: linear-gradient(90deg, rgb(226 183 104) 0%, rgb(226 200 104) 15%, rgb(232 199 134) 36%, rgb(243 203 129) 61%, rgb(245 222 148) 89%, rgba(252,221,117,1) 100%);
    font-size: 20px;
    font-weight: 600;
    padding: 8px 60px;
    color: rgb(255, 255, 255);
    display: inline-block;
}


/*
        background: linear-gradient(90deg, rgb(255 219 153) 0%, rgb(255 232 152) 15%, rgb(245 224 147) 36%, rgb(243 215 136) 61%, rgb(249 221 127) 89%, rgba(252,221,117,1) 100%); gold bg
        background: linear-gradient(90deg, rgb(206 206 206) 0%, rgb(218 218 218) 15%, rgb(199 197 197) 43%, rgb(204 200 200) 58%, rgb(212 210 210) 83%, rgb(199 198 198) 100%); solver bg

    background: linear-gradient(90deg, rgba(213,166,79,1) 0%, rgba(231,201,91,1) 15%, rgba(215,173,93,1) 36%, rgba(223,181,103,1) 61%, rgba(238,208,107,1) 89%, rgba(252,221,117,1) 100%); gold btn
    background: linear-gradient(90deg, rgba(136,136,136,1) 0%, rgba(193,193,193,1) 15%, rgba(145,145,145,1) 43%, rgba(148,148,148,1) 58%, rgba(203,203,203,1) 83%, rgba(173,173,173,1) 100%); slver btn
*/

.uploaded-img-preview-blk .previewed-img{
    background-color: #D3CCCA;
    border-radius: 12px;
    display: block;
    padding:30px;
}

.uploaded-img-preview-blk .previewed-content{

    padding: 24px;
}

.uploaded-img-preview-blk .previewed-content .checked-text {
    display: flex;
}


.uploaded-img-preview-blk .previewed-content .checked-text p{
    text-align: left;
    width: 90%;
    padding-left: 12px;
    color: #000;
}

.previewed-bottom-btn .btn{

    background-color: rgba(140,137,137,1);
    color: rgba(252,252,252,1);
    font-size:16px;
    font-weight: 600;
    padding: 8px 32px;
}

.previewed-bottom-btn {
    margin-top: 20px;
    padding: 24px 60px;
    position: relative;
}

.previewed-bottom-btn .arrow-icon {
    position: absolute;
    top: -124px; 
    display: block;
    left:10px;
}

.border-li li {
    border: none !important;
    padding: 0 !important;
}

.border-li span.checked-inner-row {
    padding: 15px;
}


.border-li {
    margin-left: -40px !important;
}

.add-row-btn .btn {
    padding: 16px 10px;
}

.pop-up-radio {
    display: flex;
    flex-direction: column;
}

.pop-up-radio >div {
    margin-bottom: 5px;
    position: relative;
}
.pop-up-radio label, .pop-up-radio input {
    display: inline-block;
    vertical-align: middle;
}

.pop-up-radio label {
    margin: 0 0 0 9px;
}

.pop-up-radio label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #545454;
    border-radius: 50%;
    top: 3px;
    z-index: 3
}

.pop-up-radio label:after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    top: 3px;
    z-index: 1;
    background-color: #545454;
    opacity: 0;
    z-index: 1
}

.pop-up-radio input:checked+label:after {
    opacity: 1;
}

.pop-up-radio input {
    width: 20px;
    height: 20px;
    opacity: 0;
}


i.green-rounded-checked.gray-check {
    background-color: gray;
}

i.fa.fa-plus {
    color: #36b240;
    font-size: 28px;
}

.simple-check {
    color: #36b240;
    font-size: 21px;
}

.pop-upper p {
    font-size: 13px;
}

.pop-upper a {
    font-weight: 700;
    text-decoration: underline;
}

.form-inner > div {
    display: inline-block;
    width: calc(100% - 140px);
}

.form-inner label {
    width: 130px;
    display: inline-block;
}


div#addFeaturesSilver .modal-body {
    padding: 20px 20px;
    border: 1px solid #e5e5e5;
}

div#addFeaturesSilver .modal-header {
    border-bottom: none;
}

span.previewed-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

span.previewed-img {
        background-color: #dbd5d5; 
    height: 310px;
    padding: 0 !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.euro-icon {
    text-align: center;
    font-size: 50px;
    position: relative;
    top: 20px;
}

.euro-icon {
    text-align: center;
    font-size: 50px;
    position: relative;
    top: 0;
    max-width: 60px;
    margin: 20px auto 20px;
}


.aktuelle-blk.pull-right.flag-sec {
    justify-content: center !important;
    float: none !important;
}

.upper-row-flag {
    padding: 10px 0 60px;
}


.datum-sec>div:first-child {
    text-align: right;
}

.datum-sec {
    margin-bottom: 40px;
    margin-top: -50px;
}


.tab-content{
    position: relative;
}

.tab-video {
    text-align: right;
    position: absolute;
    right: 20px;
    top: 2px;
}


d-none{
    display: none;
}

d-block{
   display: block 
}

.row.lower-tabs-wide {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
        margin-top: 10px;
}






@media(min-width:1500px){
    
    .tab-content.tabs-flag .xl-tabs .nav-tabs li a {
        font-size: 22px;
        padding: 8px 70px;
    }
}

@media(min-width:1600px){
    
    .tab-content.tabs-flag .xl-tabs .nav-tabs li a {
        font-size: 22px;
        padding: 8px 80px;
    }
}


@media(min-width:1800px){
    
    .tab-content.tabs-flag .xl-tabs .nav-tabs li a {
        font-size: 22px;
        padding: 8px 100px;
    }
}


@media(max-width:1499px){
    .tab-content.tabs-flag .xl-tabs .nav-tabs li a {
    background-color: #EFEFEE;
    color: #A0A3A2 !important;
    font-size: 15px;
    padding: 11px 40px 5px;
}




.tabs-flag .xl-tabs .tab-left-txt {
    margin-right: 20px;
}


.tabs-flag  .tab-dates {
    font-size: 12px;
    padding: 6px 15px;
    left: -60px;
    width: 120px;
    bottom: 54px;
}
    
}

@media(max-width:1210px){
    
   .row.lower-tabs-wide {
        flex-direction: column
    }
    
    datum-sec {
        margin-top: 40px;
    }
}


.cal-date .default_datetime {
    position: relative;
    height: auto;
}


.sales_teaser .xl-tabs {
    padding-top: 40px;
}



.sales_teaser .aktuelle-blk {
    justify-content: center;
    padding: 50px 0;
    float: none !important;
}


.sales_teaser .video_popup {
    position: absolute;
    right: 20px;
    top: 20px;
}

.sales_teaser .seprater-block-30.marginT30.marginB30{
    margin: 0 !important;
    height: 0;
}


span.logo-star {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    padding: 5px 0;
    margin-right: 2px;
    margin-left: 2px !important;
}




.btn-arrow-ui.gold-btn-arrow span.arrow-icon {
    left: -95px;
}
.new-radio {
    margin-bottom: 30px;
    margin-left: 10px;
}


.copy_buttons.btn-copy {
    width: 100%;
    max-width: 570px;
    display: flex;
    align-items: center;
    padding: 2px 12px;
    border: 1px solid #ec0a0a;
    border-radius: 30px;
}


.copybtns{
    display: flex;
    justify-content: flex-end;
    margin: -60px 0 40px;
}

.btn-copy h3{
   font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.btn-copy p{
   font-size: 14px;
}

.btn-copy .btn{
    width: 100%;
    text-align: center;
    background-color: #ef9c06;
    color: white;
    margin: 3px 0;
    border-radius: 7px;
    box-shadow: 1px 1px 1px 1px black;
    font-size: 14px;
}

.btn-copy .btn b{
    font-size: 16px;
}


.btn-copy1 {
    max-width: 360px;
    width: auto;
    float: none;
    background-color: #ffe1e1;
    padding: 10px 30px;
    text-align: center;
    border-radius: 4px;
}



.btn-copy1 h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.btn-copy1 p {
    font-size: 14px;
    margin-top: 7px;
    font-weight: 500;
}

.btn-copy1 .btn {
    width: 100%;
    text-align: center;
    background-color: #ef9c06;
    color: white;
    margin: 3px 0;
    border-radius: 7px;
    box-shadow: 4px 3px 1px 0px black;
    font-size: 16px;
    font-weight: 500;
        padding: 2px 5px;
    position: relative;
}

.btn-copy1 .btn:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(https://oksdevelopment.entwicklungslust.de/public/css/fonts/caution.svg);
    width: 30px;
    height: 30px;
    z-index: 100;
    background-size: contain;
    left: 20px;
    top: 7px;
    background-repeat: no-repeat;
}

.btn-copy1 .btn b {
    font-size: 12px;
    display: block;
    font-weight: 500;
}

.xl-tabs.dlfex {
    display: flex;
    flex-wrap: wrap;
}


@media (max-width:1575px) {
    .copybtns1 {
        margin-left: auto;
        margin-top: -60px;
    }
}

    
.btn-grp-copy{
    margin-left: 15px
}

div#copySale-modal .modal-footer .btn{
    text-align: center;
    margin: 3px 5px !important;
    border-radius: 7px;
    font-size: 14px;
    padding: 10px 20px;
    vertical-align: middle;
}


.modal-footer #modal-btn-copy-no {
    background-color: #c30d0d !important;
    border-color: #c31616 !important;
}

.modal-footer #modal-btn-copy-si {
    background-color: #ef9c06 !important;
    border-color: #ef9c06 !important;
}


.overlay_none figure, .green-overlayer figure, .gray-overlayer figure  {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}


.overlay_none figure img, .green-overlayer figure img, .gray-overlayer figure img {
        width: 80px;
    height: 80px;
    object-fit: cover;
    overflow: hidden;
}


.green-overlayer figcaption, .gray-overlayer figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 13px;
    padding: 2px 0;
}


.green-overlayer figcaption{
        background-color: rgba(31, 107, 53, .8);
}


.gray-overlayer figcaption{
        background-color: rgba(64, 72, 66, .8);
}




table#commentTableList .short-comment-answer {
    display: block;
    padding-right: 10px;
    margin-right: 15px;
}

span.answerStatus {
    float: right;
    padding: 0px 4px 0px 0px;
}




@media (max-width:1170px){
    .xl-tabs .nav-tabs li a {
        padding: 6px 70px;
        font-size: 20px;
    }
}


/*.error.error_email {
    padding: 10px;
    background-color: #fff9e2;
    border: 1px solid #fbd72f;
    color: #b99903;
    font-size: 13px;
}*/

.comman_response.success {
    padding: 20px;
    margin: 10px 20px 0;
    background-color: #fafff9;
    border: 1px solid #30d000;
    color: #1b9e07;
    border-radius: 5px;
}

.unique-preview-ui-wrap label{
       min-height: 46px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px !important;
}

.unique-preview-ui-wrap .icon-txt-input .control-label{
    margin-top:0
}


.lessonListCont .actions a{
    display: inline-flex;
    align-items:center;
    justify-content: center;
    width:24px;
    height:24px;
    border-radius:50%;
    transition: all 0.25s ease;
}


.lessonListCont .actions a span, .lessonListCont .actions a:hover span{
    color: #868686;  
}

.lessonListCont .actions a:hover{
    background-color:#f2eeee;
    color: #868686;  
    
}

.tab-content.moderation-tabs{
    display: inline-block;
    width: 100%;
}

.checkbox-desc {
    display: inline-block;
    width: auto;
    padding:14px 0 12px 48px;
    font-size: 16px;
    color: #000;
    position: relative;
}
.checkbox-desc input{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}


.checkbox-desc span:after {
    width: 40px;
    height:40px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100%;
    background: #c8c8c8;
    content: "";
    border: 1px solid #000;
}

.checkbox-desc input:checked + span:after {
    border-color: #449523;
    background: #fff;
}
.checkbox-desc input:checked + span:before{
    opacity: 1;
}

.checkbox-desc span:before {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#449523+0,4da82a+100 */
    background: #449523; /* Old browsers */
    background: -moz-linear-gradient(top,  #449523 0%, #4da82a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #449523 0%,#4da82a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #449523 0%,#4da82a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#449523', endColorstr='#4da82a',GradientType=0 ); /* IE6-9 */

    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    z-index: 1;
    opacity: 0;
    transition: 0.12s ease-in-out;
    box-shadow: 0 0 11px #4da82a;
}

span.checked-inner-row .editFeatureSilber {
    width: 70%;
    color: #797979;
}

.gen_affiliate {
    padding: 20px 20px;
    background: #fff;
    margin-top: 30px;
    border-radius: 8px;
}
.gen_affiliate .form-group label {
    display: block;
}
.gen_affiliate .form-group label {
    display: block;
}
.gen_affiliate input {
    width: 100%;
    height: 36px;
    padding: 0 10px;
}
input#create_genral_affliate_link{
    width: 100%;
}
/***For edit expert page modify styling****/
.control-label i {
     width: 20px;
     height: 20px;
     display: inline-block;
}
.control-label i img {
  height: 19px;
}

.coppier_btn{
    padding: 3px 5px 3px 5px;
    position: absolute;
    right: 1px;
    top: 29px;
    height: 34px;
    padding: 0 12px;
    line-height: normal;
    display: flex;
    align-items: center;
    border-radius: 0 2px 2px 0;
    border: none;
    background: rgb(102,0,51) !important;
    color: #fff;
    min-width: 193px;
    justify-content: center;
}   

.form-group > div {
    position: relative;
}

.form-group > div #create_genral_affliate_link {
    position: relative;
    height: 36px;
    padding-right: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #E3E3E3;
    padding-left: 10px;
    background: #d6d5d5;
    font-weight: 600;
}
.form-group > div .coppier_btn {
    position: absolute;
    top: 1px;
    right: 0px;
    border-radius: 0 6px 6px 0;
}
.form-group > div .coppier_btn:focus, .coppier_btn:hover {
    color: #fff;
    font-weight: 700;
}

.popover {
    min-width: 400px;
    max-width: 400px;
    border-radius: 12px;
}
.popover-title{
    display: none;
}
#UpdateExpertUser .popover-content {
    padding: 16px 18px;
}

.preview-ui-wrap .marginB30 p {

    margin: 10px 0;
    line-height: 25px;
}
.preview-ui-wrap .marginB30 p.txt-color {
    margin: 0px 0 20px;
    line-height: 28px;
}
.unique-preview-ui-wrap i img {
    margin: 0px 0px 0px 4px;
}
.play-overlayer:before {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 30px;
    border-color: transparent transparent transparent rgba(255,255,255,0.6);
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width:14px 0 14px 26px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

span.play-overlayer-btn:before {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 24px;
    border-color: transparent transparent transparent #ffffff;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 10px 0 10px 24px;
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    right: 0;
    margin: auto;
    z-index: 2;
}
.play-overlayer-btn:after {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 22px;
    border-color: transparent transparent transparent #202020;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width:15px 0 15px 31px;
    position: absolute;
    content: "";
    top: -4px;
    margin: auto;
    z-index: 1;
    right: 0;
    left: 2px;
}
.play-overlayer,
.play-overlayer-btn {
    font-size: 0;
}
.preview-block .previw-btn .play-overlayer{
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
    height: 30px !important;
}

.sortList .play-overlayer:before {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 30px;
    border-color: transparent transparent transparent rgba(255,255,255,0.6);
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 14px 0 14px 26px;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    transform: translateY(-50%);
}
.sortList .play-overlayer img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    overflow: hidden;
}
.sortList .play-overlayer{
    position: relative;
    overflow: hidden;
    border-radius: 10px; 
}
   
.productForm .lesson-name-div {
    margin-bottom: 30px;
}
.productForm .form-group {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.productForm .input-lg{
  font-size:16px;
}
.productForm .form-group .control-label i {
    margin-left: 5px;
    position: relative;
    top: -2px;
}
/***editable issue***/
.marketing-panel + .form-group {
    clear: both;
}
/***end of editable issue***/
/***Free user checkbox style***/
.custom-checkbox-ui.free_all_chapter label{
    margin-top: 0px !important;
    margin-bottom: 2px !important;   
}
.custom-checkbox-ui.free_all_chapter .box-ui:after{
    left: 3px;
    top: 7px;
}
.custom-checkbox-ui.free_all_chapter .box-ui:before{
    width:18px;
    height:18px;
    top:3px;
}
.custom-checkbox-ui.free_all_chapter .box-ui{
    padding-left:26px;
}
.custom-checkbox-ui.free_all_chapter {
    margin-bottom: 10px;
}
/***End of Free user checkbox style***/
.login_admin img{
    display: block;
    width: auto;
    height: 56px;
}
/***Vimeo genrator for interview**/
.textarea-genrate_vimeo_embed {
    margin-top: 7px;
}
.textarea-genrate_vimeo_embed textarea {
    min-height: unset;
    font-size: 12px;
    resize: none;
    margin-bottom: 7px;
}

.error_viemo_video.success{
    background-color: rgba(95, 190, 170, 0.3);
    border-color: rgba(95, 190, 170, 0.4);
    color: #52a594;
    padding: 7px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: fit-content;
    margin-top: 5px;
    font-weight: 600;
}

textarea.viemo_video{
    min-height: unset;
    font-size: 12px;
    resize: none;
    margin-bottom: 6px;
    padding: 4px 0px 0px 4px;
}
.smtp_close {
    text-align: right;
}
.smtp_close .smtp_cross {
    background-color: #8a8787 !important;
    color: #fff;
    font-weight: 600;
    border: #fff !important;
}

.custom_fieldset{
    margin: 10px 0;
    border: 1px solid #ddd !important;
    padding: 5px 10px;
  }
  .custom_legend{
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    border: none;
    width: auto;
    color: #797979;

  }

.account_freezed td{
    background: #95ee8724 !important;
}

.transport-white-icon{
  background-image: url('../../images/assessmentIcons/transporter-white.svg');
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-top: 0px;
  padding-right: 27px;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
}