
.dropdown-item.no-alert-for-you, .no-alert-for-you {
    display: block;
    text-align: center;
}

.label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.label-warning {
    background-color: #f0ad4e;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.back-btn {
    position: relative;
    top: -2px;
}

.user-div-in-table-image {
    float: left;
    margin: 0 5px;
    cursor: pointer;
}

.user-div-in-table-text {
    float: left;
    margin: 4px 0;

}

.img-in-table {
    border: 2px solid #6b6868;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.img-in-table-rounded {
    border: 2px solid #6b6868;
    width: 30px;
    height: 30px;
}

.table-checkbox {
    position: relative;
    top: -1px;
}

.filter-label {
    height: 100%;
}

.select2-search__field {
    width: initial !important;
}

.select2-container .select2-selection--single {

    height: 34px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container .select2-selection--single .select2-selection__clear {
    right: 0;
}

.pagination li span {
    position: relative;
    display: block;
    padding: 0.375rem 0.75rem;
    margin-left: 5px;
    color: #dee2e6;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    margin-right: 5px;
}

.alert-success.animated.fadeInDown {
    background-color: #3ac47d;
    color: #fff;
}

.alert-danger.animated.fadeInDown {
    background-color: #d92550;
    color: #fff;
}





button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: inherit;
}


.show-entries-table {
    width: 65px;
    float: left;
    margin-right: 15px;
}

.table-drop-label {
    padding-top: 5px;
}

.page-size-label {
    margin-top: 15px;
}

.pagination-label {
    margin-top: 15px;
}

.pagination {
    float: right;
}

.form-group {
    margin-bottom: 15px;
}

select {
    height: 35px;
}

.add-item-representative {
    float: right;
}

.error-summary {

}

.error-summary {
    margin-bottom: 1.5rem !important;
}

.error-summary {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s;
}

.error-summary {
    background-color: #d92550 !important;
}

.error-summary {
    color: #fff !important;
}

.error-summary {
    margin-bottom: 1rem !important;
}

.error-summary {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.error-summary {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: 0.25rem;
}

.help-block {
    margin-bottom: 1px !important;
}

.help-block-error {
    color: #d92550 !important;
}

.hint-block {
    color: #A0A0A0;
}

.text-right {
    text-align: right;
}

.input-group-addon.pick {
    padding: 8px;
    border: 1px solid #ced4da;
}

.default-bank {
    margin-top: 15px;
}

.body-tabs-shadow .body-tabs-animated .nav-link.active, .body-tabs-shadow .body-tabs-animated .nav-link:hover {
    color: #fff !important;
}

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

.hide, .hidden {
    display: none;
}

.has-success input {
    border: 1px solid #3c753d;
}

.has-error input {
    border: 1px solid #d92550;
}

.checkbox-icon {
    font-size: 20px;
}

.checkbox-icon.close {
    font-size: 20px;
    color: #AAA;
}

.btn-sm.toggle-on {
    padding-right: 12px;
    padding-top: 5px;
}

.btn-sm.toggle-off {
    padding-left: 12px;
    padding-top: 5px;
}

.toggle.btn {
    margin-right: 9px;
}


.file-manager-widget-modal > .modal-dialog {
    max-width: 900px;
}

.file-manager-widget-modal .close {
    background: transparent;


    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;

    border-radius: 0.25rem;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
    border-color: #495057;
    color: #495057;
    font-weight: bold;

    padding: 0 5px 1px 5px;
    font-size: 14px;
    margin-right: 15px;

}

table > tbody > tr > td > .empty {
    text-align: center;
}

.template-upload.fade.image.in {
    opacity: 1;
}

.input-group-sp {
    padding: 7px !important;

}

.file-manager-modal-backdrop {
    position: fixed;

    left: 0;
    opacity: 0.5;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 10;
    top: 0;
}

.file-manager-widget-modal {
    top: 55px;
}

.size {
    margin-bottom: 0;
}

.translate-btn-wrapper {
    float: right;
    margin-top: 3px;
    cursor: pointer;
}

.input-group-html5 .input-group-addon:first-child {
    border-right: 2px solid #ccc !important;
    border: #ced4da solid 1px;
    border-radius: 5px 0 0 5px;
}

.input-group-sp.input-group-addon {
    min-width: 57px !important;;
}

.app-header__logo .logo-src {
    margin: auto;
}

.ui-theme-settings .btn-open-options {
    top: 111px;
    left: -57px;
    bottom: initial;
}

#translationTextArea, .translationTextAreaLabel {
    display: none;
}

.table-options {
    width: 100%;
}

#img-in-modal {
    max-width: 100%;
}

.control-label {
    margin-bottom: 4px;
}

#alert-tooltip {
    z-index: 9999999999999999999;
    width: 100px;
    height: 100px;
    padding: 25px;
    position: fixed;
    top: 48%;
    left: 48%;
    border-radius: 10px;
    font-size: 50px;

}

#alert-tooltip.red {
    background-color: #a94442;
    border: 1px solid #ebccd1;
    color: #FFFFFF;
    padding: 14px 0 0 24px;
}


#alert-tooltip.green {
    background-color: #3ac47d;
    border: 1px solid #d6e9c6;
    color: #FFFFFF;
    padding: 14px 0 0 24px;
}

.btn-upload-files {
    color: #FFF;
}

.fade:not(.show) {
    opacity: 1;
}

.form-control.list {
    height: 600px;
}

.toast-top-right {
    top: 90px;
    right: 24px;
}

.delete-btn-in-table {
    color: #d92550;
}

.delete-btn-in-table:hover {
    color: #9d082c !important;
}

.modal-backdrop, .blockOverlay {
    opacity: 0.5;
}

.modal-backdrop.fade, .fade.blockOverlay {
    opacity: 0.5;
}

.vertical-nav-menu ul > li.mm-active {
    color: #3f6ad8;
    background: #e0f3ff;
    font-weight: bold;
    border-radius: 0.25rem;
}

.app-sidebar.sidebar-text-light .vertical-nav-menu ul > li.mm-active {
    color: white;
    background: rgba(255, 255, 255, 0.15);
    font-weight: bold;
    border-radius: 0.25rem;
}

.app-sidebar.sidebar-text-dark .vertical-nav-menu ul > li.mm-active {
    color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.15);
    font-weight: bold;
    border-radius: 0.25rem;
}

.vertical-nav-menu > li.mm-active > a {
    color: #3f6ad8;
    background: #e0f3ff;
    font-weight: bold;
}

.app-sidebar.sidebar-text-light .vertical-nav-menu li.mm-active > a {
    color: white;
    background: rgba(255, 255, 255, 0.15);
    font-weight: bold;
    border-radius: 0.25rem;
}

.app-sidebar.sidebar-text-dark .vertical-nav-menu li.mm-active > a {
    color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.15);
    font-weight: bold;
    border-radius: 0.25rem;
}

#seo-form .themeoptions-heading, #logs-body .themeoptions-heading {
    font-size: 1.1rem;
    color: #495057;
    margin: 0;
    background: #f8f9fa;
    padding: 0.75rem 1.5rem;
    border-bottom: #dee2e6 solid 1px;
    border-top: #dee2e6 solid 1px;
    display: flex;
    align-items: center;
    align-content: center;
}

#seo-form, #logs-body {
    background-color: #FFF;
    position: fixed;
    right: 0;
    z-index: 99999;
    width: 0;
    top: 60px;
    box-shadow: -0.46875rem 0 2.1875rem rgba(4, 9, 20, 0.03), -0.9375rem 0 1.40625rem rgba(4, 9, 20, 0.03), -0.25rem 0 0.53125rem rgba(4, 9, 20, 0.05), -0.125rem 0 0.1875rem rgba(4, 9, 20, 0.03);
    overflow-y: auto;
    bottom: 0px;
/ / display: none;
}

#seo-label {
    position: fixed;
    right: -27px;
    z-index: 99999;
    background-color: #0c7143;
    color: #FFF;
    padding-top: 13px;
    padding-right: 8px;
    top: 155px;
    -webkit-box-shadow: 0px -1px 134px 17px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -1px 134px 17px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -1px 134px 17px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    cursor: pointer;

    border-radius: 50px;

    height: 54px;
    line-height: 54px;
    width: 54px;

    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    color: #000;
    background-color: #f8c445;
    border-color: #f8c03a;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

#seo-close-form {
    z-index: 99999;
    background-color: #0c7143;
    color: #FFF;
    top: 300px;
    cursor: pointer;
    font-size: 27px;
    padding: 0 7px;
    width: fit-content;
    border-radius: 50%;
    padding-top: 1px;
    top: 13px;
    right: 16px;
    position: absolute;
}

#seo-label:hover {
    color: #000;
    background-color: #f8c445;
    border-color: #f8c03a;
}

.seo-form-content, .log-content {
    padding: 0;
}

.seo-form-content-body, .log-content-body {
    padding: 15px;
}

#seo-form hr {
    border-top: 1px solid #d2d6dd;
}

.select2-dropdown {
    z-index: 99999;
}

#seo-form::-webkit-scrollbar, #logs-body::-webkit-scrollbar  {
    width: 6px;
}

/* Track */
#seo-form::-webkit-scrollbar-track, #logs-body::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
#seo-form::-webkit-scrollbar-thumb, #logs-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
}

/* Handle on hover */
#seo-form::-webkit-scrollbar-thumb:hover, #logs-body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.2);
    width: 10px;
}

.has-error > .mce-tinymce.mce-container.mce-panel {
    border: 1px solid #d92550;
}

.has-success > .mce-tinymce.mce-container.mce-panel {
    border: 1px solid #3c753d;
}

#logs-label {
    position: fixed;
    right: -27px;
    z-index: 99999;
    color: #FFF;
    padding-top: 13px;
    padding-right: 8px;
    top: 240px;
    -webkit-box-shadow: 0px -1px 134px 17px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -1px 134px 17px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -1px 134px 17px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    cursor: pointer;

    border-radius: 50px;

    height: 54px;
    line-height: 54px;
    width: 54px;

    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    color: #fff;
    background-color: #3f6ad8;
    border-color: #3f6ad8;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.view-replies, .hide-replies {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.collapse-all {
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.comment-item-img {
    background-size: cover !important;
    background-position: bottom !important;
    border: 1px solid #e2e2e2;
    width: 80px !important;
    height: 80px !important;
}

.has-error > textarea {
    border: 1px solid #d92550;
}

.has-success > textarea {
    border: 1px solid #3c753d;
}

.has-error > select {
    border: 1px solid #d92550;
}

.has-success > select {
    border: 1px solid #3c753d;
}

.has-error .input-group-addon {
    border-color: #d92550;
}

.has-success .input-group-addon {
    border-color: #3c753d;
}

.has-error .input-group-addon {
    border-color: #d92550;
}

.has-success .input-group-addon {
    border-color: #3c753d;
}

.float-left {
    float: left;
}

.homepage-component {
    width: 33px;
    height: 33px;
}

.preview-container {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 0;
}

.preview-container-init-text {
    text-align: -webkit-center;
    margin-top: 25%;
    font-size: 45px;
}

#preview-container-iframe {
    width: 100%;
    height: 100%;
}

.forms-wizard li::before {
    z-index: 0;
}

.tab-has-error span {
    COlor: red;
}

.tab-has-error span:after {
    content: " ! ";
    color: red;
    border: 2px solid red;
    padding-right: 6px;
    padding-left: 3px;
    border-radius: 50%;
    margin: 0 0px 0 7px;
}

.media-block {
    float: left;
}

.media-left {
    float: left;
    margin: 0px 20px 0 0px;
}

.media-body {
    float: left;
}

.search-wrapper.active {
    width: 272px;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.js-input-plus {
    background: darkgreen;
    border-color: darkgreen;
    color: #FFF !important;
    width: 100%;
}

.js-input-remove {
    background-color: darkred;
    border-color: darkred;
    color: #FFF !important;
    width: 100%;
}

.sortable-handle {
    position: relative;
}

.hand-container {
    position: absolute;
    border: 1px solid #ced4da;
    top: 8px;
    bottom: 22px;
    border-radius: 4px;
    -webkit-writing-mode: vertical-lr;
    margin: 0 0 0 -9px;
    padding: 1px;
}

.widget-upload-input > input, .widget-upload-input > .input-group-addon.pick {
    height: 34px;
}

.input-group-addon.pick {
    padding-top: 6px;
}

.fileupload-progress {
    padding-top: 12px;
    margin-bottom: 12px;
}

.comboTreeWrapper {
    width: 100%;
}

.control-label {
    font-weight: bold !important;
}

.text-bold {
    font-weight: bold !important;

}

.tag-item {
    text-align: left !important;
    cursor: pointer;
}

#filters .card-header {
    padding: 0
}

#tags-list {
    max-height: 370px;
    overflow-y: auto;
}

#tags-list::-webkit-scrollbar {
    width: 6px;
}

/* Track */
#tags-list::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
#tags-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
}

/* Handle on hover */
#tags-list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.2);
    width: 10px;
}

.hint-block {
    margin-top: 5px;
}

.copybtn {
    color: #46aaff;
    cursor: pointer;
}

.btn-outline-info:hover {
    color: #fff;
}

.toggle.btn-sm, .btn-group-sm > .toggle.btn {
    min-width: 50px;
    min-height: 34px;
}

.radio-list label {
    margin-right: 50px;
}

.radio-list {
    margin: 15px 0;
}

.inner-radio-list label {
    margin-right: 50px;
}

.panel-body:first-child {
    padding-top: 15px;
}

.panel-body {
    margin: 0 15px;
}

.panel-body span {
    margin: 0 0;
    cursor: pointer;
}

.panel-body .select2-selection__clear {
    right: 4px !important;
    top: 21px !important;
    display: none !important;
}

#prBox {

    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.add-speciality-course-btn {
    height: 22px;
    padding: 0 13px 0 13px;
}

.comment-author-avatar img {
    width: 100%;
}

#copy {
    cursor: pointer;
}

.course-edit-active {
    background: #eceff5;
    border-radius: 15px;
}

.bevel-div button {
    color: #FFF !important;
}

.bevel-div {
    border-corner-shape: bevel;
    border-radius: 0;
    min-width: 50px;
    -webkit-clip-path: polygon(84% 0, 100% 50%, 82% 99%, 0% 100%, 0 53%, 0% 0%);
    clip-path: polygon(84% 0, 100% 50%, 82% 99%, 0% 100%, 0 53%, 0% 0%);
    background: #37a9e1;
    border: 0;
    margin-right: 10px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 13px;
    display: inline-block;

}

#more {
    display: none;
}

.pull-left {
    float: left
}

.error-icon {
    font-size: 120px;
}

.error-section {
    margin-top: 200px
}

.panel-heading {
    background: #edf0f6;
    padding: 15px;
}

.panel-body {
    padding-top: 15px;
}

ul, #myUL {
    list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
    margin: 0;
    padding: 0;
}

/* Style the caret/arrow */
.caret {
    border: 0px;
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
    display: block;
}

.vma-list-collapse li {
    margin-bottom: 10px;
    color: black;
}

.vma-list-collapse span.caret {
    height: initial;
    width: initial;
    margin: 0;
    padding: 0;
    color: currentColor;
}

.vma-list-collapse ul.nested.active {
    padding: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #7e7e7e;
}

.vma-list-collapse ul.nested.active {
    padding: 0;
    padding-left: 31px;
    font-size: 16px;
    color: #7e7e7e;
}

.vma-list-collapse span.caret {
    height: initial;
    width: initial;
    margin: 0;
    padding: 0;
    color: #4b5259;
}

.vma-list-collapse li {
    margin-bottom: 10px;
    color: #4b5259;
}

th {
    position: relative
}

a[data-sort]:before {
    opacity: 1;
}

a[data-sort]:before {
    right: 0.4rem;
    content: "\2191";
}

a[data-sort]:before {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    display: block;
    opacity: 0.3;
}


a[data-sort]:after {
    right: 0.0rem;
    content: "\2193";
}

a[data-sort]:after {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    display: block;
    opacity: 0.3;
}

a.asc:before {
    opacity: 1;
}

a.desc:after {
    opacity: 1;
}

.select2-container .selection, .select2-container .dropdown-wrapper, .select2-selection {
    margin: 0 !important;
}

.upload-from-backend {
    border-top: 4px solid green;
}

.upload-from-frontend {
    border-top: 4px solid #7a07c1;
}

.company-files-mark {
    color: green;
}

.your-files-mark {
    color: #7a07c1;
}

#origin {
    background-color: green;
}

#drop {
    background-color: red;
    min-height: 120px;
}

.list {
    min-height: 120px;
}

.list li {
    display: inline-block;
    list-style-type: none;
    padding-right: 20px;
}

.panel-footer {
    padding: initial;
    background-color: initial;
    border-top: initial;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

.panel {
    -webkit-box-shadow: initial;
}

.board-col {
    width: 250px;
    max-height: 700px;
    min-height: 700px;
    border-left: 1px solid #f5f5f5;
    margin-right: 35px;
    text-align: center;
}

.board-col-header {
    background-color: #3f6ad8;
    border: 1px solid #3f6ad8;
    color: #FFF;
    text-align: left;
    min-height: 41px;
    font-weight: bold;

}

.board-col-header {
    width: 250px;
    height: 42px;
    background: #3f6ad8;
    color: #fff;
    position: relative;
    line-height: 40px;
    padding: 0 10px;
}

.board-col-header:after {
    content: \"\";
    position: absolute;
    height: 0;
    width: 0;
    left: 100%;
    top: -1px;
    border: 21px solid transparent;
    border-left: 20px solid #3f6ad8;;
}

.board-col-amount {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #888;
}

.board-col-card {
    border: 2px solid #EEE;
    border-radius: 7px;
    margin-left: 3px;
    min-height: 120px;
    background-color: #e6e6e63b;
    text-align: left;
    padding: 8px;
    margin-bottom: 15px;
    color: #666;
    font-size: 12px;
}

.board-col-card-container {
    max-height: 570px;
/ / overflow: auto;
    padding-right: 4px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #EEE;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #EEE;
    border-radius: 30px;
}

::-webkit-scrollbar-thumb:hover {
    background: #CCC;
}

.board-col-header-icon {
    color: #FFF;
    float: right;
    margin-left: 4px;
}

.board-container {
    width: 100%;
    overflow-x: auto;
}

.board-container-inner {
    min-width: max-content
}

.board-col-header-role {
    text-align: left;
    padding: 9px;
    background: #f9f9f9;
}

.c-pointer {
    cursor: grab;
}

#left-slid {
    width: 400px;
    border: 2px solid #EEE;
    border-radius: 7px;
    margin-left: 3px;
    min-height: 120px;
    background-color: #e6e6e63b;
    text-align: left;
    padding: 8px;
    margin-right: 21px;
    color: black;
    height: 696px;
    overflow: auto;
}

#close {
    margin-left: 4px;
    margin-right: 15px;
}

.left-slid-loading {
    font-size: 90px;
    color: #d6d5d5;
    margin-top: 100px;
    margin-left: 140px;
}

.direct-chat-text {
    margin: 5px 0 0 0;
}

.card-tool {
/ / font-size: 16 px;
    margin-left: 6px;
}

#ModalRemoteConfirmForm {
    margin-bottom: 25px;
}

.btn.btn-default.btn-sm.dropdown-toggle {
    height: 20px;
    padding: 0px 4px;
}

.dropdown-menu.dropdown-menu-right li {
    width: 100%;
    padding: 0;
}

.steps .step:first-child {
    margin-left: 0;
}

.step-circle::before {
    width: calc(5rem + 1rem - -5.5rem);
}

.step-active .step-text, .step-text {
    font-size: 10px;
}

.hand {
    cursor: pointer;
}

.win-class {
    border: 2px solid darkgreen;
}

.lose-class {
    border: 2px solid darkred;
}

.transaction-item {
}

.direct-chat-text {
    margin: 5px 0 0 0;
}

.right .direct-chat-text {
    margin-right: 0;
}

.move-text {
    padding: 6px;
    color: #FFF;
    background: #3c8cbc;
    border-radius: 9px;
    z-index: 1;
    position: absolute;
    top: -17px;
}

.move-container {
    border-top: 1px solid #3c8cbc;
    position: relative;
    margin-top: 22px;
    margin-bottom: 21px;
}

.move-by {
    padding: 6px;
    color: #FFF;
    background: #3c8cbc;
    border-radius: 9px;
    z-index: 1;
    position: absolute;
    top: -17px;
    right: 0;
}

.change-text {
    padding: 6px;
    color: #FFF;
    background: #f39c0f;
    border-radius: 9px;
    z-index: 1;
    position: absolute;
    top: -17px;
}

.change-container {
    border-top: 1px solid #f39c0f;
    position: relative;
    margin-top: 22px;
    margin-bottom: 21px;
}

.change-by {
    padding: 6px;
    color: #FFF;
    background: #f39c0f;
    border-radius: 9px;
    z-index: 1;
    position: absolute;
    top: -17px;
    right: 0;
}

.direct-chat-name {
    background: #d2d6df;
    border-radius: 5px 5px 0 0;
    padding: 5px;
}

.direct-chat-info {
    margin-bottom: 0;
}

.direct-chat-text {
    margin-top: 0;
}

.left .direct-chat-text {
    border-radius: 0 5px 5px 5px;
}

.right .direct-chat-text {
    border-radius: 5px 0 5px 5px;
}

.win-text {
    padding: 6px;
    color: #FFF;
    background: darkgreen;
    border-radius: 9px;
    z-index: 1;
    position: inherit;
    top: -11px;
}

.win-container {
    border-top: 1px solid darkgreen;
    position: relative;
    margin-top: 22px;
    margin-bottom: 21px;
    text-align: center;
}

.lose-container {
    border-top: 1px solid darkred;
    position: relative;
    margin-top: 22px;
    margin-bottom: 21px;
    text-align: center;
}

.lose-text {
    padding: 6px;
    color: #FFF;
    background: darkred;
    border-radius: 9px;
    z-index: 1;
    position: inherit;
    top: -11px;
}

.member-profile .nav-tabs {
    border-bottom: 1px solid #ddd !important;
}

.member-prpofile-tabs {
    padding-left: initial;
}

.wizard .nav li.active a {
    padding-bottom: 7px;
}

.lead-tabs .nav-tabs li:first-child a {
    padding-left: 15px !important;
}

.info-box-deals {
    background: #f5f5f5;
    min-height: 450px;
    padding: 27px;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.info-box-deals hr {
    border-top: 1px solid #cccccc;
}

.copy-btn {
    cursor: pointer;
}


.dynamicform_wrapper .panel.panel-default {
    border: 1px solid #edf0f6;
    margin-bottom: 15px;
    border-radius: 5px;
}

.price_dynamicform_wrapper .panel.panel-default {
    border: 1px solid #edf0f6;
    margin-bottom: 15px;
    border-radius: 5px;
}


input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    margin-top: -10px;
}

input[type="radio"]:hover {
    background: #9faab7;
}

input[type="radio"]:checked {
    background: #3ac47d;
}

input[type="radio"]:checked::before {
    width: 20px;
    height: 20px;
    display: flex;
    content: '\f00c';
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
}

input[type="radio"]:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #3ac47d;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]::after {
    border-radius: 50%;
}

@keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 80px;
        width: 80px;
        margin-left: -30px;
        margin-top: -30px;
        opacity: 0;
    }
}

.fileupload-progress {
    width: 100% !important;
}

#file-file_object {
    display: none;
}

.delete-selected-file {
    padding: 3px;
    text-align: center;
    font-size: 20px;
    width: 35px;
    height: 34px;
    border-bottom: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
}


.select2-container, .select2-container .select2-selection--multiple .select2-selection__rendered, .select2-container .select2-search--inline, .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.bulk-delete-btn, .bulk-select-btn, .bulk-suspend-btn {
    display: none
}

select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

.search-wrapper.active .public-search-btn-close {
    left: 300px;
    opacity: .6 !important;
    transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
    transition-delay: 0.5s;
}

.search-wrapper .public-search-btn-close {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    cursor: pointer;
    opacity: 0 !important;
    transition: all 0.2s cubic-bezier(0.285, -0.45, 0.935, 0.11);
    transition-delay: 0.1s;
}

.public-search-btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    /* opacity: 0.5; */
}

.dashboard-row {
    margin: 15px;
    border: 1px solid gray;
    padding: 3px;
    cursor: pointer;
    background: lightblue;
    border-radius: 5px;
}

.dashboard-select-row-title {
    padding-left: 30px;
}

.dashboard-col {
    border: 1px dashed gray;
    padding: 15px;
    background: #d2ecf5;
    border-radius: 5px;
}

.dashboard-add-widget-col {
    position: relative;
}

.widget-container:hover + .widget-actions {
    display: block;
    color: green;
    font-size: 25px;
}

.widget-actions {
    position: absolute;
    top: 15px;
    right: 30px;
    display: block;
}

.widget-actions > a {
    margin-left: 5px;
    font-size: 16px;
}


.dashboard-add-widget {
    top: 0;
    height: 62px;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    padding-top: 20px;
}

.dashboard-widget-install iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.tr.danger {
    background-color: #ffe2e2;
}

.tr.success {
    background-color: #d0ffd0;
}

.preview-bulk-template {
    height: 500px !important;
}

.toggle-template {
    cursor: pointer;
}

.vertical-nav-menu > li > a {
    color: #3f6ad8;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .app-main__outer {
        width: calc(100% - 310px);
    }
}

.grid-view {

    width: 100%;
    padding-bottom: 15px;
}

.table.dataTable th {
    min-width: 120px;
}

.sp-replacer.sp-light {
    margin: 6px;
}

.input-group-sp.input-group-addon {
    border-radius: 5px !important;
    width: initial !important;
}

.card-header, .card-title {
    text-transform: inherit;
}

.your-trans-label {
    position: absolute;
    top: 3px;
    right: 18px;
    color: #FFF;
    background-color: darkkhaki;
    font-size: 9px;
    font-weight: bold;
    padding: 2px;
    border-radius: 5px;
}

.btn-open-options.btn.btn-warning.settings-close {
    display: none !important;
}

.builder-content {
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 600px;
}

.relative-box {
    position: relative;
}

.widget-filter {
    position: absolute;
    z-index: 95;
    right: 30px;
    top: 15px;
}

.widget-filter-option-hide, .widget-filter-custom-option-hide {
    display: none;
}

.gray-nav-link {
    color: #727a82;
}

.widget-loader {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.comboTreeDropDownContainer {
    z-index: 999999;
}

/*user registration*/


.lead-tabs-div .tab-pane {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.lead-tabs-div .tab-pane label {
    font-size: 16px !important;
    padding-top: 5px !important;
}

.color-bg-div .color-div-head {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    text-align: center;
    color: #ffffff;
    padding: 3px 0;
}

.margin-t-20 {
    margin-top: 20px !important;
}

.color-bg-div .color-div-head {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    text-align: center;
    color: #ffffff;
    padding: 3px 0;
}

.color-div-body {
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
}

.color-bg-div.green .color-div-head {
    background: #158d91;
}

.color-bg-div.green .color-div-body {
    background: #02b9bf;
}

.instructor-form {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
}

.input-title-div .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: inline-block;
    margin-bottom: 0;
}

.white-title p {
    font-size: 17px !important;
}


.course-options .radio h4, .service-add .checkbox h4, .ticket-add .checkbox h4 {
    font-weight: 400 !important;
}


.course-options .radio p, .service-add .checkbox p, .ticket-add .checkbox p {
    margin-bottom: 0;
}

.course-options .radio, .service-add .checkbox {
    padding-left: 10px;
    border: 1px solid #f1f2f3;
    margin-bottom: 10px;
    min-height: 43px;
}

.link-btn {
    border: none;
    color: #37a9e1;
    padding-left: 0;
}

.advance-register {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.note-badge {
    border: 1px solid;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background: #02b9bf;
    height: 100%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.input-title-div .form-control {
    display: inline-block;
    width: 60px;
    margin-right: 5px;
    margin-left: 2px;
}

.input-title-div {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.note-badge {
    border: 1px solid;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background: #02b9bf;
    height: 100%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.white-brdr-btn {
    border-color: #37a9e1 !important;
    color: #37a9e1 !important;
    background: #ffffff !important;
}

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

.note-badge-options {
    padding-top: 0;
    margin-top: 1px;
    margin-bottom: 10px;
    border: 1px solid #f1f2f3;
    position: relative;
    display: block;
    /*padding-left: 10px;*/
}


.note-badge-options > p {
    padding: 0 10px;
    margin-bottom: 0 !important;
    width: calc(100% - 100px);
    /*font-size: medium;
    margin-bottom: 0;
    margin: 0 !important;
    border: 1px solid #f1f2f3;*/
}

.note-badge-options .checkbox label {
    width: 90%;
}

/* 8-5-2019 */
.mt-15 {
    margin-top: 15px;
}

input.lec-checkbox {
    /*-webkit-appearance: none;*/
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    /*background: #ffffff;*/
    margin-left: -15px;
}

.checkbox input[type='checkbox']:checked {
    /*-webkit-appearance: none;*/
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    /*background: #30B9EA;*/
}

.course-options .radio h4, .service-add .checkbox h4, .ticket-add .checkbox h4 {
    font-weight: 400 !important;
}


.note-badge-options .checkbox label {
    width: calc(100% - 100px);
    margin-right: 0;
}

.ticket-add .checkbox label {
    width: calc(100% - 100px);
    margin-right: 0;
}


button.close.unset_wirkshop {
    position: absolute;
    right: 110px;
}

.date-info {
    padding-left: 13px;
}

.width-per-50 {
    max-width: 50%;
}

.mr-5 {
    margin-right: 5px;
}

.theme-palette-img {
    vertical-align: top;
}

.theme-box-title {
    background-color: #FFF;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 0;
    color: #555f78;
    border-radius: 10px 10px 0 0;
}

.selected-box {
    border: 2px solid #3f6ad8;
    border-radius: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    top: -6px;
}

.selected-box .theme-box-title {
    background-color: #3f6ad8;
    color: #FFF;

}

.open-theme {
    margin: 15px 0;
    cursor: pointer;
}
.open-layout-side-bar {
    margin: 15px 0;
    cursor: pointer;
}
.open-layout-header {
    margin: 15px 0;
    cursor: pointer;
}
.open-layout-course {
    margin: 15px 0;
    cursor: pointer;
}

.open-layout-class {
    margin: 15px 0;
    cursor: pointer;
}


.open-layout-account {
    margin: 15px 0;
    cursor: pointer;
}

.open-banner {
    margin: 15px 0;
    cursor: pointer;
}

.open-typo {
    margin: 15px 0;
    cursor: pointer;
}

.open-typo > .row {
    padding-top: 7px;
}

#themePreviewModal .theme-palette-img {
    vertical-align: middle;
    height: 60px;
    margin-top: 15px;
}

.open-typo > .selected-box {
    position: relative;
    top: -2px;
    padding-bottom: 6px;
}


.grid-view.flex {
    display: flex;
    flex-wrap: wrap;
}

.summary {
    width: 100%;
}

.wrap-table ~ .row.m-0 {
    width: 100%;
}

.wrap-table {
    /*position: relative;*/
    width: 100%;
    min-height: initial !important;

}

.arrow {
    position: sticky;
    top: 0;
    left: 0;
    display: table;
    transition: opacity 0.2s;
    background-color: transparent;
    border: 0;
    padding: 0 20px;
    cursor: pointer;
    width: 60px;
    display: flex;
    padding-top: 300px;
    justify-content: center;
    color: #3f6ad8;
}

.arrow i {
    position: sticky;
    top: 300px;
    left: 0;
    font-size: 20px;
}

.arrow.disabled {
    display: none;
}

.right-arrow {
    right: 0;
    left: initial;
    background-image: linear-gradient(
            to right,
            transparent,
            rgba(63, 106, 216, 0.2)
    );
}

.left-arrow {
    left: 0;
    background-image: linear-gradient(
            to left,
            transparent,
            rgba(63, 106, 216, 0.2)
    );
}

.btn.disabled, fieldset:disabled .btn {
    width: 100%;
}

.open-banner > .selected-box {
    padding-bottom: 6px
}

::-webkit-scrollbar-thumb {
    background: #3f6ad8;
    border-radius: 30px;
}

#payment-details-grid{
    overflow-x: auto !important;
}

.app-header-right .header-btn-lg .btn-group > a.btn {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1256px) and (max-width: 1468px) {
    .header-megamenu.nav > li > .nav-link {
        color: #6c757d;
        padding-left: 2px;
        padding-right: 2px;
        font-size: 12px;
    }
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    isolation: initial;
}

.widget-content .widget-numbers {
    font-size: 1.0rem;
}

@media screen and (min-width: 1024px) and (max-width: 1560px) {
    .header-dots .icon-wrapper-alt {
        height: 30px;
        width: 30px;
    }

    .header-dots .btn-link {
        margin-right: 3px !important;
    }
}

#course-view-details td {

    word-break: break-all;
}

.commission-head {
    background-color: #3f6ad8;
    color: #FFF;
}

.commission-head h5 {
    color: #FFF;
}

.commission-head .btn-outline-alternate {
    color: #794c8a;
    background-color: #FFF;
    border-color: #FFF;
}

.commission-head {
    border: 1px solid #f1f4f6 !important;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #262626;
    display: none;
}


.box-table-scroll,.box-table-scroll-deal {
    float: right;
    z-index: 999;
    background-color: white;
    border: 3px solid white;
    border-radius: 6px;
    padding: 0;
    position: sticky;
    top: 80px;
    right: 0;
    height: 30px;
}

.box-table-scroll .cols ,.box-table-scroll-deal .cols{
    display: flex;
    align-items: center;
    height: 100%;
}

.box-table-scroll .cols span ,.box-table-scroll-deal .cols span{
    display: inline-block;
    border-radius: 3px;
    width: 15px;
    background-color: #ebecf0;
    border: 1.5px solid #fff;
    height: 100%;
}

#draggable-table-scroll {
    max-width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid blue;
    position: absolute;
    top: 0 !important;
    left: 0;
    cursor: move;
}

.summary {
    width: auto !important;
    display: inline-block;
}

.box-table-scroll ,.box-table-scroll-deal{
    margin-left: auto;
    margin-right: 25px;
}

.btn-box-wrap {
    background-color: #f1f1f1;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    color: red;
    font-size: 16px;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.close-scroll-box {
    right: -30px;
    color: red;
}

.move-scroll-box {
    left: -31px;
    color: darkseagreen;
    cursor: grab;
    display: none;
}

.box-table-scroll,.box-table-scroll-deal{
    min-width: 100px
}
.box-table-scroll-deal{
    position: fixed;
    bottom: 120px;
    right: 47px;
    top: initial;

}

.left-border {
    border-left: 1px solid #e2e5ef;
}

.upload-sound table {
    display: none
}

.upload-sound .form-group {
    margin-bottom: 0;
}


.input-group-addon.picker {
    background: #ced4daa8;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
}


.highlight-text {
    cursor: pointer;
}

.highlight-text:hover {
    background-color: #EFEFEF;
    padding: 3px 0;
    border-radius: 5px;
}

.highlight {
    background-color: chartreuse;
    padding: 3px 0;
    border-radius: 5px;
}

.documentation-category-section {
    padding: 15px;
}

.documentation-category-section .content {
    text-align: center;

    padding: 15px;
    background-color: #FFF;
    border-radius: 11px;
    min-height: 100px;
    cursor: pointer;
}


.complete-academy-header-alert img {
    margin: 0 10px;
}
.complete-academy-header-alert i {
    margin: 0 10px;
}

.complete-academy-header-alert {
    padding: 10px 0;
}

.complete-academy-header-alert .title {
    font-size: 15px;
    font-weight: bold;
}

.complete-academy-header-alert .desc {
    font-size: 13px;
}

.complete-academy-header-alert .bs-complete-academy-header-alert {
    background-color: #fff2d2 !important;
}

.complete-academy-header-alert .progress-complete-academy-header-alert {
    background-color: #d69d12 !important;
}

.complete-academy-header-alert .text-complete-academy-header-alert {
    color: #fff2d2 !important;
}

.complete-academy-header-alert button, .complete-academy-header-alert a {
    color: #FFF !important;
}

.complete-academy-header-alert button:hover, .complete-academy-header-alert a:hover {
    background-color: #d69d12 !important;
}

.complete-setup-image {
    width: 300px;
    border-bottom: 1px solid #d5d7d9;
    margin-bottom: 25px;
    margin-top: 10px;
}

.vertical-time-simple .vertical-timeline-element-icon::after {

    left: 35%;
    top: 34%;

    width: 16px;
    height: 16px;

}

.vertical-time-simple .vertical-timeline-element-icon {
    height: 24px;
    width: 24px;

    left: 6px;
    top: 2px;
    display: block;
    border-radius: 20px;
}

.vertical-without-time::before {
    left: 17px;
}

.vertical-timeline--animate .vertical-timeline-element-content.bounce-in {
    padding-top: 5px;
}

.vertical-timeline-item dot-light vertical-timeline-element {
    font-weight: bold !important;
}

.task-desc {
    font-weight: bold;
    font-size: 14px;
}

.task-done .task-desc {
    font-weight: bold;
    font-size: 14px;
    text-decoration: line-through;
    color: #3ac47d;
}

.task-call-to-action {
    position: absolute;
    right: 6px;
    top: 11px;
}

.vertical-timeline-element-content.bounce-in:hover {
    background: #d4d6d88c;
}

.vertical-timeline-element-content.bounce-in {
    background: #d4d6d863;
    padding: 3px 9px 0px 6px;
}

.task-done .vertical-timeline-element-content.bounce-in {
    background: #3ac47d21;
}

.vertical-timeline-element-content p {
    width: 70%;
}

.complete-setup .bg-complete-setup {
    background-color: #663693 !important;
}

.complete-setup .progress-complete-setup {
    background-color: #ac96c5 !important;
}

.complete-setup .text-complete-setup {
    color: #663693 !important;
}


.card-body.with-accordion .accordion-item {
    border: 1px solid #dfdfdf !important;
}

.card-body.with-accordion .accordion-item:not(:last-child) {
    margin-bottom: 10px;
}

.card-body.with-accordion .accordion.form-options-body .accordion-item {
    position: relative
}

.card-body.with-accordion .accordion.form-options-body .accordion-item .fa.fa-fw {
    position: absolute;
    top: 13px;
    left: -32px;
    border-radius: 50%;
    z-index: 99;
    width: 21.25px;
    cursor: pointer;
    font-size: 23px;
}

.card-body.with-accordion .list-container {
    width: 98%;
    margin-left: 2%;
}
.question-option-view{
    padding: 11px 0px 0px 8px;
    border: 1px solid #d2d4d5;
    border-radius: 9px;
    margin-bottom: 8px;
}
.course-ransom-images{
border-radius: 7px;
    margin-top: 3PX;
}
.sort-menu-items{
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.sortable.list{
    padding :10px 10px 0 10px
}
.sortable-placeholder{
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.menu-item-icon{
    font-size: 30px;
}
.menu-item-option{

    text-transform: initial;
    font-size: 11px;
    padding: 2px 4px;

}
.sortable li {
    border: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    cursor: normal;
}

.widget-content-menu{
    border: 1px solid #ddd;
    border-radius: 10px;
    list-style: none outside none;
    margin: 0;
    padding: 8px;
    cursor: normal;
}
.sub-menu-list{
    min-height: initial;
    border: none;
    padding: 0  0  0  70px !important;
    margin: 0 !important;
}
.sub-menu-list > .sort-menu-items{
    margin-top:10px !important;
    margin-bottom:0 !important;
}
.sub-menu-list > .sort-menu-items:hover{
    background-color:#e5e5e5;
}
.show-menu-item-all,.show-menu-item-custom{
    padding: 35px;
    text-align: center;
    background: #eef1f3;
    border: 2px solid #d9d9d9;
    border-radius: 15px;
    font-weight: bold;
    font-size: 17px;
    cursor:pointer;
    margin-bottom: 15px;
}
.show-menu-item-all:hover,.show-menu-item-custom:hover{
    background: #e0e1e2;
    border: 2px solid #a6a4a4;

}
.show-menu-item-custom.active,.show-menu-item-all.active{
    background: #3c8cbc30;
    border: 2px solid #3c8cbc;
    color: #3c8cbc;
}
 .vma-alert-block-transparent {
     display: flex;
     align-items: center;
     gap: 10px;
     padding: 20px;
     margin: 15px 0 15px;
     background-color: #fff;
     border: 1px solid #e7e7e7;
     font-size: 15px;
     border-radius: 10px;
 }

.vma-alert-block-transparent > i {
    font-size: 40px;
    color: #7e7e7e;
}
 .vma-alert-block-transparent--blue {
                          border-color: #3f6ad8;
                          color: #3f6ad8;
                      }
 .vma-alert-block-transparent--blue > i {
                          color: #3f6ad8;
                      }

.vma-alert-block-transparent--yellow {
    border-color: #f7b924;
    color: #f7b924;
}

.vma-alert-block-transparent--yellow > i {
    color: #f7b924;
}
.vma-alert-block-transparent--yellow a {
    color: #f7b924;
}
 .vma-alert-block-transparent a{
     text-decoration: underline !important;
 }
 .mt-big-200{
     margin-top: 200px !important;
 }

.mt-big-100{
    margin-top: 100px !important;
}



:root {
    --main-color: #3f6ad8;
    --main-color-hover: #47a0b5;
    --secondary-color: #624ba0;
    --secondary-color-hover: #503c85;
    --success-color: #8aca43;
    --success-color-hover: #7bb638;
    --info-color: #ffd101;
    --info-color-hover: #f5af2a;
    --danger-color: #f72b35;
    --danger-color-hover: #d1242d;
    --text-color: #999999;
    --text-dark: #555555;
    --dark-color: #020202;
    --menu-description: #737373;
    --menu-icon-bg: #175ffb;
    --menu-footer-bg: #ececec;
    --primary-btn-color: #53b9d2;
    --primary-btn-hover-color: #47a0b5;
    --primary-btn-text-color: white;
    --primary-btn-text-hover-color: white;
    --primary-btn-border-color: #53b9d2;
    --primary-btn-border-hover-color: #47a0b5;
    --secondary-btn-color: #624ba0;
    --secondary-btn-hover-color: #503c85;
    --secondary-btn-text-color: white;
    --secondary-btn-text-hover-color: white;
    --secondary-btn-border-color: #624ba0;
    --secondary-btn-border-hover-color: #503c85;
    --transparent-btn-text-color: #555555;
    --transparent-btn-text-hover-color: white;
    --transparent-btn-hover-color: #53b9d2;
    --transparent-btn-border-color: #d6d6d6;
    --transparent-btn-border-hover-color: #53b9d2;
    --link-color: #555555;
    --link-hover-color: #53b9d2;
    --grad1: #624e9e;
    --grad2: #42409b;
    --main-font: "inherit", sans-serif;
    --text-base: 14px;
    --text-xs: 12px;
    --text-sm: 13px;
    --text-md: 15px;
    --text-lg: 16px;
    --text-head: 18px;
    --text-xl: 28px;
    --heading-text-weight: bold;
    --title-text-weight: bold;
    --btns-text-weight: bold;
    --sub-title-text-weight: bold;
    --normal-text-weight: normal;
    --small-text-weight: normal;
    --extra-small-text-weight: normal;
    --heading-text-transform: unset;
    --title-text-transform: unset;
    --sub-title-text-transform: unset;
    --normal-text-transform: unset;
    --small-text-transform: unset;
    --extra-small-text-transform: unset;
    --btns-text-transform: unset;
    --sidebar-w: 70px;
    --sidebar-menu-w: 380px;
}

.vma-page_intro {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
    margin-bottom: 40px;
}

.vma-page_intro_thumb {
    height: 250px;
    margin-bottom: 30px;
}

.vma-payment-metohd-content {
    display: none;
}

.vma-payment-metohd-input:checked + label .vma-payment-metohd-content {
    display: block;
}

.wpwl-form {
    margin: 20px 0 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 0;
}
@media screen and (max-width: 767px) {
    .wpwl-form {
        flex-wrap: wrap;
        padding-right: 15px;
        gap: 15px;
    }
}
.wpwl-form .wpwl-group {
    width: 100%;
}
.wpwl-form .wpwl-group .wpwl-label-brand,
.wpwl-form .wpwl-group .wpwl-wrapper-brand,
.wpwl-form .wpwl-group .wpwl-wrapper-registration-registrationId,
.wpwl-form .wpwl-group .wpwl-wrapper-registration-brand,
.wpwl-form .wpwl-group .wpwl-wrapper-registration-number,
.wpwl-form .wpwl-group .wpwl-wrapper-registration-expiry {
    padding-right: 0;
}
.wpwl-form .wpwl-group .wpwl-label {
    position: absolute;
    top: -9px;
    left: 15px;
    width: auto;
    padding: 0 5px;
    background-color: #fff;
    float: none;
    color: var(--text-dark);
    font-size: var(--text-sm);
    font-weight: var(--small-text-weight);
    text-transform: var(--small-text-transform);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.wpwl-form .wpwl-group .wpwl-brand {
    display: none;
}
.wpwl-form .wpwl-group .wpwl-brand.wpwl-brand-STC_PAY.wpwl-brand-STC_PAY_EN {
    display: block;
}
.wpwl-form .wpwl-group .wpwl-wrapper {
    width: 100%;
    float: none;
}
.wpwl-form .wpwl-group .wpwl-wrapper .wpwl-hint {
    position: static;
    margin-top: 4px;
    font-size: var(--text-sm);
    font-weight: var(--small-text-weight);
    text-transform: var(--small-text-transform);
}
.wpwl-form .wpwl-group .wpwl-wrapper select {
    min-width: 100% !important;
    border-radius: 4px !important;
    border-color: #d6d6d6 !important;
}
.wpwl-form .wpwl-group .wpwl-wrapper .wpwl-control {
    height: 60px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    width: 100%;
    padding: 10px 9px;
    border-radius: 4px;
    font-size: var(--text-xs);
    font-weight: var(--extra-small-text-weight);
    text-transform: var(--extra-small-text-transform);
    color: var(--text-dark);
    transition: all 0.3s ease-in-out;
}
.wpwl-form .wpwl-group .wpwl-wrapper .wpwl-control:focus {
    border-color: var(--main-color);
}
.wpwl-form .wpwl-group.wpwl-group-submit {
    display: none;
}
.wpwl-form .wpwl-group.has-content .wpwl-label {
    top: -10px;
}
.wpwl-form .wpwl-group.wpwl-group-registration {
    border: 0;
    padding: 0;
    width: 100%;
}
.wpwl-form .wpwl-group.wpwl-group-registration .wpwl-wrapper-registration.wpwl-wrapper-registration-details {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
}
.wpwl-form .wpwl-group.wpwl-group-registration .wpwl-wrapper-registration.wpwl-wrapper-registration-holder {
    float: none;
    display: inline-block;
    position: absolute;
    top: 50px;
    z-index: 9;
    background-color: #fff;
    padding: 0 5px;
    left: 29px;
    display: none;
}
.wpwl-form .wpwl-group label.wpwl-label.wpwl-label-radio-mobile,
.wpwl-form .wpwl-group label.wpwl-label.wpwl-label-radio-qrcode {
    position: static !important;
    width: auto !important;
    order: 2;
    margin-top: 21px;
}
.wpwl-form .wpwl-group input.wpwl-control-radio-qrcode,
.wpwl-form .wpwl-group input.wpwl-control-radio-mobile {
    position: static !important;
    opacity: 1 !important;
    width: auto !important;
    order: 1;
}
.wpwl-form .wpwl-group.wpwl-selected {
    border-color: #ccc;
    border: 1px solid #eee !important;
    padding: 20px !important;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.wpwl-form .wpwl-group.wpwl-selected:hover {
    border-color: var(--main-color) !important;
}
.wpwl-form.wpwl-form-virtualAccount-STC_PAY {
    flex-flow: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left;
}
.wpwl-form.wpwl-form-virtualAccount-STC_PAY .wpwl-wrapper.wpwl-wrapper-radio-mobile {
    display: flex;
    gap: 0 5px;
    align-items: center;
}
.wpwl-form.wpwl-form-virtualAccount-STC_PAY .wpwl-wrapper.wpwl-wrapper-radio-qrcode {
    display: none !important;
}
.wpwl-form.wpwl-form-virtualAccount-STC_PAY .wpwl-brand.wpwl-brand-STC_PAY.wpwl-brand-STC_PAY_EN {
    display: block;
    margin: 0;
}
.wpwl-form.wpwl-form-card {
    justify-content: space-between;
    gap: initial;
}
.wpwl-form.wpwl-form-card .wpwl-group {
    width: calc(20% - 15px);
}
@media screen and (max-width: 767px) {
    .wpwl-form.wpwl-form-card .wpwl-group {
        width: 100%;
        margin: 15px 0;
    }
}

.wpwl-wrapper-registration.wpwl-wrapper-registration-registrationId {
    display: none;
}

.spinner {
    display: none !important;
}

.loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
}
.loader-icon i {
    font-size: 30px;
    color: #fff;
}

.shopping-cart {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-shadow: 0 5px 10px -3px #eee;
    padding: 20px 20px 30px 20px;
    z-index: 2;
    min-height: 250px;
}
.shopping-cart .head {
    margin-bottom: 20px;
    align-items: flex-end;
}
.shopping-cart .head .price h4 {
    margin: 0;
    color: var(--text-color);
    font-size: var(--text-base);
    font-weight: var(--normal-text-weight);
    text-transform: var(--normal-text-transform);
}
.shopping-cart .head .price h5 {
    margin: 4px 0 0;
    color: var(--text-dark);
    font-size: 19px;
}
.shopping-cart .head .price h5 b {
    font-family: var(--main-font);
    font-size: 32px;
    font-weight: bold;
}
.shopping-cart .head .discount,
.shopping-cart .head .apply-different-fee-discount {
    margin-left: auto;
}
.shopping-cart .head .discount h5,
.shopping-cart .head .apply-different-fee-discount h5 {
    margin: 0;
    color: var(--text-dark);
    font-size: var(--text-sm);
    font-weight: var(--small-text-weight);
    text-transform: var(--small-text-transform);
}
.shopping-cart .head .discount h6,
.shopping-cart .head .apply-different-fee-discount h6 {
    margin: 4px 0 0;
    font-size: var(--text-sm);
    font-weight: var(--small-text-weight);
    text-transform: var(--small-text-transform);
}
.shopping-cart .vat-note {
    margin: -10px 0 20px 0;
    color: var(--text-color);
    font-size: var(--text-base);
}
.shopping-cart .btns {
    margin-bottom: 15px;
}
.shopping-cart .btns .separator-text {
    text-align: center;
    margin-bottom: 6px;
    font-size: var(--text-base);
    font-weight: var(--normal-text-weight);
    text-transform: var(--normal-text-transform);
    color: var(--text-color);
}
.shopping-cart .btns a {
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.shopping-cart .btns a:last-child {
    margin-bottom: 0;
}
.shopping-cart .btns a.transparent-btn-color {
    font-family: var(--main-font);
    font-weight: 400;
}
.shopping-cart .btns a b {
    font-family: var(--main-font);
    font-weight: bold;
}
.shopping-cart .btns button {
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}
.shopping-cart .btns button:last-child {
    margin-bottom: 0;
}
.shopping-cart .btns .notify-activity-btn {
    padding: 14px;
    font-size: var(--text-sm);
}
.shopping-cart .btns .course-notify-me {
    border: 1px dashed var(--secondary-color);
    padding: 10px;
    color: var(--secondary-color);
    text-align: center;
    font-size: var(--text-sm);
}
.shopping-cart .wrap-btns-cart {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-flow: column;
    width: 100%;
}
.shopping-cart .wrap-btns-cart .wrap-cart-buy {
    width: 100%;
    display: flex;
    flex-flow: row;
    gap: 10px;
    align-items: center;
}
.shopping-cart .wrap-btns-cart .red-text {
    color: var(--danger-color);
}
.shopping-cart .wrap-btns-cart .buy-btn:hover {
    color: #fff;
}
.shopping-cart .wrap-btns-cart .cart-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopping-cart .wrap-btns-cart .cart-btn img {
    height: 25px;
}
.shopping-cart .wrap-btns-cart .cart-btn:hover img {
    filter: invert(1) brightness(10);
}
.shopping-cart .features {
    margin: 0;
    padding: 0;
    list-style: none;
}
.shopping-cart .features li {
    margin-bottom: 6px;
    display: flex;
}
.shopping-cart .features li img {
    height: 15px;
    margin-right: 10px;
}
.shopping-cart .features li span {
    color: var(--text-dark);
    font-size: var(--text-sm);
    font-weight: var(--small-text-weight);
    text-transform: var(--small-text-transform);
    word-break: break-word;
}
.shopping-cart .features li span b {
    font-family: var(--main-font);
    font-weight: bold;
}
.shopping-cart .features li:last-child {
    margin-bottom: 0;
}
.shopping-cart .chart-blocks .features {
    width: 60%;
    padding-right: 20px;
}
.shopping-cart .chart-blocks #chartContainerClass {
    width: 40%;
    text-align: center;
    position: relative;
}
.shopping-cart .chart-blocks #chartContainerClass h6 {
    font-size: var(--text-xs);
    font-weight: var(--extra-small-text-weight);
    text-transform: var(--extra-small-text-transform);
    color: var(--text-dark);
    margin: 2px 0 0;
    font-family: var(--main-font);
}
.shopping-cart .roles {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.shopping-cart .roles li {
    margin-bottom: 6px;
    display: flex;
}
.shopping-cart .roles li i {
    color: var(--main-color);
    margin-right: 10px;
    margin-top: 3px;
}
.shopping-cart .roles li > span {
    font-size: var(--text-sm);
    font-weight: var(--small-text-weight);
    text-transform: var(--small-text-transform);
    color: var(--text-dark);
}
.shopping-cart .roles li > span b {
    font-family: var(--main-font);
    display: block;
    font-weight: bold;
}
.shopping-cart .roles li > span small {
    font-size: 100%;
}
.shopping-cart .roles li > span .registration-date {
    display: block;
}
.shopping-cart .roles li > span .registration-date strong {
    display: inline;
    font-family: var(--main-font);
    font-weight: bold;
}
.shopping-cart .roles li > span .registration-date strong span {
    font-family: var(--main-font);
    font-weight: normal;
}
.shopping-cart .roles li:last-child {
    margin-bottom: 0;
}
.shopping-cart .foot {
    margin-top: 18px;
}
.shopping-cart .foot .promo {
    width: 100%;
}
.shopping-cart .foot .promo .dropdown {
    width: 100%;
}
.shopping-cart .foot .promo button {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: var(--main-color);
    font-family: var(--main-font);
    font-size: var(--text-base);
    font-weight: var(--btns-text-weight);
    text-transform: var(--btns-text-transform);
}
.shopping-cart .foot .promo button:focus {
    outline: none;
}
.shopping-cart .foot .promo .dropdown-menu {
    width: 320px;
    max-width: 100%;
    box-shadow: none;
    border-radius: 10px;
    margin-top: -30px;
    padding: 0;
    border: 0;
}
.shopping-cart .foot .promo .dropdown-menu form > .flex {
    width: 100%;
}
.shopping-cart .foot .promo .dropdown-menu input[type=text] {
    background-color: transparent;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 2px;
    width: calc(70% - 10px);
    margin-right: 10px;
    color: var(--text-dark);
    font-size: var(--text-base);
    font-weight: var(--normal-text-weight);
    text-transform: var(--normal-text-transform);
}
.shopping-cart .foot .promo .dropdown-menu input[type=text]:focus, .shopping-cart .foot .promo .dropdown-menu input[type=text]:focus {
    border: 1px solid var(--main-color);
    outline: none;
}
.shopping-cart .foot .promo .dropdown-menu input[type=submit] {
    border-radius: 2px;
    background-color: var(--main-color);
    border: 0;
    color: #fff;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    width: 30%;
    font-family: var(--main-font);
    font-weight: var(--btns-text-weight);
    text-transform: var(--btns-text-transform);
}
.shopping-cart .foot .promo .dropdown-menu input[type=submit]:hover {
    background-color: var(--main-color-hover);
}
.shopping-cart .foot .promo .dropdown-menu .active-code {
    display: none;
    font-size: var(--text-xs);
    font-weight: var(--extra-small-text-weight);
    text-transform: var(--extra-small-text-transform);
    color: var(--text-color);
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (max-width: 767px) {
    .shopping-cart .foot .promo .dropdown-menu .active-code {
        left: 0;
    }
}
.shopping-cart .foot .promo .dropdown-menu .active-code .coupon-code {
    font-family: var(--main-font);
    color: var(--main-color);
}
.shopping-cart .foot .promo .dropdown-menu .active-code button {
    background-color: transparent;
    border: 0;
    color: var(--text-color);
    padding: 0;
    font-family: 'Font Awesome 5 Free';
}
.shopping-cart .foot .promo .dropdown-menu .non-active-code {
    padding-top: 0;
    font-size: var(--text-xs);
    position: relative;
    top: 2px;
}
.shopping-cart .foot .promo .dropdown-menu .non-active-code #trash-code {
    float: right;
    margin-top: 4px;
}
.shopping-cart .foot .promo .vma-btn-promo-msg {
    margin-right: 10px;
    color: var(--danger-color);
    align-self: center;
    font-size: var(--text-md);
}
.shopping-cart .foot .msg {
    margin-left: auto;
    font-size: var(--text-sm);
    font-weight: var(--small-text-weight);
    text-transform: var(--small-text-transform);
}
.shopping-cart .foot .msg a {
    color: var(--main-color);
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .shopping-cart {
        padding: 30px 10px;
    }
}
.shopping-cart.order-style {
    padding: 20px 15px;
    border: 0;
}
.shopping-cart.order-style .head-order h2.title {
    font-family: var(--main-font);
    color: var(--text-dark);
    font-size: var(--text-xl);
    font-weight: var(--heading-text-weight);
    text-transform: var(--heading-text-transform);
    margin: 0 0 25px;
    position: relative;
}
.shopping-cart.order-style .head-order h2.title .cart-loading {
    color: var(--text-color);
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 6px;
    display: none;
}
.shopping-cart.order-style .head-order .product-price-details {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e7e7e7;
    list-style: none;
}
.shopping-cart.order-style .head-order .product-price-details li {
    margin-bottom: 4px;
    color: var(--text-dark);
    font-size: var(--text-sm);
    font-weight: var(--small-text-weight);
    text-transform: var(--small-text-transform);
    display: flex;
}
.shopping-cart.order-style .head-order .product-price-details li span {
    margin-left: auto;
}
.shopping-cart.order-style .head-order .product-price-details li:last-child {
    margin-bottom: 0;
}
.shopping-cart.order-style .head-order .price {
    margin-bottom: 15px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e7e7e7;
}
.shopping-cart.order-style .head-order .price h4,
.shopping-cart.order-style .head-order .price h5 {
    margin: 0;
    color: var(--text-color);
    font-size: var(--text-base);
    font-weight: var(--normal-text-weight);
    text-transform: var(--normal-text-transform);
}
.shopping-cart.order-style .head-order .price h4 b,
.shopping-cart.order-style .head-order .price h5 b {
    font-family: var(--main-font);
    font-weight: bold;
}
.shopping-cart.order-style .head-order .price h4 {
    margin-bottom: 6px;
}
.shopping-cart.order-style .head-order .price h5 span.vma-badge-info {
    background-color: #fff6dd;
    color: var(--text-dark);
    font-family: var(--main-font);
    padding: 4px 7px;
    border-radius: 2px;
    margin-left: 5px;
    font-size: var(--text-sm);
    font-weight: var(--sub-title-text-weight);
    text-transform: var(--sub-title-text-transform);
}
.shopping-cart.order-style .description {
    margin-bottom: 25px;
}
.shopping-cart.order-style .description p {
    margin: 0;
    color: var(--text-color);
    font-size: var(--text-sm);
    font-weight: var(--small-text-weight);
    text-transform: var(--small-text-transform);
}
.shopping-cart.order-style .description p a {
    color: var(--main-color);
    font-family: var(--main-font);
    font-weight: var(--sub-title-text-weight);
}
.shopping-cart.order-style .price-order {
    align-items: flex-end;
    margin-bottom: 15px;
}
.shopping-cart.order-style .price-order h5 {
    margin: 0;
    color: var(--main-color);
    font-size: 19px;
}
.shopping-cart.order-style .price-order h5 b {
    font-family: var(--main-font);
    font-size: 27px;
    font-weight: bold;
}
.shopping-cart.order-style .price-order h5 b.price-unit {
    font-family: var(--main-font);
    font-size: 16px;
}
.shopping-cart.order-style .price-order span {
    margin-left: auto;
    color: var(--text-dark);
    font-size: var(--text-sm);
    font-weight: var(--small-text-weight);
    text-transform: var(--small-text-transform);
}
.shopping-cart.order-style .price-order.total-amount-box {
    margin-bottom: 35px;
}
.shopping-cart.order-style .price-order.total-amount-box .left-head {
    font-family: var(--main-font);
    font-weight: var(--sub-title-text-weight);
    color: var(--text-dark);
    font-size: var(--text-md);
}
.shopping-cart.order-style .price-order.total-amount-box h5 {
    margin-left: auto;
}
.shopping-cart.order-style .price-order.total-amount-checkout {
    margin-bottom: 15px;
}
.shopping-cart.order-style .btns {
    margin-bottom: 0;
}
.shopping-cart.order-style .btns .vma-btn {
    width: 100%;
    font-weight: var(--btns-text-weight);
}
.shopping-cart.order-style .btns .vma-btn.transparent-btn-color {
    font-weight: var(--normal-text-weight);
}
.shopping-cart.order-style .btns .vma-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.shopping-cart.order-style .vma-btn {
    padding: 10px;
    font-size: var(--text-lg);
    font-weight: var(--sub-title-text-weight);
    text-transform: var(--sub-title-text-transform);
    font-weight: 400;
    margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
    .shopping-cart.order-style {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 768px) {
    .shopping-cart.order-summary-card {
        margin-top: 80px !important;
    }
}
@media screen and (min-width: 767px) {
    .shopping-cart.vma-course-free {
        margin-top: -350px !important;
    }
}

.vma-danger-alert {
    margin-top: -23px;
    margin-left: -23px;
    border-radius: 0;
    margin-right: -26px;
    margin-bottom: 27px;
}/*# sourceMappingURL=vma.css.map */
.mt-big-200{
    margin-top: 200px !important;
}

.mt-big-300{
    margin-top: 300px !important;
}

.mt-big-400{
    margin-top: 400px !important;
}

.mt-big-500{
    margin-top: 500px !important;
}
.import-question-list-note li{
padding-left: 10px !important;
padding-right: 10px !important;

}
.bg-import-question-list-note{
    left :0 !important;
}
.vma-alert-block-transparent--red {
    border-color: #dc365d ;
    color: #dc365d;
}
.vma-alert-block-transparent--red > i {
    color: #dc365d;
}
.vma-alert-block-transparent--yallow {
    border-color: #d59700 ;
    color: #d59700;
}
.vma-alert-block-transparent--yallow > i {
    color: #d59700;
}
.table-price {
    background: #e9ecef;
    margin-bottom: 4px;
    padding: 0px 10px;
    border-radius: 9px;
}
.table-price.monthly{ width : 25%}
.table-price.quarterly{ width : 50% }
.table-price.half_annually{width : 75% }
.table-price.annually{width : 100%}

.loader-icon {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    z-index: 99;
    background-color: rgb(63 106 216 / 53%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
}
.loader-icon i {
    font-size: 75px;
}
.backend.shopping-cart.order-style.upgrade-cart{
    border-radius: 18px !important;
    background: #f1f4f6 !important;
    border: 2px solid #9a9a9a4a !important;
    margin-top: 32px !important;
}

.wpwl-form.wpwl-form-card .wpwl-group {
    width: 100%;
}
.wpwl-form {

    display: block;
}
.wpwl-group.wpwl-group-cardNumber.wpwl-clearfix,.wpwl-group.wpwl-group-expiry.wpwl-clearfix,.wpwl-group.wpwl-group-cardHolder.wpwl-clearfix,.wpwl-group.wpwl-group-cvv.wpwl-clearfix{
    width: 50%;
    float: left;
}

.wpwl-group.wpwl-group-cardNumber.wpwl-clearfix{
    padding-right: 10px;
}
.wpwl-group.wpwl-group-expiry.wpwl-clearfix
{
    padding-left: 10px;
}
.wpwl-group.wpwl-group-cardHolder.wpwl-clearfix
{
    padding-right: 10px;
}
.wpwl-group.wpwl-group-cvv.wpwl-clearfix
{
    padding-left: 10px;

}
.wpwl-registration{
    width: 100%;
}
.wpwl-form .wpwl-group.wpwl-selected{
    border:2px solid #9a9a9a4a !important;
    border-radius: 18px;

}



.new-credit-card{
    border-radius: 18px;
    background: #f1f4f6;
    border: 2px solid #9a9a9a4a;
    padding: 25px;
    text-align:center;
    cursor: pointer;
    font-weight: 500;
}
.new-credit-card:hover{
    background: #3f6ad82e;
    border: 2px solid #3f6ad8;
    color: #3f6ad8;
}
.new-existing-card{
    border-radius: 18px;
    background: #f1f4f6;
    border: 2px solid #9a9a9a4a;
    padding: 25px;
    text-align:center;
    cursor: pointer;
    font-weight: 500;
}

.new-existing-card:hover{
    background: #3f6ad82e;
    border: 2px solid #3f6ad8;
    color: #3f6ad8;
}
.main-label-block.backend {
    width : 100%

}
.main-label-block.backend .content-radio-item{
    width : 100%

}
.main-label-block.backend .sub-label-block{
    width : 100%

}

.main-label-block.backend .sub-radio-block{
    display : none

}
.wpwl-form.wpwl-form-card.wpwl-clearfix{
    border: 2px solid #9a9a9a4a !important;
    border-radius: 18px;
    padding: 24px;
}
.wpwl-form .wpwl-group .wpwl-label {
    background-color: #f1f4f6;
    border-radius: 12px;
}
.selected-activity-type{

    color: #3f6ad8 !important;
    font-size: 23px;
}
.selected-activity-type-select-col{
    background: #d4e6fe;
    padding-bottom: 14px;
    border-radius: 0.25rem;
    border: 1px solid #3f6ad8;
}
.type-or-label{
    font-size: 15px;
    font-weight: bold;
    color: #3f6ad8;
    background: #d4e6fe;
    padding: 15px 13px;
    border: 1px solid #3f6add;
    border-radius: 50%;
}
.create-course-image:hover,.create-page-image:hover{
    border: 1px solid #3f6ad8;
}
.clearfix  >   #save-btn{
    margin-left: 15px;
}
.loading-widget .line-scale-pulse-out-rapid > div{
    width: 20px;
    height: 50px;
}
.dashboard-no-result{
    text-align: center;
    padding: 100px;
    font-size: 16px;
    font-weight: bold;

}
.lectures-sort-lest-th{
    font-weight: bold;
    border-bottom: 1px solid #000;

    padding: 6px 10px 6px 10px;

}
.lectures-sort-container{
    padding: 0 !important;
    border: none;
}
.lectures-sort-container li{
    padding: 10px 10px 0 10px;
    border-bottom: 1px solid #e9ecef;
}
.rating-checked{

    color: orange;

}

.dataTable tr:hover {
    background-color: #f0f3f5;
}.log-changed-list{
    margin-top: 10px;
    padding-left: 0;
}
.log-changed-list > li{
    background: #ffffff;
    color: #495057;
    padding: 7px;
    margin-bottom: 5px;
    border-radius: 6px;
}
#logs  .vertical-timeline-element-content .timeline-title{
    font-weight: 100 !important;
}
.log-user-name,.log-item-text{
    font-weight: bold !important;
}

/* Width */
.vma-alert-toastify--width-100 .oreed-alert {
    width: calc(100% - 46px);
}

.vma-alert-toastify--width-80 .oreed-alert {
    width: 80%;
}

.vma-alert-toastify--width-60 .oreed-alert {
    width: 60%;
}
@media screen and (max-width: 767px) {
    .vma-alert-toastify--width-60 .oreed-alert {
        width: 90%;
    }
}

.vma-alert-toastify--width-40 .oreed-alert {
    width: 40%;
}
@media screen and (max-width: 767px) {
    .vma-alert-toastify--width-40 .oreed-alert {
        width: 90%;
    }
}

.vma-alert-toastify--width-20 .oreed-alert {
    width: 20%;
}
@media screen and (max-width: 767px) {
    .vma-alert-toastify--width-20 .oreed-alert {
        width: 90%;
    }
}

/* Position */
.vma-alert-toastify--pos-top-left .oreed-alert {
    top: 82px !important;
    left: 24px !important;
    right: initial !important;
}

.vma-alert-toastify--pos-top-right .oreed-alert {
    top: 82px !important;
    right: 24px !important;
    left: initial !important;
}

.vma-alert-toastify--pos-top-center .oreed-alert {
    top: 82px !important;
    right: 24px !important;
    left: 24px !important;
}

.vma-alert-toastify--pos-bottom-left .oreed-alert {
    top: initial !important;
    bottom: 82px !important;
    left: 24px !important;
    right: initial !important;
}

.vma-alert-toastify--pos-bottom-right .oreed-alert {
    top: initial !important;
    bottom: 82px !important;
    right: 24px !important;
    left: initial !important;
}

.vma-alert-toastify--pos-bottom-center .oreed-alert {
    top: initial !important;
    bottom: 82px !important;
    right: 24px !important;
    left: 24px !important;
}
.oreed-alert-base-block {
    --borderColor: #d6d6d6;
    --backgroundColor: #fff;
    --textColor: var(--dark-color);
    margin: 30px 0;
    position: relative;
    background-color: var(--backgroundColor) !important;
    border: 1px solid var(--borderColor) !important;
    border-bottom: 3px solid !important;
    color: var(--textColor) !important;
    border-radius: 0;
    padding: 20px;
    display: flex !important;
    align-items: center;
    gap: 15px;
    width: 100%;
    flex-flow: row-reverse;
}
.oreed-alert-base-block.oreed-alert-base-block--danger {
    --borderColor: #f5c6cb;
    --backgroundColor: #ffeff0;
    --textColor: #ff2c39;
}
.oreed-alert-base-block.oreed-alert-base-block--success {
    --borderColor: #c3e6cb;
    --backgroundColor: #e9ffee;
    --textColor: #44b85e;
}
.oreed-alert-base-block.oreed-alert-base-block--info {
    --borderColor: #ffe28b;
    --backgroundColor: #fff3cd;
    --textColor: #856404;
}
.oreed-alert-base-block .close {
    background-color: transparent;
    border: 0;
    margin-left: auto;
    outline: none;
    color: var(--textColor);
    padding: 0;
    font-size: 26px;
    font-weight: bold;
}

/* Width */
.vma-alert-toastify--width-100 .oreed-alert {
    width: calc(100% - 46px);
}

.vma-alert-toastify--width-80 .oreed-alert {
    width: 80%;
}

.vma-alert-toastify--width-60 .oreed-alert {
    width: 60%;
}
@media screen and (max-width: 767px) {
    .vma-alert-toastify--width-60 .oreed-alert {
        width: 90%;
    }
}

.vma-alert-toastify--width-40 .oreed-alert {
    width: 40%;
}
@media screen and (max-width: 767px) {
    .vma-alert-toastify--width-40 .oreed-alert {
        width: 90%;
    }
}

.vma-alert-toastify--width-20 .oreed-alert {
    width: 20%;
}
@media screen and (max-width: 767px) {
    .vma-alert-toastify--width-20 .oreed-alert {
        width: 90%;
    }
}

/* Position */
.vma-alert-toastify--pos-top-left .oreed-alert {
    top: 82px !important;
    left: 24px !important;
    right: initial !important;
}

.vma-alert-toastify--pos-top-right .oreed-alert {
    top: 82px !important;
    right: 24px !important;
    left: initial !important;
}

.vma-alert-toastify--pos-top-center .oreed-alert {
    top: 82px !important;
    right: 24px !important;
    left: 24px !important;
}

.vma-alert-toastify--pos-bottom-left .oreed-alert {
    top: initial !important;
    bottom: 82px !important;
    left: 24px !important;
    right: initial !important;
}

.vma-alert-toastify--pos-bottom-right .oreed-alert {
    top: initial !important;
    bottom: 82px !important;
    right: 24px !important;
    left: initial !important;
}

.vma-alert-toastify--pos-bottom-center .oreed-alert {
    top: initial !important;
    bottom: 82px !important;
    right: 24px !important;
    left: 24px !important;
}
.oreed-alert-base-block {
    --borderColor: #d6d6d6;
    --backgroundColor: #fff;
    --textColor: var(--dark-color);
    margin: 30px 0;
    position: relative;
    background-color: var(--backgroundColor) !important;
    border: 1px solid var(--borderColor) !important;
    border-bottom: 3px solid !important;
    color: var(--textColor) !important;
    border-radius: 0;
    padding: 20px;
    display: flex !important;
    align-items: center;
    gap: 15px;
    width: 100%;
    flex-flow: row-reverse;
}
.oreed-alert-base-block.oreed-alert-base-block--danger {
    --borderColor: #f5c6cb;
    --backgroundColor: #ffeff0;
    --textColor: #ff2c39;
}
.oreed-alert-base-block.oreed-alert-base-block--success {
    --borderColor: #c3e6cb;
    --backgroundColor: #e9ffee;
    --textColor: #44b85e;
}
.oreed-alert-base-block.oreed-alert-base-block--info {
    --borderColor: #ffe28b;
    --backgroundColor: #fff3cd;
    --textColor: #856404;
}
.oreed-alert-base-block .close {
    background-color: transparent;
    border: 0;
    margin-left: auto;
    outline: none;
    color: var(--textColor);
    padding: 0;
    font-size: 26px;
    font-weight: bold;
}
.or-options{
    background: #ebeced;
    padding: 29px;
    border-radius: 50%;
    font-size: 25px;
    font-weight: bold;
    border: 2px solid #495057;
}

.deadend-btn{

    width: 100%;
    margin-top: 5px;
    background-color: #2ca559;
    border-radius: 5px;
    color: #FFF;
    padding: 3px 8px 3px 6px;
    font-size: 12px;
    font-weight: bold;
}
.deadend-btn:hover{
    background-color: #1b763d;
    color: #FFF;
}
.dead-end-btn{
    display:none;position: absolute; right: 0;    top: 0;
}
.dead-end-content{
    position: relative;
}
.empty-dead-end-add-btn{
    width: 100%;margin-top: 5px
}
.logs-reports .vertical-timeline::before {
    left: 121px;
}
.logs-reports .vertical-timeline-element-content {
    margin-left: 133px;
}
.logs-reports .vertical-timeline-element-content .vertical-timeline-element-date {
    left: -133px;
}
.logs-reports .page-size {
    z-index: 999;
    padding-left: 133px;
}
.logs-reports .log-report-user-image {
    width: 25px;
    border-radius: 50%;
    border: 1px solid;
}
#backend_layout_headerNotifications span.badge.badge-dot.badge-dot-sm.bg-danger {
    width: 8px;
    height: 8px;
    border-width: 1px;
    padding: 0 !important;
    min-width: auto;
}
#course-activity_privacy > label{
    padding: 7px 50px 7px 10px;
    background: #e2e5efa8;
    border-radius: 10px;
    margin-right: 15px;
    width: 200px;
    font-weight: bold;
    cursor: pointer;
}
#course-activity_privacy > label:hover{
    background: #e4eafc;
}
.hidden-course-option-box{
    padding: 15px;
    background: #e2e5efa8;
    border-radius: 10px;
    margin-bottom: 15px;
}
.logo-text{

    color: #FFF;
    font-weight: bold;
    font-size: 30px;
}
.logo-text.app-logo-inverse{    width: 400px;
    text-align: center;}

.body-tabs .nav-link.add-tooltip {
    cursor: not-allowed;
    color: gray;
}

.body-tabs .nav-link.add-tooltip::before {
    content: none;
}
.checkbox label .toggle, .checkbox-inline .toggle {
     margin-left: initial;
}
.widget-content .widget-content-right.widget-content-actions {
    text-align: right;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
}

.loader-site .logo-src {
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px; /* Adjust size as needed */
    height: 150px; /* Adjust size as needed */
    background-color: #fff; /* White background */
    border-radius: 50%; /* Circular border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    position: relative;
}

.loader-site .logo-src::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(0, 0, 0, 0.1); /* Light outer border */
    border-top: 5px solid #3498db; /* Blue color for top border */
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.loader-site img {
    width: 60%; /* Adjust size relative to spinner */

    animation: pulse 1s infinite alternate;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}



.loader-site{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#FFF;
    z-index: 99;
    display: flex; /* Use Flexbox for centering */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */

}
.loader-site .loader{
    text-align: center;

}
.loader-site .semi-circle-spin > div {

    background-image: linear-gradient(transparent 0%, transparent 70%, #FFF 30%, #FFF 100%);

}

.loader-site .semi-circle-spin  {

    width: 100px;
    height: 100px;

}
.text-body{text-align: left}



.logo-src-text{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#prBox .select2-selection__rendered{
    margin-bottom:0;
    padding:0;
}
#prBox .select2-container .select2-search--inline .select2-search__field{
    width:100% !important;
    height: 48px !important;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    display:none;
}
#prBox .mt-12{
    width:70% !important;
    margin: 0 26px !important;;
    background: #ebebeb;
    padding: 0 6px;
    border-radius: 10px;
}
#prBox{
    padding-top:3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(183 ,180 ,180, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(183 180 180);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#prBox .pr-hr{
   margin: 3px 0 ;
}
#prBox .panel-body{
  padding:3px
}
#prBox .panel-body>div>span>strong{
   padding:0 15px ;
}
#prBox .select2-selection__choice{
    float: left;
    border: 1px solid #ced4da !important;
    border-radius: 7px;
    padding: 5px;
    margin-right: 6px;
    margin-top: 6px;

}
#prBox .select2-selection__choice .select2-selection__choice__remove{
    border: 1px solid #ced4da !important;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 6px;
}

#prBox .select2-selection__choice .select2-selection__choice__remove:hover{
    background: #ced4da;
}

.vertical-nav-menu i.metismenu-state-icon-settings{
    transition: transform 300ms;
    left: auto;
    right: 0;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: absolute;

    top: 50%;
    margin-top: -17px;
    font-size: 1.5rem;
    opacity: .3;
    transition: color 300ms;

} .thr.option-card{
    background-color: #FFF;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 1rem;
      box-shadow: 0 1px 3px #1a1a191a, 0 1px 2px #1a1a190f;
}

 .thr.option-card {

    gap: 0;

}
.table-options.dropdown {
    position: static;
}

.table-options.dropdown .dropdown-menu {
    transform: unset !important;
    inset: unset !important;
    right: 25px !important;
    margin-top: 40px !important;
}

html[dir="rtl"] .table-options.dropdown .dropdown-menu {
    right: unset !important;
    left: 25px !important;
}
body{
    overflow: hidden;}

.progress-relative{
    position: relative;
}
.progress-label{
    position: absolute;
    background: #3ac47d;
    padding: 2px 4px;
    color: #FFF;
    border-radius: 9px;
    top: -5px;
    margin: auto;
    min-width: 50px;
    text-align:center;
}
.progress-relative .progress{
    margin-left:55px;
} .lef-side-menu-contact{
     position: absolute;
     bottom:5px;
     left: 26px;
     right: 26px;
 }


.redirect-hilighted {

    padding-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    background: #e1e1e1;
    position: relative;
}

.redirect-hilighted-p {

    padding-top: 10px;
    margin-bottom: 10px;
}

.redirect-hilighted::before {
    content: '➔';
    position: absolute;
    top: 20px;
    left: -61px;
    transform: translateY(-50%) translateX(-10px);
    transition: transform 0.9s ease;
    font-size: 90px;
    color: #b1b1b1;
    animation: moveLeftRight 0.5s infinite alternate ease-in-out;

}
@keyframes moveLeftRight {
    0% {
        transform: translateY(-48%) translateX(-40px);
    }
    100% {
        transform: translateY(-48%) translateX(-20px);
    }
}
.activity-item{
    position: relative;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 18px !important;
}
.activity-item  .accordion-button:not(.collapsed) {
     color: #395fc2;
     background-color: #ecf0fb;
     box-shadow: none;
 }
.activity-item  .accordion-header {

}
.activity-item-content{
    width: 35px;
    float: right;

        padding: 7px;
    top: -5px;

}
.activity-item-content-title{

    font-size: 15px;
    font-weight: bold;
}
.activity-item-content-time{
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 0;
}.lecture-item-content-time{
    font-size: 12px;
    font-weight: bold;
    padding: 4px 15px 0 0;
}
.activity-item-content-button{
    border-radius: 50%;
    background: #f1f4f6;
    padding: 6px;
    text-align: center;
    margin: 2px;
    display:none;
    color: #555555;


}
.session-options {
    position: absolute;
    right: 48px;
    top: 4px;
}

.activity-item-content-button i{
     position: relative;
     right: -2px;
}.activity-item-content-button i.status{
     position: relative;
     right: 0;
}
.activity-item :hover .activity-item-content-button{
    display: initial;
}

.accordion-body :hover .activity-item-content-button{
    display: initial;
}
.sortable-items :hover .activity-item-content-button{
    display: initial;
}
.sortable-items :hover .add-session-btn{
    display: initial;
}

.sortable-items :hover .add-session-line{
    display: initial;
}


.activity-item :hover .add-session-btn{
    display: initial;
}

.activity-item :hover .add-session-line{
    display: initial;
}


.activity-item .lectures-sort-container li{
    background: #f9f9f9c4;
    /* border-radius: 15px; */
    margin-bottom: 5px;
    /* border: 1px solid #dfe2e3; */
    border-left: 8px solid #dfe2e3;
    padding: 7px 7px 7px 7px;
    border-bottom: 0;
}
.activity-item .lectures-sort-container li:hover{
    background: #f9f9f9 !important;

}

.activity-item .accordion-body{
      padding:10px 0 10px 0 ;
      border-top: 1px solid #f1f4f6;
    margin-top:5px;
}.activity-item .lecture-type{
           top: -2px;
           position: relative;
}
.course .sortable.list{
    padding:5px 5px 0 5px;
    border-radius: 12px;
}
.activity-load-area{
    border: 1px solid #ddd;
    padding: 5px 5px 0 5px;
    border-radius: 12px;
    margin-bottom: 1rem;
    margin-top: 42px;
}
.course .sortable.list {
    padding: 0;
    border-radius: 0;
    border: 0;
}
.progrees-marker-complete{
    position: absolute;
    top: 2px;
    color: #3ac47d !important;

}
.progrees-marker-complete:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #3ac47d !important;
    margin-top: 0px;
    margin-left: 3.5px;
}
.page-information{
    background: #FFF;
    border-radius: 25px;
    padding:30px;
}
.row-page-information{
    display: flex;
    align-items: center;
    min-height: 75vh;
}

.row-page-information.first-load{
    display: flex;
    align-items: flex-start;
    min-height: 75vh;
}
.padding-thump{
    border: 1px solid #cccecf;
    border-radius: 5px;
    height: 75px;
    cursor: pointer;
}
.padding-top{
    border-top-color: #7db374ad;
}
.padding-top.size-1{
    border-top-width: 1px;
}
.padding-top.size-2{
    border-top-width: 10px;
}
.padding-top.size-3{
    border-top-width: 20px;
}
.padding-right{
    border-right-color: #7db374ad;
}
.padding-right.size-1{
    border-right-width: 1px;
}
.padding-right.size-2{
    border-right-width: 10px;
}
.padding-right.size-3{
    border-right-width: 20px;
}
.padding-left{
    border-left-color: #7db374ad;
}
.padding-left.size-1{
    border-left-width: 1px;
}
.padding-left.size-2{
    border-left-width: 10px;
}
.padding-left.size-3{
    border-left-width: 20px;
}
.padding-bottom{
    border-bottom-color: #7db374ad;
}
.padding-bottom.size-1{
    border-bottom-width: 1px;
}
.padding-bottom.size-2{
    border-bottom-width: 10px;
}
.padding-bottom.size-3{
    border-bottom-width: 20px;
}
.padding-con{
    position: relative;
}
.padding-thump.active::after {
    content: "\f00c"; /* Font Awesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #7db374ad;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.option-card{
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
    grid-template-rows: min-content;
    gap: 1.5rem;
    padding: 1.0rem;
    border-radius: 1rem;
    position: relative;
    background-color: #fff;
    border: 0;
    min-height: 90px;
}
.option-card-page{
    min-height:initial;
    background: #7a6ac5 !important;
    color: #FFF;
}.option-card-page .btn-icon{

     color: #FFF;
 }
 .option-card .widget-content .widget-content-wrapper{
    align-items: flex-start;

}
.option-card-link{
    color: inherit !important;
}
.admin-theme-list-item-img{
    width: 200px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-color: #f1f4f6;
    position: relative;
    display: flex;
    justify-content: center;
}
.admin-list li.list-group-item{
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 15px;
   border:0;

}
.admin-list .widget-content .widget-content-wrapper {
    align-items: flex-start;
}

.admin-list .admin-theme-list-item-img-status{
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 9px 9px;
}
.admin-list .min-width-100{
    min-width:100px;
    display: inline-block;
}
.admin-list .item-info{
    min-height: 100px;

    position: relative;
}

.admin-list .widget-footer {
    bottom:0;
    position: absolute;
    opacity: 1 !important;

}
.classes.admin-list .widget-footer {
    bottom:0;
    position: relative;
    opacity: 1 !important;

}

.admin-list .date-time {
     font-size: 12px;

}
.admin-list  .list-tag{
    background: #f1f4f6;
    padding: 1px 10px;
    border-radius: 5px;
    font-size: 11px;
    color: #5c5c5c;
    width: 87px !important;
    display: inline-block;
    text-align: center;
}
.admin-list  .classification{

     width: 87px !important;

 }
.admin-list  .users-registration{

     width: 70px !important;

 }
.admin-list  .session-count{

    width: 70px !important;

}
.admin-list  .certificate-count{

    width: 70px !important;

}.admin-list  .archived-tag{

    width: 80px !important;

}

.admin-list  .icon-visibility{
    font-size: 9px;
 }




.admin-list .admin-theme-list-item-img-over{
    background: #000000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 11px;
    opacity: 0.5;

}
.admin-list .circle-progress small{
    color:#FFF;
    width: 80%;
    margin: 0 10%;
}
.admin-list .circle-progress-success{
    height:80px;
    margin-top: 2px;
}.admin-list .summary{

    margin-bottom: 10px;
}
.list-view-footer div{ padding:0;margin-bottom:30px;}
.card-header.list-view-mode{
    padding: 0;
    background: none;
    border: none;
    margin-bottom:15px;
}
.card-header.list-view-mode .search-wrapper{
    margin:0 !important;
}
.filters-box-list-view{
    background:#FFF;
    border-radius: 15px;
    padding : 0 15px 0 15px;
    margin: 15px 0 15px 0;
}
.app-theme-white.app-container {
    background: #f8f8f8;
}


.view-item,.card-rounded,.widget-chart-rounded-without-shadow{
    background:#FFF;
    border-radius: 15px;
    padding:15px;
    box-shadow:none;
}

.view-item .admin-theme-view-item-img{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-color: #f1f4f6;
    position: relative;
    display: flex;
    justify-content: center;
    align-items:center;
}
.view-item .admin-theme-view-item-img-over{
     background: #000000;
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     border-radius: 11px;
     opacity: 0.5;

 }

.view-item .admin-theme-view-item-img-status{

    position: absolute;
    top: 10px;
    margin:0 10px;
    right:0;
    border-radius: 5px;
  padding:5px;
    font-weight: bold;
    font-size: 12px;
}
.view-item .widget-heading {
    opacity: .8;
    font-weight: bold;

}
.view-item  .icon-visibility{
    font-size: 9px;
}
.view-item  .list-tag{
    background: #f1f4f6;
    padding: 1px 10px;
    border-radius: 5px;
    font-size: 11px;
    color: #5c5c5c;
    width: 87px !important;
    display: inline-block;
    text-align: center;
}
.view-item   .classification{

    width: 87px !important;

}
.view-item  .users-registration{

    width: 70px !important;

}
.view-item   .session-count{

    width: 70px !important;

}

.view-item .circle-progress small{
    color:#FFF;
    width: 80%;
    margin: 0 10%;
}
.view-item .circle-progress-success{
    height:130px;

}
#view_engagement_map {
    min-height: 180px;
    border-radius: 15px;

}


#view_subscription_over_time {
    min-height: 180px;
    border-radius: 15px;

}

#view_engagement_map.loading {

    background: linear-gradient(-45deg, #F5f5f5, #FFF, #F5f5f5, #FFF);
    background-size: 300% 300%;
    animation: waveBackground 3s infinite ease-in-out;
    border: 1px solid #d9d6d666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 130px;
    color: #d9d6d6;

}


.loading{

    background: linear-gradient(-45deg, #F5f5f5, #FFF, #F5f5f5, #FFF);
    background-size: 300% 300%;
    animation: waveBackground 3s infinite ease-in-out;
    border:1px solid #d9d6d666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 130px;
    color:#d9d6d6;

}

@keyframes waveBackground {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.chart-tip{
    font-size: 11px;
}
.bold{
    font-weight: bold !important;
}
@keyframes wave {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    50% { transform: rotate(10deg); }
    75% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
}
.statistic-icon{
    animation: wave 1s infinite ease-in-out;

}
.course-main-menu{
    position: relative;
}
.course-status-label{
    position: absolute;
    right:0;
    padding: 17px 30px;
    font-weight: bold;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    border-radius: 8px 0 0 8px;
}
.course-status-label.published{
   background:#3ac47d;
    color:#FFF;

}
.course-status-label.draft{
    background:#f0ad4e;
    color:#FFF;

}
.close-registration,.course-status{
    width:100%
}

/* RTL fixes for course view - preserve all colors and styling */
html[dir="rtl"] .view-item,
html[dir="rtl"] .card-rounded,
html[dir="rtl"] .widget-chart-rounded-without-shadow {
    background: #FFF !important;
    border-radius: 15px !important;
    padding: 15px !important;
    box-shadow: none !important;
}

html[dir="rtl"] .view-item .admin-theme-view-item-img {
    background-color: #f1f4f6 !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 10px !important;
}

html[dir="rtl"] .view-item .admin-theme-view-item-img-over {
    background: #000000 !important;
    opacity: 0.5 !important;
    border-radius: 11px !important;
}

html[dir="rtl"] .view-item .list-tag {
    background: #f1f4f6 !important;
    padding: 1px 10px !important;
    border-radius: 5px !important;
    font-size: 11px !important;
    color: #5c5c5c !important;
    display: inline-block !important;
    text-align: center !important;
}

html[dir="rtl"] .course-status-label {
    right: auto !important;
    left: 0 !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 17px 30px !important;
    font-weight: bold !important;
    opacity: 0.7 !important;
}

html[dir="rtl"] .course-status-label.published {
    background: #3ac47d !important;
    color: #FFF !important;
}

html[dir="rtl"] .course-status-label.draft {
    background: #f0ad4e !important;
    color: #FFF !important;
}

html[dir="rtl"] .view-item .widget-heading {
    opacity: .8 !important;
    font-weight: bold !important;
    text-align: right !important;
    direction: rtl !important;
}

html[dir="rtl"] .view-item .widget-subheading {
    text-align: right !important;
    direction: rtl !important;
}

html[dir="rtl"] .view-item .widget-subheading.date-time {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .view-item .widget-subheading.date-time i {
    margin-left: 5px;
    margin-right: 0;
}

html[dir="rtl"] .view-item .widget-footer {
    text-align: right;
    direction: rtl;
}

html[dir="rtl"] .view-item .widget-footer .list-tag {
    display: inline-block !important;
    margin: 2px !important;
    direction: rtl;
    background: #f1f4f6 !important;
}

html[dir="rtl"] .view-item .pull-right {
    float: none !important;
    display: block;
    width: 100%;
    text-align: center;
}

html[dir="rtl"] .view-item .widget-content-left {
    margin-right: 0;
    margin-left: 1rem;
}

html[dir="rtl"] .view-item .badge {
    display: inline-block !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
}

html[dir="rtl"] .view-item .badge-success {
    background-color: #3ac47d !important;
    color: #fff !important;
}

html[dir="rtl"] .view-item .badge-warning {
    background-color: #f0ad4e !important;
    color: #fff !important;
}
.sortable li:focus, .sortable li:hover {
    background-color: #f8f8f800 !important;
}
.accordion-item.activity-item.sesstion-item{
    border:none
}


.accordion-item .accordion-button:not(.collapsed) {
     color: #395fc2;
     background-color: #FFF;
     box-shadow: none;
 }

.accordion-item  .session-status{
    display: inline-block;
    width: 70px !important;
    top: -3px;
    position: relative;

}
.accordion-item  .list-tag{
    background: #f1f4f6;
    padding: 1px 10px;
    border-radius: 5px;
    font-size: 11px;
    color: #5c5c5c;
    width: 87px !important;
    display: inline-block;
    text-align: center;
}
.add-session-btn{
    position: absolute;
    left: 45%;
    border-radius: 10px;
    border: 2px dashed #e5e5e5;
    bottom: -36px;
    padding: 11px 24px;
    background: #FFF;
    z-index: 3;
    color: #888;
    font-size: 12px;
    font-weight: bold;
    display: none;
}
.add-session-line{

    width: 100%;
    border-top: 2px dashed #cfcfcf;
    position: absolute;
    bottom: -9px;
    display :none;
    left: 0;
}


.ui-theme-settings-side{
    position: fixed;
    width: 700px;
    right: 0;
    top: 0;
    border: 0;
    z-index: 12;
    background: #eceff1;
    height: 100vh;
    transition: all .2s;
     transform: translate(700px);
    box-shadow: -0.46875rem 0 2.1875rem rgba(4, 9, 20, 0.03), -0.9375rem 0 1.40625rem rgba(4, 9, 20, 0.03), -0.25rem 0 0.53125rem rgba(4, 9, 20, 0.05), -0.125rem 0 0.1875rem rgba(4, 9, 20, 0.03);
}
.select2-container{
    z-index: 9999;

}

.ui-theme-settings-side.open{
    transform: translate(0);
}
#TooltipDemo-side{
    border-radius: 50%;
    width: 53px;
    height: 52px;
    padding: 0px;
    left: -63px;
    top: 3px;
    background: #d92550;
    border-color: #d92550;
    color: #FFF;
    position: absolute;
}
.settings-side-close{
    left:0 !important;
}
.ui-theme-settings-side .themeoptions-heading {
    font-size: 1.1rem;
    color: #495057;
    margin: 0;
    background: #f8f9fa;
    padding: 0.75rem 1.5rem;
    border-bottom: #dee2e6 solid 1px;
    border-top: #dee2e6 solid 1px;
    display: flex;
    align-items: center;
    padding: 19px;
}
.ui-theme-settings-side #slide-form-body{

    height: 92vh;
    overflow-x: hidden;
    overflow-y: auto;

}
.add-content-activity{
    text-align: center;
    padding: 8px;
    border: 1px dashed #dfe2e3;
    background: #fafafa;
    border-radius: 10px;
}
.lectures-sort-container{
    min-height: 20px;
}
.add-frset-session{

    padding: 17px;
    background: #FFF;
    min-width: 100%;
    display: block;
    text-align: center;
    border: 1px dashed #bbb;
    border-radius: 10px;
    cursor: pointer;
}
.sub-content{
    text-align: left !important;
    padding-left: 20px;
}
#theme-id{
    border:0;
    width: 80%;
    padding:5px
}#theme-id label{
     display: block;
     margin-bottom: 10px;
}

 .lock-screen-overlay{    position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background: #0000004f;
     z-index: 11;}

 .list-tag.lecture-type1{
     width: 150px !important;
     text-align: left !important;
 }.list-tag.lecture-type2{
     width: 90px !important;
 } .list-tag.number-users{
     width: 50px !important;
 }
   .create-lecture-icon i{
       border: 1px solid #bbb;
       border-radius: 50%;
       font-size: 50px;
       padding: 14px;

   }.create-lecture-title{

           font-size: 15px;

   }
    .add-content-activity.sub-content:hover{
        background: #f3f3f3;

    }
    .assessment-nav-link{
        color:#666 !important;
    }
.assessment-nav-link:hover{
    color:#666 !important;
}
.admin-list .empty{
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;

}
#digitalproduct-digital_product_type_id .radio-inline {
    width: 20%;
    cursor: pointer;
    padding: 20px 10px 20px 10px;
    background: #f1f4f6;
    border-radius: 9px;
    margin: 0 7px 15px 8px;
    display: block;
    font-weight: bolder;
    font-size: 16px;
    position: relative;    text-align: center;

}
#digitalproduct-digital_product_type_id .radio-inline input {
    position: absolute;
    top: 15px;
    left: 5px;
}
#digitalproduct-digital_product_type_id .product-type-name{
    position: absolute;
    left: 0;
    right: 0;
    background: #f1f4f600;
    border-radius: 0 0 8px 8px;
    color: #343a40;
    border-top: 1px solid #dbdbdb;
    font-size: 12px;
    padding: 6px;
    bottom: 0;
    text-align:center;


}
#digitalproduct-digital_product_type_id{
    display: inline-flex;
    width:100%
}
.list-tag.digital-product-thump{
    width: initial !important;
}
.digital-product-membership{
    padding: 9px;
    background: #f8f8f8;
    border-radius: 10px;
}
#digitalproductprice-payment_type .radio{
    background: #f8f8f8;
    padding: 13px;
    margin-bottom: 7px;
    border-radius: 10px;
}
.digital-product-pictures{
    padding: 10px;
    background: #f8f8f8;
    border-radius: 10px;
    margin: 0px;
    margin-bottom:10px;
    border: aliceblue;
}
.digital-product-pictures  td:first-child   {

    border-radius: 10px 0 0 10px;

}
.digital-product-pictures  td:last-child  {

    border-radius:0 10px  10px 0;

}
.digital-product-picture-table{
    border-collapse: separate;
    border-spacing: 0 10px; /* 0 for horizontal spacing, 10px for vertical spacing */
}
.digital-product-picture-table  td {
    vertical-align: top;

}
.list-tag.digital-product-content-data-tag{
    width: initial !important;

}
.container.digital-product-content .empty{
    padding: 15px;
    text-align: center;
    font-weight: bold;
    background: #f8f8f8;
    border-radius: 10px;

}
.digital-product-gallry{
    height: 230px;
    background-size: cover;
    border-radius: 10px;

}
.product-gallery .slick-next.slick-arrow, .product-gallery .slick-prev.slick-arrow{
    margin: 10px;
}
.digital-product-gallry-box{
    background: #FFF;
    border-radius: 10px;


}
#organizationappearance-footer_theme .radio-inline{
width: 100%;
    padding: 0;
    position: relative;
    margin: 0 0 50px 0;
    border: 3px solid #49505754;
    border-radius: 11px;
    padding: 5px;
}
#organizationappearance-footer_theme .radio-inline img{
    padding: 0;
    border-radius: 9px;
    margin-bottom: 5px;
}
#organizationappearance-footer_theme .radio-inline input{
    position: absolute;
    top: 25px;
    left: 15px;
}
#preview-footer{
    position: fixed;
    top: 0;
    left: 280px;
    bottom: 0;
    right: 0;
    background: #0000007a;
    padding: 10% 5% 10% 5%;
    z-index: 99999;
}
#img-preview-footer{
    width: 100%;
    border-radius: 15px;
    border: 4px solid;
}
#close-preview-footer{    color: #FFF;
/* position: absolute; */
    font-size: 61px;
    background: darkred;
    padding-top: 10px;
/* padding-left: 19px; */
/* padding-right: 18px; */
    border-radius: 50%;
    cursor: pointer;
    width: 98px;
    text-align: center;
    margin: 4px 47%;
}
.forms-wizard li.active em {
    width: 100px;
}
.custom-left-side{
    height: 84%;
    overflow-x: auto;
}

.ai-chat-preview .chat-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px;
}

.ai-chat-preview .chat-bubble {
    background-color: #333;
    color: white;
    padding: 15px 20px;
    border-radius: 16px;
    max-width: 320px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

.ai-chat-preview .chat-bubble::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #333;
}

.ai-chat-preview .chat-icon {
    background-color: #666;
    width: 91px;
    height: 39px;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-chat-preview .chat-icon::before {
    content: "💬"; /* Or use an icon font or SVG */
    font-size: 16px;
    color: white;
}


.ai-chat-preview  .chat-widget {
    background-color: #fff;
    width: 360px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ai-chat-preview  .chat-header {
    background-color: #2c2f3e;
    color: white;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai-chat-preview  .chat-header img {
    height: 36px;
}

.ai-chat-preview .chat-body {
    background-color: #f7f7f7;
    padding: 16px;
    flex-grow: 1;
    overflow-y: auto;
}

.ai-chat-preview  .chat-message {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.ai-chat-preview .chat-avatar {
    width: 28px;
    height: 28px;
    background-color: #d3e0e6;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-bubble {
    background-color: #e9ecf1;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 14px;
    color: #333;
}

.ai-chat-preview .chat-time {
    font-size: 11px;
    color: #999;
    margin-top: 4px;
    margin-left: 38px;
}

.ai-chat-preview .chat-input {
    border-top: 1px solid #ddd;
    padding: 10px 14px;
}

.ai-chat-preview  .chat-input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
}

/* Hybrid Course Validation Styles */
.hybrid-validation-error {
    color: #a94442;
    font-size: 12px;
    margin-top: 5px;
}

.hybrid-required {
    color: red;
    font-weight: bold;
}
#powered-by{


    background: none;
    padding: 0 5px;
    color: #FFF;
    font-size: 12px;

}
#powered-by img{
    top: -2px;
    width: 12px;
    position: relative;

}
#powered-by a{
   color:#FFF;

}
#powered-by #subscribe-label{
    background: #7d57a1;
    border-radius: 7px;
    padding: 8px 12px ;
}#powered-by .powered-by-label{
     font-size: 12px;
}
 .banner-version{
     padding: 6px 5px 5px 5px;
     background: #eeeeee;
     border: 1px solid #ced4da;
     margin-inline-end: 1px;
 }
.image-version-group{
    background: #f8f8f8;
    padding: 5px 10px 0 10px;
    border: 1px solid #d8dbdd;
    border-radius: 10px;
}
.card-list.certificate .certificate-card {
    background: #fff;

    width: 100%;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);

}
.card-list.certificate .certificate-thumb {
    position: relative;
    width: 100%;
    height: 220px;
    align-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: #DDD;
    border-radius: 15px 15px 0 0;

}
.card-list.certificate   .certificate-thumb img {
    width: 80%;
    display: block;
    margin: auto;
    position: relative;
    z-index:1;
    border-radius: 15px ;
}
.card-list.certificate .badge-free {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #16A249;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 15px;
    z-index:2;
}
.card-list.certificate .badge-paid {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #3f6ad8;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 15px;
    z-index:2;
}
.card-list.certificate .certificate-body {
    padding: 1rem;
}
.card-list.certificate .certificate-title {
    font-size: 15px;
    font-weight: 600;
    color: #2b2b2b;
}
.card-list.certificate .certificate-meta {
    font-size: 13px;
    color: #6c757d;
}
.card-list.certificate .certificate-footer {
    border-top: 1px solid #eee;
    padding-top: .75rem;
    margin-top: .75rem;
    font-size: 12px;
    color: #6c757d;
}
.card-list.certificate .certificate-footer i {
    color: #6c757d;
    margin-right: 4px;
}
.card-list.certificate  .three-dots {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #666;
}
.card-list.certificate .no-certificate-template-found{
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #AAA;
    position: relative;
    z-index: 2;
    border-radius: 15px 15px 0 0;

}
.card-list.certificate .certificate-template-bulr {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #DDD;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: blur(2px) brightness(0.4);
    /* scale: 1; */
    z-index: 1;
    border-radius: 15px 15px 0 0;
}
.card-list.certificate .card-options .btn-link{
    padding:0;
}
.card-list.certificate #certificate-options-icon{
    color:#444;
    font-size: 16px;
}
.card-list.certificate .summary{
    margin-bottom: 15px;
}
.card-list.certificate .empty {
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
}




.certificate-form-builder {
    margin-bottom: 30px;
}

.certificate-form-builder .left-side {
    background: #FFF;
    border-right: 1px solid #EEE;
    display: grid;
    padding: 15px 10px;
    align-content: start;
}

.certificate-form-builder .certificate-option {
    height: 70px;
    width: 100%;
    border-radius: 5px;
    display: grid;
    text-align: center;
    margin-bottom: 3px;
    align-content: center;
    z-index: 1;
    position: relative;

}

.certificate-form-builder .certificate-option:hover {
    background: #3F6AD8;
    color: #FFF;
    cursor: pointer;

}

.certificate-form-builder .certificate-option.active {
    background: #3F6AD8;
    color: #FFF;
    cursor: pointer;

}

.certificate-form-builder .certificate-option i {
    font-size: 17px;

    margin-bottom: 3px;
}

.certificate-form-builder .preview-area {
    background: #FFF;
    border-right: 1px solid #EEE;


}

.certificate-form-builder .preview-area .tool {
    border-bottom: 1px solid #EEE;
    padding: 15px;

}

.certificate-form-builder .option-area {
    background: #FFF;
    padding: 15px;

}

.certificate-form-builder #preview {
    border: 1px dashed #eeeeee;
}

.certificate-form-builder .preview-area .preview {
    position: relative;
    padding: 30px 15px;
}

.certificate-form-builder .preview-area .diemention-x {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}

.certificate-form-builder .preview-area .diemention-y {
    position: absolute;
    transform: rotate(90deg);
    top: 0;
    left: -265px;
    bottom: 0;
    text-align: center;
    z-index: 0;
}

.certificate-form-builder p {
    color: #666;
}

.certificate-form-builder .suggestion-template-thump {
    border-radius: 10px;
    margin-bottom: 15px;
}

.certificate-form-builder .option-area.option-tool {
    display: none;
}

.certificate-form-builder .option-area.option-tool.active {
    display: initial;

}

.certificate-form-builder .suggestion-template-thump-download {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    margin: 0 12px 15px 12px;
    border-radius: 10px;
    align-content: center;
    text-align: center;
}

.certificate-form-builder .suggestion-template-thump-download:hover {
    display: initial;
    cursor: pointer;
    opacity: 0.7;

}

.certificate-form-builder .suggestion-template-thump-download i {
    font-size: 26px;
    color: #FFF;

}

.certificate-form-builder .relative {
    position: relative;
}

.certificate-form-builder #padding-right-preview {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    background: repeating-linear-gradient(135deg, #a7cba180 0px, #a7cba180 4px, transparent 4px, transparent 8px);
}

.certificate-form-builder #padding-bottom-preview {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;

    background: repeating-linear-gradient(135deg, #a7cba180 0px, #a7cba180 4px, transparent 4px, transparent 8px);
}

.certificate-form-builder #padding-top-preview {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;

    background: repeating-linear-gradient(135deg, #a7cba180 0px, #a7cba180 4px, transparent 4px, transparent 8px);
}

.certificate-form-builder #padding-left-preview {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;

    background: repeating-linear-gradient(135deg, #a7cba180 0px, #a7cba180 4px, transparent 4px, transparent 8px);
}

.certificate-form-builder .padding-con .padding-thump {
    height: 100px;
}
.certificate-form-builder .print-option-text{
    border: 1px solid #eeeeee;
    padding: 7px;
    border-radius: 10px;
}
.certificate-form-builder #orientation{
    display: flex
;
    background: #f1f4f6;
    padding: 7px;
    border-radius: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    width: 300px;
}
.certificate-form-builder #orientation .radio-inline{
    width: 49%;
    cursor: pointer;
    padding: 0;
    background: #f1f4f6;
    border-radius: 9px;
    margin: 0  0;
    display: inline-grid
;

    font-weight: bolder;
    font-size: 13px;
}


.certificate-form-builder #orientation  .radio-inline input[type="radio"] {
    display: none;
}

/* Normal state */


/* Highlight when checked */
.certificate-form-builder #orientation  .radio-inline input[type="radio"]:checked + span {
    background-color: #3F6AD8; /* Oreed purple */
    color: #fff;
    border-radius: 8px;
    padding: 8px 14px;
}
.certificate-form-builder #orientation  span {
    border-radius: 8px;
    padding: 8px 14px;
    background: #e3e3e3;
}

/* Optional hover effect */
.certificate-form-builder #orientation  .radio-inline:hover span {
    background-color: #3F6AD822;
}
.certificate-form-builder .field-orientation .help-block.help-block-error {
    margin: 0 !important;
}
.certificate-form-builder .field-orientation   {
    margin: 0;
    display: inline-flex
;
}

.certificate-form-builder #preview-plus   {
        border: 1px solid #eeeeee;
        border-radius: 10px;
        padding: 16px;
        margin: 0 7px;

    }
.certificate-form-builder #preview-hide  {
         border: 1px solid #eeeeee;
         border-radius: 10px;
         padding: 16px;
         margin: 0 7px;
         display:none;

     }

#certificate-form-builder-full-preview {

    display: none;
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
    background: #FFF;
}
.product-chat-box {
    display: flex;
    flex-flow: column;
    height: 700px;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 30px;
}

.product-chat-box-messages-list {
    display: flex;
    flex-flow: column;
    gap: 50px;
    overflow-y: auto;
    height: 550px;
}

.product-chat-box-messages-list-item {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}
.product-chat-box-messages-list-item.product-chat-box-messages-list-item--user {
    flex-direction: row-reverse;
}

.product-chat-box-messages-list-item-thumb {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}
.product-chat-box-messages-list-item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.product-chat-box-messages-list-item-info_message {
    background-color: #f8f8f8;
    color: #555555;
    padding: 12px 15px;
    border-radius: 0 15px 15px 15px;
    font-size: 14px;
    line-height: 1.6;
}

.product-chat-box-messages-list-item--user
.product-chat-box-messages-list-item-info_message {
    border-radius: 15px 0 15px 15px;
    background-color: #fdf7ff;
}
.product-chat-box-messages-list-item--user
.product-chat-box-messages-list-item-info_time {
    justify-content: flex-end;
}

.product-chat-box-messages-list-item-info_time {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 13px;
    gap: 5px;
    margin-top: 7px;
    padding-inline-start: 10px;
}

.product-chat-box-send-message {
    border-top: 1px solid #d6d6d6;
    padding-top: 25px;
    margin-top: 25px;
    height: calc(100% - 430px);
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    overflow-y: auto;
}

.product-chat-box-chat-message-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-chat-box-send-message-btn {
    background-color: #53b9d2;
    color: #fff;
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    outline: none;
    font-size: 22px;
}

.product-chat-box-chat-message-wrapper .form-group {
    width: 100%;
}

.highlight-coupon-preview{
    border: 1px solid #d8dbdd;
    margin-bottom: 30px;
    padding: 14px;
    border-radius: 10px;
}
.menu-number-label{
    position: absolute;
    left: -21px;
    top: 7px;
}
.no-integrated-message{
    text-align: center;
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    font-weight: bold;
}
.active-form-slide-large #backend_layout_footerGuide{
    display:none;
}

#certificate-form-builder-full-preview  #preview   {

    transform: scale(1.5);
}
#certificate-form-builder-full-preview.active   {

    display:initial;
}
.certificate-form-builder #preview-plus:hover   {
    background: #eeeeee;
    cursor: pointer;

}  .certificate-form-builder #preview-hide:hover   {
       background: #eeeeee;
       cursor: pointer;

   }

.certificate-form-builder .under-review   {
    margin-top: 200px;
    margin-bottom: 200px;

}
.certificate-form-builder .under-review  #preview {
    transform: scale(1.7);

}

.certificate-form-builder .has-error-badge {
    position: absolute;
    z-index: 9;
    background: #FFF;
    padding: 2px;
    border-radius: 50%;
    left: -7px;
    top: -8px;
    display:none;

}

.certificate-form-builder .has-error-badge.active {

    display:initial;

}

.certificate-form-builder .noUi-handle {
    border: 5px solid #a7cba1 !important;
}
.lead-tr.highlighted-win , .lead-tr.highlighted-win select{
    color: darkgreen;
    font-weight: 900;
}
.lead-tr.highlighted-win .badge{
    background-color: darkgreen !important;

}
.lead-tr.highlighted-loss , .lead-tr.highlighted-loss select{
    color: darkred;
    font-weight: 900;
}
.lead-tr.highlighted-loss .badge{
    background-color: darkred !important;

}
.lead-tr.highlighted-other , .lead-tr.highlighted-other select{
    font-weight: 900;
}
.soft-pulse {
    animation: softPulse 2s ease-in-out infinite;
    display: inline-block;
}

@keyframes softPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(0.8);
        opacity: 0.7;
    }
}
.SCORM-constructions{
    list-style-type: circle !important;
    padding-inline-start:15px;

}

.SCORM-constructions li{
    margin-bottom:7px;

}

.oreed-wizard-wrapper_content_step__thumb {
    max-height: 70vh;
    display: flex;
    flex-flow: column;
}

.academy-status .academy-status-cards{
    box-shadow: none;
    border: 1px solid #EEE;
    border-radius: 15px;
}
.academy-status .academy-status-cards.card-danger{
    box-shadow: none;
    border: 1px solid darkred;
    border-left: 10px solid darkred;
    border-radius: 0 15px 15px 0;

}    .academy-status .academy-status-cards.card-warning{
         box-shadow: none;
         border: 1px solid darkorange;
         border-left: 10px solid darkorange;
         border-radius: 0 15px 15px 0;


     } .academy-status .academy-status-cards{
           box-shadow: none;
           border: 1px solid darkgreen;
           border-left: 10px solid darkgreen;
           border-radius: 0 15px 15px 0;


       }
.academy-status .academy-status-cards .widget-subheading{


    font-weight: bold;
    opacity:1;
}
.academy-status .academy-status-no-result-found{


    text-align:center;
    padding:25px;
    font-size:15px;
    border: 2px dashed #999;
    background:#FFF;
    border-radius:15px;
    font-weight: bolder;

}
.academy-last-actions .last-update-cell.text-success{
    color: darkgreen !important;
}
.academy-last-actions .last-update-cell.text-warning{
    color: darkorange !important;
}
.academy-last-actions .last-update-cell.text-danger{
    color: darkred !important;
}